summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add missing #if's for NO_FLOATING_POINTphk2006-04-015-4/+16
* fix indent.ume2006-04-011-9/+9
* Add __gdtoa to the list of FreeBSD private symbols. Unfortunately,deischen2006-04-011-0/+4
* Optimize runtime performance, primary using the following techniques:jasone2006-03-301-285/+294
* Expose res_update and friends again. At least, ports/mail/spamilterume2006-03-306-117/+33
* Fix a bug where, for 6-byte sequences, the top 6 bits get compared totrhodes2006-03-301-1/+1
* Add __collate_load_error and __collate_range_cmp to the list ofdeischen2006-03-303-0/+4
* Add symbol versioning.deischen2006-03-292-0/+37
* Bring libpthread up to WARNS level 2.des2006-03-296-16/+32
* Account for recent changes in namespace.h. Use _pthread_createdeischen2006-03-291-4/+4
* Add malloc_usable_size(3).jasone2006-03-284-3/+47
* Fix prototype mismatch and use of un-namespaced pthread functions.des2006-03-282-22/+14
* Fix prototype mismatch.des2006-03-281-1/+2
* Use the correct type for and argument. Recent changes to namespace.hdeischen2006-03-282-2/+2
* 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
* If the query choked with EDNS0, retry without EDNS0.ume2006-03-281-8/+24
* Allocate space for thread pointer, this allows thread library to accessdavidxu2006-03-281-3/+3
* Add symbol versioning to libm.deischen2006-03-2716-0/+246
* Remove priority mutex code because it does not work correctly,davidxu2006-03-277-1199/+200
* Comment out -g compiler option, found by 'FreeBSD Build Options Survey'.davidxu2006-03-271-1/+1
* Allow the 'n' option to decrease the number of arenas below the default,jasone2006-03-261-2/+16
* Add comments and reformat/rearrange code. There are no significantjasone2006-03-261-208/+224
* MFP4: Support for profiling dynamically loaded objects.jkoshy2006-03-263-26/+52
* Check cancellation state carefully to see we really need to calldavidxu2006-03-261-2/+5
* - Use ANSI C prototype.ume2006-03-253-152/+59
* Don't cancel thread if it is in critical region.davidxu2006-03-251-1/+1
* Only wake up writer if the lock is free.davidxu2006-03-251-2/+2
* Compile thr_rtld.cdavidxu2006-03-251-0/+1
* Add locking support for rtld.davidxu2006-03-254-4/+229
* Convert TINY_MIN_2POW from a cpp macro to tiny_min_2pow (a variable), andjasone2006-03-241-21/+37
* When res_nquerydomain() returns SERVFAIL, we should try next domain.ume2006-03-242-5/+26
* When res_send() fails, we should reserve an error code.ume2006-03-241-2/+2
* set an upper limit for thread structures which can be allocated.davidxu2006-03-241-1/+12
* Implement SIGEV_THREAD notification for aio_fsync.davidxu2006-03-241-18/+55
* Add USE_BRK-specific code in malloc_init_hard() to allow the firstjasone2006-03-241-65/+110
* Document that the documented 2GB mmap limit is actually apeter2006-03-231-22/+8
* It's not enough to provide symbol map files; you also have to add themdes2006-03-233-0/+6
* Resolve conflicts.des2006-03-2318-151/+695
* This commit was generated by cvs2svn to compensate for changes in r157043,des2006-03-235-59/+306
|\
| * Vendor import of ZLib 1.2.3.des2006-03-2323-215/+1006
* | Add new libsm file from sendmail 8.13.6gshapiro2006-03-221-1/+1
* | Even if a system does not support restoring extended attributes,kientzle2006-03-221-2/+4
* | We have gmtime_r(3).ume2006-03-211-0/+1
* | POSIX.1e-style Extended Attribute supportkientzle2006-03-2110-37/+628
* | Update the resolver in libc to BIND9's one.ume2006-03-2142-7838/+369
* | - Merge our local changes.ume2006-03-2138-123/+901
* | This commit was generated by cvs2svn to compensate for changes in r156954,ume2006-03-211-47/+0
* | This commit was generated by cvs2svn to compensate for changes in r156952,ume2006-03-2137-0/+10873
|\ \
| * | Vendor import of BIND 9.3.2ume2006-03-2137-0/+10873
| /
OpenPOWER on IntegriCloud