summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* - Extend the nsswitch to support Services, Protocols and Rpcume2006-04-2821-737/+5438
* Change the semantics of brk_max to dynamically deal with data segmentjasone2006-04-271-71/+83
* Oops, correct the weak reference (s/fclose/fcloseall).deischen2006-04-221-1/+1
* Now that libc has fcloseall(), remove _cleanup() from the listdeischen2006-04-221-1/+0
* Add fcloseall() to libc. This removes the need to export _cleanup().deischen2006-04-225-4/+60
* Update for rev 1.205 of vm_mmap.c.trhodes2006-04-211-7/+6
* 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
* - 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
* 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
* 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 malloc_usable_size(3).jasone2006-03-284-3/+47
* 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
* 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
* - Use ANSI C prototype.ume2006-03-253-152/+59
* 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
* 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
* We have gmtime_r(3).ume2006-03-211-0/+1
* 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
* When we are doing initialization against q, use its own size, notdelphij2006-03-211-1/+1
OpenPOWER on IntegriCloud