blkid: add type display for btrfs
[platform/upstream/busybox.git] / util-linux / mkfs_minix.c
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-31 Denys Vlasenkolibbb: add xfstat function
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-03-23 Denys Vlasenko*: merge some common strings
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
2009-07-18 Denys Vlasenkofix mountpoint test to not prevemt mkfs_xxx from making...
2009-07-05 Denys Vlasenkodf: fix "df /"
2008-12-07 Denis VlasenkoFix forgotten license comments
2008-11-22 Denis Vlasenkonetworking/interface.c: better readability (by Walter...
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
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-03-17 Denis Vlasenko*: shrink: use Vladimir's "o+" specifier instead of...
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-02-27 Denis Vlasenko*: add optimization barrier to all "G trick" locations
2007-12-02 Denis Vlasenkomkfs.minix: add testsuite; disable code which makes...
2007-12-02 Denis Vlasenkoattack the biggest stack users:
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
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-18 Denis Vlasenkomkfs_minix: remove older, less efficient bss reduction...
2007-03-15 Denis Vlasenkomkfs_minix: stop using lots of bss/data.
2007-02-06 Denis Vlasenkofix warning coming from printing size_t with %u
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-03 Denis Vlasenkofactor out minix structures/constants into minix.h
2006-12-30 Denis Vlasenkodone a dozen of randconfig test. guess what? ALL failed...
2006-12-16 Denis Vlasenkos/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g
2006-11-30 Denis Vlasenko"make bigdata" biggest offender dealt with:
2006-11-29 Denis VlasenkoWell, I am not 100.00% usre that uint16 will suffice...
2006-11-29 Denis Vlasenkoanother -90 bytes. That #define is **evil**
2006-11-29 Denis Vlasenkomkfs.minix: more cleanups, -~300 bytes of code.
2006-11-29 Denis Vlasenkocut 0.5k off mkfs.minix
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-09-11 Bernhard Reutner... - convert a few xopen3(,,0) into xopen(,). Also peruse...
2006-08-29 Rob LandleySvn 16007 broke the build under gcc 4.0.3. This fixes...
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-06-16 Rob LandleyRemove warnings caused by #include <sys/mount.h> in...
2006-04-13 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xopen3()
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xsocket...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2005-10-15 "Vladimir N. Oleynik"data --> bss
2004-08-28 Eric AndersenFixup some warnings
2004-04-14 Eric AndersenLarry Doolittle writes:
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2004-01-30 Eric AndersenUse proper C99 types
2003-08-06 Eric Andersenextern inline is a bad bad thing. kill it (so mkfs_min...
2003-03-19 Manuel Novoa III Major coreutils update.
2002-08-21 Aaron LehmannInline functions with only one reference in mkfs_minix...
2001-10-31 Eric AndersenFixup some silly prototype warnings
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-19 Eric AndersenAnother cleanup patch from Jeff Garzik <jgarzik@mandrak...
2001-03-09 Eric AndersenA cleanup patch from Jeff Garzik to static-ify a number of
2001-03-09 Eric AndersenPatchs from Jeff Garzik <jgarzik@mandrakesoft.com>...
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 Eric AndersenMake old compilers not choke -- define the attribute...
2001-01-31 Matt KraaiRemoved trailing \n from error_msg{,_and_die} messages.
2001-01-31 Eric AndersenCleanup patch from Vladimir N. Oleynik.
2000-12-22 Matt KraaiUse busybox error handling functions wherever possible.
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-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-04 Eric AndersenSome cosmetic updates. Changed "OPTIONS" to "Options".
2000-06-19 Eric AndersenFinish off the libc5 porting effort. Everything now...
2000-06-06 Eric AndersenOops. Remove the debugging noise.
2000-06-06 Eric Andersenmkfs.minix rev 1.7 completely broke the option parser...
2000-06-06 Eric AndersenFixed a bunch of stuff:
2000-05-20 Erik AndersenFirst pass at fixing tar segfault, and more portability...
2000-05-19 Erik AndersenMore libc portability updates, add in the website ...
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-21 Erik Andersen* all mallocs now use xmalloc (and so are OOM error...
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
1999-11-10 Eric AndersenUpdates to usage, and made tar work.
1999-10-19 Eric AndersenMade em work.
1999-10-19 Eric AndersenMore stuff