aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fsck_minix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+0
* *: style fixes. no code changes (verified with objdump)Denys Vlasenko2010-01-281-2/+6
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-8/+8
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-1/+1
* *: random code shrinkDenys Vlasenko2009-10-291-6/+8
* fix mountpoint test to not prevemt mkfs_xxx from making image in any fileDenys Vlasenko2009-07-181-1/+1
* df: fix "df /"Denys Vlasenko2009-07-051-32/+22
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-1/+1
* *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko2008-11-051-3/+3
* - s/super.block/superblock/g; # for consistency; -1bBernhard Reutner-Fischer2008-07-211-15/+15
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* mkfs_minix, fsck_minix: code shrinkDenis Vlasenko2008-06-251-3/+3
* whitespace fixes. no code changesDenis Vlasenko2008-06-251-6/+6
* - mention FIXME use find_mount_point()Bernhard Reutner-Fischer2008-05-191-2/+2
* *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko2008-03-171-1/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* fsck_minix: getopt32-ification; code shrink; reduce stack usage;Denis Vlasenko2008-03-171-221/+133
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-271-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-2/+2
* fsck_minix: forgotten bit of previous commit...Denis Vlasenko2007-06-131-0/+1
* fsck_minix: stop using data/bssDenis Vlasenko2007-06-131-123/+130
* *: BB_BANNER -> bb_banner (it is not a const or #define)!Denis Vlasenko2007-06-131-2/+1
* diff: shrink code (-85 bytes):Denis Vlasenko2007-06-121-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* fsck_minix: stop using large buffers in bssDenis Vlasenko2007-03-131-12/+26
* minix utils: de-inline bit ops (saves ~130 bytes)Denis Vlasenko2007-02-061-10/+22
* minix utils: make a message easier to understand; small tweaksDenis Vlasenko2007-02-061-8/+12
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* whitespace fixes (leading spaces to tab)Denis Vlasenko2007-01-131-1/+1
* fsck_minix: tiny optimizationDenis Vlasenko2007-01-031-9/+3
* forgot to svn add util-linux/minix.h :(Denis Vlasenko2007-01-031-1/+1
* fbset: move variable from data to bssDenis Vlasenko2007-01-031-24/+24
* factor out minix structures/constants into minix.hDenis Vlasenko2007-01-031-191/+131
* fsck_minix: optimizations. ~130 bytesDenis Vlasenko2007-01-031-44/+47
* introduce small[u]intDenis Vlasenko2007-01-031-64/+69
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-181-1/+1
* silly size savings and capitalization fixesDenis Vlasenko2006-10-261-2/+2
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
* More code from kernel developers, and therefore licensed under GPLv2 only.Rob Landley2006-09-141-12/+4
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damageRob Landley2006-08-291-3/+3
* Remove warnings caused by #include <sys/mount.h> in platform.h. ApparentlyRob Landley2006-06-161-3/+0
* Patch from Denis Vlasenko, tweak error messages.Rob Landley2006-06-131-52/+50
* Minor size shrinkage.Rob Landley2006-06-131-4/+2
* - reuse strings and messages. Saves about 600BBernhard Reutner-Fischer2006-06-071-4/+6
* Whack the one last warning in make allbareconfig...Rob Landley2006-06-061-1/+1
* Build break fix from Bernhard fischer, fixing fallout from svn 14974. (My bad.)Rob Landley2006-05-031-0/+1
* Patches from Denis Vlasenko to rework "current_name" handling and removeRob Landley2006-04-291-126/+95
* Patch from Denis Vlasenko:Rob Landley2006-04-291-93/+74
* Patch from Denis Vlasenko:Rob Landley2006-04-291-2/+2