Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 688 Bytes

File metadata and controls

30 lines (18 loc) · 688 Bytes

Change log

This project adheres to Semantic Versioning.

[3.0.0] - 2022-05-08

Changed

  • The riscv64::SYS_fstatat was renamed to riscv64::SYS_newfstatat, to correct the system call name on RISC-V 64-bits.

    ⚠️ This is a breaking change.

Added

  • 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.

[2.0.0] - 2021-10-25

Changed

  • Migrated Rust edition to 2021.

    ⚠️ This is a breaking change.

[1.0.0] - 2021-08-12

Added

  • Initial release.