aboutsummaryrefslogtreecommitdiff
path: root/findutils/xargs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* style fixes. No code changesDenis Vlasenko2007-04-121-1/+1
* xargs: fix my brain fart (resulted in memory leak)Denis Vlasenko2007-04-101-7/+6
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-101-0/+3
* factor out NOFORK/NOEXEC code from find. Use it for xargs too.Denis Vlasenko2007-04-091-25/+10
* xargs: shrink code, ~80 bytesDenis Vlasenko2007-04-091-75/+77
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko2007-02-061-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-291-1/+1
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-2/+2
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-2/+2
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-2/+2
* xargs: simplify option parsingDenis Vlasenko2006-09-291-116/+91
* Remove xcalloc() and convert its callers to xzalloc(). About half of themRob Landley2006-08-031-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-10/+1
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-021-14/+3
* - use the defines CURRENT_TTY and VC_1; also shrink xargs a tiny bit:Bernhard Reutner-Fischer2006-05-271-3/+1
* removed warning "comparison between signed and unsigned". Added ATTRIBUTE_UNU..."Vladimir N. Oleynik"2006-01-301-28/+28
* 1) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"2005-09-051-1/+1
* Larry Doolittle writes:Eric Andersen2004-04-141-1/+1