K 10 svn:author V 3 alc K 8 svn:date V 27 2003-12-21T06:03:40.000000Z K 7 svn:log V 266 - 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. END