Lines Matching refs:that
9 This specific reference says that 'init' must by default provide
17 a user logging out (that is, by a controlling process
20 the impression that when the controlling process terminates,
29 that is, it's immune to job control signals from the terminal.
33 'Historically, the implementation-dependent process that
37 It goes on to note that it used to be the case that 'init'
43 process groups that become orphaned. This is like old BSD
47 In general it appears that the kernel now automatically
54 It appears that neither getty nor login call setsid(), so init must
55 do this -- seems reasonable. B.4.3.2 p 248 implies that this is the
56 way that 'init' should work; it says that setsid() should be called
61 process group leader, so we can only call setsid() once. Note that
71 of POSIX.1.' It goes on to say that historically the first open()
76 process in a session that acquires a controlling terminal. Access
107 on lines that are now 'off', starting them on lines newly 'on')