]> Zhao Yanbai Git Server - minix.git/commit
PM: restore own proper process group 45/3245/2
authorDavid van Moolenbroek <david@minix3.org>
Mon, 2 Nov 2015 19:20:00 +0000 (19:20 +0000)
committerLionel Sambuc <lionel.sambuc@gmail.com>
Wed, 13 Jan 2016 19:32:43 +0000 (20:32 +0100)
commit1b75f6357e9514d81aed833e3da6fd26f7f02951
treebe4df349257449981048e7aec534ad21502e5f32
parent58be976d3bffc1f69caa9e0e10313a1592db003f
PM: restore own proper process group

PM uses its own process table entry as source for kernel signals,
and temporarily changes its own process group to make the signals
arrive at the right processes.  However, the value is never reset,
with as result that the temporary value shows up in ps(1) output.

Change-Id: Ib7f635b2cf1958055123736dfd58c26530632785
minix/servers/pm/signal.c