History log of /external/toybox/toys/posix/nohup.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
027a73a903af306449710ce12bc09e0e3550c6c9 04-Aug-2016 Rob Landley <rob@landley.net> Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout,
add xopenro() that takes one argument and understands "-" means stdin,
and switch over lots of users.
/external/toybox/toys/posix/nohup.c
c776bde13bb2767db2943bc3b02df737a465c035 10-Mar-2015 Rob Landley <rob@landley.net> Use xsignal() instead of signal().
/external/toybox/toys/posix/nohup.c
c0045207a7cd3bc11aace920d895c69b027c16af 07-Feb-2015 Rob Landley <rob@landley.net> Make toy_exec() check if argc is in optargs and deal with it there so we don't need a separate xexec_optargs().
/external/toybox/toys/posix/nohup.c
21f3c8db00f0d4a3f0989559847d2564f4c73a11 21-Oct-2014 Rob Landley <rob@landley.net> More static analysis fixes from Ashwini Sharma.
/external/toybox/toys/posix/nohup.c
0cf6a2dbcd58511a775c031112e25ecf3b5b5b5b 12-Jun-2014 Rob Landley <rob@landley.net> Option parsing for nohup needs to stop at first nonoption argument. Minor cleanups.
/external/toybox/toys/posix/nohup.c
59d85e2bb065a3bdc27868acb7a65f89d872c7fa 16-Jan-2014 Rob Landley <rob@landley.net> Rename xmsprintf() to just xmprintf().

Partly because there's no supplied target string ala sprintf, and partly
because I can never remember what order the m and s go in.
/external/toybox/toys/posix/nohup.c
a817a02c00a06fbf2090259320968addb5f46e58 19-Jul-2013 Rob Landley <rob@landley.net> Replace users of xexec(toys.optargs) with xexec_optargs(0) to avoid free/reuse bug during argument parsing.
/external/toybox/toys/posix/nohup.c
7aa651a6a4496d848f86de9b1e6b3a003256a01f 14-Nov-2012 Rob Landley <rob@landley.net> Reindent to two spaces per level. Remove vi: directives that haven't worked right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style.

The actual code should be the same afterward, this is just cosmetic refactoring.
/external/toybox/toys/posix/nohup.c
3a9241add947cb6d24b5de7a8927517426a78795 25-Aug-2012 Rob Landley <rob@landley.net> Move commands into "posix", "lsb", and "other" menus/directories.
/external/toybox/toys/posix/nohup.c