summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko42-594/+622
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko58-159/+168
2015-10-08join some common strings, -400 bytesDenys Vlasenko11-45/+45
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko18-37/+37
2013-03-18mkfs_minix: use get_volume_size_in_bytes instead of local versionDenys Vlasenko1-63/+14
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-08-31libbb: add xfstat functionDenys Vlasenko13-21/+29
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-03-23*: merge some common stringsDenys Vlasenko22-29/+29
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-07-18fix mountpoint test to not prevemt mkfs_xxx from making image in any fileDenys Vlasenko14-44/+71
2009-07-05df: fix "df /"Denys Vlasenko8-54/+47
2008-12-07Fix forgotten license commentsDenis Vlasenko49-60/+114
2008-11-22networking/interface.c: better readability (by Walter Harms)Denis Vlasenko2-76/+86
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko71-168/+173
2008-07-21- s/super.block/superblock/g; # for consistency; -1bBernhard Reutner-Fischer4-23/+23
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-25mkfs_minix, fsck_minix: code shrinkDenis Vlasenko2-19/+19
2008-06-25whitespace fixes. no code changesDenis Vlasenko23-75/+62
2008-03-17*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko34-209/+172
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko138-327/+352
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko32-64/+97
2007-12-02mkfs.minix: add testsuite; disable code which makes images variableDenis Vlasenko2-4/+25
2007-12-02attack the biggest stack users:Denis Vlasenko8-20/+85
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-06-13fsck_minix: stop using data/bssDenis Vlasenko2-124/+130
2007-06-13*: BB_BANNER -> bb_banner (it is not a const or #define)!Denis Vlasenko12-31/+33
2007-06-12diff: shrink code (-85 bytes):Denis Vlasenko11-67/+69
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-03-18mkfs_minix: remove older, less efficient bss reduction trickDenis Vlasenko1-4/+3
2007-03-15mkfs_minix: stop using lots of bss/data.Denis Vlasenko2-194/+242
2007-02-06fix warning coming from printing size_t with %uDenis Vlasenko1-1/+1
2007-02-06minix utils: de-inline bit ops (saves ~130 bytes)Denis Vlasenko2-18/+40
2007-02-06minix utils: make a message easier to understand; small tweaksDenis Vlasenko2-20/+25
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-03factor out minix structures/constants into minix.hDenis Vlasenko2-264/+133
2006-12-30done a dozen of randconfig test. guess what? ALL failed...Denis Vlasenko11-43/+71
2006-12-16s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/gDenis Vlasenko8-42/+41
2006-11-30"make bigdata" biggest offender dealt with:Denis Vlasenko2-3/+5
2006-11-29Well, I am not 100.00% usre that uint16 will suffice there.Denis Vlasenko1-2/+2
2006-11-29another -90 bytes. That #define is **evil**Denis Vlasenko1-8/+12
2006-11-29mkfs.minix: more cleanups, -~300 bytes of code.Denis Vlasenko1-202/+204
2006-11-29cut 0.5k off mkfs.minixDenis Vlasenko5-207/+131
2006-11-18rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko24-65/+65
2006-09-11- convert a few xopen3(,,0) into xopen(,). Also peruse the fact that xopen de...Bernhard Reutner-Fischer7-8/+8
2006-08-29Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damageRob Landley14-124/+92
2006-08-03Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley143-1720/+710
[next]