summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * libfdisk: fix variable shadowingSami Kerola2019-07-121-1/+1
| * lib/ttyutils: avoid checking same thing twiceSami Kerola2019-07-011-8/+8
* | build-sys: Include <stdlib.h> in ./configure wchar_t testFlorian Weimer2019-07-151-0/+1
|/
* lsblk: force to print PKNAME for partitionKarel Zak2019-06-271-0/+3
* TODO: fix typoSanchit Saini2019-06-211-1/+1
* Fix translations for losetup typo fixStanislav Brabec2019-06-2110-14/+14
* losetup: Typo fixStanislav Brabec2019-06-211-1/+1
* agetty: Remove superfluous fflush()Stanislav Brabec2019-06-211-2/+0Star
* libfdisk: fix typosMarcos Mello2019-06-204-14/+14
* Revert "lib/loopdev.c: Inline loopcxt_has_device"Karel Zak2019-06-181-1/+1
* libfdisk: add fdisk_assign_device_by_fd()Karel Zak2019-06-185-48/+99
* Merge branch 'su_err_msg' of https://github.com/jhrozek/util-linuxKarel Zak2019-06-181-1/+3
|\
| * su: More descriptive error message on malformed user entryJakub Hrozek2019-05-311-1/+3
* | Merge branch 'topic/wdctl'Karel Zak2019-06-174-86/+193
|\ \
| * | wdctl; read from /sys if necessaryKarel Zak2019-06-173-9/+77
| * | lib/path: make sure ul_path_read_buffer() derminate resultKarel Zak2019-06-171-2/+3
| * | wdctl: default to /dev/watchdog0Karel Zak2019-06-172-10/+36
| * | wdctl: remove printing from main()Karel Zak2019-06-171-27/+35
| * | wdctl: add control structKarel Zak2019-06-171-27/+31
| * | wdctl: rename watch dog info structKarel Zak2019-06-171-27/+27