From owner-cvs-all Mon Jul 27 12:18:43 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18743 for cvs-all-outgoing; Mon, 27 Jul 1998 12:18:43 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA18643; Mon, 27 Jul 1998 12:17:40 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA17118; Mon, 27 Jul 1998 12:16:24 -0700 (PDT) Date: Mon, 27 Jul 1998 12:16:24 -0700 (PDT) Message-Id: <199807271916.MAA17118@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_resource.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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