]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC 255497:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 14 Nov 2013 21:27:13 +0000 (21:27 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 14 Nov 2013 21:27:13 +0000 (21:27 +0000)
commit7b22d0a5d66776dc58e3d9e54b58bb678e2fa4c9
tree87736036f0553282c877dd3bf430fb534cee26df
parent21cc635a276d14d71d9f26f14565fc7d089e23e8
MFC 255497:
Fix an off-by-one error when populating mincore(2) entries for
skipped entries.  lastvecindex references the last valid byte,
so the new bytes should come after it.

git-svn-id: svn://svn.freebsd.org/base/stable/9@258144 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/vm/vm_mmap.c