From owner-cvs-all Sat Jul 4 12:14:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA00180 for cvs-all-outgoing; Sat, 4 Jul 1998 12:14:00 -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 MAA00163; Sat, 4 Jul 1998 12:13:52 -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 MAA10578; Sat, 4 Jul 1998 12:12:22 -0700 (PDT) Date: Sat, 4 Jul 1998 12:12:22 -0700 (PDT) Message-Id: <199807041912.MAA10578@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_clock.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1998/07/04 12:12:22 PDT Modified files: sys/kern kern_clock.c Log: Change the sign on a race-condition, so that instead of ending up several tens of milliseconds out in the future we end up the right place with a subweeniesecond error. Revision Changes Path 1.75 +18 -8 src/sys/kern/kern_clock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message