Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Mar 1999 13:53:12 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_exit.c kern_resource.c
Message-ID:  <199903112153.NAA39506@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1999/03/11 13:53:12 PST

  Modified files:
    sys/kern             kern_exit.c kern_resource.c 
  Log:
  Fixed runtime accounting.  The time since the previous context switch
  was discarded on every call to calcru().  Hacking on the `switchtime'
  global for a related fix in rev.1.38 of kern_resource.c was too fragile
  and broke when p_switchtime went away.
  
  PR:		10402
  
  Revision  Changes    Path
  1.77      +10 -1     src/sys/kern/kern_exit.c
  1.44      +1 -12     src/sys/kern/kern_resource.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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