Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Aug 1997 11:50:07 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/vm vm_mmap.c
Message-ID:  <199708301850.LAA06252@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1997/08/30 11:50:06 PDT

  Modified files:
    sys/vm               vm_mmap.c 
  Log:
  Allow non-page aligned file offset mmap's, providing that the system is
  allowed to choose the address, or that the MAP_FIXED address has the same
  remainder when modulo PAGE_SIZE as the file offset.  Apparently this is
  posix1003.1b specified behavior.  SVR4 and the other *BSD's allow it too.
  It costs us nothing to support and means we don't get EINVAL on some mmap
  code that works perfectly elsewhere.
  
  Obtained from: NetBSD
  
  Revision  Changes    Path
  1.67      +47 -23    src/sys/vm/vm_mmap.c



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