cvs commit: src/lib/libc/sys madvise.2 src/sys/sys mman.h proc.h src/sys/vm vm_mmap.c vm_pageout.c

Wes Peters wes at FreeBSD.org
Mon Mar 31 13:10:01 PST 2003


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


More information about the cvs-src mailing list