summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/mangle: const quialifier cleanupKarel Zak2018-07-203-6/+6
* include/list, include/c: update and container_of()Karel Zak2018-07-202-7/+12
* libblkid: const qualifier cleanupKarel Zak2018-07-2012-55/+57
* include/all-io: const cleanupKarel Zak2018-07-201-2/+2
* libmount: cleanup const in umount codeKarel Zak2018-07-201-4/+4
* lib/color-names: const cleanupKarel Zak2018-07-201-3/+4
* libmount: add missing constKarel Zak2018-07-201-1/+1
* libmount: use const char in swaps parserKarel Zak2018-07-201-1/+1
* libmount: use const char in mountinfo parserKarel Zak2018-07-201-2/+3
* libmount: use const char in fstab parserKarel Zak2018-07-201-19/+27
* lib/strutils: follow const in parse_size()Karel Zak2018-07-201-13/+15
* include/strutils: remove unnecessary castKarel Zak2018-07-201-2/+2
* hwclock: fix warningKarel Zak2018-07-201-1/+1
* build-sys: add -Wdiscarded-qualifiersKarel Zak2018-07-201-0/+1
* mount: add details about mtab and --namespace to mount.8Karel Zak2018-07-192-6/+32
* libmount: add since tag for new functionsKarel Zak2018-07-191-0/+12
* lsblk: add note about --list -I <maj,...>Karel Zak2018-07-181-2/+4
* hwclock: add --delay <seconds>Karel Zak2018-07-186-8/+102
* build-sys: add -Wno-cast-function-type for pythonKarel Zak2018-07-182-1/+5
* libfdisk: fix compiler warning [-Wmaybe-uninitialized]Karel Zak2018-07-181-2/+2
* lslogins: remove redundant conditionKarel Zak2018-07-181-1/+1
* lib/strutils: remove redundant conditionKarel Zak2018-07-181-1/+1
* mkfs.cramfs: remove redundant conditionKarel Zak2018-07-181-1/+1
* lib/pager: fix compiler warning [-Wrestrict]Karel Zak2018-07-181-2/+4
* docs: add fdisk to TODOKarel Zak2018-07-171-0/+7
* docs: add hwclock to TODOKarel Zak2018-07-171-0/+2
* libblkid: Check for a secondary LUKS2 header.Milan Broz2018-07-111-13/+47
* * break up large strings for PySys_WriteStdout()Frank Schaefer2018-07-111-13/+43
* tests: add mountinfo with empty sourceKarel Zak2018-07-103-0/+90
* libmount: (mountinfo) parse empty strings in sourceAlban Crequy2018-07-101-5/+28
* lsblk: add PATH columnKarel Zak2018-07-101-0/+6
* Merge branch 'master' of https://github.com/hjmallon/util-linuxKarel Zak2018-07-101-0/+62
|\
| * libblkid: Add more APFS checking to avoid false positivesHarry Mallon2018-07-061-0/+62
* | logger: Define SD_JOURNAL_SUPPRESS_LOCATION.YmrDtnJu2018-07-071-0/+1
* | libfdisk: reduce number of asprintf() calls, check return valueKarel Zak2018-07-041-14/+19
* | libfdisk: Fix multipath partition seperators for user-friendly namesKyleMahlkuch2018-07-041-1/+14
* | libfdisk: use \x<hex> to read/write partition nameKarel Zak2018-07-041-2/+6
* | fallocate: remove unwanted debug messageKarel Zak2018-07-041-2/+0Star
* | Merge branch 'master' of https://github.com/hjmallon/util-linuxKarel Zak2018-07-044-1/+23
|\|
| * libblkid: Add very basic APFS recognitionHarry Mallon2018-06-254-1/+23
* | Merge branch 'quick-fix-20180625' of https://github.com/sjitech/util-linuxKarel Zak2018-07-041-1/+2
|\ \
| * | exec_shell: prevent ".: applet not found" error when SHELL env is not set.osexp20002018-06-251-1/+2
| |/
* | Merge branch 'fixes' of https://github.com/rudimeier/util-linuxKarel Zak2018-07-034-10/+11
|\ \
| * | wipefs: add missing ifdefRuediger Meier2018-06-251-2/+3
| * | lib/path: remove unused expressionRuediger Meier2018-06-251-1/+1
| * | ipcs,chmem: fix access() usageRuediger Meier2018-06-252-7/+7
| |/
* / fallocate: add man page note about --collapse-range granularityKarel Zak2018-07-032-0/+9
|/
* docs: update TODOKarel Zak2018-06-221-14/+0Star
* include/path: make sure PATH_MAX is definedKarel Zak2018-06-211-0/+2
* Merge branch 'more' of https://github.com/kerolasa/util-linuxKarel Zak2018-06-211-806/+868
|\