summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-10-24xargs: make -I imply -rAaro Koskinen1-0/+3
2015-10-08join some common strings, -400 bytesDenys Vlasenko11-45/+45
2015-05-25typo fixesManinder Singh17-24/+24
2014-06-22find: use sysconf(_SC_ARG_MAX) to determine the command-line size limitDenys Vlasenko5-17/+38
2014-02-27xargs: fix compilation breakageDenys Vlasenko1-1/+1
2014-02-27xargs: add support for -I and -i. Closes 493Denys Vlasenko4-56/+176
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-03-03xargs: support --no-run-if-empty (synonym to -r)Denys Vlasenko1-6/+13
2011-01-18mass removal of underscores from _BB_DIR_foo and _BB_SUID_fooDenys Vlasenko41-409/+409
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-06-19xargs: bump default -sNUM up to 32k. Use sysconf() to trim it down if necessaryDenys Vlasenko1-25/+27
2010-06-15findutils/*: move usage and applet bits to *.c filesDenys Vlasenko5-152/+172
2010-06-15xargs: another code shrinkDenys Vlasenko1-30/+20
2010-06-15xargs: trivial code shrinkDenys Vlasenko1-7/+7
2010-06-14xargs: trivial code shrinkDenys Vlasenko1-12/+10
2010-06-13xargs: simplify logicDenys Vlasenko1-199/+184
2010-06-13xargs: fix accounting of -sNUMDenys Vlasenko2-54/+57
2010-06-13xargs: make -s NUM accept practically unlimited rangeDenys Vlasenko1-1/+1
2010-06-13xargs: code shrink -15 bytesDenys Vlasenko2-80/+79
2010-06-06pipe_progress: make it independent of printf machineryDenys Vlasenko13-444/+1390
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko33-1484/+573
2010-05-09make it possible to keep Config/Kbuild snippets in *.c filesDenys Vlasenko8-258/+325
2010-04-09xargs: do not decrease orig_arg_max to negative valuesDenys Vlasenko1-20/+25
2010-03-18*: code shrink and better "died from signal" reporting from wait4pidDenys Vlasenko12-30/+24
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko49-96/+84
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko102-1308/+1312
2008-08-04xargs: fix -e default to match newer GNU xargs, add SUS mandated -E.Denis Vlasenko2-17/+29
2008-08-03xargs: fix xargs -e; added test for thatDenis Vlasenko2-1/+26
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-15*: use llist_pop for traverse-and-free list operationDenis Vlasenko14-49/+19
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer45-85/+85
2008-05-13more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko27-61/+69
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko50-62/+73
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-15xargs: simplify word list managementDenis Vlasenko1-29/+25
2007-04-14hush: use NOFORK applets as appropriate. Net reduction of code size.Denis Vlasenko7-114/+125
2007-04-12style fixes. No code changesDenis Vlasenko30-82/+84
2007-04-10xargs: fix my brain fart (resulted in memory leak)Denis Vlasenko1-7/+6
2007-04-10audit small applets and mark some of them as NOFORK.Denis Vlasenko41-128/+173
2007-04-09factor out NOFORK/NOEXEC code from find. Use it for xargs too.Denis Vlasenko4-68/+76
2007-04-09xargs: shrink code, ~80 bytesDenis Vlasenko2-77/+80
2007-02-06EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko22-28/+39
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-29preparatory patch for -Wwrite-strings #2Denis Vlasenko32-109/+110
[next]