aboutsummaryrefslogtreecommitdiff
path: root/toys/other/setsid.c
AgeCommit message (Expand)Author
2021-04-20setsid(1): call setsid(2) before setpgrp(2).Elliott Hughes
2020-01-10setsid: document -w.Elliott Hughes
2019-12-26Fix setsid with vfork, redo command line arguments.Rob Landley
2015-09-29Make defconfig build for nommu.Rob Landley
2015-09-23Add xvfork() as a static inline and use it from various places.Rob Landley
2015-02-07Make toy_exec() check if argc is in optargs and deal with it there so we don'...Rob Landley
2013-07-18Replace users of xexec(toys.optargs) with xexec_optargs(0) to avoid free/reus...Rob Landley
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley
2012-08-25Regularize command headers, update links to standards documents.Rob Landley
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley