summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko42-594/+622
2015-10-07build system: -fno-builtin-printfDenys Vlasenko24-124/+127
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko18-37/+37
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2008-12-07Fix forgotten license commentsDenis Vlasenko49-60/+114
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-03-17*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko34-209/+172
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-07-14xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko40-331/+295
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-10-03fdformat: remove redundant checkDenis Vlasenko2-8/+7
2006-10-03lots of silly indent fixesDenis Vlasenko12-144/+143
2006-08-04There are a number of reasons for reinventing printf(). Writing status toRob Landley1-18/+8
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"284-19/+285
2006-06-03- use bb_msg_{read,write}_error where appropriate.Bernhard Reutner-Fischer6-8/+8
2006-03-23dont printf arguments given by user for security sanityMike Frysinger4-4/+4
2006-01-25just whitespaceTim Riker254-2027/+2027
2005-09-08Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP toRob Landley4-16/+16
2004-04-03Everything should be made as simple as possible. But no simpler.Eric Andersen1-5/+11
2004-01-20Patch from Tito, reduce size, merge functions that are only used once.Glenn L McGrath1-93/+90
2003-08-29Logic error, patch by Matteo CroceGlenn L McGrath1-1/+1
2003-07-05Add the fdformat utility, based on a patch from Kent Robotti,Eric Andersen5-0/+175