jhb 4cc0b2f46e Remove the check that prevented signals from being delivered to exiting
processes.  It was originally added back when support for Linux threads
(and thus shared sigacts objects) was added, but no one knows why.  My
guess is that at some point during the Linux threads patches, the sigacts
object was torn down during exit1(), so this check was added to prevent
a panic for that race.  However, the stuff that was actually committed to
the tree doesn't teardown sigacts until wait() making the above race moot.
Re-allowing signals here lets one interrupt a NFS request during process
teardown (such as closing descriptors) on an interruptible mount.

Requested by:	kib (long time ago)
MFC after:	1 week
2006-10-20 16:19:21 +00:00
..
2006-10-17 02:28:58 +00:00
2006-09-25 01:29:48 +00:00
2006-10-18 04:48:09 +00:00
2005-12-04 02:12:43 +00:00
2006-09-30 16:33:29 +00:00
2006-07-17 21:00:42 +00:00
2006-05-28 22:15:28 +00:00
2006-10-18 04:48:09 +00:00
2006-10-17 02:28:58 +00:00
2006-10-17 02:28:58 +00:00
2006-08-13 23:16:59 +00:00
2006-10-15 14:22:14 +00:00