From owner-cvs-all Sun Sep 29 16: 4:35 2002 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 CE65337B401; Sun, 29 Sep 2002 16:04:34 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9156B43E4A; Sun, 29 Sep 2002 16:04:34 -0700 (PDT) (envelope-from julian@FreeBSD.org) Received: from freefall.freebsd.org (julian@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8TN4YCo013392; Sun, 29 Sep 2002 16:04:34 -0700 (PDT) (envelope-from julian@freefall.freebsd.org) Received: (from julian@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8TN4YDA013391; Sun, 29 Sep 2002 16:04:34 -0700 (PDT) Message-Id: <200209292304.g8TN4YDA013391@freefall.freebsd.org> From: Julian Elischer Date: Sun, 29 Sep 2002 16:04:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mutex.c kern_proc.c kern_switch.c kern_synch.c 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 2002/09/29 16:04:34 PDT Modified files: sys/kern kern_mutex.c kern_proc.c kern_switch.c kern_synch.c kern_thread.c sys/sys proc.h Log: Implement basic KSE loaning. This stops a hread that is blocked in BOUND mode from stopping another thread from completing a syscall, and this allows it to release its resources etc. Probably more related commits to follow (at least one I know of) Initial concept by: julian, dillon Submitted by: davidxu Revision Changes Path 1.108 +2 -1 src/sys/kern/kern_mutex.c 1.154 +3 -1 src/sys/kern/kern_proc.c 1.40 +68 -6 src/sys/kern/kern_switch.c 1.197 +5 -0 src/sys/kern/kern_synch.c 1.34 +9 -0 src/sys/kern/kern_thread.c 1.260 +6 -0 src/sys/sys/proc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message