John Baldwin 628d2653d6 - Proc locking. Most of signal handling is now MP safe and doesn't require
Giant.  The only exception is the CANSIGNAL() macro.  Unlocking the proc
  lock around sendsig() in trapsignal() is also questionable.  Note that
  the functions sigexit(), psignal(), and issignal() must be called with
  the proc lock of the process in question held.  postsig() and
  trapsignal() should not be called with the proc lock held, but they
  also do not require Giant anymore either.
- Remove spl's that are now no longer needed as they are fully replaced.
2001-03-07 02:59:54 +00:00
..
2001-01-28 06:39:56 +00:00
2001-01-24 08:42:39 +00:00
2000-12-02 05:45:32 +00:00
2001-02-06 11:21:58 +00:00
2001-02-09 16:27:41 +00:00
2000-12-01 08:57:47 +00:00
2001-01-01 23:09:53 +00:00
1999-08-28 01:08:13 +00:00
2001-02-22 13:46:09 +00:00
2000-12-31 23:12:20 +00:00
2000-12-28 12:17:35 +00:00
2000-09-29 13:36:47 +00:00
2000-05-01 20:32:07 +00:00
2000-04-22 15:13:06 +00:00
2001-02-06 11:21:58 +00:00
2000-12-02 05:45:32 +00:00
2000-12-01 08:57:47 +00:00
1999-08-28 01:08:13 +00:00
2001-01-29 10:06:22 +00:00
2001-02-06 11:21:58 +00:00
2001-03-04 06:04:50 +00:00
2001-03-01 21:00:17 +00:00
2001-03-01 21:00:17 +00:00