Date: Sun, 29 Sep 2002 16:04:34 -0700 (PDT) From: Julian Elischer <julian@FreeBSD.org> 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 Message-ID: <200209292304.g8TN4YDA013391@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209292304.g8TN4YDA013391>
