From owner-cvs-all Fri Jan 3 12:41:50 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BFA537B401; Fri, 3 Jan 2003 12:41:50 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA7EE43ED8; Fri, 3 Jan 2003 12:41:49 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h03Kfnfh043768; Fri, 3 Jan 2003 12:41:49 -0800 (PST) (envelope-from julian@repoman.freebsd.org) Received: (from julian@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h03KfnIU043767; Fri, 3 Jan 2003 12:41:49 -0800 (PST) Message-Id: <200301032041.h03KfnIU043767@repoman.freebsd.org> From: Julian Elischer Date: Fri, 3 Jan 2003 12:41:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_thread.c src/sys/sys proc.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG julian 2003/01/03 12:41:49 PST Modified files: sys/kern kern_thread.c sys/sys proc.h Log: Make an explicit flag to indicate that a KSE has a reason to upcall, and use that flag when there is a kse_wakeup() call. It will probably be used with signal delivery as well eventually. Submitted by: davidxu@ Revision Changes Path 1.71 +22 -19 src/sys/kern/kern_thread.c 1.287 +9 -8 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message