This project adheres to Semantic Versioning.
- The
riscv64::SYS_fstatatwas renamed toriscv64::SYS_newfstatat, to correct the system call name on RISC-V 64-bits.⚠️ This is a breaking change.
- Use hexadecimal system call numbers.
- Added the following system calls:
process_madvise,epoll_pwait2,mount_setattr,landlock_create_ruleset,landlock_add_rule,landlock_restrict_self.
- Migrated Rust edition to 2021.
⚠️ This is a breaking change.
- Initial release.