freebsd-nq/lib
Jason Evans 2d07e432d4 Modify allocation policy, in order to avoid excessive fragmentation for
allocation patterns that involve a relatively even mixture of many
different size classes.

Reduce the chunk size from 16 MB to 2 MB.  Since chunks are now carved up
using an address-ordered first best fit policy, VM map fragmentation is
much less likely, which makes smaller chunks not as much of a risk.  This
reduces the virtual memory size of most applications.

Remove redzones, since program buffer overruns are no longer as likely to
corrupt malloc data structures.

Remove the C MALLOC_OPTIONS flag, and add H and S.
2006-03-17 09:00:27 +00:00
..
bind
csu
libalias
libarchive Remove automake source from FreeBSD tree. 2006-03-12 19:54:34 +00:00
libatm
libautofs
libbegemot
libbluetooth
libbsm Add libbsm to the library build. 2006-02-02 10:05:39 +00:00
libbsnmp
libbz2
libc Modify allocation policy, in order to avoid excessive fragmentation for 2006-03-17 09:00:27 +00:00
libc_r
libcalendar
libcam
libcom_err
libcompat
libcrypt
libdevinfo
libdevstat
libdisk Instead of printing several pieces with .Sy just enclose the 'Note' block 2006-01-30 08:26:59 +00:00
libedit
libexpat
libfetch
libform
libftpio
libgeom
libgpib NO_MAN is not needed here. 2006-03-16 15:18:17 +00:00
libgssapi The function isspace does not take a string argument. I have no idea how 2006-02-04 09:40:21 +00:00
libio NO_MAN is not needed here. 2006-03-16 15:18:17 +00:00
libipsec Clean up some descriptions and remove ambiguities in the language. 2006-02-14 13:02:00 +00:00
libipx
libkiconv
libkse Suuply the name of the version map and let bsd.lib.mk supply 2006-03-16 15:17:47 +00:00
libkvm
libmagic
libmd
libmemstat Update copyright for 2006. 2006-02-11 19:21:39 +00:00
libmenu
libmilter
libmp
libncp NO_MAN is not needed here. 2006-03-16 15:18:17 +00:00
libncurses
libnetgraph
libngatm
libopie
libpam Add appropriate xrefs. 2006-03-06 13:15:12 +00:00
libpanel
libpcap
libpmc Add an alias 'unhalted-cycles' denoting cycles where the CPU is 2006-02-25 05:34:00 +00:00
libpthread Suuply the name of the version map and let bsd.lib.mk supply 2006-03-16 15:17:47 +00:00
libradius
librpcsvc NO_MAN is not needed here. 2006-03-16 15:18:17 +00:00
librt No need to define NO_MAN here. 2006-03-15 10:41:58 +00:00
libsbuf
libsdp
libsm
libsmb NO_MAN is not needed here. 2006-03-16 15:18:17 +00:00
libsmdb
libsmutil
libstand Implement printf 'X' conversion for both libstand and kernel. 2006-03-09 22:37:34 +00:00
libtacplus
libtelnet
libthr Remove mqueue and timer, now they are in librt. 2006-03-08 23:47:04 +00:00
libthread_db Use ps_linfo to retrieve LWP info, current it is used to retrieve 2006-02-07 02:55:34 +00:00
libufs
libugidfw
libusbhid
libutil Use intmax_t' instead of plain int' for pid_t casts. 2006-03-04 15:20:28 +00:00
libvgl
libwrap
liby
libypclnt
libz
msun
ncurses
Makefile Connect librt to buildworld. 2006-03-09 01:03:58 +00:00
Makefile.inc