main
crc: widen size parameter from uint32_t to size_t
build: Don't generate symlinks in include/ dir
headers: fix reserved include guards globally
doc: change fsf address
lib: add macros to suppress unavoidable gcc -fanalyzer false positives
analyzer: annotate nonnull args and guard unchecked pointers
misc: simplify sync_dir path stripping using strrchr
lvm-flock: fix snprintf truncation and flock error message
lvm-globals: add explicit parentheses in _pv_min_size init
misc: move error_message_produced declaration to lvm-globals.h
lvm-maths: fix gcd division-by-zero and lcm overflow
lvm-signal: remove dead declarations and unused flags param
lvm-string: null-terminate dst on early return in copy_systemid_chars
cppcheck: fix funcArgNamesDifferent in lib headers and tools
lvm-wrappers: verify /dev/urandom is device before reading
remove: unused code
sharedlib: guard against NULL libname in get_shared_library_path
headers: cleanup unnecessary and non-standard includes
analyzer: add more to buffer suppression macro