Skip to content

gregose/syscall-table

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
www
 
 
 
 
 
 
 
 
 
 

syscall-table

Generate JSON system call table from Linux source. Hosted at https://www.nullmethod.com/syscall-table/.

Generating JSON

$ brew install ctags
$ easy_install python-ctags simplejson
$ tar -zxvf linux-2.6.35.4.tar.gz
$ cd linux-2.6.35.4
$ ctags --fields=afmikKlnsStz --c-kinds=+pc -R

☕ or 🍺

$ python ../gen_syscalls.py > ../www/syscalls-2.6.35.4.json

Web

Other

  • only tested on 2.6 kernel versions, needs to be updated
  • largely unmaintained, feel free to open a PR and help out!

About

Generate JSON system call info from Linux source

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published