summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests: mark build-in paths test as optionalKarel Zak2016-08-121-0/+5
* Merge branch 'pathnames_fbsd' of https://github.com/fichtner/util-linuxKarel Zak2016-08-121-0/+4
|\
| * pathnames: guard clashing definitions on FreeBSDFranco Fichtner2016-08-111-0/+4
* | Merge branch 'blkdev_fbsd_11' of https://github.com/fichtner/util-linuxKarel Zak2016-08-121-2/+2
|\ \
| * | blkdev: guard against missing DIOCGDINFO on FreeBSD 11Franco Fichtner2016-08-111-2/+2
| |/
* / travis: fix OSX, glibtoolize could not find sedRuediger Meier2016-08-111-0/+3
|/
* libmount: Preserve empty string value in optstr parsingFilipe Brandenburger2016-08-109-2/+37
* tests: Allow running a single test case from tests/run.shFilipe Brandenburger2016-08-101-1/+1
* tests: Use proper word splitting when executing testsFilipe Brandenburger2016-08-101-2/+2
* taskset: clarify that masks are always hex in man pageChris Metcalf2016-08-091-2/+11
* libmount: ignore redundant slashesKarel Zak2016-08-085-70/+116
* uuidd: remove unnecessary pidpile path variableSami Kerola2016-08-081-5/+2Star
* sfdisk: add show-pt-geometry to usage() and sfdisk.8Karel Zak2016-08-082-2/+5
* deprecated.txt: Add sfdisk --show-pt-geometryStanislav Brabec2016-08-081-0/+5
* sfdisk: Add --show-pt-geometry compatibility codeStanislav Brabec2016-08-081-1/+4
* tests: fix loop-overlay testKarel Zak2016-08-041-3/+4
* tests: fix libmount loop-overlay testKarel Zak2016-08-041-5/+4Star
* Merge branch 'lo'Karel Zak2016-08-0412-39/+248
|\
| * mount: small change to mount.8 loopdev sectionKarel Zak2016-08-041-2/+3
| * libmount: one iteration to detect overlap and reuse loopdevKarel Zak2016-08-042-36/+49
| * lib/loopdev: cleanup sizelimit checkKarel Zak2016-08-043-14/+16
| * mount.8: Update loop device documentationStanislav Brabec2016-08-031-1/+1
| * tests: Add loop-overlay testStanislav Brabec2016-08-032-0/+71
| * libmout: Reuse loop device safelyStanislav Brabec2016-08-031-13/+52
| * Implement loopcxt_check_conflict()Stanislav Brabec2016-08-032-0/+58
| * Add sizelimit to internal APIStanislav Brabec2016-08-037-20/+34
| * mount: Handle MNT_ERR_LOOPOVERLAPStanislav Brabec2016-08-031-0/+3
| * libmount: Introduce new error: MNT_ERR_LOOPOVERLAPStanislav Brabec2016-08-031-1/+7
| * libmount: Fix possible crash in mnt_context_setup_loopdev()Stanislav Brabec2016-08-031-2/+4
* | lscpu: print correct number of threads per core if possibleHeiko Carstens2016-08-031-3/+10
* | lspcu: minor manpage improvementHeiko Carstens2016-08-031-2/+2
* | lscpu: only try to read sysfs attributes of present CPUsHeiko Carstens2016-08-031-0/+4
* | lscpu: add parsable testcase with the --physical optionHeiko Carstens2016-08-0313-0/+256
* | lscpu: add --physical optionHeiko Carstens2016-08-032-20/+103
|/
* tests: remove unnecessary fileSami Kerola2016-08-021-0/+0
* Merge branch 'getopt' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2016-08-022-32/+60
|\
| * getops: improve getopt-parse.bash exampleSami Kerola2016-07-272-32/+60
* | liblkid: fix probe_nilfs2 I/O error backupKarel Zak2016-08-021-4/+15
* | Merge branch 'oclint' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2016-08-0236-316/+250Star
|\ \
| * | libblkid: fix debugging macro [oclint]Sami Kerola2016-07-211-19/+13Star
| * | agetty: move unreachable code to pre-processor #else segment [oclint]Sami Kerola2016-07-211-2/+3
| * | setterm: fix declarations shadowing variables in the global scope [oclint]Sami Kerola2016-07-211-40/+40
| * | misc: fix declarations shadowing variables in the global scope [oclint]Sami Kerola2016-07-217-30/+30
| * | dmesg: drop core at impossible case in read_buffer() [oclint]Sami Kerola2016-07-211-0/+2
| * | libmount, look: remove dead code [oclint]Sami Kerola2016-07-213-4/+0Star
| * | syspriv: flip inverted logic [oclint]Sami Kerola2016-07-211-6/+6
| * | logger: simplify if clause [oclint]Sami Kerola2016-07-211-24/+24
| * | libblkid: simplify if clause [oclint]Sami Kerola2016-07-211-6/+4Star
| * | lslogins: simplify if clause and move definition and comments [oclint]Sami Kerola2016-07-211-11/+9Star
| * | switch_root: simplify code and reduce indentation [oclint]Sami Kerola2016-07-211-15/+14Star