Ben Gras 1e656b349d . processes stay ZOMBIE, even after wait(), to avoid wrongly seeing them
as living processes  before they are cleaned up (fixes
  wait()/waitpid() hanging forever on previously-ZOMBIE processes)

. stop processes from running using sys_nice() with PRIO_STOP
  when a handled signal is delivered, before computing 
  stack locations for sys_sigsend(). (fixes race condition
  when runnable processes get signals, and e.g. get scheduled
  before FS sends a reply to unpause(), which can make the
  signal stack location wrong.)
2006-10-25 11:29:43 +00:00
..
2006-03-03 10:20:58 +00:00
2006-05-11 14:57:23 +00:00
2006-05-11 14:57:23 +00:00
2006-05-11 14:57:23 +00:00
2006-05-11 14:57:23 +00:00
2005-09-11 16:45:46 +00:00