summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud