process; multiple fixes
authorAlan Cox <alan@linux.intel.com>
Mon, 13 Nov 2017 01:33:07 +0000 (01:33 +0000)
committerAlan Cox <alan@linux.intel.com>
Mon, 13 Nov 2017 01:33:07 +0000 (01:33 +0000)
commitc0cbfe3826f9f7b688a251d590fbeba0edc78974
treee2e0cabfdfc2d8508ceceeeaaf84a98999a02500
parent8b0adfcc82de521548f3a95d44738ebbe47a5e3b
process; multiple fixes

- put the process into ready state if it tries to sleep on a signal
  (we need to address this better in chksigs instead see issues)
- remember to wake init if we reparent it something
- fix various nready corner cases that causes weird hangs and behavuour
Kernel/process.c