summaryrefslogtreecommitdiff
path: root/e2fsprogs
Commit message (Expand)AuthorAgeFilesLines
* *: slap on a few ALIGN_PTR where appropriateDenys Vlasenko2022-02-061-1/+1
* move iterate_on_dir() from e2fsprogs to libbbDenys Vlasenko2021-06-242-32/+0
* e2fsprogs: code shrinkDenys Vlasenko2021-06-243-32/+36
* lsattr,chattr: do not open e.g. device files unless asked directly; do not fo...Denys Vlasenko2021-06-242-6/+18
* chattr: if IOC_FSGETXATTR fails, do not try IOC_FSSETXATTRDenys Vlasenko2021-06-231-5/+9
* chattr: fix "chattr =ae -R FILE"Denys Vlasenko2021-06-231-4/+7
* chattr,lsattr: share stat error messageDenys Vlasenko2021-06-232-3/+5
* e2fsprogs/*: remove ioctl calling obfuscationDenys Vlasenko2021-06-234-169/+66
* chattr: update list of attributes in --helpDenys Vlasenko2021-06-231-1/+10
* lsattr: support more ext2 flagsDenys Vlasenko2021-06-201-8/+19
* lsattr,chattr: support -pDenys Vlasenko2021-06-204-23/+76
* *: --help tweaksDenys Vlasenko2021-06-141-11/+12
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
* libbb: introduce and use sleep1()Denys Vlasenko2020-11-291-1/+1
* build system: drop PLATFORM_LINUXRon Yorston2020-08-131-1/+0
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-022-6/+6
* 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