Generate JSON system call table from Linux source. Hosted at https://syscalls64.paolostivanin.com.
- Install ctags (http://ctags.sourceforge.net)
easy_install python-ctags simplejson
- Download and extract the Linux kernel sources (https://www.kernel.org)
- Move the extraced folder to
/usr/src/linux-$VERSION
chmod +x prepare-files.sh && ./prepare-files.sh
- python generate_table.py
- uses jQuery DataTables to pull JSON file and format table
- links to http://lxr.free-electrons.com for source cross-reference and http://www.kernel.org for manpages
www
dir checked into gh-pages branch w/ JSON file usingdeploy.sh
Generated from Linux kernel 4.10
- Vivek Pandey (https://github.com/thevivekpandey)
- Paolo Stivanin (https://github.com/paolostivanin)