1. 10 Jan, 2023 3 commits
  2. 09 Jan, 2023 4 commits
  3. 07 Jan, 2023 2 commits
  4. 06 Jan, 2023 2 commits
  5. 05 Jan, 2023 2 commits
  6. 04 Jan, 2023 3 commits
  7. 03 Jan, 2023 1 commit
  8. 29 Dec, 2022 1 commit
    • direct_mmap: Use off_t on linux · 45fdade6
      off64_t is not provided without defining _LARGEFILE64_SOURCE on musl
      this define is not defined automatically like glibc where it gets
      defined when _GNU_SOURCE is defined. Using off_t makes it portable
      across musl/glibc and for using 64bit off_t on glibc 32bit systems
      -D_FILE_OFFSET_BITS=64 can be defined during build via CXXFLAGS
      
      Signed-off-by: Khem Raj <raj.khem@gmail.com>
      Khem Raj committed
  9. 28 Dec, 2022 3 commits
  10. 27 Dec, 2022 1 commit
  11. 22 Dec, 2022 6 commits
  12. 21 Dec, 2022 3 commits
  13. 20 Dec, 2022 2 commits
  14. 19 Dec, 2022 5 commits
  15. 17 Dec, 2022 1 commit
  16. 16 Dec, 2022 1 commit