aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fsck_minix.c
AgeCommit message (Expand)Author
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: add size information for three more appletsDenys Vlasenko
2017-08-16fsck_minix,mkfs_minix: fix "strict-aliasing" warningsDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-01-11libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko
2016-11-23Convert all util-linux/* applets to "new style" applet definitionsDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko
2010-01-28*: style fixes. no code changes (verified with objdump)Denys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-10-29*: random code shrinkDenys Vlasenko
2009-07-18fix mountpoint test to not prevemt mkfs_xxx from making image in any fileDenys Vlasenko
2009-07-05df: fix "df /"Denys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2008-11-05*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko
2008-07-21- s/super.block/superblock/g; # for consistency; -1bBernhard Reutner-Fischer
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-25mkfs_minix, fsck_minix: code shrinkDenis Vlasenko
2008-06-25whitespace fixes. no code changesDenis Vlasenko
2008-05-19- mention FIXME use find_mount_point()Bernhard Reutner-Fischer
2008-03-17*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-03-17fsck_minix: getopt32-ification; code shrink; reduce stack usage;Denis Vlasenko
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko
2007-06-13fsck_minix: forgotten bit of previous commit...Denis Vlasenko
2007-06-13fsck_minix: stop using data/bssDenis Vlasenko
2007-06-13*: BB_BANNER -> bb_banner (it is not a const or #define)!Denis Vlasenko
2007-06-12diff: shrink code (-85 bytes):Denis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-03-13fsck_minix: stop using large buffers in bssDenis Vlasenko
2007-02-06minix utils: de-inline bit ops (saves ~130 bytes)Denis Vlasenko
2007-02-06minix utils: make a message easier to understand; small tweaksDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-13whitespace fixes (leading spaces to tab)Denis Vlasenko
2007-01-03fsck_minix: tiny optimizationDenis Vlasenko
2007-01-03forgot to svn add util-linux/minix.h :(Denis Vlasenko
2007-01-03fbset: move variable from data to bssDenis Vlasenko
2007-01-03factor out minix structures/constants into minix.hDenis Vlasenko
2007-01-03fsck_minix: optimizations. ~130 bytesDenis Vlasenko
2007-01-03introduce small[u]intDenis Vlasenko
2006-11-18rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko