summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Skip rebuilding environ in setenv() only upon reuse of an active variable;scf2007-09-151-2/+2
* Use better manuals for these ntp system calls. These were replaced byimp2007-09-153-201/+258
* We've been able to support EVFILT_VNODE filtering on non-UFSru2007-09-071-6/+1
* ensure the head entry of addrinfo chain has non-NULL ai_canonname to bejinmei2007-09-051-2/+19
* Add thr_kill2 syscall.davidxu2007-08-221-0/+3
* - Getipnodebyname() and getipnodebyaddr() reimplemented throughbushman2007-07-311-1387/+72
* - take out a needless panic under invariants for sctp_output.crrs2007-07-241-6/+107
* Set timeout for all NIS RPC requests to 1 second and not just forsimon2007-07-241-8/+8
OpenPOWER on IntegriCloud