master
tools: switch libeconf to runtime optional via dlopen
all-io: rename read_all/write_all to ul_read_all/ul_write_all
treewide: consistently use tabs for indentation where it is the rule
lib/c_strtod: fix uselocale() fallback if strtod_l() is not available
lib/canonicalize: use ul_ prefix
treewide: replace postal address in license specifier with a terse URL
lib, lscpu: fix const qualifier discarded warnings in bsearch
debug: Introduce UL_DEBUG_ALL
lib/configs: simplify merge error checking
cpuset: Validate full tokens in cpulist_parse()
libc/crc32: make fill value of excluded area configurable
fix spelling and typos
style: adapt function definitions to kernel style
debug: Unify variable names
lib: split ul_default_shell() from shells.c into default_shell.c
libmount: use shared dl-utils for cryptsetup dlopen
libmount: use shared dl-utils for SELinux dlopen
tools: switch libsystemd to runtime optional via dlopen
lib/dl-utils: add shared dlopen/dlsym infrastructure
[clang-tidy] do not use else after return
misc: never include wchar.h
jsonwrt: rename ul_json_format_t to enum ul_json_format
remove "Copyright (C) ...." notes from files that claim no copyright
lib: add missing headers to .c files
loopdev: initialize nr to avoid uninitialized use in debug [coverity: CID 490831]
style: fix coding style issues
treewide: avoid strcasecmp() for ASCII-only strings
mbsalign: check remaining buffer space before writing hex escapes
Fix typos
autotools: stop using AC_C_BIGENDIAN / WORDS_BIGENDIAN
treewide: avoid unused argument and missing return warnings in fallbacks
Merge branch 'debug_readability' of https://github.com/stoeckmann/util-linux
lslocks: add --pager and --nopager options
lib/path: add VFS support
lib/pidutils, lib/pidfd-utils: use _() instead of N_() in err() calls
lib/procfs: use VFS dispatch for read and close
Merge branch 'use_time_unit_macros' of https://github.com/cgoesche/util-linux-fork
lib/pwdutils: fix compiler warning [-Werror=maybe-uninitialized]
randutils: Move comment to correct place
lib/sha1: fix for old glibc
lib/signames: ignore locales when searching for signal names
Merge branch 'strutils_strtobool_missing_values' of https://github.com/cgoesche/util-linux-fork
lib/sysfs: add VFS parameter to sysfs_devno_is_dm_*()
terminal-colors.d(man): Clarify debug output
Fix grammar and typos in code comments
Avoid PRI specifiers in translated messages
ttyutils: improve get_terminal_default_type() code
lib/ include/: cleanup licence headers