]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fixed double counting of runtime after a process exits. The last
authorBruce Evans <bde@FreeBSD.org>
Mon, 27 Jul 1998 19:16:21 +0000 (19:16 +0000)
committerBruce Evans <bde@FreeBSD.org>
Mon, 27 Jul 1998 19:16:21 +0000 (19:16 +0000)
commitbc9e7c3b4227265a72363a3e2898afc0068ffd0d
tree02b4d0ae4fb51e82cb4dbab46e84bbc7dd6dc463
parentd6c37912c61f77db81788f51b68cc44c50d1dbf9
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)
sys/kern/kern_resource.c