summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* partx: document -d vs. --nr and fix testHEADmasterKarel Zak2019-08-212-3/+11
* partx: don't report ENXIO as error on -dKarel Zak2019-08-211-2/+1Star
* libmount: fix comment referring to passno fieldPatrick Steinhardt2019-08-201-1/+1
* wdctl: remove duplicate include of <unistd.h>Patrick Steinhardt2019-08-191-1/+0Star
* libmount: Keep the mnt_tab info for the existent dest in mnt_copy_fs()Kevin Hao2019-08-191-1/+2
* tests: Skip fdisk/mbr-nondos-mode on Sparc as unsupportedKarel Zak2019-08-192-194/+2Star
* chfn: don't append extra tailing commasKarel Zak2019-08-191-1/+1
* Remove unused utime.h headerRosen Penev2019-08-081-1/+0Star
* Remove isascii usageRosen Penev2019-08-083-3/+7
* tests: update fdisk outputKarel Zak2019-08-081-1/+1
* libfdisk: (script) support shortcuts in the type= fieldKarel Zak2019-08-082-3/+9
* tests: use subtests for mountpoint(1)Karel Zak2019-08-075-13/+12Star
* Merge branch 'issue832' of https://github.com/kerolasa/util-linuxKarel Zak2019-08-075-5/+59
|\
| * mountpoint: add --nofollow optionSami Kerola2019-08-025-5/+59
* | Merge branch 'master' of https://github.com/chstarkd/util-linuxKarel Zak2019-08-071-1/+1
|\ \
| * | removed double spaceChistyj Arkadij2019-08-041-1/+1
| * | fixed mount man page typo, "bythe" -> "by the"Chistyj Arkadij2019-08-041-1/+1
| |/
* / libfdisk: refer to partx(8) rather than to kpartx(8)Karel Zak2019-08-061-1/+1
|/
* dmesg: fix output hex encodingKarel Zak2019-08-011-11/+15
* choom: improve docsKarel Zak2019-08-012-1/+2
* libblkid: fix file descriptor leak in blkid_verify()Karel Zak2019-07-312-4/+19
* Merge branch '2019wk29' of https://github.com/kerolasa/util-linuxKarel Zak2019-07-291-1/+1
|\
| * lscpu: prefer memcpy() to manual pointer arithmeticSami Kerola2019-07-271-1/+1
* | column: fix outputing empty column at the end of lineYousong Zhou2019-07-294-1/+11
|/
* lscpu: (man) add note about cache sizesKarel Zak2019-07-251-0/+5
* agetty: simplify code in dolog() preprocessor blocksSami Kerola2019-07-241-26/+20Star
* login: simplify string handlingSami Kerola2019-07-241-4/+1Star
* last: replace strncat() with more robust mem2strcpy()Sami Kerola2019-07-241-2/+1Star
* tests: (fdisk) update padding in outputKarel Zak2019-07-231-3/+3
* tests: (libsmartcols) add padding testsKarel Zak2019-07-235-0/+89
* libsmartcols: cleanup and extend padding functionalityKarel Zak2019-07-239-45/+188
* libfdisk: improve partition copy on resizeKarel Zak2019-07-221-0/+6
* libblkid: (drbd) fix comment formattingKarel Zak2019-07-221-3/+4
* Merge branch 'master_fix-partition-copy' of https://github.com/vojtechtrefny/...Karel Zak2019-07-221-0/+4
|\
| * libfdisk: Fix double free of *_chs strings in fdisk_partitionVojtech Trefny2019-07-191-0/+4
* | fstrim: fix systemd service protectionKarel Zak2019-07-221-1/+1
|/
* libfdisk: don't use NTFS as MBRKarel Zak2019-07-171-1/+3
* libblkid: do not interpret NTFS as MBRKarel Zak2019-07-173-1/+31
* libfdisk: don't use FAT as MBRKarel Zak2019-07-172-5/+15
* build-sys: improve hwclock CMOS dependencesKarel Zak2019-07-151-10/+9Star
* build-sys: add UL_REQUIRES_ARCH()Karel Zak2019-07-151-1/+41
* hwclock: use CMOS clock only if availableCarlos Santos2019-07-154-43/+26Star
* tests: (libmount) make X-* and x-* more robustKarel Zak2019-07-153-3/+4
* lsblk: fix -E segfaultKarel Zak2019-07-151-0/+2
* libblkid: (drbd) simplify paddingKarel Zak2019-07-151-4/+14
* Merge branch '2019wk27' of https://github.com/kerolasa/util-linuxKarel Zak2019-07-158-18/+24
|\
| * libblkid: fix address sanitizer issuesSami Kerola2019-07-142-2/+2
| * libblkid: check number of test_blkid_save arguments correctlySami Kerola2019-07-141-1/+1
| * include/xalloc: ensure xstrdup() and xstrndup() returns nonnull attributeSami Kerola2019-07-142-5/+9
| * libmount: fix potential null pointer dereferenceSami Kerola2019-07-121-1/+3