antoine 2008-08-03 21:07:19 UTC
FreeBSD src repository
Modified files:
sys/kern kern_kthread.c
Log:
SVN rev 181263 on 2008-08-03 21:07:19Z by antoine
Kill a dead variable
PR: 126223
Submitted by: Mateusz Guzik
Revision ChangesPath
jhb 2007-11-15 21:45:17 UTC
FreeBSD src repository
Modified files:
sys/kern kern_kthread.c
Log:
Acquire the process mutex and spin locks before calling thread_exit() in
kthread_exit() to fix panics when using INVARIANTS.
Revision ChangesPath
1.44
On Friday 26 October 2007 08:54:16 pm Julian Elischer wrote:
> julian 2007-10-27 00:54:16 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/kern kern_kthread.c
> Log:
> Add support for the pre-exisiting module shutdoen handshake.
> Fix some comments.
Thanks
julian 2007-10-27 00:54:16 UTC
FreeBSD src repository
Modified files:
sys/kern kern_kthread.c
Log:
Add support for the pre-exisiting module shutdoen handshake.
Fix some comments.
Revision ChangesPath
1.43 +6 -7 src/sys/kern/kern_kthread.c
julian 2007-10-26 22:18:20 UTC
FreeBSD src repository
Modified files:
sys/kern kern_kthread.c
Log:
If kthread_exit() is called on the last kthread in a kproc, then
all the work in kproc_exit must be done.
We don't actually have a user of this yet but why leave it
jhb 2006-03-01 20:53:24 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern kern_kthread.c
Log:
MFC: Remove extraneous PHOLD() in kthread_create().
Approved by:re (scottl)
Revision ChangesPath
1.34.2.1 +0 -1 src
jhb 2006-02-22 17:21:45 UTC
FreeBSD src repository
Modified files:
sys/kern kern_kthread.c
Log:
Don't do a PHOLD() in kthread_create() w/o a matching PRELE() in
kthread_exit(). Rather than add the missing PRELE() I chose to just
axe the PHOLD() since it was r