From owner-cvs-all Tue Sep 12 11:58: 2 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BEEC637B422; Tue, 12 Sep 2000 11:57:59 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA32622; Tue, 12 Sep 2000 11:57:59 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200009121857.LAA32622@freefall.freebsd.org> From: John Baldwin Date: Tue, 12 Sep 2000 11:57:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_clock.c src/sys/i386/i386 mp_machdep.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/09/12 11:57:59 PDT Modified files: sys/kern kern_clock.c sys/i386/i386 mp_machdep.c Log: Clean up process accounting some more. Unfortunately, it is still not quite right on i386 as the CPU who runs statclock() doesn't have a valid clockframe to calculate statistics with. Revision Changes Path 1.112 +12 -14 src/sys/kern/kern_clock.c 1.125 +15 -19 src/sys/i386/i386/mp_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message