| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce a non-portable function pthread_getthreadid_np(3) to retrieve | jkim | 2011-02-07 | 2 | -0/+2 |
* | Remove some unneeded spaces from the __sym_compat() macro, since newer | dim | 2010-11-11 | 1 | -1/+1 |
* | Revert revision 214007, I realized that MySQL wants to resolve | davidxu | 2010-10-20 | 2 | -4/+0 |
* | Unbreak buildworld by including pthread_rwlockattr_setkind_np and | davidxu | 2010-10-18 | 2 | -0/+4 |
* | To support stack unwinding for cancellation points, add -fexceptions flag | davidxu | 2010-09-25 | 1 | -0/+5 |
* | On shared object unload, in __cxa_finalize, call and clear all installed | kib | 2010-08-23 | 1 | -0/+2 |
* | Use aux vector to get values for SSP canary, pagesize, pagesizes array, | kib | 2010-08-17 | 1 | -0/+2 |
* | The NetBSD Foundation has granted permission to remove clause 3 and 4 from | joel | 2010-03-02 | 1 | -7/+0 |
* | Use umtx to implement process sharable semaphore, to make this work, | davidxu | 2010-01-05 | 1 | -0/+2 |
* | Revert the previous change to pthread_once() stub in libc. It is actually | jhb | 2009-11-20 | 1 | -1/+0 |
* | Add an internal _once() method. This works identical to pthread_once(3) | jhb | 2009-11-20 | 1 | -0/+8 |
* | Make openat(2) a cancellation point. | jilles | 2009-10-11 | 2 | -0/+2 |
* | Change the ABI of some of the structures used by the SYSV IPC API: | jhb | 2009-06-24 | 1 | -0/+48 |
* | Revert unnecessary memset after calloc. | zml | 2009-05-28 | 1 | -1/+0 |
* | Fix an issue when nss fallback routines are used in a multithreaded application. | zml | 2009-05-27 | 1 | -0/+1 |
* | Add support for the FPA floating-point format on ARM. The | marcel | 2008-12-23 | 1 | -0/+9 |
* | Merge the resolver part of BIND 9.4.3 into HEAD. | ume | 2008-12-14 | 2 | -1/+40 |
* | Add thread-specific caching for small size classes, based on magazines. | jasone | 2008-08-27 | 1 | -0/+6 |
* | Turn execvpe() into an internal libc routine. | ed | 2008-06-23 | 1 | -0/+3 |
* | Make pthread_cleanup_push() and pthread_cleanup_pop() as a pair of macros, | davidxu | 2008-06-09 | 2 | -4/+0 |
* | Add some compatibility code so that software which is built to use the new | dfr | 2008-04-04 | 1 | -0/+3 |
* | Add pthread_setaffinity_np and pthread_getaffinity_np to libc namespace. | davidxu | 2008-04-02 | 2 | -0/+4 |
* | Compile libthr with warnings. | ru | 2008-03-25 | 1 | -0/+3 |
* | Compile libthr with warnings. | ru | 2008-03-25 | 1 | -0/+3 |
* | Add pthread_mutex_isowned_np() so there is no need for an additional | des | 2008-02-06 | 2 | -0/+2 |
* | Change the C wrappers for mmap/lseek/pread/pwrite/truncate/ftruncate to | peter | 2007-07-04 | 1 | -0/+23 |
* | Merge BIND 9.4.1 into main chunk. | ume | 2007-06-03 | 1 | -2/+7 |
* | This commit was generated by cvs2svn to compensate for changes in r170242, | ume | 2007-06-03 | 1 | -1/+3 |
|\ |
|
| * | Vendor import of BIND 9.4.1 | ume | 2007-06-03 | 1 | -1/+3 |
* | | Remove 3rd clause, renumber, ok per email | imp | 2007-01-12 | 2 | -8/+2 |
* | | Upgrade res_update(3) and the friends to BIND9's one excluding TSIG | ume | 2006-05-21 | 1 | -0/+7 |
* | | This commit was generated by cvs2svn to compensate for changes in r158782, | ume | 2006-05-21 | 1 | -0/+112 |
|\ \
| |/ |
|
| * | Vendor import of BIND 9.3.2 | ume | 2006-05-21 | 1 | -0/+112 |
* | | - Extend the nsswitch to support Services, Protocols and Rpc | ume | 2006-04-28 | 2 | -0/+304 |
* | | Add semaphore functions, and remove some dupes from the #if 0 section. | des | 2006-03-28 | 2 | -4/+20 |
* | | Add a bunch of missing pthread functions, and move out-of-order functions. | des | 2006-03-28 | 2 | -13/+128 |
* | | We have gmtime_r(3). | ume | 2006-03-21 | 1 | -0/+1 |
* | | - Merge our local changes. | ume | 2006-03-21 | 2 | -0/+32 |
* | | This commit was generated by cvs2svn to compensate for changes in r156952, | ume | 2006-03-21 | 2 | -0/+249 |
|\ \
| |/ |
|
| * | Vendor import of BIND 9.3.2 | ume | 2006-03-21 | 2 | -0/+249 |
* | Add entries for new pthread stubs. | davidxu | 2006-03-10 | 1 | -0/+30 |
* | Add some more pthread stubs so that librt can use them. | deischen | 2006-03-05 | 2 | -3/+63 |
* | In preparation for a new malloc implementation: | jasone | 2006-01-12 | 1 | -3/+4 |
* | Move the declaration of __cleanup to libc_private.h as it is used in both | stefanf | 2005-09-12 | 1 | -0/+5 |
* | Add namespace #defines for usleep. | deischen | 2005-08-03 | 2 | -0/+2 |
* | Update my email address. | das | 2005-02-06 | 1 | -1/+1 |
* | Add support for TLS in statically linked programs. | dfr | 2004-08-15 | 1 | -0/+9 |
* | When a dynamic NSS module is built and linked against a thread | nectar | 2004-03-30 | 1 | -1/+1 |
* | Make the resolver(3) and many associated interfaces much more reentrant. | green | 2004-02-25 | 1 | -0/+3 |
* | Add a delta accidentally omitted from the previous commit: | das | 2004-01-18 | 1 | -0/+3 |