summaryrefslogtreecommitdiff
path: root/src/arch.c
Commit message (Expand)AuthorAgeFilesLines
* arch: Add 32-bit Motorola 68000 supportJohn Paul Adrian Glaubitz2023-04-251-0/+7
* arch,tools: change macros used to detect LoongArch64 to __loongarch_lp64WANG Xuerui2023-03-311-1/+1
* arch: Add 64-bit LoongArch supportXiaotian Wu2023-02-181-0/+7
* arch: consolidate all of the multiplexed syscall handlingPaul Moore2021-08-121-3/+7
* arch: Add SuperH 32-bit supportJohn Paul Adrian Glaubitz2021-03-081-0/+15
* all: run ./tools/check-syntax over the codePaul Moore2020-09-021-4/+4
* parisc64: separate parisc and parisc64Paul Moore2020-03-231-0/+1
* all: fix all the outstanding lgtm.com alertsPaul Moore2020-03-191-3/+3
* arch: Add RISC-V 64-bit supportAndreas Schwab2020-02-231-0/+7
* all: massive src/db.c reworkPaul Moore2018-01-171-53/+28
* all: treat syscall -1 as a valid syscallPaul Moore2017-02-211-9/+9
* db: include the arguments in the db_api_rule_list structPaul Moore2017-02-171-25/+2
* arch: Add parisc architecture supportHelge Deller2016-05-251-0/+13
* all: update my email addressPaul Moore2016-02-111-1/+1
* arch: generate both multiplexed and direct socket syscall rulesPaul Moore2016-02-091-3/+4
* arch: enable more involved arch/ABI specific rule creationPaul Moore2016-02-091-60/+9
* arch: move the low level filter rule addition code into the arch layerPaul Moore2016-02-091-2/+102
* arch: make use of function tables instead of switch statementsPaul Moore2016-02-091-67/+8
* db: store the rules used to build the filterPaul Moore2016-02-091-7/+6
* Merge branch 'working-s390' into masterPaul Moore2015-08-281-9/+31
|\
| * s390x: fix plattform detectionJan Willeke2015-07-131-2/+2
| * arch: add support for s390Jan Willeke2015-07-131-0/+11
| * arch: add support for s390xJan Willeke2015-07-131-0/+11
* | all: block negative syscall numbers from the filterPaul Moore2015-08-271-16/+14
* | Merge branch 'working-ppc64'Paul Moore2015-08-051-0/+32
|\ \ | |/ |/|
| * arch: add basic initial ppc support to the arch-dependent codeBogdan Purcareata2015-02-171-0/+11
| * arch: add the basic initial support for ppc64 to the arch-dependent codePaul Moore2015-02-061-0/+21
* | docs: fix a number of problems in the function header commentsPaul Moore2015-05-091-1/+1
|/
* arch: perform a number of simplications in the arch codePaul Moore2014-08-271-83/+27
* arch: Add AArch64 supportMarcin Juszkiewicz2014-08-271-0/+20
* arch: Handle MIPS code only on MIPS platformsMarcin Juszkiewicz2014-08-211-3/+3
* arch: add mips64n32 supportPaul Moore2014-08-201-0/+30
* arch: add mips64 supportPaul Moore2014-08-201-1/+41
* api: add the seccomp_arch_resolve_name() API callPaul Moore2014-05-071-0/+25
* arch: Add support for MIPS Little EndianMarkos Chandras2014-04-151-0/+10
* arch: Add support for MIPS Big EndianMarkos Chandras2014-04-151-0/+14
* all: resolve issues caused by big endian systemsPaul Moore2014-02-091-0/+26
* all: convert some booleans from ints to boolsPaul Moore2013-04-191-4/+3
* arch: remove direct access to the syscall tablesPaul Moore2013-03-261-46/+19
* arch: rename arch-i386* to arch-x86*Paul Moore2013-03-261-8/+7
* arch: add basic ARM supportPaul Moore2013-03-261-8/+13
* arch: add basic x32 supportPaul Moore2013-03-261-0/+14
* arch: disconnect the BPF arch token from the libseccomp tokenPaul Moore2013-03-261-34/+16
* arch: ensure full syscall coverage across x86 and x86_64Paul Moore2013-01-211-13/+51
* api: add support for multiple architecturesPaul Moore2012-09-271-3/+42
* arch: provide the basic infrastructure for non-native architecture supportPaul Moore2012-09-271-18/+55
* arch: add support for syscall name resolutionPaul Moore2012-09-271-0/+73
* all: relicense the library from GPLv2 to LGPLv2.1Paul Moore2012-04-091-8/+8
* all: use the system header files when possiblePaul Moore2012-04-021-23/+1
* arch: enable less strict filter rewritesPaul Moore2012-03-291-3/+7