osi_linux_unmask() needs to explicitly flush_signals() before calling
authorDerek Atkins <warlord@mit.edu>
Wed, 15 May 2002 21:04:15 +0000 (21:04 +0000)
committerGarry Zacheiss <zacheiss@mit.edu>
Wed, 15 May 2002 21:04:15 +0000 (21:04 +0000)
commit8251fc6871a65326150be69b929917b37d83e215
tree9660a730670d3c041d4abf225a301fc4197ecdd8
parent097df1049a6316f087e1c79b30a332358fa761c9
osi_linux_unmask() needs to explicitly flush_signals() before calling
recalc_sigpending(), otherwise recent kernels don't appear to deliver
new instances of any signals already received.

Revert back to using SIGKILL at shutdown time, but use SIGKILL instead of
explicitly using signal 9, because abstraction is your friend.
src/afs/LINUX/osi_misc.c
src/rx/LINUX/rx_knet.c