Bump to version 1.22.1
[platform/upstream/busybox.git] / util-linux / fsck_minix.c
2013-11-29 Denys VlasenkoUse unsigned printf/scanf conversion where more appropriate
2013-01-14 Denys Vlasenkowhitespace cleanup. no code changes
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2010-01-28 Denys Vlasenko*: style fixes. no code changes (verified with objdump)
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
2009-10-29 Denys Vlasenko*: random code shrink
2009-07-18 Denys Vlasenkofix mountpoint test to not prevemt mkfs_xxx from making...
2009-07-05 Denys Vlasenkodf: fix "df /"
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2008-11-05 Denis Vlasenko*: code shrink by adding a wrapper around very common...
2008-07-21 Bernhard Reutner... - s/super.block/superblock/g; # for consistency; -1b
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-25 Denis Vlasenkomkfs_minix, fsck_minix: code shrink
2008-06-25 Denis Vlasenkowhitespace fixes. no code changes
2008-05-19 Bernhard Reutner... - mention FIXME use find_mount_point()
2008-03-17 Denis Vlasenko*: fix various kinds of damage to letter 'c' in Arkadiu...
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-03-17 Denis Vlasenkofsck_minix: getopt32-ification; code shrink; reduce...
2008-02-27 Denis Vlasenko*: add optimization barrier to all "G trick" locations
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-06-13 Denis Vlasenkofsck_minix: forgotten bit of previous commit...
2007-06-13 Denis Vlasenkofsck_minix: stop using data/bss
2007-06-13 Denis Vlasenko*: BB_BANNER -> bb_banner (it is not a const or #define)!
2007-06-12 Denis Vlasenkodiff: shrink code (-85 bytes):
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-03-13 Denis Vlasenkofsck_minix: stop using large buffers in bss
2007-02-06 Denis Vlasenkominix utils: de-inline bit ops (saves ~130 bytes)
2007-02-06 Denis Vlasenkominix utils: make a message easier to understand; small...
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-13 Denis Vlasenkowhitespace fixes (leading spaces to tab)
2007-01-03 Denis Vlasenkofsck_minix: tiny optimization
2007-01-03 Denis Vlasenkoforgot to svn add util-linux/minix.h :(
2007-01-03 Denis Vlasenkofbset: move variable from data to bss
2007-01-03 Denis Vlasenkofactor out minix structures/constants into minix.h
2007-01-03 Denis Vlasenkofsck_minix: optimizations. ~130 bytes
2007-01-03 Denis Vlasenkointroduce small[u]int
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-10-26 Denis Vlasenkosilly size savings and capitalization fixes
2006-10-03 Denis Vlasenkobb_applet_name -> applet_name
2006-09-14 Rob LandleyMore code from kernel developers, and therefore license...
2006-08-29 Rob LandleySvn 16007 broke the build under gcc 4.0.3. This fixes...
2006-06-16 Rob LandleyRemove warnings caused by #include <sys/mount.h> in...
2006-06-13 Rob LandleyPatch from Denis Vlasenko, tweak error messages.
2006-06-13 Rob LandleyMinor size shrinkage.
2006-06-07 Bernhard Reutner... - reuse strings and messages. Saves about 600B
2006-06-06 Rob LandleyWhack the one last warning in make allbareconfig...
2006-05-03 Rob LandleyBuild break fix from Bernhard fischer, fixing fallout...
2006-04-29 Rob LandleyPatches from Denis Vlasenko to rework "current_name...
2006-04-29 Rob LandleyPatch from Denis Vlasenko:
2006-04-29 Rob LandleyPatch from Denis Vlasenko:
2006-03-10 Rob LandleyPatch from Denis Vlasenko turning static const int...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-01-22 Bernhard Reutner... - add platform.h.
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-01-30 Eric Andersens/u_int/uint/g
2003-03-19 Manuel Novoa III Major coreutils update.
2002-11-28 Aaron LehmannChange if(x)free(x); to free(x);
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-08-29 Eric AndersenStandard typing (u_int16_t instead of u16, u_int32_t...
2001-03-21 Eric AndersenA nice patch from Larry Doolittle that adds -Wshadow and
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-02-20 Eric AndersenIt turns out that DODMALLOC was broken when I reorganiz...
2001-02-14 Eric AndersenThis patch, put together by Manuel Novoa III, is a...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-23 Mark Whitley#define -> static const int. Also got rid of some big...
2000-12-12 Eric AndersenFix from Gennady Feldman for error msg
2000-12-07 Mark WhitleyChanged names of functions in utility.c and all affecte...
2000-09-25 Eric AndersenRenamed "internal.h" to the more sensible "busybox.h".
2000-09-19 Eric AndersenBoth of these commands were subtly broken. Fortunately...
2000-08-10 Eric AndersenSome #include updates.
2000-07-25 Eric AndersenUse BB_FEATURE_CLEAN_UP where appropriate
2000-07-17 Pavel RoskinIt is now possible to select in busybox.def.h whether...
2000-07-16 Matt KraaiExtract usage information into a separate file.
2000-07-14 Matt KraaiDon't use strings directly in calls to usage(). This...
2000-07-14 Matt KraaiUse errorMsg rather than fprintf.
2000-07-12 Matt KraaiUse global applet_name instead of local versions.
2000-07-10 Eric AndersenMore linux kernel header file removal.
2000-07-06 Eric AndersenRemove some warning with glibc.
2000-07-06 Eric Andersena few minor cleanups.
2000-07-04 Eric AndersenSome cosmetic updates. Changed "OPTIONS" to "Options".
2000-05-20 Erik AndersenFirst pass at fixing tar segfault, and more portability...
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-04-28 Erik AndersenLatest and greatest. Some effort at libc5 (aiming...
2000-03-23 Erik AndersenMy latest ramblings.
2000-03-21 Erik Andersen* all mallocs now use xmalloc (and so are OOM error...
2000-02-11 John Beppu+ memory allocation/deallocation is less tolerant of...
2000-02-11 John Beppureduced .bss size by dynmaically allocating a certain...
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)
1999-11-10 Eric AndersenUpdates to usage, and made tar work.
1999-10-19 Eric AndersenMade em work.
1999-10-19 Eric AndersenMore stuff