Thomas Veerman a6d0ee24c3 Use correct value for _NSIG
User processes can send signals with number up to _NSIG. There are a few
signal numbers above that used by the kernel, but should explicitly not
be included in the range or range checks in PM will fail.

The system processes use a different version of sigaddset, sigdelset,
sigemptyset, sigfillset, and sigismember which does not include a range
check on signal numbers (as opposed to the normal functions used by normal
processes).

This patch unbreaks test37 when the boot image is compiled with GCC/Clang.
2012-01-16 11:42:29 +00:00
..
2012-01-13 11:30:01 +00:00
2011-08-18 15:21:29 +02:00
2010-09-19 15:52:12 +00:00
2011-09-07 17:52:48 +02:00
2010-09-15 14:09:46 +00:00
2012-01-13 11:30:00 +00:00
2011-11-01 19:21:19 +00:00
2011-08-18 15:21:29 +02:00
2010-06-24 13:31:40 +00:00
2010-06-24 13:31:40 +00:00
2011-07-31 16:22:43 +02:00
2010-09-07 07:18:11 +00:00
2010-09-15 14:10:57 +00:00
2010-04-26 14:43:59 +00:00
2011-07-31 16:22:43 +02:00
2011-07-29 20:37:39 +02:00
2010-09-15 14:11:30 +00:00
2011-04-26 23:28:23 +02:00
2012-01-13 11:30:01 +00:00
2012-01-13 11:30:01 +00:00
2010-12-17 13:47:11 +00:00
2012-01-13 11:30:01 +00:00
2012-01-13 11:30:01 +00:00
2012-01-13 11:30:00 +00:00
2011-09-16 20:10:47 +02:00
2012-01-16 11:42:29 +00:00
2011-05-04 18:51:43 +02:00
2011-05-04 18:51:43 +02:00
2012-01-13 11:30:00 +00:00
2010-06-11 08:16:10 +00:00
2011-05-25 09:42:11 +02:00