summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Backout sensors framework.netchild2007-10-151-36/+6
* | Add comment explaining __mb_sb_limit trick here.ache2007-10-151-0/+5
* | Fix mdoc in last commit.ru2007-10-141-13/+15
* | Import OpenBSD's sysctl hardware sensors framework.netchild2007-10-141-6/+34
* | The problem is: currently our single byte ctype(3) functions are brokenache2007-10-1312-21/+57
* | Remove symbols that should not be exported.deischen2007-10-131-29/+0
* | MFKernel: do not use __XSCALE__ to detect if clz/pld/ldrd/strd arecognet2007-10-133-9/+9
* | Fixed "make checkdpadd" (missing library dependencies).ru2007-10-011-0/+1
* | Add fts_set_clientptr(3), fts_get_clientptr(3) and fts_get_stream(3) manscf2007-09-281-1/+2
* | Assorted spelling, punctuation and mdoc fixes.brueffer2007-09-255-36/+39
* | The precision for a string argument in a call to warnx() needs to be castscf2007-09-221-1/+2
* | Add FreeBSD history.obrien2007-09-211-1/+3
* | Fix some improper handling of malloc failuresmatteo2007-09-205-30/+53
* | - Fix description to say "receive" instead of "send"gabor2007-09-201-2/+2
OpenPOWER on IntegriCloud