index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
findutils
/
xargs.c
Age
Commit message (
Expand
)
Author
2015-10-24
xargs: make -I imply -r
Aaro Koskinen
2015-10-08
join some common strings, -400 bytes
Denys Vlasenko
2015-05-25
typo fixes
Maninder Singh
2014-06-22
find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit
Denys Vlasenko
2014-02-27
xargs: fix compilation breakage
Denys Vlasenko
2014-02-27
xargs: add support for -I and -i. Closes 493
Denys Vlasenko
2011-06-05
*: remove "Options:" string from help texts
Denys Vlasenko
2011-03-03
xargs: support --no-run-if-empty (synonym to -r)
Denys Vlasenko
2011-01-18
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-06-19
xargs: bump default -sNUM up to 32k. Use sysconf() to trim it down if necessary
Denys Vlasenko
2010-06-15
findutils/*: move usage and applet bits to *.c files
Denys Vlasenko
2010-06-15
xargs: another code shrink
Denys Vlasenko
2010-06-15
xargs: trivial code shrink
Denys Vlasenko
2010-06-14
xargs: trivial code shrink
Denys Vlasenko
2010-06-14
xargs: simplify logic
Denys Vlasenko
2010-06-13
xargs: fix accounting of -sNUM
Denys Vlasenko
2010-06-13
xargs: make -s NUM accept practically unlimited range
Denys Vlasenko
2010-06-13
xargs: code shrink -15 bytes
Denys Vlasenko
2010-06-06
pipe_progress: make it independent of printf machinery
Denys Vlasenko
2010-06-06
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Denys Vlasenko
2010-05-09
make it possible to keep Config/Kbuild snippets in *.c files
Denys Vlasenko
2010-04-09
xargs: do not decrease orig_arg_max to negative values
Denys Vlasenko
2010-03-18
*: code shrink and better "died from signal" reporting from wait4pid
Denys Vlasenko
2009-11-13
*: use "can't" instead of "cannot"
Denys Vlasenko
2009-11-02
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-04-21
*: mass renaming of USE_XXXX to IF_XXXX
Denis Vlasenko
2008-08-04
xargs: fix -e default to match newer GNU xargs, add SUS mandated -E.
Denis Vlasenko
2008-08-03
xargs: fix xargs -e; added test for that
Denis Vlasenko
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-06-15
*: use llist_pop for traverse-and-free list operation
Denis Vlasenko
2008-05-19
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-05-13
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-01
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-04-15
xargs: simplify word list management
Denis Vlasenko
2007-04-14
hush: use NOFORK applets as appropriate. Net reduction of code size.
Denis Vlasenko
2007-04-12
style fixes. No code changes
Denis Vlasenko
2007-04-10
xargs: fix my brain fart (resulted in memory leak)
Denis Vlasenko
2007-04-10
audit small applets and mark some of them as NOFORK.
Denis Vlasenko
2007-04-09
factor out NOFORK/NOEXEC code from find. Use it for xargs too.
Denis Vlasenko
2007-04-09
xargs: shrink code, ~80 bytes
Denis Vlasenko
2007-02-06
EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-01-29
preparatory patch for -Wwrite-strings #2
Denis Vlasenko
2006-10-20
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
[next]