Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Dec 2003 22:03:40 -0800 (PST)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm vm_mmap.c
Message-ID:  <200312210603.hBL63eLL094915@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312210603.hBL63eLL094915>