DragonFly BSD
DragonFly commits List (threaded) for 2003-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/vm vm_mmap.c


From: Jeffrey Hsu <hsu@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 20 Dec 2003 22:31:59 -0800 (PST)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]