Skip to content

Commit

Permalink
release 6.7.0
Browse files Browse the repository at this point in the history
- 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)
  • Loading branch information
hrw committed Jan 8, 2024
1 parent 8f59290 commit bf3a1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="system-calls",
version="6.6.1",
version="6.7.0",
author="Marcin Juszkiewicz",
author_email="marcin-python@juszkiewicz.com.pl",
description="Python module to check for system call number/name and"
Expand Down

0 comments on commit bf3a1f9

Please sign in to comment.