summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nsenter-keep-caps' of https://github.com/dgibson/util-linuxKarel Zak2023-05-171-0/+38
|\
| * unshare: Move implementation of --keep-caps option to library functionDavid Gibson2023-03-291-0/+38
* | lib/pager: fix output truncation from buffered stdoutChris Webb2023-05-091-1/+4
* | lib/crc32c: fix assert()Karel Zak2023-04-181-1/+2
* | lib: Add crc32c function that can deal with holesJeremy Linton2023-04-141-0/+18
|/
* lib/env: fix memory leak [coverity scan]Karel Zak2023-03-091-4/+7
* nsenter: add --env for allowing environment variables inheritanceu23862023-03-021-0/+24
* kill: fix buffer overflowKarel Zak2023-02-281-1/+1
* lib/colors: move colors canonicalization to lib/color-names.cKarel Zak2023-02-272-106/+117
* lib/colors: ensure fallback to system directoryThomas Weißschuh2023-02-231-0/+2
* lib/randutils: drop unnecessary fcntl() in random_get_fd()Thomas Haller2023-02-221-6/+1
* lib/colors: introduce color_get_disable_sequence()Thomas Weißschuh2023-02-151-0/+11
* Merge branch 'dmesg-subsecond' of https://github.com/t-8ch/util-linuxKarel Zak2023-01-251-2/+2
|\
| * lib/monotonic: get_suspended_time: use usec_tThomas Weißschuh2023-01-241-2/+2
* | lib/sysfs: fix semantics of blkdev_is_hotpluggableThomas Weißschuh2023-01-241-31/+51
* | lib/sysfs: add TODO about removable usb devicesThomas Weißschuh2023-01-241-0/+2
* | lib/sysfs: add function blkdev_is_removableThomas Weißschuh2023-01-241-1/+13
* | include/c: add functions to print from signal handlersKarel Zak2023-01-241-3/+1
* | Merge branch 'signal_safety' of https://github.com/crrodriguez/util-linuxKarel Zak2023-01-241-3/+3
|\ \ | |/ |/|
| * lib:pager: fix signal safety issuesCristian Rodríguez2023-01-151-3/+3
* | lib/timeutils: set TZ=GMT for unit testKarel Zak2023-01-241-2/+1
* | lib/timeutils: parse_timestamp: parse usecsThomas Weißschuh2023-01-231-25/+70
* | lib/timeutils: parse_timestamp: fix second parsingThomas Weißschuh2023-01-231-3/+2
* | lib/timeutils: parse_timestamp: add unittestsThomas Weißschuh2023-01-231-1/+50
* | lib/timeutils: parse_timestamp: allow fixed reference timeThomas Weißschuh2023-01-231-3/+6
* | replace open-coded instances of mempcpyCristian Rodríguez2023-01-233-6/+5
* | lib/blkdev: use off_t for max valuesSamanta Navarro2023-01-161-5/+5
* | lib/blkdev: set errno in more casesSamanta Navarro2023-01-161-2/+7
* | lib/blkdev: handle interrupted read callSamanta Navarro2023-01-161-1/+2
|/
* include: add missing license linesKarel Zak2023-01-123-2/+11
* autotools: fix build for test_loopdevThomas Weißschuh2023-01-071-2/+2
* Merge branch 'waitpid' of https://github.com/t-8ch/util-linuxKarel Zak2023-01-061-0/+9
|\
| * strutils: add function strtotimespec_or_errThomas Weißschuh2023-01-061-0/+9
* | lib/sysfs: use temporary bufferKarel Zak2023-01-062-15/+20
|/
* lib/strutils: fix compiler errorThomas Weißschuh2023-01-061-0/+3
* lib/strutils: include strings.hKarel Zak2023-01-051-0/+1
* lib/signames: ignore locales when searching for signal namesKarel Zak2023-01-041-5/+6
* include/cctype: add c_strcasecmp() and c_strncasecmp()Karel Zak2023-01-041-1/+25
* Merge branch 'libblkid/topology-diskseq' of https://github.com/t-8ch/util-linuxKarel Zak2023-01-021-3/+3
|\
| * lib/sysfs: allow parent redirect even for non-queue filesThomas Weißschuh2022-12-281-3/+3
* | Merge branch 'cleanups' of https://github.com/t-8ch/util-linuxKarel Zak2023-01-021-1/+1
|\ \
| * | lib: sysfs: fix typoThomas Weißschuh2022-12-281-1/+1
| |/
* | Merge branch 'stat-parsing' of https://github.com/t-8ch/util-linuxKarel Zak2023-01-021-26/+35
|\ \
| * | procfs: get_stat_nth: handle braces in process nameThomas Weißschuh2022-12-241-1/+1
| * | lib: procfs: prefix support for testsThomas Weißschuh2022-12-241-16/+24
| * | lib: procfs: fix error message during testThomas Weißschuh2022-12-241-3/+4
| * | lib: procfs: fix typo in argument specificationThomas Weißschuh2022-12-241-1/+1
| * | lib: procfs: clarify name of procfs_process_get_data_for()Thomas Weißschuh2022-12-231-5/+5
| |/
* | Merge branch 'address_bits' of https://github.com/t-8ch/util-linuxKarel Zak2023-01-021-0/+13
|\ \
| * | sysfs: add helper for /sys/kernel/address_bitsThomas Weißschuh2022-12-211-0/+13
| |/