cvs commit: src/sys/kern kern_exit.c

John Baldwin jhb at FreeBSD.org
Tue Feb 21 13:48:43 PST 2006


jhb         2006-02-21 21:48:42 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_exit.c 
  Log:
  Move the ruadd() in kern_exit() to save our final stats in our child
  stats even further down in exit1() so that it includes the runtime and
  tick counts from the final time slice for the dying thread.
  
  Reviewed by:    phk
  
  Revision  Changes    Path
  1.284     +3 -2      src/sys/kern/kern_exit.c


More information about the cvs-src mailing list