Skip to content
Snippets Groups Projects
100% complete
Milestone
Issues 9
Open: 0 Closed: 9

Evidence collection

Collected 2 days ago

Release notes

[0.9.4] - 2025-03

New

  • Add RISC-V profile (!220)

Changed

  • Unify dependency scripts (dl and compile): Unify -d and -p flags (!174).
  • Support for close_range syscall. (!201).
    • Removal of O_PATH check in gkfs_open, allows cp with asterisk. This is for newer kernels.
    • Support to print newer syscall (although not implemented). Added syscall number to log for easy capture missing ones.
  • Unify dependency scripts (dl and compile): Unify -d and -p flags (!174).
  • Increased merge assert for files with size 0, specific for DLIO with GekkoFS in Debug ([!208]).
  • Added code to correct fork issues. pthread_at_fork cleans and starts GekkoFS (!210).
  • Updated mochi to solve ucx corruption issues ([!211]).
  • Update capstone to version 6.0.0-Alpha1 and syscall intercept to match (!215).
  • Update ARM version and make user library optional in cmake (!330)