summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* libsmartcols: avoid variable dereference after releaseSami Kerola2014-07-131-1/+1
* libfdisk: do not do the same thing twice in single if statementSami Kerola2014-07-131-1/+1
* whereis: avoid printing uninitialized stringSami Kerola2014-07-131-2/+1Star
* setpriv: avoid alloca() use xmalloc() insteadSami Kerola2014-07-131-1/+3
* dmesg: avoid unnecessary variable assignmentSami Kerola2014-07-131-1/+2
* fdisk: avoid code duplicationSami Kerola2014-07-131-5/+4Star
* mkfs.cramfs: use defined failure name rather than magic valueSami Kerola2014-07-131-4/+2Star
* fdformat: match variable and print format typesSami Kerola2014-07-131-2/+2
* cfdisk: add braces to ensure operation orderSami Kerola2014-07-131-1/+1
* lscpu: avoid use of bzero() in favor of memset()Sami Kerola2014-07-131-1/+1
* setterm: remove unnecessary variableSami Kerola2014-07-131-2/+1Star
* cal: remove unnused structure and definitionSami Kerola2014-07-131-5/+0Star
* textual: fix some typosSami Kerola2014-07-136-6/+6
* build-sys: release++ (v2.25-rc2)Karel Zak2014-07-022-1/+5
* docs: update v2.25-ReleaseNotesKarel Zak2014-07-021-1/+58
* docs: update AUTHORS fileKarel Zak2014-07-021-1/+8
* po: merge changesKarel Zak2014-07-0227-12188/+12747
* lib/ismounted: more robust buffer usage [clang-analyze]Karel Zak2014-07-011-1/+2
* fsck: uninitialized argument value [clang-analyze]Karel Zak2014-07-011-1/+1
* libfdisk: fix possible memory leak [clang-analyze]Karel Zak2014-07-011-0/+2
* cfdisk: fix division by zero [clang-analyze]Karel Zak2014-07-011-0/+6
* libblkid: fix probe_ddf() [clang-analyze]Karel Zak2014-07-011-6/+5Star
* findmnt: simplify cache_set_targets()Karel Zak2014-07-011-12/+5Star
* libmount: always use mnt_resolve_target() in mnt_fs_match_target()Karel Zak2014-07-012-4/+9
* findmnt: use mnt_cache_set_targets() for non-kernel tableEric Rannaud2014-07-011-0/+33
* libmount: mnt_resolve_target: tiptoe around active mount pointsEric Rannaud2014-07-015-24/+128
* libmount: mnt_resolve_path: don't canonicalize fs->target for swapEric Rannaud2014-07-011-1/+1
* libmount: mnt_resolve_path: use strcmp() only if both are canonicalEric Rannaud2014-07-011-1/+1
* fdisk: don't use --geom-* prefix for CHS optionsKarel Zak2014-06-302-9/+9
* libsmartcols: add note about deallocationsKarel Zak2014-06-303-3/+6
* swapon: mark --sumarry as deprecatedKarel Zak2014-06-304-2/+11
* swapon: align --summary fieldsSami Kerola2014-06-301-1/+1
* umount: slightly improve the man pageBenno Schulenberg2014-06-301-13/+13
* findmnt: minimally improve wording of usage textBenno Schulenberg2014-06-301-7/+7
* findmnt: slightly improve wording and formatting in man pageBenno Schulenberg2014-06-301-5/+5
* lslogins: improve the columns informationBenno Schulenberg2014-06-301-7/+7
* lslogins: improve wording and formatting of the man pageBenno Schulenberg2014-06-301-36/+37
* setterm: improve formatting and wording of usage textBenno Schulenberg2014-06-301-17/+17
* setterm: improve wording and formatting of the man pageBenno Schulenberg2014-06-301-71/+76
* fallocate: use O_CREAT only for the default behaviorKarel Zak2014-06-261-1/+3
* fallocate: fix check of number of argumentsBernhard Voelker2014-06-261-9/+9
* fallocate: clarify usage()Pádraig Brady2014-06-261-7/+9
* fallocate: use err_exclusive_options(), cleanup getopt_long() stuffKarel Zak2014-06-262-23/+31
* fallocate: make man page readable for humansKarel Zak2014-06-261-28/+41
* fallocate: fix FALLOC_FL_ZERO_RANGE flag checkKarel Zak2014-06-261-3/+7
* docs: add note about lsblkKarel Zak2014-06-251-0/+8
* bash-completion: update fallocate, fstrim and lsblkKarel Zak2014-06-253-10/+32
* bash-completion: update cfdiskKarel Zak2014-06-251-21/+4Star
* bash-completion: update fdiskKarel Zak2014-06-251-7/+22
* fdisk: add long options, cleanup man page and usage()Karel Zak2014-06-252-61/+88