freebsd-dev/lib/libc
Jason Evans 0c21f9eda7 Convert TINY_MIN_2POW from a cpp macro to tiny_min_2pow (a variable), and
determine its value at run time according to other relevant values.  This
avoids the creation of runs that are incompletely utilized, as long as
pagesize isn't too large (>32kB, given the current RUN_MIN_REGS_2POW
setting).

Increase the size of several structure bitfields in arena_run_t in order
to avoid integer overflow in the case that a run's header does not overlap
with the space that is usable as application allocation regions.  Given
the tiny_min_2pow change, this fix has no additional impact unless
pagesize is >32kB.

Reported by:	kris
2006-03-24 22:13:49 +00:00
..
alpha Desupport the undocumented NO_QUAD option, just don't compile 2006-03-16 14:22:19 +00:00
amd64 Desupport the undocumented NO_QUAD option, just don't compile 2006-03-16 14:22:19 +00:00
arm Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
compat-43 Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
db Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
gdtoa Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
gen Make _spinunlock() point to the spinunlock stub, not the 2006-03-13 01:17:39 +00:00
gmon Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
i386 Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
ia64 Fix comment. 2006-03-16 14:27:17 +00:00
include We have gmtime_r(3). 2006-03-21 18:31:24 +00:00
inet It's not enough to provide symbol map files; you also have to add them 2006-03-23 16:55:13 +00:00
isc - Merge our local changes. 2006-03-21 15:37:16 +00:00
locale Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
nameser It's not enough to provide symbol map files; you also have to add them 2006-03-23 16:55:13 +00:00
net When res_nquerydomain() returns SERVFAIL, we should try next domain. 2006-03-24 13:30:10 +00:00
nls Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
posix1e Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
powerpc Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
quad Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
regex Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
resolv When res_nquerydomain() returns SERVFAIL, we should try next domain. 2006-03-24 13:30:10 +00:00
rpc Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
softfloat Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
sparc64 Desupport the undocumented NO_QUAD option, just don't compile 2006-03-16 14:22:19 +00:00
stdio Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
stdlib Convert TINY_MIN_2POW from a cpp macro to tiny_min_2pow (a variable), and 2006-03-24 22:13:49 +00:00
stdtime Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
string Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +00:00
sys Document that the documented 2GB mmap limit is actually a 2006-03-23 23:37:06 +00:00
uuid Add each directory's symbol map file to SYM_MAPS. 2006-03-13 01:15:01 +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 Update the resolver in libc to BIND9's one. 2006-03-21 16:11:11 +00:00
Versions.def Add symbol maps and initial symbol version definitions to libc. 2006-03-13 00:53:21 +00:00