minix/servers
Ben Gras 904cf1f84d A "fix" for bug no. 2 is to check if the process slot has disappeared.
Not a really good solution (as it might not catch situations in which this
is caused by another bug), but the forrest of checks necessary might be worse
than this quick fix - because when looking for the cause, I found some other
cases in which the PM would panic as well. See info in bug 2 for details.

Another fix is to delay notification of PM by SYSTASK of signals delivered
internally until after the reply (e.g. of exec()), because the reply would
be messed up otherwise (receiving the notify instead of reply). This caused
SIGTRAP not to be delivered properly with traced processes.
2005-07-04 15:20:46 +00:00
..
fs Calls and functionality for get/setpriority() and fsync(). 2005-07-01 17:58:29 +00:00
inet Disabled assertion 2005-06-29 15:25:21 +00:00
init Changed Makefiles for mkdep script. 2005-06-24 16:21:21 +00:00
is . Added printing of ppid to PM dump output 2005-07-04 09:36:16 +00:00
pm A "fix" for bug no. 2 is to check if the process slot has disappeared. 2005-07-04 15:20:46 +00:00
Makefile Made src belong to bin in release cp. 2005-06-27 11:59:36 +00:00