Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 2003 13:09:57 -0800 (PST)
From:      Wes Peters <wes@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/sys madvise.2 src/sys/sys mman.h proc.h src/sys/vm vm_mmap.c vm_pageout.c
Message-ID:  <200303312109.h2VL9vxa020006@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
wes         2003/03/31 13:09:57 PST

  FreeBSD src repository

  Modified files:
    lib/libc/sys         madvise.2 
    sys/sys              mman.h proc.h 
    sys/vm               vm_mmap.c vm_pageout.c 
  Log:
  Add a facility allowing processes to inform the VM subsystem they are
  critical and should not be killed when pageout is looking for more
  memory pages in all the wrong places.
  
  Reviewed by:    arch@
  Sponsored by:   St. Bernard Software
  
  Revision  Changes    Path
  1.29      +9 -0      src/lib/libc/sys/madvise.2
  1.35      +1 -0      src/sys/sys/mman.h
  1.308     +1 -0      src/sys/sys/proc.h
  1.157     +15 -0     src/sys/vm/vm_mmap.c
  1.228     +2 -1      src/sys/vm/vm_pageout.c



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