util-linux/lib
Karel Zak 9b1a50cd36 Merge branch 'dmesg-subsecond' of https://github.com/t-8ch/util-linux
* 'dmesg-subsecond' of https://github.com/t-8ch/util-linux:
  dmesg: use subsecond granularity in iso format
  dmesg: add subsecond granularity for --since and --until
  lib/monotonic: get_suspended_time: use usec_t
  timeutils: add utilities for usec_t conversions
  dmesg: add test for --since and --until
2023-01-25 12:40:30 +01:00
..
blkdev.c lib/blkdev: use off_t for max values 2023-01-16 12:05:26 +00:00
buffer.c replace open-coded instances of mempcpy 2023-01-23 13:52:00 +01:00
c_strtod.c build-sys: include xlocale.h for locale_t on MacOS 2021-10-25 11:45:46 +02:00
canonicalize.c replace open-coded instances of mempcpy 2023-01-23 13:52:00 +01:00
caputils.c lib/caputils: use lib/procfs.c 2021-10-06 11:01:54 +02:00
color-names.c lib/color-names: add "white" between human-readable 2020-03-10 09:45:33 +01:00
colors.c libmount: fix typos 2022-04-01 10:21:41 +02:00
cpuset.c Do not include sys/syscall.h if not available 2021-11-18 14:08:35 +01:00
crc32.c lib/crc32: prefix public functions 2016-10-19 12:11:59 +02:00
crc32c.c lib: Add simple crc32c() function 2017-11-16 11:44:39 +01:00
crc64.c lib: add crc64 implementation 2022-09-12 18:03:23 +02:00
encode.c [clang-tidy] do not use else after return 2020-04-20 13:20:59 -07:00
env.c lib: allow safe_getenv to work for non-root users 2022-04-26 14:04:24 -04:00
exec_shell.c cast NULL to char * when using execl 2020-10-29 19:49:07 +02:00
fileeq.c fileeq/lsfd: use correct format specifier 2022-11-22 14:57:17 +01:00
fileutils.c lib/fileutils: fix compiler warning 2022-07-20 15:24:02 +02:00
idcache.c libmount: fix typos 2022-04-01 10:21:41 +02:00
ismounted.c Fix crash, when mount was not found on bsd systems 2022-03-13 16:56:54 +01:00
jsonwrt.c lib/jsonwrt: check if JSON handler is initialized 2021-11-08 15:43:30 +01:00
langinfo.c lib: add missing license headers 2019-11-08 10:40:42 +01:00
linux_version.c lib: add missing headers to .c files 2020-10-06 15:03:45 +02:00
logindefs.c lib/logindefs: fix compiler warning [-Werror=format-truncation=] 2022-06-06 16:14:14 +02:00
loopdev.c loopdev: set block_size when using LOOP_CONFIGURE 2022-05-26 09:58:36 +02:00
Makemodule.am autotools: fix build for test_loopdev 2023-01-07 02:27:45 +00:00
mangle.c include: add some missing licence stuff to header files 2020-01-13 10:39:52 +01:00
match.c lib/match: make match_fstype() case insensitive 2017-08-31 14:15:23 +02:00
mbsalign.c replace open-coded instances of mempcpy 2023-01-23 13:52:00 +01:00
mbsedit.c lib/mbsedit: check wctomb() return code [coverity scan] 2017-10-11 14:40:37 +02:00
md5.c autotools: stop using AC_C_BIGENDIAN / WORDS_BIGENDIAN 2022-10-14 22:00:48 +02:00
meson.build meson: fix build with -Dselinux=enabled 2022-12-18 23:40:44 +01:00
monotonic.c lib/monotonic: get_suspended_time: use usec_t 2023-01-24 16:04:48 +00:00
pager.c include/c: add functions to print from signal handlers 2023-01-24 17:05:25 +01:00
path.c lib/path: ul_path_cpuparse: fix parsing of empty sysfs files 2022-09-27 09:51:35 +02:00
plymouth-ctrl.c lib: style cosmetics plymouth-ctrl.c 2017-06-15 09:13:04 +02:00
procfs.c procfs: get_stat_nth: handle braces in process name 2022-12-24 17:32:06 +00:00
pty-session.c llib/pty-session: split PTY and signalfd setup 2022-11-16 09:17:52 +01:00
pwdutils.c lib/pwdutils: use assert to check correct usage. 2021-07-29 09:58:19 -03:00
randutils.c Do not include sys/syscall.h if not available 2021-11-18 14:08:35 +01:00
selinux-utils.c lib/selinux-utils: tiny cleanup 2021-01-13 15:04:02 +01:00
sha1.c autotools: stop using AC_C_BIGENDIAN / WORDS_BIGENDIAN 2022-10-14 22:00:48 +02:00
sha256.c lib: add sha256 implementation 2022-09-12 18:30:21 +02:00
shells.c include: add missing license lines 2023-01-12 15:33:09 +01:00
signames.c lib/signames: ignore locales when searching for signal names 2023-01-04 18:37:26 +01:00
strutils.c strutils: add function strtotimespec_or_err 2023-01-06 14:37:55 +00:00
strv.c include: add missing license lines 2023-01-12 15:33:09 +01:00
swapprober.c lib: add missing headers to .c files 2020-10-06 15:03:45 +02:00
sysfs.c lib/sysfs: fix semantics of blkdev_is_hotpluggable 2023-01-24 17:26:33 +01:00
terminal-colors.d.5.adoc Merge branch 'uniformize-title-markups' of https://github.com/rffontenelle/util-linux 2021-10-25 10:23:16 +02:00
timer.c lib: add missing headers to .c files 2020-10-06 15:03:45 +02:00
timeutils.c lib/timeutils: set TZ=GMT for unit test 2023-01-24 16:42:42 +01:00
ttyutils.c [clang-tidy] do not use else after return 2020-04-20 13:20:59 -07:00
xxhash.c lib: add xxhash implementation 2022-11-21 15:29:58 +01:00