Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 2008 16:04:17 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_mmap.c
Message-ID:  <200809231604.m8NG4TjM081829@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2008-09-23 16:04:17 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/vm               vm_mmap.c 
  Log:
  SVN rev 183304 on 2008-09-23 16:04:17Z 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), alc
  
  Revision   Changes    Path
  1.200.2.6  +0 -7      src/sys/vm/vm_mmap.c



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