Date: Mon, 27 Jul 1998 12:16:24 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_resource.c Message-ID: <199807271916.MAA17118@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/07/27 12:16:23 PDT
Modified files:
sys/kern kern_resource.c
Log:
Fixed double counting of runtime after a process exits. The last
timeslice of the exiting process was counted for both the exiting
process and the next process to run if the next process runs
immediately.
Broken in: mostly in kern_clock.c rev.1.70 (1998/05/28)
Revision Changes Path
1.38 +11 -1 src/sys/kern/kern_resource.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807271916.MAA17118>
