K 10 svn:author V 3 jhb K 8 svn:date V 27 2008-09-23T16:03:32.021735Z K 7 svn:log V 396 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) END