Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Mar 2006 23:37:06 +0000 (UTC)
From:      Peter Wemm <peter@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/sys mmap.2
Message-ID:  <200603232337.k2NNb6tH020675@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603232337.k2NNb6tH020675>