From owner-cvs-all Tue Jan 18 3:35:31 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C1F5814EFC; Tue, 18 Jan 2000 03:35:29 -0800 (PST) (envelope-from deischen@FreeBSD.org) Received: (from deischen@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA08776; Tue, 18 Jan 2000 03:35:29 -0800 (PST) (envelope-from deischen@FreeBSD.org) Message-Id: <200001181135.DAA08776@freefall.freebsd.org> From: Daniel Eischen Date: Tue, 18 Jan 2000 03:35:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_init.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk deischen 2000/01/18 03:35:29 PST Modified files: lib/libc_r/uthread uthread_init.c Log: Properly initialize the last active time of the initial thread. This fixes the case that a CPU hungry main thread is prevented from being preempted due to a negative calculation of its time slice. Reported by: Alexander Litvin Revision Changes Path 1.22 +7 -1 src/lib/libc_r/uthread/uthread_init.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message