index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toys
/
posix
/
xargs.c
Age
Commit message (
Expand
)
Author
2020-08-04
xargs: fix help formatting.
Elliott Hughes
2020-08-03
Mark Salyzyn implemented support for xargs -P (run parallel jobs) because he
Rob Landley
2019-11-14
xargs: distinguish the two "argument too long" error cases.
Elliott Hughes
2019-10-28
Switch the fudge factor from 2048 to 4096 to unblock android build.
Rob Landley
2019-10-28
More xargs cleanup, with one possible accounting error but not what fixes
Rob Landley
2019-10-24
Fix the xargs argument too long problem by putting the proper accounting
Rob Landley
2019-10-21
More xargs cleanup.
Rob Landley
2019-10-21
xargs: fix type of a local to avoid a cast.
Elliott Hughes
2019-10-15
In-passing cleanup and add a NOP -P.
Rob Landley
2019-10-09
xargs: various fixes.
Elliott Hughes
2019-08-26
xargs: add --max-args synonym, -o option, and fix -p.
Elliott Hughes
2019-08-15
Fix two typos.
Elliott Hughes
2019-07-30
Fix signed typecast bug.
Rob Landley
2019-07-19
xargs: don't pretend to support -I.
Elliott Hughes
2019-07-11
xargs: bug compatibility with BSD/busybox/findutils.
Elliott Hughes
2019-01-22
Whitespace: remove tabs from indentation.
Elliott Hughes
2019-01-18
xargs: make --help match reality.
Elliott Hughes
2018-12-04
Add FLAG(x) macro, expanding to (toys.optflags & FLAG_##x)
Rob Landley
2018-08-25
Coding style change: 1) Use argument letter for variable names filled out by
Rob Landley
2017-12-26
Fix xargs -0 with -n.
Elliott Hughes
2017-10-01
Fix xargs to obey POSIX's ARG_MAX restrictions.
Elliott Hughes
2015-09-29
Make defconfig build for nommu.
Rob Landley
2015-09-23
Add xvfork() as a static inline and use it from various places.
Rob Landley
2015-05-31
Move the magic list of commands needing cleanup from toys/pending/README
Rob Landley
2014-05-31
Introduce xfork() and make commands use it, and make some WEXITSTATUS() use W...
Rob Landley
2013-10-31
Patch from William Haddon to make xargs with blank input call its command lin...
Rob Landley
2013-07-06
This inlines CRC64, and nothing more.
Isaac Dunham
2012-11-13
Reindent to two spaces per level. Remove vi: directives that haven't worked r...
Rob Landley
2012-10-08
New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...
Rob Landley
2012-08-25
Move commands into "posix", "lsb", and "other" menus/directories.
Rob Landley