aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/nohup.c
AgeCommit message (Expand)Author
2019-03-18cmp/env/nice/nohup/sort: use TOYFLAG_ARGFAIL.Elliott Hughes
2016-08-04Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout,Rob Landley
2015-03-10Use xsignal() instead of signal().Rob Landley
2015-02-07Make toy_exec() check if argc is in optargs and deal with it there so we don'...Rob Landley
2014-10-20More static analysis fixes from Ashwini Sharma.Rob Landley
2014-06-11Option parsing for nohup needs to stop at first nonoption argument. Minor cle...Rob Landley
2014-01-16Rename xmsprintf() to just xmprintf().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-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley