aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/xargs.c
AgeCommit message (Expand)Author
2019-01-22Whitespace: remove tabs from indentation.Elliott Hughes
2019-01-18xargs: make --help match reality.Elliott Hughes
2018-12-04Add FLAG(x) macro, expanding to (toys.optflags & FLAG_##x)Rob Landley
2018-08-25Coding style change: 1) Use argument letter for variable names filled out byRob Landley
2017-12-26Fix xargs -0 with -n.Elliott Hughes
2017-10-01Fix xargs to obey POSIX's ARG_MAX restrictions.Elliott Hughes
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-05-31Move the magic list of commands needing cleanup from toys/pending/READMERob Landley
2014-05-31Introduce xfork() and make commands use it, and make some WEXITSTATUS() use W...Rob Landley
2013-10-31Patch from William Haddon to make xargs with blank input call its command lin...Rob Landley
2013-07-06This inlines CRC64, and nothing more.Isaac Dunham
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley
2012-10-08New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...Rob Landley
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley