summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* lib/canonicalize: fix truncation warningSami Kerola2018-05-101-2/+3
* lib/randutils: don't break on EAGAIN, use usleep()Karel Zak2018-03-201-5/+12
* lib/randutils: Do not block on getrandom()Carlo Caione2018-03-191-1/+5
* libblkid: ignore private Stratis devicesTony Asleson2018-03-091-9/+15
* misc: fix typos using codespellRuediger Meier2018-02-161-1/+1
* lsblk: try device/dev to read devnoKarel Zak2018-02-091-43/+54
* lib/exec_shell: (and pager) use errexec()Karel Zak2018-02-012-2/+2
* lib/exec_shell: cleanup function attributesKarel Zak2018-02-011-1/+1
* include/debug: introduce __UL_INIT_DEBUG_FROM_STRING()Karel Zak2018-01-172-2/+2
* Merge branch 'mbsencode' of https://github.com/yontalcar/util-linuxKarel Zak2018-01-121-5/+4Star
|\
| * lib/mbsalign: Fix escaping nonprintable multibyte charactersVaclav Dolezal2018-01-111-1/+1
| * lib/mbsalign: escape "\x" when HAVE_WIDECHAR not definedVaclav Dolezal2017-12-221-4/+3Star
* | include/debug: don't print pointer address for SUID programsKarel Zak2018-01-121-0/+3
* | lib/sha1: use proper WORDS_BIGENDIAN macroKarel Zak2018-01-021-6/+3Star
|/
* lib/mbsalign: encode \x to \xecxKarel Zak2017-12-201-2/+8
* Merge branch 'gpt-part-name' of https://github.com/yontalcar/util-linuxKarel Zak2017-12-201-2/+2
|\
| * lib/mbsalign: encode backslash to prevent ambiguityVaclav Dolezal2017-11-291-2/+2
* | lib/md5: use ul_/UL_ prefixKarel Zak2017-12-121-13/+13
* | lib/sha1: fix indentionKarel Zak2017-12-121-232/+195Star