https://github.com/mgree/syscallyp
Linux syscall yellow pages (syscall numbers across architectures and versions)
https://github.com/mgree/syscallyp
Last synced: 7 months ago
JSON representation
Linux syscall yellow pages (syscall numbers across architectures and versions)
- Host: GitHub
- URL: https://github.com/mgree/syscallyp
- Owner: mgree
- Created: 2025-06-21T13:32:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-07T18:15:57.000Z (about 1 year ago)
- Last Synced: 2025-07-07T20:55:31.441Z (about 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mappings from system call numbers to system calls (and back) across architectures and Linux versions.
# TODO
- [ ] Collect mappings for all kernel versions.
- [ ] Confirm stable mappings across versions.
- [ ] Generate concise data summary.
- [ ] Build rust crate.
+ [ ] Read data statically.
+ [ ] Pre-popiulate a data structure.
+ [ ] Specialize to specific architectures/versions.
+ [ ] Way to default to just build/target system info.
+ [ ] Macro to specify.