davidxu 2003/12/07 15:47:15 PST
FreeBSD src repository
Modified files:
sys/kern kern_sig.c
Log:
Lock and unlock sched_lock when walking through thread list, current we
insert kse upcall thread into thread list at mi_switch time, process lock
is not enough.
Revision Changes Path
1.263 +11 -1 src/sys/kern/kern_sig.c