summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko42-594/+622
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko18-37/+37
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2013-01-14whitespace fixes. no code changesDenys Vlasenko40-262/+261
2011-06-03replace nonstandard unsigned typedefsDan Fandrich1-7/+7
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2009-10-08*: a few more NOINLINEsDenys Vlasenko13-13/+89
2009-10-08*: code shrink via NOINLINEDenys Vlasenko10-10/+41
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer45-85/+85
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
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-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko62-210/+208
2007-09-27style and message text fixesDenis Vlasenko2-18/+14
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-05-31use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko16-83/+23
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-10style fixes. No code changes.Denis Vlasenko13-31/+30
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-10-26remove bb_printf and the likeDenis Vlasenko48-314/+315
2006-10-08attempt to regularize atoi mess.Denis Vlasenko98-849/+803
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko120-327/+322
2006-09-22ipcs: fix my recent breakageDenis Vlasenko1-1/+1
2006-09-19ipcs: fix output (misaligned columns)Denis Vlasenko1-2/+2
2006-09-19ipcs: getopt_ulflag'ification, -170 bytesDenis Vlasenko1-39/+16
2006-09-10ipcs: silly trick with strings. saves ~200 bytes.Denis Vlasenko2-40/+39
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-04-03- do away with useless fwd-decls, redundant bb_printf calls, silence warningBernhard Reutner-Fischer1-220/+204
2006-01-25just whitespaceTim Riker254-2027/+2027
2005-09-22Reduce exported from ipcs applet"Vladimir N. Oleynik"1-6/+6
2005-06-20Rodney Radford submitted ipcs and ipcrm (system V IPC stuff). They could useRob Landley9-28/+1049