summaryrefslogtreecommitdiffstats
path: root/lib/libc/include
Commit message (Expand)AuthorAgeFilesLines
* - Extend the nsswitch to support Services, Protocols and Rpcume2006-04-282-0/+304
* Add semaphore functions, and remove some dupes from the #if 0 section.des2006-03-282-4/+20
* Add a bunch of missing pthread functions, and move out-of-order functions.des2006-03-282-13/+128
* We have gmtime_r(3).ume2006-03-211-0/+1
* - Merge our local changes.ume2006-03-212-0/+32
* This commit was generated by cvs2svn to compensate for changes in r156952,ume2006-03-212-0/+249
|\
| * Vendor import of BIND 9.3.2ume2006-03-212-0/+249
* Add entries for new pthread stubs.davidxu2006-03-101-0/+30
* Add some more pthread stubs so that librt can use them.deischen2006-03-052-3/+63
* In preparation for a new malloc implementation:jasone2006-01-121-3/+4
* Move the declaration of __cleanup to libc_private.h as it is used in bothstefanf2005-09-121-0/+5
* Add namespace #defines for usleep.deischen2005-08-032-0/+2
* Update my email address.das2005-02-061-1/+1
* Add support for TLS in statically linked programs.dfr2004-08-151-0/+9
* When a dynamic NSS module is built and linked against a threadnectar2004-03-301-1/+1
* Make the resolver(3) and many associated interfaces much more reentrant.green2004-02-251-0/+3
* Add a delta accidentally omitted from the previous commit:das2004-01-181-0/+3
* Remove #include of spinlock.h from libc_private.h. Declare spinlocks asdeischen2003-11-052-5/+4
* Externalize malloc's spinlock so that a thread library can takedeischen2003-11-041-0/+8
* Back out the `hiding' of strlcpy and strlcat. Several peoplenectar2003-05-012-4/+0
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referencenectar2003-04-292-0/+4
* Correct a bug that was somehow both obvious and hard-to-see. :-)nectar2003-04-211-1/+1
* = Implement name service switch modules (NSS modules). NSS modulesnectar2003-04-173-0/+82
* - Define a _spinunlock() function so that threading implementations may dojeff2003-03-261-1/+2
* Eliminate 19 warnings in libc (at level WARNS=2) of thenectar2003-02-271-0/+8
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).nectar2003-02-162-2/+2
* Implement fpclassify():mike2003-02-081-0/+63
* Add waitpid to the list of hidden names for use by wordexp.c and grantpt.c.tjr2003-01-072-2/+2
* Argh, change declaration of two-dimensional array so that it actuallydeischen2002-11-131-1/+2
* Make this compile with whatever error-checking is enabled in buildworlddeischen2002-11-131-2/+2
* Use a jump table (a la Solaris) for pthread routines with defaultdeischen2002-11-133-14/+70
* * Add stubs for pthread_cond_broadcast.dfr2002-11-012-0/+3
* Do not use __progname directly (except in [gs]etprogname(3)).markm2002-03-293-0/+8
* Fix the style of the SCM ID's.obrien2002-03-221-1/+0
* Remove __P() usage.obrien2002-03-211-3/+3
* Fixed namespace pollution related to `err' in libc in the same way as forbde2001-11-112-0/+2
* signanosleep(2) hasn't existed since 1998.ru2001-10-192-2/+0
* Fixed namespace pollution related to `warn' in libc (but not in otherbde2001-08-292-0/+12
* Add entries for the posix1e functions that will be overridden in libc_r.tmm2001-04-042-0/+12
* Bring in a hybrid of SunSoft's transport-independent RPC (TI-RPC) andalfred2001-03-192-5/+141
* libc MT-safety, part 2.deischen2001-02-112-2/+2
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-243-2/+270
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* Implement compile time debug support for spinlocks.jb1998-06-091-5/+24
* Remove leading underscores from the FILE lock functions that POSIXjb1998-05-051-3/+3
* In a threaded library, expect the lock field to be declared volatile,jb1998-05-051-5/+5
* Add a private header file for libc/libc_r/libpthread to containjb1998-04-111-0/+66
* Add a private (to libc, libc_r and libpthread) header file containingjb1998-03-091-0/+52
OpenPOWER on IntegriCloud