summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* findmnt: keep it easy for static analyzersKarel Zak2019-05-161-1/+2
* findmnt: (verify) check mnt_table_next_fs() return code [coverity scan]Karel Zak2019-05-161-1/+3
* fincore: remove unused variable [clang scan]Karel Zak2019-05-161-6/+2Star
* cal: make sure months_in_row makes sense [coverity scan]Karel Zak2019-05-161-5/+11
* blkid: improve strcpy() usage [coverity scan]Karel Zak2019-05-161-3/+8
* utmpdump: check ftello() return valueKarel Zak2019-05-161-0/+3
* Merge branch 'lscpu-output-fix' of https://github.com/kerolasa/util-linuxKarel Zak2019-05-162-1/+2
|\
| * lscpu: move trailing null after removing characters from a stringSami Kerola2019-05-162-1/+2
* | libsmartcols: (groups) improve scols_table_group_lines() args check [coverity...Karel Zak2019-05-151-3/+3
* | libmount: fix memory leak on error [coverity scan]Karel Zak2019-05-151-2/+3
* | libfdisk: avoid memory leak [coverity scan]Karel Zak2019-05-151-1/+3
* | libfdisk: avoid division by zero [clang scan]Karel Zak2019-05-151-2/+7
* | libfdisk: remove unused code [clang scan]Karel Zak2019-05-151-1/+0Star
* | libfdisk: properly check return code of add_to_partitions_array() [coverity s...Karel Zak2019-05-151-1/+2
* | libblkid: make partitions reference counting more robust [coverity scan]Karel Zak2019-05-151-2/+5
* | libblkid: don't ignore blkid_probe_set_magic() errors [coverity scan]Karel Zak2019-05-151-4/+5
* | libblkid: fix possible uninitialized value use [coverity scan]Karel Zak2019-05-151-1/+1
* | lib/strutils: keep static analyzer happy [coverity scan]Karel Zak2019-05-151-1/+3
* | lib/path: fix resource leak [coverity scan]Karel Zak2019-05-151-2/+5
* | lib/path: fix possible NULL dereferencing [coverity scan]Karel Zak2019-05-151-2/+4
* | lib/path: fix ul_path_get_dirfd() usage [coverity scan]Karel Zak2019-05-151-1/+5
* | lib/path: consolidate ul_path_mkpath() usageKarel Zak2019-05-151-74/+28Star
* | lib/path: fix possible NULL pointer dereferencing [coverity scan]Karel Zak2019-05-151-0/+3
|/
* column: fix "maybe be" duplicationAustin English2019-05-151-1/+1
* rtcwake: fix "maybe be" duplicationAustin English2019-05-151-2/+2
* mount: fix "maybe be" duplicationAustin English2019-05-151-4/+4
* lsblk: fix "maybe be" duplicationAustin English2019-05-151-3/+3
* libmount: fix "maybe be" duplicationAustin English2019-05-151-1/+1
* lib/colors: fix "maybe be" duplicationAustin English2019-05-151-1/+1
* losetup: keep static analyzer happy [coverity scan]Karel Zak2019-05-141-4/+4
* lib/colors: keep static analyzer happy [coverity scan]Karel Zak2019-05-141-2/+4
* lib/canonicalize: verify DM paths [coverity scan]Karel Zak2019-05-141-1/+1
* build-sys: add PKG_INSTALLDIR fallbackKarel Zak2019-05-141-0/+24
* fdisk: initialize buffers for get_user_reply() [coverity scan]Karel Zak2019-05-143-5/+5
* build-sys: add --with-pkgconfigdirKarel Zak2019-05-142-2/+1Star
* libblkid: Set BLKID_BID_FL_VERIFIED in case revalidation is not neededNikolay Borisov2019-05-141-2/+3
* libblkid: Don't check BLKID_PROBE_INTERVAL in blkid_verifyNikolay Borisov2019-05-141-2/+1Star
* lib/strutils: parse_size() fix frac digit calculationKarel Zak2019-05-131-10/+32
* lib/strutils: parse_size() fix frac with zerosKarel Zak2019-05-131-7/+12
* fstrim: affect only warnings by --quietKarel Zak2019-05-092-6/+11
* bash-completion: add fstrim --quietKarel Zak2019-05-091-0/+1
* Merge branch 'fstrim-bug-789' of https://github.com/kerolasa/util-linuxKarel Zak2019-05-093-6/+31
|\
| * fstrim: add --quiet option to suppress error messagesSami Kerola2019-05-073-6/+31
* | libmount: return errno on failed fstab stat()Karel Zak2019-05-091-2/+3
|/
* build-sys: use __SANITIZE_ADDRESS__ rather than custom USE_CLOSE_ATEXITKarel Zak2019-05-072-4/+1Star
* lib/loopdev.c: Retry LOOP_SET_STATUS64 on EAGAINRomain Izard2019-05-071-4/+16
* libsmartcols: use scols_walk_* for calculations and printingKarel Zak2019-05-072-99/+67Star
* libsmartcols: add generic function to walk on treeKarel Zak2019-05-073-1/+195
* lsblk: fix heap-use-after-freeKarel Zak2019-05-061-0/+1
* libsmartcols: cell width calulation cleanupKarel Zak2019-05-032-36/+49