]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r197963:
authorkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 19 Dec 2009 10:54:29 +0000 (10:54 +0000)
committerkib <kib@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 19 Dec 2009 10:54:29 +0000 (10:54 +0000)
commitd7e46a73779858491ee34b3c093ff143fdb469a5
tree226ed7581bf374b2edc6929e989cb390a1ad9011
parentc918a1ff808c3ce2fe3366d7d1a53664ea8526a8
MFC r197963:
Put process-directed signals to the process queue unconditionally,
selecting the thread to deliver the signal only by the thread returning
to usermode.
Change cursig() and postsig() to look both into the thread and process
signal queues.

MFC r197976:
Fix typo.

MFC r200082:
Remove wrong assertion. Debugee is allowed to lose a signal

git-svn-id: svn://svn.freebsd.org/base/stable/8@200716 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/kern/kern_sig.c
sys/kern/kern_thr.c
sys/kern/subr_trap.c
sys/sys/signalvar.h