1.0.26.15: interrupt.c refactoring
authorGabor Melis <mega@hotpop.com>
Sun, 22 Mar 2009 21:44:07 +0000 (21:44 +0000)
committerGabor Melis <mega@hotpop.com>
Sun, 22 Mar 2009 21:44:07 +0000 (21:44 +0000)
- check that all or none of the deferrable signals are blocked

- make passing NULL for sigset in the right context mean the current
  sigmask: there is only a single block_signals() function that can
  performs sigset arithmetic or change the current mask.

- print pc and sp on memory faults to ease debugging


No differences found