jhb         2008-09-23 16:03:32 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/vm               vm_mmap.c 
  Log:
  SVN rev 183303 on 2008-09-23 16:03:32Z by jhb
  
  MFC: 179296
  To date, our implementation of munmap(2) has required that the
  entirety of the specified range be mapped.  Specifically, it has
  returned EINVAL if the entire range is not mapped.  There is not,
  however, any basis for this in either SuSv2 or our own man page.
  Moreover, neither Linux nor Solaris impose this requirement.  This
  revision removes this requirement.
  
  Approved by:    re (kib)
  
  Revision   Changes    Path
  1.213.2.3  +0 -7      src/sys/vm/vm_mmap.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to