aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include
Commit message (Expand)AuthorAgeFilesLines
* Mostly synchronize lib/libthr and sys/kern/kern_umtx.c with the codeKonstantin Belousov2009-03-241-0/+6
* MFC 186090Hajimu UMEMOTO2008-12-172-1/+40
* MFC: Kernel mode Network Lock Manager.Doug Rabson2008-04-101-0/+3
* Change the C wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate toPeter Wemm2007-07-041-0/+23
* Merge BIND 9.4.1 into main chunk.Hajimu UMEMOTO2007-06-031-2/+7
* This commit was generated by cvs2svn to compensate for changes in r170242,Hajimu UMEMOTO2007-06-031-1/+3
|\
| * Vendor import of BIND 9.4.1Hajimu UMEMOTO2007-06-031-1/+3
* | Remove 3rd clause, renumber, ok per emailWarner Losh2007-01-122-8/+2
* | Upgrade res_update(3) and the friends to BIND9's one excluding TSIGHajimu UMEMOTO2006-05-211-0/+7
* | This commit was generated by cvs2svn to compensate for changes in r158782,Hajimu UMEMOTO2006-05-211-0/+112
|\|
| * Vendor import of BIND 9.3.2Hajimu UMEMOTO2006-05-211-0/+112
* | - Extend the nsswitch to support Services, Protocols and RpcHajimu UMEMOTO2006-04-282-0/+304
* | Add semaphore functions, and remove some dupes from the #if 0 section.Dag-Erling Smørgrav2006-03-282-4/+20
* | Add a bunch of missing pthread functions, and move out-of-order functions.Dag-Erling Smørgrav2006-03-282-13/+128
* | We have gmtime_r(3).Hajimu UMEMOTO2006-03-211-0/+1
* | - Merge our local changes.Hajimu UMEMOTO2006-03-212-0/+32
* | This commit was generated by cvs2svn to compensate for changes in r156952,Hajimu UMEMOTO2006-03-212-0/+249
|\|
| * Vendor import of BIND 9.3.2Hajimu UMEMOTO2006-03-212-0/+249
* Add entries for new pthread stubs.David Xu2006-03-101-0/+30
* Add some more pthread stubs so that librt can use them.Daniel Eischen2006-03-052-3/+63
* In preparation for a new malloc implementation:Jason Evans2006-01-121-3/+4
* Move the declaration of __cleanup to libc_private.h as it is used in bothStefan Farfeleder2005-09-121-0/+5
* Add namespace #defines for usleep.Daniel Eischen2005-08-032-0/+2
* Update my email address.David Schultz2005-02-061-1/+1
* Add support for TLS in statically linked programs.Doug Rabson2004-08-151-0/+9
* When a dynamic NSS module is built and linked against a threadJacques Vidrine2004-03-301-1/+1
* Make the resolver(3) and many associated interfaces much more reentrant.Brian Feldman2004-02-251-0/+3
* Add a delta accidentally omitted from the previous commit:David Schultz2004-01-181-0/+3
* Remove #include of spinlock.h from libc_private.h. Declare spinlocks asDaniel Eischen2003-11-052-5/+4
* Externalize malloc's spinlock so that a thread library can takeDaniel Eischen2003-11-041-0/+8
* Back out the `hiding' of strlcpy and strlcat. Several peopleJacques Vidrine2003-05-012-4/+0
* `Hide' strlcpy and strlcat (using the namespace.h / __weak_referenceJacques Vidrine2003-04-292-0/+4
* Correct a bug that was somehow both obvious and hard-to-see. :-)Jacques Vidrine2003-04-211-1/+1
* = Implement name service switch modules (NSS modules). NSS modulesJacques Vidrine2003-04-173-0/+82
* - Define a _spinunlock() function so that threading implementations may doJeff Roberson2003-03-261-1/+2
* Eliminate 19 warnings in libc (at level WARNS=2) of theJacques Vidrine2003-02-271-0/+8
* Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go).Jacques Vidrine2003-02-162-2/+2
* Implement fpclassify():Mike Barcroft2003-02-081-0/+63
* Add waitpid to the list of hidden names for use by wordexp.c and grantpt.c.Tim J. Robbins2003-01-072-2/+2
* Argh, change declaration of two-dimensional array so that it actuallyDaniel Eischen2002-11-131-1/+2
* Make this compile with whatever error-checking is enabled in buildworldDaniel Eischen2002-11-131-2/+2
* Use a jump table (a la Solaris) for pthread routines with defaultDaniel Eischen2002-11-133-14/+70
* * Add stubs for pthread_cond_broadcast.Doug Rabson2002-11-012-0/+3
* Do not use __progname directly (except in [gs]etprogname(3)).Mark Murray2002-03-293-0/+8
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-1/+0
* Remove __P() usage.David E. O'Brien2002-03-211-3/+3
* Fixed namespace pollution related to `err' in libc in the same way as forBruce Evans2001-11-112-0/+2
* signanosleep(2) hasn't existed since 1998.Ruslan Ermilov2001-10-192-2/+0
* Fixed namespace pollution related to `warn' in libc (but not in otherBruce Evans2001-08-292-0/+12
* Add entries for the posix1e functions that will be overridden in libc_r.Thomas Moestl2001-04-042-0/+12