Releases: hrw/syscalls-table
Releases · hrw/syscalls-table
6.17.0
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
- @laomaiweng made their first contribution in #129
Full Changelog: 6.15.0...6.17.0
6.15.0
6.13.1
6.13.0
6.11.1
6.7.0
-
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)