aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/xargs.c
AgeCommit message (Expand)Author
2020-08-04xargs: fix help formatting.Elliott Hughes
2020-08-03Mark Salyzyn implemented support for xargs -P (run parallel jobs) because heRob Landley
2019-11-14xargs: distinguish the two "argument too long" error cases.Elliott Hughes
2019-10-28Switch the fudge factor from 2048 to 4096 to unblock android build.Rob Landley
2019-10-28More xargs cleanup, with one possible accounting error but not what fixesRob Landley
2019-10-24Fix the xargs argument too long problem by putting the proper accountingRob Landley
2019-10-21More xargs cleanup.Rob Landley
2019-10-21xargs: fix type of a local to avoid a cast.Elliott Hughes
2019-10-15In-passing cleanup and add a NOP -P.Rob Landley
2019-10-09xargs: various fixes.Elliott Hughes
2019-08-26xargs: add --max-args synonym, -o option, and fix -p.Elliott Hughes
2019-08-15Fix two typos.Elliott Hughes
2019-07-30Fix signed typecast bug.Rob Landley
2019-07-19xargs: don't pretend to support -I.Elliott Hughes
2019-07-11xargs: bug compatibility with BSD/busybox/findutils.Elliott Hughes
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