summaryrefslogtreecommitdiff
path: root/e2fsprogs
AgeCommit message (Expand)AuthorFilesLines
2013-11-29Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko3-3/+3
2013-11-29fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko11-27/+16
2013-01-14whitespace fixes. no code changesDenys Vlasenko1-2/+2
2012-09-27fix unsafe bb_perror_msg(filename) callsDenys Vlasenko1-1/+1
2012-04-17Drop include/bb_linux_ext2_fs.h, use existing e2fsprogs/e2fs_defs.hDenys Vlasenko9-574/+13
2012-04-13Create and use our own copy of linux/ext2_fs.hDenys Vlasenko1-7/+1
2012-04-12work around linux/ext2_fs.h breakageDenys Vlasenko1-0/+6
2011-11-28old_e2fsprogs/blkid: close the fd after we are done with itDenys Vlasenko1-2/+7
2011-09-11tune2fs: add support for -C MOUNT_COUNT. +40 bytes. Closes 3901.Denys Vlasenko1-4/+11
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko4-4/+0
2011-05-13fix "variable 'foo' set but not used" warningsDenys Vlasenko1-2/+1
2011-05-07iostat: code shrink ~0.5kMaksym Kryzhanovskyy2-6/+6
2011-04-16Fix double words in comments. No code changesMarek Polacek3-3/+3
2011-04-11move remaining help text from include/usage.src.hPere Orga1-0/+22
2011-04-03move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga3-0/+49
2011-02-26Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"Denys Vlasenko1-1/+1
2011-02-03whitespace fixesDenys Vlasenko1-2/+2
2010-10-29whitespace cleanupDenys Vlasenko1-1/+1
2010-10-28*: whitespace fixesDenys Vlasenko6-16/+16
2010-10-23libbb: introduce and use strcpy_and_process_escape_sequencesDenys Vlasenko1-9/+1
2010-10-05tune2fs: implement -c and -i optionsRichard Braun1-5/+35
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko14-14/+14
2010-08-16*: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko1-1/+1
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2-5/+5
2010-07-26*: trailing empty lines removedDenys Vlasenko2-4/+0
2010-07-26*: more empty lines removed. no code changesDenys Vlasenko1-1/+0
2010-07-26*: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko37-92/+11
2010-07-19mark Linux-specific configuration optionsJeremie Koenig1-0/+1
2010-07-18tweak defconfigDenys Vlasenko1-1/+1
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard1-1/+1
2010-06-18*: stop defining _GNU_SOURCE in source files, it's in CFLAGS anywayDenys Vlasenko1-4/+0
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko8-0/+19
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko1-8/+8
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko8-0/+0
2010-05-09tune2fs: move to e2fsprogsDenys Vlasenko3-7/+78
2010-04-06libbb: add skip_dev_pfx()Denys Vlasenko1-4/+4
2010-04-01clean up redundant, commented-out and misplaced includesDenys Vlasenko1-2/+0
2010-03-23*: merge some common stringsDenys Vlasenko2-2/+2
2010-03-05*: use NULL for null pointersDenys Vlasenko18-35/+35
2010-01-28style fixes, no code changesDenys Vlasenko1-1/+1
2010-01-08*: fix places where we were still using malloc/reallocDenys Vlasenko2-9/+3
2010-01-08old_e2fsprogs/e2fsck.c: fix indentationDenys Vlasenko1-248/+215
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko2-4/+2
2009-11-15fsck: add comment clarifying exit codesDenys Vlasenko1-1/+10
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko7-16/+16
2009-11-11tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko1-2/+2
2009-09-13fsck: more clever (->smaller) handling of parametersDenys Vlasenko1-26/+25
2009-09-13fsck: remove a few staticsDenys Vlasenko1-51/+42
2009-07-04fix dependencies of FEATURE_GETOPT_LONGDenys Vlasenko1-1/+1
2009-06-05*: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko4-21/+9