summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug where, for 6-byte sequences, the top 6 bits get compared toTom Rhodes2006-03-301-1/+1
* Add __collate_load_error and __collate_range_cmp to the list ofDaniel Eischen2006-03-303-0/+4
* Add symbol versioning.Daniel Eischen2006-03-292-0/+37
* Bring libpthread up to WARNS level 2.Dag-Erling Smørgrav2006-03-296-16/+32
* Account for recent changes in namespace.h. Use _pthread_createDaniel Eischen2006-03-291-4/+4
* Add malloc_usable_size(3).Jason Evans2006-03-284-3/+47
* Fix prototype mismatch and use of un-namespaced pthread functions.Dag-Erling Smørgrav2006-03-282-22/+14
* Fix prototype mismatch.Dag-Erling Smørgrav2006-03-281-1/+2
* Use the correct type for and argument. Recent changes to namespace.hDaniel Eischen2006-03-282-2/+2
* 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
* If the query choked with EDNS0, retry without EDNS0.Hajimu UMEMOTO2006-03-281-8/+24
* Allocate space for thread pointer, this allows thread library to accessDavid Xu2006-03-281-3/+3
* Add symbol versioning to libm.Daniel Eischen2006-03-2716-0/+246
* Remove priority mutex code because it does not work correctly,David Xu2006-03-277-1199/+200
* Comment out -g compiler option, found by 'FreeBSD Build Options Survey'.David Xu2006-03-271-1/+1
* Allow the 'n' option to decrease the number of arenas below the default,Jason Evans2006-03-261-2/+16
* Add comments and reformat/rearrange code. There are no significantJason Evans2006-03-261-208/+224
* MFP4: Support for profiling dynamically loaded objects.Joseph Koshy2006-03-263-26/+52
* Check cancellation state carefully to see we really need to callDavid Xu2006-03-261-2/+5
* - Use ANSI C prototype.Hajimu UMEMOTO2006-03-253-152/+59
* Don't cancel thread if it is in critical region.David Xu2006-03-251-1/+1
* Only wake up writer if the lock is free.David Xu2006-03-251-2/+2
* Compile thr_rtld.cDavid Xu2006-03-251-0/+1
* Add locking support for rtld.David Xu2006-03-254-4/+229
* Convert TINY_MIN_2POW from a cpp macro to tiny_min_2pow (a variable), andJason Evans2006-03-241-21/+37
* When res_nquerydomain() returns SERVFAIL, we should try next domain.Hajimu UMEMOTO2006-03-242-5/+26
* When res_send() fails, we should reserve an error code.Hajimu UMEMOTO2006-03-241-2/+2
* set an upper limit for thread structures which can be allocated.David Xu2006-03-241-1/+12
* Implement SIGEV_THREAD notification for aio_fsync.David Xu2006-03-241-18/+55
* Add USE_BRK-specific code in malloc_init_hard() to allow the firstJason Evans2006-03-241-65/+110
* Document that the documented 2GB mmap limit is actually aPeter Wemm2006-03-231-22/+8
* It's not enough to provide symbol map files; you also have to add themDag-Erling Smørgrav2006-03-233-0/+6
* Resolve conflicts.Dag-Erling Smørgrav2006-03-2318-151/+695
* This commit was generated by cvs2svn to compensate for changes in r157043,Dag-Erling Smørgrav2006-03-235-59/+306
|\
| * Vendor import of ZLib 1.2.3.Dag-Erling Smørgrav2006-03-2323-215/+1006
* | Add new libsm file from sendmail 8.13.6Gregory Neil Shapiro2006-03-221-1/+1
* | Even if a system does not support restoring extended attributes,Tim Kientzle2006-03-221-2/+4
* | We have gmtime_r(3).Hajimu UMEMOTO2006-03-211-0/+1
* | POSIX.1e-style Extended Attribute supportTim Kientzle2006-03-2110-37/+628
* | Update the resolver in libc to BIND9's one.Hajimu UMEMOTO2006-03-2142-7838/+369
* | - Merge our local changes.Hajimu UMEMOTO2006-03-2138-123/+901
* | This commit was generated by cvs2svn to compensate for changes in r156954,Hajimu UMEMOTO2006-03-211-47/+0
* | This commit was generated by cvs2svn to compensate for changes in r156952,Hajimu UMEMOTO2006-03-2137-0/+10873
|\ \
| * | Vendor import of BIND 9.3.2Hajimu UMEMOTO2006-03-2137-0/+10873
| /
* | When we are doing initialization against q, use its own size, notXin LI2006-03-211-1/+1
* | There is no need to pass NULL to the pam_error() as the last argument.Wojciech A. Koszek2006-03-201-1/+1
* | Update the pmc(3) manual page's date string and freshen the year in the (c) l...Joseph Koshy2006-03-202-3/+3
* | Extend coverage of the MK_IPX build option to the following:Ruslan Ermilov2006-03-201-1/+9
* | Separate completely full runs from runs that are merely almost full, soJason Evans2006-03-201-61/+71