summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Separate completely full runs from runs that are merely almost full, sojasone2006-03-201-61/+71
* Optimize realloc() to reallocate in place if the old and new sizes arejasone2006-03-191-105/+167
* Provide alternate default for SHLIBDIR before bsd.own.mk does this.ru2006-03-181-1/+2
* Reimplementation of world/kernel build options. For details, see:ru2006-03-172-5/+7
* Modify allocation policy, in order to avoid excessive fragmentation forjasone2006-03-172-2503/+1070
* Allow bsd.lib.mk to generate the symbol version map.deischen2006-03-161-14/+6
* Fix comment.ru2006-03-161-1/+1
* Desupport the undocumented NO_QUAD option, just don't compileru2006-03-165-21/+4
* Add a non-optional newline after ".Bx".ru2006-03-151-1/+2
* Revert previous changes as we do support the .Ox macro for OpenBSD.andre2006-03-151-2/+4
* POSIXed strtoll() (and ours one too) can set errno to EINVAL, so checkache2006-03-141-1/+1
* Fix HISTORY and point to OpenBSD.andre2006-03-141-5/+2
* Import of OpenBSD's strtonum(3) which is a nicer version of strtoll(3)andre2006-03-144-3/+227
* ns_name_skip was recently redefined to __ns_name_skipdeischen2006-03-131-1/+1
* Make _spinunlock() point to the spinunlock stub, not thedeischen2006-03-131-1/+1
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-1328-1/+48
* Add hooks to build libc with symbol versioning. This isdeischen2006-03-131-0/+14
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-1329-0/+3241
* Add entries for new pthread stubs.davidxu2006-03-101-0/+30
* Remove mq.c, the POSIX mqueue is implemented in librt.davidxu2006-03-081-73/+0
* Add some more pthread stubs so that librt can use them.deischen2006-03-053-31/+168
* Remove a useless word.brueffer2006-03-051-1/+1
* Sync with actual code.jcamou2006-03-031-2/+6
* Fix the %Q printf extension to behave as expectedphk2006-03-021-19/+9
* Handle the errors returned by res_querydomain() in same manner.ume2006-03-012-0/+40
* Disconnect mqueue from buildworld, as I will implement it in seperateddavidxu2006-03-011-1/+1
* Const'ify arguments to a couple of functions to fix breakagedeischen2006-02-281-2/+2
* Don't do a time travel to 12006...delphij2006-02-281-1/+1
* Staticize a couple of functions.deischen2006-02-2723-71/+106
OpenPOWER on IntegriCloud