index
:
busybox-w32
ansi
awk_faster
busybox
cng_backend
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
propagate_sigint
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
*
win32: changes to signal handling
Ron Yorston
2023-05-23
1
-1
/
+1
*
xargs: reinstate use of nofork applets
Ron Yorston
2023-04-27
1
-22
/
+38
*
xargs: kill children when interrupted by Ctrl-C
Ron Yorston
2023-04-07
1
-3
/
+42
*
xargs: omit support for -o
Ron Yorston
2023-01-05
1
-3
/
+14
*
Merge branch 'busybox' into merge
Ron Yorston
2023-01-05
1
-34
/
+51
|
\
|
*
xargs: implement -o, closes 15146
Denys Vlasenko
2022-12-22
1
-34
/
+51
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-08-30
1
-1
/
+1
|
\
|
|
*
Regularize "NUL terminated input" --help texts
Denys Vlasenko
2021-08-22
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-11-12
1
-5
/
+16
|
\
|
|
*
xargs: fix -I SUBSTR behaviour
Denys Vlasenko
2020-09-30
1
-5
/
+16
|
*
xargs: restore correct behaviour of -n option
Ron Yorston
2020-04-29
1
-1
/
+1
*
|
xargs: restore correct behaviour of -n option
Ron Yorston
2020-03-29
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-02-15
1
-9
/
+18
|
\
|
|
*
xargs: fix handling of quoted arguments, closes 11441
Ron Yorston
2020-01-29
1
-9
/
+18
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-08-16
1
-2
/
+2
|
\
|
|
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-2
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-03-12
1
-7
/
+7
|
\
|
|
*
xargs: mention -E STR in --help
Denys Vlasenko
2019-03-10
1
-7
/
+7
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-01-10
1
-1
/
+1
|
\
|
|
*
config: update size information
Denys Vlasenko
2018-12-28
1
-1
/
+1
*
|
xargs: fix 'xargs -sNUM' tests
Ron Yorston
2019-01-06
1
-0
/
+4
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-11-28
1
-3
/
+4
|
\
|
|
*
xargs: fix exit code if command exits nonzero, closes 11381
Denys Vlasenko
2018-10-30
1
-3
/
+4
*
|
Merge branch 'busybox'
Ron Yorston
2018-07-25
1
-1
/
+1
|
\
|
|
*
tweak help texts
Denys Vlasenko
2018-07-06
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-04-09
1
-10
/
+11
|
\
|
|
*
xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copy
Denys Vlasenko
2018-04-07
1
-6
/
+6
*
|
mingw: special-case xargs -P on Windows
Johannes Schindelin
2017-10-01
1
-0
/
+75
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-09-27
1
-32
/
+144
|
\
|
|
*
xargs: fix a thinko in last commit
Denys Vlasenko
2017-08-30
1
-1
/
+1
|
*
xargs: support -a FILE
Johannes Schindelin
2017-08-29
1
-1
/
+17
|
*
xargs: optional support for -P NUM. Closes 9511
Denys Vlasenko
2017-08-24
1
-18
/
+117
|
*
xargs: code shrink
Denys Vlasenko
2017-08-24
1
-14
/
+11
*
|
xargs: avoid unused variable
Johannes Schindelin
2017-08-23
1
-0
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-08-22
1
-7
/
+2
|
\
|
|
*
getopt32: remove applet_long_options
Denys Vlasenko
2017-08-08
1
-7
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-07-24
1
-12
/
+12
|
\
|
|
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-11
/
+11
|
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-05-16
1
-1
/
+3
|
\
|
|
*
*: add most of the required setup_common_bufsiz() calls
Denys Vlasenko
2016-04-21
1
-0
/
+1
|
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-1
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-10-31
1
-0
/
+3
|
\
|
|
*
xargs: make -I imply -r
Aaro Koskinen
2015-10-24
1
-0
/
+3
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-10-13
1
-1
/
+1
|
\
|
|
*
join some common strings, -400 bytes
Denys Vlasenko
2015-10-08
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2015-07-14
1
-1
/
+1
|
\
|
|
*
typo fixes
Maninder Singh
2015-05-25
1
-1
/
+1
*
|
xargs: read characters directly from console so -p flag works
Ron Yorston
2014-09-10
1
-0
/
+13
|
/
*
find: use sysconf(_SC_ARG_MAX) to determine the command-line size limit
Denys Vlasenko
2014-06-22
1
-16
/
+10
[next]