summaryrefslogtreecommitdiff
path: root/e2fsprogs
Commit message (Expand)AuthorAgeFilesLines
* config: update size informationDenys Vlasenko2018-12-283-3/+3
* move storage helpers to libbb.hDenys Vlasenko2018-09-281-17/+0
* restore documentation on the build config languageKartik Agaram2018-06-061-1/+1
* fsck: fix incorrect handling of child exitDenys Vlasenko2018-05-241-8/+9
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+1
* chattr,lsattr,tune2fs: make them NOEXECDenys Vlasenko2017-08-053-3/+4
* chattr: fix option parsing to accept more cryptic option combosDenys Vlasenko2017-08-051-35/+51
* do not use `a' quoting style in commentsDenys Vlasenko2017-08-021-1/+1
* config: deindent all help textsDenys Vlasenko2017-07-214-7/+7
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-184-4/+4
* vi,fsck: do not use build timestamp unconditionally. Closes 9626Denys Vlasenko2017-01-291-1/+1
* Code style fixes, no code changesDenys Vlasenko2016-11-281-1/+1
* Remove outdated commentsDenys Vlasenko2016-11-231-0/+2
* *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-2/+2
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* fsck: use printf for message, not bb_info_msgDenys Vlasenko2016-03-301-3/+3
* Use bb_error_msg instead of bb_info_msg in all commented-out debug printoutsDenys Vlasenko2016-03-301-1/+1
* fsck: do not use staticsDenys Vlasenko2015-10-191-128/+133
* chattr,lsattr: shorten help messageDenys Vlasenko2015-10-192-8/+6
* e2fsprogs/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-186-65/+55
* Remove old_e2fsprogs/*Denys Vlasenko2015-07-19133-40044/+0
* fix if(p)/free(p) constructManinder Singh2015-06-072-10/+5
* typo fixesManinder Singh2015-05-253-4/+4
* typo fixDenys Vlasenko2015-03-261-1/+1
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-20/+20
* Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko2013-11-293-3/+3
* fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko2013-11-2911-27/+16
* whitespace fixes. no code changesDenys Vlasenko2013-01-141-2/+2
* fix unsafe bb_perror_msg(filename) callsDenys Vlasenko2012-09-271-1/+1
* Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.hDenys Vlasenko2012-04-179-574/+13
* Create and use our own copy of linux/ext2_fs.hDenys Vlasenko2012-04-131-7/+1
* work around linux/ext2_fs.h breakageDenys Vlasenko2012-04-121-0/+6
* old_e2fsprogs/blkid: close the fd after we are done with itDenys Vlasenko2011-11-281-2/+7
* tune2fs: add support for -C MOUNT_COUNT. +40 bytes. Closes 3901.Denys Vlasenko2011-09-111-4/+11
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-054-4/+0
* fix "variable 'foo' set but not used" warningsDenys Vlasenko2011-05-131-2/+1
* iostat: code shrink ~0.5kMaksym Kryzhanovskyy2011-05-072-6/+6
* Fix double words in comments. No code changesMarek Polacek2011-04-163-3/+3
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+22
* move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-033-0/+49
* Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko2011-02-261-1/+1
* whitespace fixesDenys Vlasenko2011-02-031-2/+2
* whitespace cleanupDenys Vlasenko2010-10-291-1/+1
* *: whitespace fixesDenys Vlasenko2010-10-286-16/+16
* libbb: introduce and use strcpy_and_process_escape_sequencesDenys Vlasenko2010-10-231-9/+1
* tune2fs: implement -c and -i optionsRichard Braun2010-10-051-5/+35
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-1614-14/+14
* *: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko2010-08-161-1/+1
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-122-5/+5