cvs commit: src/sys/vm vm_mmap.c

Jeffrey Hsu hsu at crater.dragonflybsd.org
Sat Dec 20 22:33:30 PST 2003


hsu         2003/12/20 22:31:59 PST

DragonFly src repository

  Modified files:
    sys/vm               vm_mmap.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.17      +1 -1      src/sys/vm/vm_mmap.c


http://www.dragonflybsd.org/cvsweb/src/sys/vm/vm_mmap.c.diff?r1=1.16&r2=1.17&f=h





More information about the Commits mailing list