summaryrefslogtreecommitdiff
path: root/src/arch-mips64n32.c
Commit message (Expand)AuthorAgeFilesLines
* arch: basic infrastructure for tracking per-syscall/ABI kernel versionsPaul Moore2022-05-091-0/+4
* 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-2/+10
* arch: ensure we don't "munge" pseudo syscall numbersPaul Moore2020-08-181-2/+6
* arch: use gperf to generate a perfact hash to lookup syscall namesGiuseppe Scrivano2020-03-231-4/+41
* all: update my email addressPaul Moore2016-02-111-1/+1
* arch: enable more involved arch/ABI specific rule creationPaul Moore2016-02-091-2/+0
* arch: move the low level filter rule addition code into the arch layerPaul Moore2016-02-091-0/+2
* arch: make use of function tables instead of switch statementsPaul Moore2016-02-091-0/+8
* arch: add mips64n32 supportPaul Moore2014-08-201-0/+42