summaryrefslogtreecommitdiff
path: root/src/arch-x86.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/+2
* arch: consolidate all of the multiplexed syscall handlingPaul Moore2021-08-121-584/+8
* arch: use gperf to generate a perfact hash to lookup syscall namesGiuseppe Scrivano2020-03-231-10/+172
* arch: update the internal syscall tables to Linux v5.4-rc4Paul Moore2019-10-311-19/+142
* all: massive src/db.c reworkPaul Moore2018-01-171-31/+38
* all: mark a number of static functions as staticPaul Moore2017-02-231-2/+2
* db: include the arguments in the db_api_rule_list structPaul Moore2017-02-171-13/+2
* arch: fix the multiplexed ipc() syscallsPaul Moore2016-04-201-2/+2
* s390: handle multiplexed syscalls correctlyPaul Moore2016-04-201-1/+1
* arch: fix a number of 32-bit x86 failures related to socket syscallsPaul Moore2016-04-081-4/+19
* all: update my email addressPaul Moore2016-02-111-1/+1
* arch: generate both multiplexed and direct socket syscall rulesPaul Moore2016-02-091-17/+220
* arch: enable more involved arch/ABI specific rule creationPaul Moore2016-02-091-21/+29
* 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-5/+7
* db: store the rules used to build the filterPaul Moore2016-02-091-19/+18
* all: block negative syscall numbers from the filterPaul Moore2015-08-271-15/+14
* arch: perform a number of simplications in the arch codePaul Moore2014-08-271-2/+7
* all: convert some booleans from ints to boolsPaul Moore2013-04-191-3/+2
* arch: rename arch-i386* to arch-x86*Paul Moore2013-03-261-0/+113