]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r265534:
authorpho <pho@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 21 May 2014 09:19:05 +0000 (09:19 +0000)
committerpho <pho@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 21 May 2014 09:19:05 +0000 (09:19 +0000)
commit2434c3c3f28c6f93d353bcb1417d3b71a80a68cb
treec5913ad5a7cb10a82cc2005a0bdf9a1bb05214a0
parenteeccb7aae8235bd2b4ae72bf4af0d952b71b1a92
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/10@266492 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc/sys/msync.2
sys/vm/vm_mmap.c