summaryrefslogtreecommitdiff
path: root/e2fsprogs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* *: trailing empty lines removedDenys Vlasenko2010-07-262-4/+0
* *: more empty lines removed. no code changesDenys Vlasenko2010-07-261-1/+0
* *: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko2010-07-2637-92/+11
* mark Linux-specific configuration optionsJeremie Koenig2010-07-191-0/+1
* tweak defconfigDenys Vlasenko2010-07-181-1/+1
* *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-041-1/+1
* *: stop defining _GNU_SOURCE in source files, it's in CFLAGS anywayDenys Vlasenko2010-06-181-4/+0
* *: add INSERTs to *.src files where appropriateDenys Vlasenko2010-06-088-0/+19
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-061-8/+8
* mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko2010-06-048-0/+0
* tune2fs: move to e2fsprogsDenys Vlasenko2010-05-093-7/+78
* libbb: add skip_dev_pfx()Denys Vlasenko2010-04-061-4/+4
* clean up redundant, commented-out and misplaced includesDenys Vlasenko2010-04-011-2/+0
* *: merge some common stringsDenys Vlasenko2010-03-232-2/+2
* *: use NULL for null pointersDenys Vlasenko2010-03-0518-35/+35
* style fixes, no code changesDenys Vlasenko2010-01-281-1/+1
* *: fix places where we were still using malloc/reallocDenys Vlasenko2010-01-082-9/+3
* old_e2fsprogs/e2fsck.c: fix indentationDenys Vlasenko2010-01-081-248/+215
* libbb: added xfdopen_for_read/writeDenys Vlasenko2009-11-152-4/+2
* fsck: add comment clarifying exit codesDenys Vlasenko2009-11-151-1/+10
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-137-16/+16
* tidy up O_NONBLOCK usage. use libbb functions in stty.Denys Vlasenko2009-11-111-2/+2
* fsck: more clever (->smaller) handling of parametersDenys Vlasenko2009-09-131-26/+25
* fsck: remove a few staticsDenys Vlasenko2009-09-131-51/+42
* fix dependencies of FEATURE_GETOPT_LONGDenys Vlasenko2009-07-041-1/+1
* *: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko2009-06-054-21/+9
* *: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko2009-04-0913-47/+34
* more of pointless whitespace fixesDenis Vlasenko2009-04-011-6/+6
* *: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko2009-03-091-1/+1
* udhcpd: add code which rejects lease files with suspicious or old timestamp.Denis Vlasenko2009-02-026-23/+23
* *: tweak error messagesDenis Vlasenko2008-12-241-4/+4
* Fix forgotten license commentsDenis Vlasenko2008-12-076-20/+6
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-021-1/+1
* *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko2008-11-051-3/+3