cvs commit: src/sys/vm vm_mmap.c
Alan Cox
alc at FreeBSD.org
Sat Dec 20 22:03:42 PST 2003
alc 2003/12/20 22:03:40 PST
FreeBSD src repository
Modified files:
sys/vm vm_mmap.c
Log:
- 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.
Revision Changes Path
1.177 +1 -1 src/sys/vm/vm_mmap.c
More information about the cvs-src
mailing list