summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/ttyutils: avoid checking same thing twiceSami Kerola2019-07-011-8/+8
* Revert "lib/loopdev.c: Inline loopcxt_has_device"Karel Zak2019-06-181-1/+1
* lib/path: make sure ul_path_read_buffer() derminate resultKarel Zak2019-06-171-2/+3
* lib/sysfs: fix reference counting for parentKarel Zak2019-06-111-1/+1
* lib/canonicalize: fix compiler warning [-Wsign-compare]Karel Zak2019-06-101-1/+2
* lib/ttyutils: introduce get_terminal_stdfd()Karel Zak2019-05-271-9/+18
* lib/ismounted: use xstrncpy()Karel Zak2019-05-201-4/+5
* lib/path: use xstrncpy()Karel Zak2019-05-201-2/+2
* lib/sysfs: use xstrncpy()Karel Zak2019-05-201-8/+5Star
* losetup: use xstrncpy()Karel Zak2019-05-201-6/+4Star
* lib/colors: remove unnecessary gotoKarel Zak2019-05-201-5/+4Star
* lib/colors: remove redundant if statementSami Kerola2019-05-181-3/+1Star
* lib/mangle: fix possible null pointer dereference [cppcheck]Sami Kerola2019-05-181-2/+2
* 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
* 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
* 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
* lib/loopdev.c: Retry LOOP_SET_STATUS64 on EAGAINRomain Izard2019-05-071-4/+16
* lib/fileutils: add xreaddir()Karel Zak2019-04-112-30/+0Star
* libmount: don't use sscanf() for fstab parsingKarel Zak2019-04-081-1/+1
* taskset: fix cpuset list parserKarel Zak2019-03-201-8/+24
* lib/path: remove extra semi-colonsKarel Zak2019-03-191-3/+3
* lib/loopdev.c: Inline loopcxt_has_deviceMarcos Paulo de Souza2019-03-031-1/+1
* docs: fix typos [codespell]Sami Kerola2019-02-182-5/+5
* lib/strutils: support two decimal places in size_to_human_string() outputKarel Zak2019-02-121-4/+11
* lib/colors: force to "never" mode on non-terminal outputKarel Zak2019-02-041-5/+15
* lib/loopdev: set blocksize when create a new deviceKarel Zak2019-01-221-0/+23
* lib/loopdev: differentiate between setter()s and ioctl callsKarel Zak2019-01-221-5/+5
* include: add indirect monotonic clock id specifierSami Kerola2019-01-121-5/+1Star
* timeutils: match today day and this year correctlySami Kerola2019-01-121-12/+15
* choom: fix negative adjust score usageKarel Zak2018-12-101-0/+22
* lib/path: allow to close dirfdKarel Zak2018-12-071-3/+19
* lib/sysfs: add function to detect partitioned devicesKarel Zak2018-12-071-0/+14
* build-sys: do not require dirfd()Karel Zak2018-12-031-2/+6
* lib/timer: add fallback if timer_create() not availableKarel Zak2018-12-031-5/+35
* lib/canonicalize: fix typoKarel Zak2018-11-301-1/+1
* lib/canonicalize: do restricted canonicalize in a subprocessRian Hunter2018-11-301-22/+77
* lib/strutils: return from xstrmode()Karel Zak2018-09-141-1/+3
* lib/colors:: fix compiler warnings [-Wcast-qual]Karel Zak2018-07-231-2/+2
* lib/loopdev: fix compiler warning [-Wcast-qual]Karel Zak2018-07-231-2/+2
* lib/mangle: const quialifier cleanupKarel Zak2018-07-201-4/+4
* lib/color-names: const cleanupKarel Zak2018-07-201-3/+4