summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build-sys: make chown usage more robustKarel Zak2017-06-213-3/+12
* wipefs: exit on failed eraseKarel Zak2017-06-211-1/+1
* build-sys: chown before chmod for SUIDsKarel Zak2017-06-202-0/+3
* libmount: ignore "bind" from fstab on command line "remount"Karel Zak2017-06-202-3/+29
* dmesg: fragment concatenationVinnie Magro2017-06-201-7/+110
* Merge branch '170424' of github.com:jwpi/util-linuxKarel Zak2017-06-201-103/+77Star
|\
| * parse-date: time_zone_hhmm() bug fixesJ William Piggott2017-06-151-35/+33Star
| * parse-date: remove unused ordinal_day_seenJ William Piggott2017-06-151-6/+0Star
| * parse-date: remove unused year_seenJ William Piggott2017-06-151-3/+0Star
| * parse-date: refactor tm_diff()J William Piggott2017-06-151-3/+2Star
| * parse-date: use to_uchar() instead of assignment.J William Piggott2017-06-151-4/+2Star
| * parse-date: use uintmax_t where appropriateJ William Piggott2017-06-151-4/+4
| * parse-date: use int where appropriateJ William Piggott2017-06-151-6/+6
| * parse-date: use intmax_t where appropriateJ William Piggott2017-06-151-28/+28
| * parse-date: remove unused EPOCH_YEARJ William Piggott2017-06-151-1/+0Star
| * parse-date: replace ISDIGIT with c_isdigitJ William Piggott2017-06-151-18/+7Star
* | tests: add MBR resize testsKarel Zak2017-06-195-0/+183
* | libfdisk: support logical partition resizeKarel Zak2017-06-191-1/+11
* | libfdisk: allow to resize containerKarel Zak2017-06-191-1/+8
* | libfdisk: add more debug messages to get-last-possible resize spaceKarel Zak2017-06-191-6/+21
* | libfdisk: (dos) be more verbose on partno -ERANGE errorKarel Zak2017-06-192-4/+10
* | mount: fix man page typo (--bind,ro)Karel Zak2017-06-191-1/+1
* | libfdisk: (dos) fix primary/logical logic when follow templateKarel Zak2017-06-191-2/+2
* | Merge branch 'some-fixes' of https://github.com/rudimeier/util-linuxKarel Zak2017-06-1613-67/+144
|\ \ | |/ |/|
| * travis: minor cosmeticsRuediger Meier2017-06-152-9/+13
| * lib: style cosmetics plymouth-ctrl.cRuediger Meier2017-06-151-11/+7Star
| * libmount: fix warning "set but not used"Ruediger Meier2017-06-151-4/+2Star
| * more: remove unused variableRuediger Meier2017-06-151-2/+1Star
| * tests: split partx in root and non-rootRuediger Meier2017-06-157-16/+43
| * tests: fix and refactor partxRuediger Meier2017-06-152-34/+87
* | fstrim: remove obsolete commentKarel Zak2017-06-151-1/+1
* | fstrim: prefer earlier mounted filesystemsAlex Ivanov2017-06-151-1/+1
|/
* 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