cvs commit: src/sys/kern kern_proc.c

Tim J. Robbins tjr at FreeBSD.org
Thu Apr 24 04:03:05 PDT 2003


tjr         2003/04/24 04:03:04 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             kern_proc.c 
  Log:
  Do a better job of calculating the RSS for swapped-out processes:
  don't include the kernel stacks of swapped-out threads in the page count,
  but do include the alternate kernel stack. jhb provided some helpful
  comments on this.
  
  PR:             49102
  
  Revision  Changes    Path
  1.181     +9 -3      src/sys/kern/kern_proc.c


More information about the cvs-src mailing list