]> Zhao Yanbai Git Server - minix.git/commit
If a process does sys_kill on SELF (such as in panic() of servers and drivers
authorBen Gras <ben@minix3.org>
Fri, 23 Feb 2007 12:55:29 +0000 (12:55 +0000)
committerBen Gras <ben@minix3.org>
Fri, 23 Feb 2007 12:55:29 +0000 (12:55 +0000)
commita9f2f36f46e16ae2fb58c62ac4aa240566f863a2
treeaf4d773334f0615898a5f3ff2a9e8227bfe7adbd
parentbe30a639cd603843c5ad7a0ea418a519b8bbcc75
If a process does sys_kill on SELF (such as in panic() of servers and drivers
if a PM exit fails, until they are compiled with the new panic() function that
is), don't reply to it as the endpoint has been cleared.
kernel/system/do_kill.c