android_external_toybox/toys
Rob Landley f492fccc9c Switch netcat to stop parsing command line at first nonoption argument instead of stopping after -l or -L.
Hyejin Kim tried "toyboxd nc nc -p 1234 -l rm mv ps" (which attempted to run
"nc rm mv ps") and "toybox nc -l -p 1234" (which attempted to run "-p 1234")
and found the behavior confusing. So make it work like xargs, where all
netcat options have to come before the start of any child command.
2015-01-14 13:59:10 -06:00
..
example Separate more commands so single.sh can build them standalone. 2014-09-26 18:42:23 -05:00
lsb Don't mount a filesystem over an existing one with the same /dev and /dir. 2014-12-02 03:17:34 -06:00
other Switch netcat to stop parsing command line at first nonoption argument instead of stopping after -l or -L. 2015-01-14 13:59:10 -06:00
pending Promote printf. 2015-01-11 10:17:58 -06:00
posix Make touch -d miliseconds work. (Still only 6 digits precision instead of 9, but it's a start.) 2015-01-14 13:54:34 -06:00
e2fs.h