]> git.ipfire.org Git - thirdparty/kmod.git/history - shared/util.h
testsuite: Fix build with gcc < 15
[thirdparty/kmod.git] / shared / util.h
2025-07-08  Emil VelikovRemove _always_inline_ attribute
2025-07-07  Tobias Stoeckmannutil: check for overflow in get_backoff_delta_msec
2025-06-11  Emil Velikovshared/util: remove unused t0 in get_backoff_delta_msec()
2025-05-30  Emil Velikovtools/depmod: use nsec granularity when checking timestamps
2025-05-30  Emil VelikovRemove default initializer for static variables
2025-05-30  Emil Velikovshared: declare DECLARE_(DL,PTR)SYM as static
2025-05-09  Emil Velikovshared: rework fd_lookup_path() helper
2025-04-03  Wang, Wenjie2depmod: add tmpfile-util to generate temporary file
2024-12-06  Lucas De Marchiutil: Add dlfcn helpers
2024-12-06  Lucas De MarchiAdd TAKE_PTR()
2024-11-21  Lucas De Marchiutil: Promote path_is_absolute() to header
2024-11-12  Lucas De Marchishared: Move cleanup attribute
2024-11-08  Emil VelikovRevert "testsuite/path: match the full rootpath"
2024-10-18  Tobias Stoeckmannlibkmod: Use pread where appropriate
2024-10-15  Emil VelikovIntroduce and use u{add,mul}sz_overflow() helpers
2024-10-15  Emil Velikovshared: introduce umul{32,64}_overflow() helpers
2024-10-15  Emil Velikovshared: introduce uadd32_overflow() helper
2024-10-15  Emil Velikovshared: s/addu64_overflow/uadd64_overflow/g
2024-10-15  Emil Velikovshared: tweak addu64_overflow() #if/else chain
2024-09-24  Emil Velikovshared: mass convert with clang-format
2024-09-07  Emil Velikovshared: use _nonnull_() decoration
2024-09-07  Emil Velikovshared: use _nonnull_all_ decoration
2024-09-07  Lucas De MarchiMove _must_check to the left side
2024-08-23  Emil Velikovtestsuite/path: match the full rootpath
2024-08-16  Tobias StoeckmannFix typos
2024-06-10  Khem RajUse portable implementation for basename API
2023-02-22  Emil Velikovshared: annotate local API as static
2022-06-27  Lucas De Marchiutil: Add exponential backoff sleep
2022-06-27  Lucas De Marchiutil: Add msec variants for time-related functions
2022-06-27  Lucas De Marchiutil: Add time-related functions from testsuite
2015-03-24  Lucas De Marchiutil: use UINT64_MAX
2015-02-10  Lucas De Marchishared: add helper function to add and check for overflow
2014-10-09  Lucas De MarchiChange parameter from int to char
2014-10-09  Lucas De MarchiLog error on failed underscores(), moving it to shared/
2014-10-09  Lucas De MarchiMove remaining functions from libkmod-util to shared
2014-10-09  Lucas De MarchiMove alias_normalize() to shared
2014-10-03  Lucas De MarchiRename getline_wrapped() to freadline_wrapped()
2014-10-03  Lucas De MarchiMove generic util functions to shared directory