process: correct behaviour of kill to process 1
authorAlan Cox <alan@linux.intel.com>
Fri, 13 Feb 2015 14:54:35 +0000 (14:54 +0000)
committerAlan Cox <alan@linux.intel.com>
Fri, 13 Feb 2015 14:54:35 +0000 (14:54 +0000)
commitc762e20eb5a9681a9c100496290e5c4b73e629a4
tree1eea1d3e98f278d3c038112af8143aab7dfc9142
parent3caf7f9a55993d002f06fe1d588dec5a83568615
process: correct behaviour of kill to process 1

In unixdom this has a magic exception that only handled signals are delivered
to process 1, those that would kill it are ignored.
Kernel/process.c