Go to file
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
boot Updated boot monitor help menu. 2005-06-17 11:52:55 +00:00
commands . fsck has A for yes-to-all response 2005-07-04 13:34:24 +00:00
drivers Fixed bug in AT driver: don't receive from HARDWARE, but use ANY. 2005-06-29 10:27:23 +00:00
etc Guard /usr/adm/wtmp for shutdown -C check 2005-07-04 13:30:55 +00:00
include Callnumbers and prototypes for get/setpriority() and fsync(). 2005-07-01 17:58:57 +00:00
kernel A "fix" for bug no. 2 is to check if the process slot has disappeared. 2005-07-04 15:20:46 +00:00
lib get/setpriority() and fsync() system calls 2005-07-01 18:01:33 +00:00
man Small select manpage update. 2005-07-01 17:57:51 +00:00
servers A "fix" for bug no. 2 is to check if the process slot has disappeared. 2005-07-04 15:20:46 +00:00
test Fixed sh2.sh test 2005-06-27 09:41:38 +00:00
tools *** empty log message *** 2005-06-30 15:56:19 +00:00
LICENSE Initial revision 2005-04-21 14:53:53 +00:00
Makefile Use relative paths for make depend 2005-06-29 15:26:10 +00:00