freebsd-skq/lib/libc
pluknet 3061aea0d2 Remove sysctl vm.max_proc_mmap used to protect from KVA space exhaustion.
As it was pointed out by Alan Cox, that no longer serves its purpose with
the modern UMA allocator compared to the old one used in 4.x days.

The removal of sysctl eliminates max_proc_mmap type overflow leading to
the broken mmap(2) seen with large amount of physical memory on arches
with factually unbound KVA space (such as amd64).  It was found that
slightly less than 256GB of physmem was enough to trigger the overflow.

Reviewed by:	alc, kib
Approved by:	avg (mentor)
MFC after:	2 months
2011-02-24 09:22:56 +00:00
..
amd64 Remove duplicate .note.GNU-stack section declaration. bcopy already 2011-02-04 21:04:00 +00:00
arm Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
compat-43 Powerpc is special here. powerpc and powerpc64 use different ABIs, so 2010-08-24 20:54:43 +00:00
db Bump dates in dbopen(3) and cpuset_getaffinity(2) from r212441 and 2010-09-12 14:04:05 +00:00
gdtoa
gen Add a utility, utxrm(8). 2011-02-19 11:44:04 +00:00
gmon Provide 64-bit PowerPC support in libc. 2010-07-10 14:45:03 +00:00
i386 Remove duplicate .note.GNU-stack section declaration. bcopy already 2011-02-04 21:04:00 +00:00
ia64 Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
include Introduce a non-portable function pthread_getthreadid_np(3) to retrieve 2011-02-07 21:26:46 +00:00
inet
isc
locale Revert most of r210764, now that mdocml does the right 2010-12-28 10:08:50 +00:00
mips Fix bzero() for 64-bit. 2011-02-22 07:49:51 +00:00
nameser
net Fix struct FILE * leak on error (in disabled by default hesiod support code). 2011-01-08 10:56:58 +00:00
nls Merge from English r198040: add C message catalogue entries for newer 2010-06-20 06:52:10 +00:00
posix1e Bump manual page date. 2010-12-13 19:03:10 +00:00
powerpc Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
powerpc64 Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
quad Powerpc is special here. powerpc and powerpc64 use different ABIs, so 2010-08-24 20:54:43 +00:00
regex mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
resolv
rpc Revert most of r210764, now that mdocml does the right 2010-12-28 10:08:50 +00:00
softfloat Powerpc is special here. powerpc and powerpc64 use different ABIs, so 2010-08-24 20:54:43 +00:00
sparc64 Avoid aliasing which leads to incorrect results when compiling with the 2010-03-21 13:18:08 +00:00
stdio When reopening a stream backed by an open file descriptor, do not close 2010-12-09 20:28:30 +00:00
stdlib Fix some style(9) issues. 2011-01-08 11:04:30 +00:00
stdtime strptime(3) confused July with June with the fr_FR locale. 2010-05-09 22:01:35 +00:00
string Powerpc is special here. powerpc and powerpc64 use different ABIs, so 2010-08-24 20:54:43 +00:00
sys Remove sysctl vm.max_proc_mmap used to protect from KVA space exhaustion. 2011-02-24 09:22:56 +00:00
uuid mdoc: drop redundant .Pp and .LP calls 2010-10-08 12:40:16 +00:00
xdr
yp
Makefile Fix n32 compile. 2011-01-27 14:16:12 +00:00
Versions.def