freebsd-dev/lib/libc
Jason Evans a326064e24 Modify chunk_alloc() to prefer mmap()ed memory over sbrk()ed memory.
This has no impact unless USE_BRK is defined (32-bit platforms), in
which case user allocations are allocated via mmap() if at all possible,
in order to avoid the possibility of unreclaimable chunks in the data
segment.

Fix an obscure bug in base_alloc() that could have allowed undefined
behavior if an application were to use sbrk() in conjunction with a
USE_BRK-enabled malloc.
2007-02-22 19:10:30 +00:00
..
amd64 Remove silly n that crept in 2007-01-09 00:38:24 +00:00
arm The distinction between quiet and signaling NaN formats is 2007-01-03 05:00:03 +00:00
compat-43 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
db Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
gdtoa Fix rounding of 0xf for hex fp formats. 2007-01-03 04:57:58 +00:00
gen o s/cgetseq/cgetset/ 2007-02-11 18:14:49 +00:00
gmon Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
i386 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
ia64 The distinction between quiet and signaling NaN formats is 2007-01-03 05:00:03 +00:00
include Remove 3rd clause, renumber, ok per email 2007-01-12 07:31:30 +00:00
inet Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
isc Merge BIND9 9.3.3 into main chunk. 2006-12-15 20:59:55 +00:00
locale Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
nameser Upgrade res_update(3) and the friends to BIND9's one excluding TSIG 2006-05-21 11:19:36 +00:00
net Fixes build breakage.. invalid type casts.. and invalid 2007-02-22 14:48:12 +00:00
nls Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
posix1e Revise markup in recently added manpages. 2006-09-30 10:34:13 +00:00
powerpc The distinction between quiet and signaling NaN formats is 2007-01-03 05:00:03 +00:00
quad Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
regex Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
resolv Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
rpc o Remove duplicate includes. 2007-01-20 08:24:02 +00:00
softfloat Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
sparc64 Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
stdio Remove 3rd clause, renumber, ok per email 2007-01-12 07:31:30 +00:00
stdlib Modify chunk_alloc() to prefer mmap()ed memory over sbrk()ed memory. 2007-02-22 19:10:30 +00:00
stdtime On FreeBSD/arm, any value > 50 bits will result in a rediculously huge 2007-01-19 01:16:35 +00:00
string Per Regents of the University of Calfornia letter, remove advertising 2007-01-09 00:28:16 +00:00
sys First cut of the sctp man pages. Still need work. 2007-02-22 14:32:39 +00:00
uuid In DCE 1.1, the time_low value is defined as an unsigned 32-bit 2006-08-03 03:34:36 +00:00
xdr Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
yp Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
Makefile Remove alpha left-overs. 2006-08-22 08:03:01 +00:00
Versions.def Add symbol maps and initial symbol version definitions to libc. 2006-03-13 00:53:21 +00:00