summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Back out premature commit of previous version.jasone2007-12-281-183/+113
* Maintain two trees instead of one (old_chunks --> old_chunks_{ad,szad}) injasone2007-12-281-113/+183
* Release chunks_mtx for all paths through chunk_dealloc().jasone2007-12-281-1/+4
* Add the 'D' and 'M' run time options, and use them to control whetherjasone2007-12-272-315/+492
* Fix a typo in regards to the ENOENT error.jhb2007-12-271-1/+1
* Clean up some of the pts(4) vs pty(4) stuff in grantpt(3) and friends:jhb2007-12-211-22/+23
* Reduce lock contention for simple cases.imp2007-12-191-16/+22
* Add note about other systems.imp2007-12-191-0/+3
* Move all the xprintf-related symbols to FBSDprivate_1.0.das2007-12-181-9/+13
* Since nan() is supposed to work the same as strtod("nan(...)", NULL),das2007-12-184-12/+0
* Use fixed point integer math instead of floating point math whenjasone2007-12-181-42/+47
* Catch up with vfprintf.c,v 1.77.das2007-12-181-0/+1
* Moved logging out of the nss_method_lookup() in order not tobushman2007-12-171-9/+13
* Refactor features a bit in order to make it possible to disable lazyjasone2007-12-171-52/+127
* Implement and document nan(), nanf(), and nanl(). This commitdas2007-12-161-4/+23
* Export gdtoa's __ULto{x,Q}_D2A routine in a private namespace sodas2007-12-165-0/+17
* Arrange so that the NaN returned by strtod("nan", NULL) is the same asdas2007-12-165-27/+27
* Increment the version namespace for 8.0-current. New symbols anddeischen2007-12-141-0/+5
* Update posix_openpt(3) to handle 512 ptys. This was missed in the earlierjhb2007-12-131-2/+2
* Remove license clause 3 to agree with the now-standard BSD license.wes2007-12-123-14/+0
* Implementing 'fallback' nsswitch source. 'fallback' source is usedbushman2007-12-123-116/+220
* Remove 3rd clause of licensephantom2007-12-121-4/+0
* Fix typo in the commentache2007-12-111-1/+1
* Remove some test instrumentation. (The Symbol.map changes broke it anyway.)das2007-12-092-8/+0
* Fix handling of subnormals on i386/ia64/amd64.das2007-12-091-2/+0
* Make the warning a bit less 'broad' then it used to be. The accessremko2007-12-081-1/+10
* Merge BIND 9.4.2 into main chunk.ume2007-12-032-18/+25
* This commit was generated by cvs2svn to compensate for changes in r174223,ume2007-12-031-2/+2
|\
| * Vendor import of BIND 9.4.2ume2007-12-033-21/+32
| * Vendor import of BIND 9.4.1ume2007-06-031-2/+7
* | Since jb@ fixed the type of dd_lock in <dirent.h>, these casts are nodes2007-12-034-11/+11
* | In scanf, round according to the current rounding mode.das2007-12-037-8/+20
* | Only zero large allocations when necessary (for calloc()).jasone2007-11-281-1/+1
* | Add _pthread_mutex_init_calloc_cb to libc's map, for which malloc definesjasone2007-11-271-0/+1
* | Document the B and L MALLOC_OPTIONS.jasone2007-11-271-1/+26
* | Implement dynamic load balancing of thread-->arena mapping, based on lockjasone2007-11-271-58/+297
* | Implement lazy deallocation of small objects. For each arena, maintain ajasone2007-11-271-0/+218
* | Avoid re-zeroing memory in calloc() when possible.jasone2007-11-271-143/+218
* | Fix stats printing of the amount of memory currently consumed by hugejasone2007-11-271-36/+37
* | Use an intermediate pointer to avoid a strict aliasing warning.jb2007-11-231-1/+2
* | Use an intermediate pointer to avoid a strict aliasing warning.jb2007-11-211-1/+2
* | Use intermediate pointers to avoid strict alias type check failuresjb2007-11-207-15/+47
* | Change the casts from (pthread_mutex_t *) to (void *) to keep gcc quiet.cognet2007-11-191-3/+3
* | Fix bad rule and bad dependency for nsparser.h that canru2007-11-151-6/+3
* | - Include runetype.h for _RuneLocale_rafan2007-11-071-0/+2
* | Remove extraneous empty lines, to fix mdoc warnings.keramida2007-10-303-7/+3
* | mdoc fix: remove extraneous empty line.keramida2007-10-301-2/+1
* | Bump manpage date, missed during the last change.keramida2007-10-301-1/+1
* | The .Fx request doesn't recognize 2.2.0, so use ".Fx 2.2"keramida2007-10-301-1/+1
* | Remove extraneous .Ef request.keramida2007-10-301-2/+1
OpenPOWER on IntegriCloud