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
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