Cothreads do not have a globaldata context and cannot handle signals
commit579f65a4f721e229883f8d79dfb151f24c5e1568
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 30 Apr 2008 16:59:45 +0000 (30 16:59 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 30 Apr 2008 16:59:45 +0000 (30 16:59 +0000)
tree8dd279664699cef96d1c2d88272827eba297aeeb
parent013a57d7478144db2c0040d66bf3e730f4a83f90
Cothreads do not have a globaldata context and cannot handle signals
which require one.  Add SIGTERM, SIGWINCH, and SIGUSR2 to the list of
signals cothreads mask.

Reported-by: Rumko <rumcic@gmail.com>
sys/platform/vkernel/platform/machintr.c