An open API service indexing awesome lists of open source software.

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)

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.