summaryrefslogtreecommitdiff
path: root/src/arch-x32.c
Commit message (Expand)AuthorAgeFilesLines
* arch: basic infrastructure for tracking per-syscall/ABI kernel versionsPaul Moore2022-05-091-0/+2
* arch: move the ARCH_DEF() calls into the arch/ABI specific filesPaul Moore2021-11-011-0/+3
* arch: consolidate all of the multiplexed syscall handlingPaul Moore2021-08-121-4/+10
* arch: ensure we don't "munge" pseudo syscall numbersPaul Moore2020-08-181-2/+6
* arch: Use bitwise math rather than arithmeticTom Hromatka2020-07-131-2/+2
* arch: use gperf to generate a perfact hash to lookup syscall namesGiuseppe Scrivano2020-03-231-2/+36
* all: update my email addressPaul Moore2016-02-111-1/+1
* arch: enable more involved arch/ABI specific rule creationPaul Moore2016-02-091-1/+0
* arch: move the low level filter rule addition code into the arch layerPaul Moore2016-02-091-0/+1
* arch: make use of function tables instead of switch statementsPaul Moore2016-02-091-0/+4
* arch: add basic x32 supportPaul Moore2013-03-261-0/+35