Merge from FreeBSD:
authorJeffrey Hsu <hsu@dragonflybsd.org>
Sun, 21 Dec 2003 06:31:59 +0000 (06:31 +0000)
committerJeffrey Hsu <hsu@dragonflybsd.org>
Sun, 21 Dec 2003 06:31:59 +0000 (06:31 +0000)
commit2ff71562a5aaf8893ae3c63e624183372e527e3b
tree26dc45d578b10d702f16a04335f67ecbba6df285
parent4f645dbb5b08f62f7870004d17f390f5987934ed
Merge from FreeBSD:

revision 1.177
date: 2003/12/21 06:03:40;  author: alc;  state: Exp;  lines: +1 -1
 - Correct an error in mincore(2) that has existed since its introduction:
   mincore(2) should check that the page is valid, not just allocated.
   Otherwise, it can return a false positive for a page that is not yet
   resident because it is being read from disk.
sys/vm/vm_mmap.c