syscall-table (64-bit)
Generate JSON system call table from Linux source. Hosted at https://syscalls64.paolostivanin.com.
Generating JSON
- Install ctags (http://ctags.sourceforge.net)
- Install Python bindings for ctags:
pip3 install python-ctags3 simplejson
chmod +x prepare-files.sh && ./prepare-files.sh
☕ or🍺
Web
- uses jQuery DataTables to pull JSON file and format table
- links to https://elixir.bootlin.com for source cross-reference and http://www.kernel.org for manpages
www
dir checked into gh-pages branch w/ JSON file usingdeploy.sh
Kernel version
Generated from Linux kernel 6.1.3.
Contributors
- Paolo Stivanin (https://github.com/paolostivanin)