summaryrefslogtreecommitdiff
path: root/src/core/syscall-list.h
AgeCommit message (Collapse)Author
2013-04-15Fix spelling errors using 'codespell' toolAnatol Pomozov
2013-01-19execute: Fix seccomp support on x32Jonathan Callen
In the x32 ABI, syscall numbers start at 0x40000000. Mask that bit on x32 for lookups in the syscall_names array and syscall_filter and ensure that syscall.h is parsed correctly. [zj: added SYSCALL_TO_INDEX, INDEX_TO_SYSCALL macros.]
2012-07-17execute: support syscall filtering using seccomp filtersLennart Poettering