Skip to content

Releases: hrw/syscalls-table

6.17.0

29 Sep 09:55
@hrw hrw

Choose a tag to compare

What's Changed

  • Linux 6.17 brought file_getattr() and file_setattr() system calls.
  • parse & list arm/armoabi private syscalls by @laomaiweng in #129
  • add reverse syscall lookup (number -> name) by @laomaiweng in #127
  • on AArch64 host "arm64" table is used

New Contributors

Full Changelog: 6.15.0...6.17.0

6.15.0

23 Jun 13:50
@hrw hrw

Choose a tag to compare

Linux 6.15 brought open_tree_attr() system call.

6.13.1

13 Feb 08:59
@hrw hrw

Choose a tag to compare

Added PA-RISC 64-bit support.

6.13.0

20 Jan 09:37
@hrw hrw

Choose a tag to compare

New system calls:

  • getxattrat
  • listxattrat
  • removexattrat
  • setxattrat

6.11.1

13 Sep 09:20
@hrw hrw

Choose a tag to compare

bump to 6.11.1

6.7.0

08 Jan 10:17
@hrw hrw

Choose a tag to compare

  • new system calls:

    • futex_requeue()
    • futex_wait()
    • futex_wake()
    • map_shadow_stack()
  • Itanium (ia64) is no longer supported by Linux

  • all ia64 specific system calls were removed from syscalls.names (it keeps only supported entries)

  • old, removed from Linux system calls removed:

    • bdflush()
    • create_module()
    • get_kernel_syms()
    • getpmsg()
    • idle()
    • nfsservctl()
    • query_module()
    • uselib()
    • _sysctl()
  • all unimplemented osf_* ones were removed (Alpha only)