cvs commit: src/sys/kern kern_sig.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Jun 30 16:39:31 PDT 2007
dillon 2007/06/30 16:38:31 PDT
DragonFly src repository
Modified files:
sys/kern kern_sig.c
Log:
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.
Revision Changes Path
1.81 +26 -16 src/sys/kern/kern_sig.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_sig.c.diff?r1=1.80&r2=1.81&f=u
More information about the Commits
mailing list