A signal is sent to a particular LWP must be delivered to that LWP and never
commit04d84fc2c5c57dfa40fffdccc4816011a0ee82a6
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 30 Jun 2007 23:38:31 +0000 (30 23:38 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 30 Jun 2007 23:38:31 +0000 (30 23:38 +0000)
tree41dae9b07f5b38aa0090d15f4860ee7f9a92b257
parent05c3b7cb25725a1b4578eb38329d942a94cbf3bb
A signal is sent to a particular LWP must be delivered to that LWP and never
posted to the process generically.  Otherwise things like seg faults can
end up being posted to the wrong LWP.
sys/kern/kern_sig.c