summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Back out 2nd part of wrong iswascii() change in prev. commit.ache2007-10-231-1/+1
* | Add a BUGS section to note that mount/chroot changes sincejb2007-10-221-0/+4
* | Add the full module path name to the kld_file_stat structurejb2007-10-221-0/+5
* | Remove out of date notes, the atoi code is thread-safe and async-canceldavidxu2007-10-191-4/+0
* | Unbreak arm build by removing duplicate symbols.cognet2007-10-181-8/+0
* | The fork symbols aren't MD, they already live in sys/.yar2007-10-181-3/+0
* | Fix build from errors exposed with recent version_gen.awk commit.grehan2007-10-181-2/+1
* | - Correctly define CACHED_SOCKET_PATH as /var/run/nscd after cached totmclaugh2007-10-171-1/+1
* | VM_METER is long deprecated.ru2007-10-161-2/+2
* | Rescue parts of the sensorsd commit that are still relevant:ru2007-10-161-6/+9
OpenPOWER on IntegriCloud