summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/strutils: follow const in parse_size()Karel Zak2018-07-201-13/+15
* lib/strutils: remove redundant conditionKarel Zak2018-07-181-1/+1
* lib/pager: fix compiler warning [-Wrestrict]Karel Zak2018-07-181-2/+4
* Merge branch 'quick-fix-20180625' of https://github.com/sjitech/util-linuxKarel Zak2018-07-041-1/+2
|\
| * exec_shell: prevent ".: applet not found" error when SHELL env is not set.osexp20002018-06-251-1/+2
* | lib/path: remove unused expressionRuediger Meier2018-06-251-1/+1
|/
* lib/path: allow dir-path formattingKarel Zak2018-06-211-3/+9
* lsblk: fix ul_path_read_string() usageKarel Zak2018-06-211-4/+4
* lsblk: use prefix for DM nameKarel Zak2018-06-211-3/+11
* lib/sysfs: cleanup function namesKarel Zak2018-06-211-4/+3Star
* lib/path: improve debug message on redirectKarel Zak2018-06-211-3/+3
* lib/sysfs: fix sysfs_blkdev_get_wholedisk()Karel Zak2018-06-211-1/+3
* lib/path: simplify debug messageKarel Zak2018-06-211-2/+2
* lib/path: add ul_prefix_fopen(), improve cpuset funcsKarel Zak2018-06-211-2/+27
* lib/path: don't use extra '/'Karel Zak2018-06-211-4/+16
* lib/path: add more debug messagesKarel Zak2018-06-211-2/+6
* lib/path: make ul_path_read_ usable with NULL handlerKarel Zak2018-06-211-11/+22
* lib/path: add ul_path_read_buffer()Karel Zak2018-06-211-0/+29
* lib/path: add ul_path_get_abspath()Karel Zak2018-06-211-1/+33
* lib/sysfs: fix ul_path_read_string() usageKarel Zak2018-06-211-0/+1
* lib/sysfs: add sysfs_blkdev_get_parent()Karel Zak2018-06-211-0/+6
* lib/sysfs: make possible to call sysfs_blkdev_deinit_path() in loopKarel Zak2018-06-212-9/+17
* lib/path: fix read string to be backwardly compatibleKarel Zak2018-06-211-0/+4
* lib/path lib/sysfs: add debugKarel Zak2018-06-212-2/+74
* lib/loopdev: remove obsolete macroKarel Zak2018-06-211-1/+0Star
* lib/loopdev: use new ul_path_* APIKarel Zak2018-06-211-24/+25
* lib/sysfs: add ul_new_sysfs_path() shortcutKarel Zak2018-06-211-20/+33
* lib/sysfs: new implementationKarel Zak2018-06-212-531/+448Star
* lib/path: new implementationKarel Zak2018-06-212-140/+918
* lib/strutils: fix strnlen() fallbackKarel Zak2018-05-281-2/+2
* script: add more info to script headerKarel Zak2018-05-141-0/+7