cvs commit: src/lib/libc/sys mmap.2
Peter Wemm
peter at FreeBSD.org
Thu Mar 23 23:37:07 UTC 2006
peter 2006-03-23 23:37:06 UTC
FreeBSD src repository
Modified files:
lib/libc/sys mmap.2
Log:
Document that the documented 2GB mmap limit is actually a
documentation bug. We switched to page indexes some time around
FreeBSD 2.2. The actual 'len' limit is the maximum file size or what
will fit in your address space, whichever comes first. It should be
possible to make 1TB files on 32 bit systems, but of course address space
runs out long before then.
Revision Changes Path
1.53 +8 -22 src/lib/libc/sys/mmap.2
More information about the cvs-src
mailing list