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-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-28ipcrm: small code shrinkDenys Vlasenko1-4/+3
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko63-148/+148
2009-10-23*: optimize most of isXXXXX() macrosDenys Vlasenko7-23/+33
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer45-85/+85
2008-02-16random s/short/int/Denis Vlasenko17-42/+46
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-08-13s/#ifdef CONFIG_/#if ENABLE_/gDenis Vlasenko22-56/+60
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-10style fixes. No code changes.Denis Vlasenko13-31/+30
2007-04-08add some missed statics on constant objects.Denis Vlasenko10-35/+40
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-29preparatory patch for -Wwrite-strings #3Denis Vlasenko10-44/+42
2006-11-29cut 0.5k off mkfs.minixDenis Vlasenko5-207/+131
2006-11-27style cleanup: return(a) -> return a, part 2Denis Vlasenko28-282/+273
2006-10-26remove bb_printf and the likeDenis Vlasenko48-314/+315
2006-08-28- pull from busybox_scratch: r15829:15850Bernhard Reutner-Fischer20-1283/+1162
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"284-19/+285
2006-01-25just whitespaceTim Riker254-2027/+2027
2005-06-20Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could useRob Landley9-28/+1049