summaryrefslogtreecommitdiffstats
path: root/lib/libc/include
Commit message (Expand)AuthorAgeFilesLines
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-021-7/+0
* Use umtx to implement process sharable semaphore, to make this work,davidxu2010-01-051-0/+2
* Revert the previous change to pthread_once() stub in libc. It is actuallyjhb2009-11-201-1/+0
* Add an internal _once() method. This works identical to pthread_once(3)jhb2009-11-201-0/+8
* Make openat(2) a cancellation point.jilles2009-10-112-0/+2
* Change the ABI of some of the structures used by the SYSV IPC API:jhb2009-06-241-0/+48
* Revert unnecessary memset after calloc.zml2009-05-281-1/+0
* Fix an issue when nss fallback routines are used in a multithreaded application.zml2009-05-271-0/+1
* Add support for the FPA floating-point format on ARM. Themarcel2008-12-231-0/+9
* Merge the resolver part of BIND 9.4.3 into HEAD.ume2008-12-142-1/+40
* Add thread-specific caching for small size classes, based on magazines.jasone2008-08-271-0/+6
* Turn execvpe() into an internal libc routine.ed2008-06-231-0/+3
* Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros,davidxu2008-06-092-4/+0
* Add some compatibility code so that software which is built to use the newdfr2008-04-041-0/+3
* Add pthread_setaffinity_np and pthread_getaffinity_np to libc namespace.davidxu2008-04-022-0/+4
* Compile libthr with warnings.ru2008-03-251-0/+3
* Compile libthr with warnings.ru2008-03-251-0/+3
* Add pthread_mutex_isowned_np() so there is no need for an additionaldes2008-02-062-0/+2
* Change the C wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate topeter2007-07-041-0/+23
* Merge BIND 9.4.1 into main chunk.ume2007-06-031-2/+7
* This commit was generated by cvs2svn to compensate for changes in r170242,ume2007-06-031-1/+3
|\
| * Vendor import of BIND 9.4.1ume2007-06-031-1/+3
* | Remove 3rd clause, renumber, ok per emailimp2007-01-122-8/+2
* | Upgrade res_update(3) and the friends to BIND9's one excluding TSIGume2006-05-211-0/+7
* | This commit was generated by cvs2svn to compensate for changes in r158782,ume2006-05-211-0/+112
|\ \ | |/
| * Vendor import of BIND 9.3.2ume2006-05-211-0/+112
* | - 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
OpenPOWER on IntegriCloud