aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/tune2fs.c
AgeCommit message (Expand)Author
2018-09-28move storage helpers to libbb.hDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-05chattr,lsattr,tune2fs: make them NOEXECDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2016-11-23Remove outdated commentsDenys Vlasenko
2015-10-18e2fsprogs/*: convert to new-style "one file" appletsDenys Vlasenko
2012-04-17Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.hDenys Vlasenko
2012-04-13Create and use our own copy of linux/ext2_fs.hDenys Vlasenko
2012-04-12work around linux/ext2_fs.h breakageDenys Vlasenko
2011-09-11tune2fs: add support for -C MOUNT_COUNT. +40 bytes. Closes 3901.Denys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-05tune2fs: implement -c and -i optionsRichard Braun
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-05-09tune2fs: move to e2fsprogsDenys Vlasenko
2006-12-26remove e2fsprogs. Nobody volunteered to clean up that messDenis Vlasenko
2006-11-27style cleanup: return(a) -> return a, part 2Denis Vlasenko
2006-11-27safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko
2006-10-05build system overhaulDenis Vlasenko
2006-10-03bb_applet_name -> applet_nameDenis Vlasenko
2006-09-29Yet another silly little byte saving. couldn't -> cannotDenis Vlasenko
2006-09-06removed a lot of trailing \n in bb_msg() calls. It is addedDenis Vlasenko
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-06-25A few patches from Erik Hovland, turning strncpy() into safe_strncpy() andRob Landley
2006-04-01Ext2fs cleanup from Garrett Kajmowicz.Rob Landley
2006-03-30- rename clean_up in tune2fs and mke2fs to be prefixed with their applet names.Bernhard Reutner-Fischer
2006-01-25just whitespaceTim Riker
2006-01-22- add platform.h.Bernhard Reutner-Fischer
2005-10-12more busyboxes, remove 1 extern function (mainstream also have for one fsck)"Vladimir N. Oleynik"
2005-10-12more busyboxes"Vladimir N. Oleynik"
2005-10-02excellent shrinkage patch by TitoMike Frysinger
2005-09-24err, fix stupid mistake in previous do_findfs() changeMike Frysinger
2005-09-24make e2label and findfs optionalMike Frysinger
2005-06-11initial fat tune2fs/findfs/e2label sourceMike Frysinger