Skip to content

Simple tool to generate HTML table of Linux system calls on different architectures

License

Notifications You must be signed in to change notification settings

CrackerCat/syscalls-table

 
 

Repository files navigation

System calls table on different architectures

What and why?

Linux kernel has set of system calls (called syscalls in short) offered for userspace. Each architecture can support them but the numbers used for their identification can vary between archs.

And those numbers can be important for some projects (like Valgrind for example).

How to help?

Check issues list and work on any of them.

Where to see?

I keep copy at https://fedora.juszkiewicz.com.pl/syscalls.html page.

How to run

"make KERNELSRC=<path to Linux kernel tree>"

It will run through all supported architectures. Any new system call will be added to the list. You can check that with "git diff syscall-names.text" - if there are any new ones then you have to run "make" for second time to make sure that all architectures are checked for new syscall.

About

Simple tool to generate HTML table of Linux system calls on different architectures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 46.1%
  • Python 28.8%
  • Shell 21.7%
  • Makefile 3.4%