Lines Matching +refs:system +refs:init
1 POSIX and init:
4 POSIX.1 does not define 'init' but it mentions it in a few places.
9 This specific reference says that 'init' must by default provide
35 waiting on them is called "init" and has a process ID of 1.'
37 It goes on to note that it used to be the case that 'init'
48 takes care of orphans, relieving 'init' of any responsibility.
54 It appears that neither getty nor login call setsid(), so init must
56 way that 'init' should work; it says that setsid() should be called
69 allocate a controlling terminal. This is normally done by a system
96 init is responsible for utmp and wtmp maintenance (ick)
98 init only removes utmp and closes out wtmp entries...