Do note that syscall numbers vary by architecture -- these are for 32-bit x86. Up to 190 is rather short too -- it's now I think 357, latest being sys_bpf.
I like the "ausyscall" command for querying syscall numbers in general, e.g. "ausyscall --dump i686".
2 comments
[ 3.7 ms ] story [ 17.1 ms ] threadI like the "ausyscall" command for querying syscall numbers in general, e.g. "ausyscall --dump i686".