Home
last modified time | relevance | path

Searched refs:setsid (Results 1 – 25 of 55) sorted by relevance

123

/dflybsd-src/sbin/init/
H A DNOTES51 On setsid():
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
59 Process group leaders cannot call setsid() -- another reason to
60 fork! Of course setsid() causes the current process to become a
61 process group leader, so we can only call setsid() once. Note that
/dflybsd-src/lib/libutil/
H A Dlogin_tty.c43 (void) setsid(); in login_tty()
/dflybsd-src/bin/notty/
H A Dnotty.c95 setsid(); in main()
/dflybsd-src/lib/libc/gen/
H A Ddaemon.c67 newgrp = setsid(); in daemon()
/dflybsd-src/usr.bin/window/
H A Dwwenviron.c80 (void) setsid(); in wwenviron()
/dflybsd-src/test/stress/stress2/misc/
H A Drevoke.sh96 if (setsid() < 0) { function
/dflybsd-src/usr.sbin/cron/cron/
H A Dexterns.h134 extern int setsid(void);
H A Dpopen.c121 setsid(); in cron_popen()
H A Ddo_command.c234 setsid(); in child_process()
/dflybsd-src/lib/libssh/openbsd-compat/
H A Dbsd-misc.h26 #define setsid() setpgrp(0, getpid()) macro
/dflybsd-src/usr.sbin/cron/lib/
H A Dcompat.c99 setsid(void) in setsid() function
/dflybsd-src/contrib/lvm2/dist/daemons/cmirrord/
H A Dclogd.c232 setsid(); in daemonize()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dser-pipe.c103 pid_t sid = setsid (); in pipe_open()
H A Dinflow.c818 ret = setsid (); in create_tty_session()
/dflybsd-src/crypto/openssh/
H A Dsshpty.c112 if (setsid() == -1) in pty_make_controlling_tty()
/dflybsd-src/lib/libthread_xu/thread/
H A Dthr_init.c257 if (setsid() == -1) in _libpthread_init()
/dflybsd-src/contrib/lvm2/dist/tools/
H A Dpolldaemon.c50 if (setsid() == -1) in _become_daemon()
/dflybsd-src/sbin/hammer2/
H A Dcmd_service.c1055 setsid(); in hammer2_demon()
1070 setsid(); in hammer2_demon()
/dflybsd-src/libexec/bootpd/bootpgw/
H A Dbootpgw.c367 if (setsid() < 0) in main()
/dflybsd-src/sbin/shutdown/
H A Dshutdown.c235 setsid(); in main()
/dflybsd-src/include/
H A Dunistd.h413 pid_t setsid(void);
/dflybsd-src/sys/sys/
H A Dsysunion.h116 struct setsid_args setsid; member
H A Dsyscall.mk107 setsid.o \
/dflybsd-src/lib/libc/sys/
H A DMakefile.inc94 setgroups.2 setpgid.2 setregid.2 setresuid.2 setreuid.2 setsid.2 \
/dflybsd-src/usr.sbin/ppp/
H A Dmain.c509 setsid(); in main()

123