summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wall: don't use gid_t when allocate grounps arrayKarel Zak2017-06-141-1/+1
* lib: remove _RLD_ from forbid environment variable listSami Kerola2017-06-141-1/+0Star
* lib: simplify cpuset if clauses that returnSami Kerola2017-06-141-7/+5Star
* misc: remove stray semicolonsSami Kerola2017-06-1410-11/+11
* losetup: add missing initializer [clang]Sami Kerola2017-06-141-1/+1
* misc: fix reassigned values before old ones has been used [cppcheck]Sami Kerola2017-06-1417-23/+23
* isosize: avoid reading more data than what is neededSami Kerola2017-06-141-47/+10Star
* uuidgen: slice up the usage textSami Kerola2017-06-141-5/+5
* rename: notice when expression and replacement are the same stringSami Kerola2017-06-141-0/+3
* Merge branch 'master' of ra.kernel.org:/pub/scm/utils/util-linux/util-linuxKarel Zak2017-06-140-0/+0
|\
| * Merge branch 'sami-fallthrough' of https://github.com/rudimeier/util-linuxKarel Zak2017-06-1316-22/+26
| |\
| | * misc: fix ggc-7 fallthrough warningsSami Kerola2017-06-1316-22/+26
* | | wall: fix OSX getgrouplist, gid_t* vs int*Karel Zak2017-06-141-1/+7
* | | misc: POSIX usage dd, regarding unit suffixesRuediger Meier2017-06-143-3/+3
* | | tests: add more tests for line(1)Ruediger Meier2017-06-142-4/+43
* | | misc: fix ggc-7 fallthrough warningsSami Kerola2017-06-1416-22/+26
* | | libblkid: fix gcc-7 warning -Wint-in-bool-contextRuediger Meier2017-06-141-1/+1
* | | misc: fix gcc-7 snprintf warnings -Wformat-truncationRuediger Meier2017-06-142-3/+3
* | | misc: fix gcc-7 sprintf warnings -Wformat-overflowRuediger Meier2017-06-142-2/+2
* | | hwclock: fix warning [-Winvalid-noreturn]Ruediger Meier2017-06-142-2/+3
* | | libmount: btrfs, remove unused setter functionsRuediger Meier2017-06-141-4/+0Star
* | | tests: fix fincore, don't use variable COLUMNSRuediger Meier2017-06-141-6/+6
* | | libsmartcols: fix warning "unused parameter"Ruediger Meier2017-06-131-2/+7
* | | libfdisk: fix guid usage of packed struct gpt_entryRuediger Meier2017-06-131-10/+27
* | | libfdisk: cleanup sun label checksum usuageRuediger Meier2017-06-132-27/+8Star
|/ /
* | lscpu: cleanup DMI detection return codesKarel Zak2017-06-131-8/+13
* | libsmartcols: (docs) add new functionsKarel Zak2017-06-131-0/+4
* | column: add --table-header-repeatKarel Zak2017-06-132-2/+13
* | libsmartcols: add header-repeat featureKarel Zak2017-06-135-3/+67
* | libsmartcols: add missing symbolsKarel Zak2017-06-121-0/+6
|/
* Merge branch 'pylibmount-NULL-terminate-kwlist-in-Context_init' of https://gi...Karel Zak2017-06-121-1/+1
|\
| * pylibmount: NULL terminate kwlist in Context_initZac Medico2017-06-081-1/+1
* | libsmartcols: add scols_table_{set,get}_termheight()Karel Zak2017-06-123-3/+42
* | lib/ttyutils: return terminal lines tooKarel Zak2017-06-123-19/+54
* | docs: update TODO, remove auto,noautoKarel Zak2017-06-121-5/+0Star
* | lsblk: add option --treeKarel Zak2017-06-093-6/+14
* | libblkid: (vfat) add more debug messagesKarel Zak2017-06-091-2/+8
* | libmount: (umount) use mount table filter on -c onlyKarel Zak2017-06-071-2/+9
|/
* libmount: use mount table filter on --no-canonicalizeKarel Zak2017-06-072-14/+19
* rename: add -o to the man pageKarel Zak2017-06-061-1/+4
* Merge branch 'rename-nooverride' of https://github.com/dov/util-linuxKarel Zak2017-06-061-16/+37
|\
| * Changed "override" to "overwrite" rename option.Dov Grobgeld2017-06-031-13/+13
| * Added --no-override option to rename.Dov Grobgeld2017-05-271-16/+37
* | Merge branch 'hwclock-localtime' of https://github.com/Villemoes/util-linuxKarel Zak2017-06-062-9/+8Star
|\ \
| * | hwclock: allow -l as alias for --localtimeRasmus Villemoes2017-05-312-9/+8Star
* | | umount: add note about NFS and -c to umount.8Karel Zak2017-06-061-2/+10
* | | umount: never 'stat' the path when "-c" is given.NeilBrown2017-06-061-0/+2
* | | Merge branch 'fdformat-done1' of https://github.com/jwilk-forks/util-linuxKarel Zak2017-06-051-1/+1
|\ \ \
| * | | fdformat: clear progress message before printing "done"Jakub Wilk2017-06-021-1/+1
* | | | setpriv: Add --init-groups optionSebastian Schrader2017-06-052-5/+78