From owner-cvs-all Fri Oct 23 03:45:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA15470 for cvs-all-outgoing; Fri, 23 Oct 1998 03:45:16 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) 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 DAA15464; Fri, 23 Oct 1998 03:45:14 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA00790; Fri, 23 Oct 1998 03:45:11 -0700 (PDT) Date: Fri, 23 Oct 1998 03:45:11 -0700 (PDT) Message-Id: <199810231045.DAA00790@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/sys time.h src/sys/kern kern_clock.c src/sys/i386/isa loran.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/10/23 03:45:11 PDT Modified files: sys/sys time.h Log: Remove the tc_cost field from timecounters. Revision Changes Path 1.34 +1 -2 src/sys/sys/time.h Modified files: sys/kern kern_clock.c Log: Change the way we simulate stable storage for timecounters. If you have problems with the "calcru" messages and processes being killed for excessive cpu time, try to increase the NTIMECOUNTER #define and report your findings. Revision Changes Path 1.81 +51 -56 src/sys/kern/kern_clock.c Modified files: sys/i386/isa loran.c Log: Update timecounters to new interface. Revision Changes Path 1.10 +3 -3 src/sys/i386/isa/loran.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message