aboutsummaryrefslogtreecommitdiff
path: root/findutils/xargs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: changes to signal handlingRon Yorston2023-05-231-1/+1
* xargs: reinstate use of nofork appletsRon Yorston2023-04-271-22/+38
* xargs: kill children when interrupted by Ctrl-CRon Yorston2023-04-071-3/+42
* xargs: omit support for -oRon Yorston2023-01-051-3/+14
* Merge branch 'busybox' into mergeRon Yorston2023-01-051-34/+51
|\
| * xargs: implement -o, closes 15146Denys Vlasenko2022-12-221-34/+51
* | Merge branch 'busybox' into mergeRon Yorston2021-08-301-1/+1
|\|
| * Regularize "NUL terminated input" --help textsDenys Vlasenko2021-08-221-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-11-121-5/+16
|\|
| * xargs: fix -I SUBSTR behaviourDenys Vlasenko2020-09-301-5/+16
| * xargs: restore correct behaviour of -n optionRon Yorston2020-04-291-1/+1
* | xargs: restore correct behaviour of -n optionRon Yorston2020-03-291-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-02-151-9/+18
|\|
| * xargs: fix handling of quoted arguments, closes 11441Ron Yorston2020-01-291-9/+18
* | Merge branch 'busybox' into mergeRon Yorston2019-08-161-2/+2
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2019-03-121-7/+7
|\|
| * xargs: mention -E STR in --helpDenys Vlasenko2019-03-101-7/+7
* | Merge branch 'busybox' into mergeRon Yorston2019-01-101-1/+1
|\|
| * config: update size informationDenys Vlasenko2018-12-281-1/+1
* | xargs: fix 'xargs -sNUM' testsRon Yorston2019-01-061-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2018-11-281-3/+4
|\|
| * xargs: fix exit code if command exits nonzero, closes 11381Denys Vlasenko2018-10-301-3/+4
* | Merge branch 'busybox'Ron Yorston2018-07-251-1/+1
|\|
| * tweak help textsDenys Vlasenko2018-07-061-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-04-091-10/+11
|\|
| * xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copyDenys Vlasenko2018-04-071-6/+6
* | mingw: special-case xargs -P on WindowsJohannes Schindelin2017-10-011-0/+75
* | Merge branch 'busybox' into mergeRon Yorston2017-09-271-32/+144
|\|
| * xargs: fix a thinko in last commitDenys Vlasenko2017-08-301-1/+1
| * xargs: support -a FILEJohannes Schindelin2017-08-291-1/+17
| * xargs: optional support for -P NUM. Closes 9511Denys Vlasenko2017-08-241-18/+117
| * xargs: code shrinkDenys Vlasenko2017-08-241-14/+11
* | xargs: avoid unused variableJohannes Schindelin2017-08-231-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2017-08-221-7/+2
|\|
| * getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-7/+2
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-12/+12
|\|
| * config: deindent all help textsDenys Vlasenko2017-07-211-11/+11
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2016-05-161-1/+3
|\|
| * *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+1
| * libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2015-10-311-0/+3
|\|
| * xargs: make -I imply -rAaro Koskinen2015-10-241-0/+3
* | Merge branch 'busybox' into mergeRon Yorston2015-10-131-1/+1
|\|
| * join some common strings, -400 bytesDenys Vlasenko2015-10-081-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2015-07-141-1/+1
|\|
| * typo fixesManinder Singh2015-05-251-1/+1
* | xargs: read characters directly from console so -p flag worksRon Yorston2014-09-101-0/+13
|/
* find: use sysconf(_SC_ARG_MAX) to determine the command-line size limitDenys Vlasenko2014-06-221-16/+10