Cothreads do not have a globaldata context and cannot handle signals
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 30 Apr 2008 16:59:45 +0000 (16:59 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 30 Apr 2008 16:59:45 +0000 (16:59 +0000)
commit515a4e0cb384ea83db7699ecce7d3927d45966c2
tree77215bf83e5ce7c0d6e7d8280b7c153d0b0a5251
parentae8add5bf57755e1a4bdec1c9bec4c879a9af2ac
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