Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Nov 2009 07:17:31 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libc/sys mmap.2 src/sys/sys mman.h
Message-ID:  <200911060722.nA67MH1X063152@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2009-11-06 07:17:31 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/sys         mmap.2 
    sys/sys              mman.h 
  Log:
  SVN rev 198973 on 2009-11-06 07:17:31Z by ed
  
  Add MAP_ANONYMOUS.
  
  Many operating systems also provide MAP_ANONYMOUS. It's not hard to
  support this ourselves, we'd better add it to make it more likely for
  applications to work out of the box.
  
  Reviewed by:    alc (mman.h)
  
  Revision  Changes    Path
  1.60      +5 -1      src/lib/libc/sys/mmap.2
  1.44      +3 -0      src/sys/sys/mman.h



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