summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Document how the backoff delay is calculated.brueffer2006-04-191-1/+4
* Correct usage example.ceri2006-04-181-1/+1
* o dbm_close(3) returns void not zero or anything else. Touch .Dd.maxim2006-04-161-5/+1
* For _Qp_{fge,fgt,fle,flt}() the SCD states that "Exceptions mimic fcmpeq",marius2006-04-161-4/+4
* - make reentrant version of netdb functions glibc style API, andume2006-04-1516-705/+1258
* Don't export __gdtoa. The only known ports that rely ondeischen2006-04-151-5/+1
* o Document SO_NOSIGPIPE, touch .Dd.maxim2006-04-151-1/+9
* List pwritev in the NAME section.ru2006-04-141-1/+2
* s/soley/solelyschweikh2006-04-131-1/+1
* Apply style.Makefile(5) here.ru2006-04-131-5/+5
* Install the shared library under /usr/lib; it's not used by anythingru2006-04-131-1/+0
* Place shared libpcap library under /lib, currently needed byru2006-04-131-0/+2
* Unexpand TAILQ_FIRST(foo) == NULL to TAILQ_EMPTY.delphij2006-04-134-10/+10
* Fix a symlink.ru2006-04-121-1/+1
* Install shared libpthread library into /lib; needed by someru2006-04-123-1/+7
* use pwrite to always write at the begining of the file.. If multiple callsjmg2006-04-111-1/+1
* - Move _Qp_* and __dtoul from FBSDprivate to the list of FBSD_1.0 symbolsmarius2006-04-111-35/+18
* Document that VIS_CSTYLE encodes space (040) as '\s'.brueffer2006-04-091-1/+3
* Don't test if RES_INIT is set to see res_state structure isume2006-04-081-1/+1
* Do not check validity of timeout if a mutex can be acquired immediately.davidxu2006-04-083-80/+103
* Add an unreachable return statement, in order to avoid a compiler warningjasone2006-04-051-0/+1
* Only initialize the first per-chunk page map element for free runs. Thisjasone2006-04-051-31/+16
* Add malloc_usable_size() to the RETURN VALUES section.jasone2006-04-041-1/+6
* Add init_lock, and use it to protect against allocator initializationjasone2006-04-041-8/+21
* Refactor per-run bitmap manipulation functions so that bitmap offsets onlyjasone2006-04-041-69/+131
* Remove declaration of _thr_initial from MD header file, it is no longerdavidxu2006-04-042-4/+0
* Simplify _get_curthread() and _tcb_ctor because libc and rtld nowdavidxu2006-04-044-15/+6
* WARNS level 4 cleanup.davidxu2006-04-0445-199/+252
* 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
OpenPOWER on IntegriCloud