From owner-cvs-all Sat Apr 4 23:33:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA08603 for cvs-all-outgoing; Sat, 4 Apr 1998 23:33:56 -0800 (PST) (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 XAA08597; Sat, 4 Apr 1998 23:33:55 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id XAA10006; Sat, 4 Apr 1998 23:31:45 -0800 (PST) Date: Sat, 4 Apr 1998 23:31:45 -0800 (PST) Message-Id: <199804050731.XAA10006@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_time.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/04/04 23:31:44 PST Modified files: sys/kern kern_time.c Log: tsleep() returns EWOULDBLOCK if the timeout expired. Don't return this to usermode, otherwise sleep(3) fails, cron doesn't work, etc etc etc. Revision Changes Path 1.47 +2 -2 src/sys/kern/kern_time.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message