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