summaryrefslogtreecommitdiff
path: root/findutils/xargs.c
Commit message (Expand)AuthorAgeFilesLines
* xargs: use bb_ask_y_confirmation_FILE() instead of homegrown copyDenys Vlasenko2018-04-071-6/+6
* 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
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-7/+2
* config: deindent all help textsDenys Vlasenko2017-07-211-11/+11
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* *: 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
* xargs: make -I imply -rAaro Koskinen2015-10-241-0/+3
* join some common strings, -400 bytesDenys Vlasenko2015-10-081-1/+1
* typo fixesManinder Singh2015-05-251-1/+1
* find: use sysconf(_SC_ARG_MAX) to determine the command-line size limitDenys Vlasenko2014-06-221-16/+10
* xargs: fix compilation breakageDenys Vlasenko2014-02-271-1/+1
* xargs: add support for -I and -i. Closes 493Denys Vlasenko2014-02-271-26/+127
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* xargs: support --no-run-if-empty (synonym to -r)Denys Vlasenko2011-03-031-6/+13
* mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko2011-01-181-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* xargs: bump default -sNUM up to 32k. Use sysconf() to trim it down if necessaryDenys Vlasenko2010-06-191-25/+27
* findutils/*: move usage and applet bits to *.c filesDenys Vlasenko2010-06-151-2/+25
* xargs: another code shrinkDenys Vlasenko2010-06-151-30/+20
* xargs: trivial code shrinkDenys Vlasenko2010-06-151-7/+7
* xargs: trivial code shrinkDenys Vlasenko2010-06-141-12/+10
* xargs: simplify logicDenys Vlasenko2010-06-141-199/+184
* xargs: fix accounting of -sNUMDenys Vlasenko2010-06-131-53/+46
* xargs: make -s NUM accept practically unlimited rangeDenys Vlasenko2010-06-131-1/+1
* xargs: code shrink -15 bytesDenys Vlasenko2010-06-131-80/+74
* pipe_progress: make it independent of printf machineryDenys Vlasenko2010-06-061-2/+2
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-061-5/+5
* make it possible to keep Config/Kbuild snippets in *.c filesDenys Vlasenko2010-05-091-0/+41
* xargs: do not decrease orig_arg_max to negative valuesDenys Vlasenko2010-04-091-20/+25
* *: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko2010-03-181-9/+2
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-1/+1
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-10/+10
* xargs: fix -e default to match newer GNU xargs, add SUS mandated -E.Denis Vlasenko2008-08-041-15/+17
* xargs: fix xargs -e; added test for thatDenis Vlasenko2008-08-031-1/+7
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: use llist_pop for traverse-and-free list operationDenis Vlasenko2008-06-151-1/+1
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-131-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* xargs: simplify word list managementDenis Vlasenko2007-04-151-29/+25
* hush: use NOFORK applets as appropriate. Net reduction of code size.Denis Vlasenko2007-04-141-1/+3