]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r265534:
authorpho <pho@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 23 May 2014 05:35:43 +0000 (05:35 +0000)
committerpho <pho@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 23 May 2014 05:35:43 +0000 (05:35 +0000)
commit185d420df7d98cba0040cb883c170da746d58ecf
treeaa27d3aa1902e82924897b15cc396d259b4638a2
parenta70221bda62d1ddecef679ec3af4640e31473c0b
MFC r265534:

msync(2) must return ENOMEM and not EINVAL when the address is outside the
allowed range or when one or more pages are not mapped. This according to
The Open Group Base Specifications Issue 7.

Sponsored by: EMC / Isilon storage division

git-svn-id: svn://svn.freebsd.org/base/stable/8@266574 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc/sys/msync.2
sys/vm/vm_mmap.c