From owner-cvs-sys Sun Jun 1 01:50:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id BAA13861 for cvs-sys-outgoing; Sun, 1 Jun 1997 01:50:32 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA13823; Sun, 1 Jun 1997 01:50:17 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA01578; Sun, 1 Jun 1997 01:49:49 -0700 (PDT) Date: Sun, 1 Jun 1997 01:49:49 -0700 (PDT) Message-Id: <199706010849.BAA01578@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys proc.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/06/01 01:49:49 PDT Modified files: sys/sys proc.h Log: New field: p_sleepend; so that settime() can adjust the expected wakeup time for things like nanosleep. These sleep in terms of "ticks" and calculate the elapsed time relative to the expected wakeup time and do not return good results when the system time is adjusted. Revision Changes Path 1.39 +2 -1 src/sys/sys/proc.h