aboutsummaryrefslogtreecommitdiff
path: root/miscutils/setsid.c
AgeCommit message (Collapse)Author
2007-02-06EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
no preceding prototype
2007-01-19openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko
(will close all fd's > 2 on daemonization now) getty: fix "getty -" support, and also do not try to chown/chmod "-" telnetd: fix "lost ctty" bug Yet another attempt on saner function names: bb_sanitize_server_stdio(0/1) -> bb_sanitize_stdio() + bb_daemonize();
2006-09-27silly switch style fixDenis Vlasenko
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer
and eventual platform specific includes in early.
2006-03-23fixup styleMike Frysinger
2006-03-23dont printf arguments given by user for security sanityMike Frysinger
2006-01-25just whitespaceTim Riker
2005-08-01commiting:Paul Fox
0000028 03-16-05 patch: new setsid applet