aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs
AgeCommit message (Expand)Author
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-29libbb: introduce and use sleep1()Denys Vlasenko
2020-08-13build system: drop PLATFORM_LINUXRon Yorston
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2018-12-28config: update size informationDenys Vlasenko
2018-09-28move storage helpers to libbb.hDenys Vlasenko
2018-06-06restore documentation on the build config languageKartik Agaram
2018-05-24fsck: fix incorrect handling of child exitDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-05chattr,lsattr,tune2fs: make them NOEXECDenys Vlasenko
2017-08-05chattr: fix option parsing to accept more cryptic option combosDenys Vlasenko
2017-08-02do not use `a' quoting style in commentsDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-01-29vi,fsck: do not use build timestamp unconditionally. Closes 9626Denys Vlasenko
2016-11-28Code style fixes, no code changesDenys Vlasenko
2016-11-23Remove outdated commentsDenys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-03-30fsck: use printf for message, not bb_info_msgDenys Vlasenko
2016-03-30Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko
2015-10-19fsck: do not use staticsDenys Vlasenko
2015-10-19chattr,lsattr: shorten help messageDenys Vlasenko
2015-10-18e2fsprogs/*: convert to new-style "one file" appletsDenys Vlasenko
2015-07-19Remove old_e2fsprogs/*Denys Vlasenko
2015-06-07fix if(p)/free(p) constructManinder Singh
2015-05-25typo fixesManinder Singh
2015-03-26typo fixDenys Vlasenko
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko
2013-11-29fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko
2013-01-14whitespace fixes. no code changesDenys Vlasenko
2012-09-27fix unsafe bb_perror_msg(filename) callsDenys 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-11-28old_e2fsprogs/blkid: close the fd after we are done with itDenys Vlasenko
2011-09-11tune2fs: add support for -C MOUNT_COUNT. +40 bytes. Closes 3901.Denys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-05-13fix "variable 'foo' set but not used" warningsDenys Vlasenko
2011-05-07iostat: code shrink ~0.5kMaksym Kryzhanovskyy
2011-04-16Fix double words in comments. No code changesMarek Polacek
2011-04-11move remaining help text from include/usage.src.hPere Orga
2011-04-03move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko
2011-02-03whitespace fixesDenys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-10-23libbb: introduce and use strcpy_and_process_escape_sequencesDenys Vlasenko