--- proc/mgt.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proc/mgt.c b/proc/mgt.c index c754a4b..cfd7c26 100644 --- a/proc/mgt.c +++ b/proc/mgt.c @@ -650,6 +650,9 @@ complete_proc (struct proc *p, pid_t pid) p->p_pid = pid; + /* XXX */ + p->p_essential = pid < 100; + ids_ref (&nullids); p->p_id = &nullids; -- 1.7.10.4
- /hurd/init and /hurd/proc Justus Winter
- Re: /hurd/init and /hurd/proc Samuel Thibault
- Re: /hurd/init and /hurd/proc Roland McGrath
- Re: /hurd/init and /hurd/proc Samuel Thibault
- Re: /hurd/init and /hurd/proc Roland McGrath
- kill (0, SIGSTOP) is freezing the system (was: /h... Justus Winter
- [PATCH 3/7] init: Mark auth, proc and fs serv... Justus Winter
- [PATCH 6/7] proc: evil hack, mark all pids<... Justus Winter
- [PATCH 5/7] proc: Fix miscalculation of count Justus Winter
- [PATCH 1/7] proc: add proc_mark_essential ser... Justus Winter
- [PATCH 2/7] hurd: add proc_mark_essential Justus Winter
- [PATCH 4/7] init: Build fixes Justus Winter
- Re: kill (0, SIGSTOP) is freezing the system ... Samuel Thibault
- Re: kill (0, SIGSTOP) is freezing the sys... Justus Winter
- Re: kill (0, SIGSTOP) is freezing th... Samuel Thibault
- Re: kill (0, SIGSTOP) is freezin... Justus Winter