Date: Sat, 19 Dec 2009 10:54:29 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern kern_sig.c kern_thr.c subr_trap.c src/sys/sys signalvar.h Message-ID: <200912191054.nBJAsjQf067050@repoman.freebsd.org>
index | next in thread | raw e-mail
kib 2009-12-19 10:54:29 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/kern kern_sig.c kern_thr.c subr_trap.c
sys/sys signalvar.h
Log:
SVN rev 200716 on 2009-12-19 10:54:29Z by kib
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
Revision Changes Path
1.372.2.3 +100 -28 src/sys/kern/kern_sig.c
1.75.2.3 +1 -1 src/sys/kern/kern_thr.c
1.308.2.2 +10 -1 src/sys/kern/subr_trap.c
1.79.2.2 +5 -3 src/sys/sys/signalvar.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912191054.nBJAsjQf067050>
