#
910f2718 |
| 08-Dec-2021 |
andvar <andvar@NetBSD.org> |
s/efficent/efficient/ in comments.
|
#
eaff8e0c |
| 08-Feb-2017 |
christos <christos@NetBSD.org> |
empty to nothing
|
#
b24113ae |
| 08-Feb-2017 |
christos <christos@NetBSD.org> |
__empty is defined in <sys/cdefs.h>
|
#
23f19850 |
| 20-Jan-2015 |
christos <christos@NetBSD.org> |
Fix non _REENTRANT build.
|
#
f408ff6b |
| 12-Apr-2013 |
joerg <joerg@NetBSD.org> |
Mark __libc_thr_exit_stub as dead.
|
#
173a7764 |
| 21-Mar-2013 |
christos <christos@NetBSD.org> |
- Allow libpthread to be dlopened again, by providing libc stubs to libpthread. - Fail if the dlopened libpthread does pthread_create(). From manu@ - Discussed at length in the mailing lists; approve
- Allow libpthread to be dlopened again, by providing libc stubs to libpthread. - Fail if the dlopened libpthread does pthread_create(). From manu@ - Discussed at length in the mailing lists; approved by core@ - This was chosen as the least intrusive patch that will provide the necessary functionality. XXX: pullup to 6
show more ...
|
#
b77be588 |
| 03-Jun-2012 |
joerg <joerg@NetBSD.org> |
Provide a usable thr_once for !_REENTRANT
|
#
461a86f9 |
| 11-Jan-2009 |
christos <christos@NetBSD.org> |
merge christos-time_t
|
#
ce099b40 |
| 28-Apr-2008 |
martin <martin@NetBSD.org> |
Remove clause 3 and 4 from TNF licenses
|
#
1db9feaa |
| 04-Feb-2008 |
rtr <rtr@NetBSD.org> |
fix comment Abtract -> Abstract
|
#
4084ca7f |
| 27-Nov-2007 |
ad <ad@NetBSD.org> |
Add thr_curcpu(), pthread_curcpu_np().
|
#
5229c9f9 |
| 14-Dec-2004 |
nathanw <nathanw@NetBSD.org> |
Nuke threadlib.h. Library defensive threading is now provided through the normal pthread.h interface. Move stubs for libc back into a libc-internal header.
|
#
2b293cab |
| 18-Jul-2003 |
nathanw <nathanw@NetBSD.org> |
Adapt definition of FLOCKFILE()/FUNLOCKFILE() to new __flockfile_internal() routines.
|
#
96bb0ae1 |
| 19-Jan-2003 |
thorpej <thorpej@NetBSD.org> |
Use <threadlib.h>.
|
#
3fdac2b8 |
| 18-Jan-2003 |
thorpej <thorpej@NetBSD.org> |
Merge the nathanw_sa branch.
|
#
7df0ccba |
| 02-Jun-2000 |
fvdl <fvdl@NetBSD.org> |
Add new RPC code, based on Sun's TI-RPC code. Adapted to not use XTI, but sockets instead, internally. Old, backward compatible interfaces maintained.
|
#
4048e12f |
| 14-Sep-1998 |
kleink <kleink@NetBSD.org> |
Add wrappers around mutex and rwlock run-time initialization.
|
#
7e67c1c5 |
| 27-Jul-1998 |
mycroft <mycroft@NetBSD.org> |
Delint.
|
#
499d79df |
| 22-Jan-1998 |
jtc <jtc@NetBSD.org> |
Add support for multiple reader-single writer locks which will be used in stdio. Although there is no POSIX.1 lock of this type, XPG 4.2 has specified one that is suitable for our purposes and that
Add support for multiple reader-single writer locks which will be used in stdio. Although there is no POSIX.1 lock of this type, XPG 4.2 has specified one that is suitable for our purposes and that we'll have to implement anyway.
show more ...
|
#
c157b15a |
| 19-Jan-1998 |
jtc <jtc@NetBSD.org> |
Add FLOCKFILE() and FUNLOCKFILE() macro definitions to be used in making stdio thread-safe.
|
#
3f4892e0 |
| 16-Jan-1998 |
jtc <jtc@NetBSD.org> |
Header file which describes mechanism that will be used by libc for thread safety of library internals.
|