summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'working-s390' into masterPaul Moore2015-08-281-0/+31
|\
| * arch: add support for s390Jan Willeke2015-07-131-0/+5
| * arch: add support for s390xJan Willeke2015-07-131-0/+30
* | arch: update the syscall tables for 4.2-rc5Paul Moore2015-08-051-0/+5
* | Merge branch 'working-ppc64'Paul Moore2015-08-051-0/+45
|\ \ | |/ |/|
| * arch: add a ppc syscall tableBogdan Purcareata2015-02-171-0/+1
| * Merge branch 'master' into working-ppc64Paul Moore2015-02-121-2/+2
| |\
| * | arch: add a ppc64 syscall tablePaul Moore2015-02-061-0/+44
* | | arm: fix arm-specific syscall symbolsAndrew Jones2015-07-011-10/+20
* | | all: ensure the ARM and MIPS system defines are presentPaul Moore2015-05-071-9/+21
* | | arm: add some missing syscallsPaul Moore2015-05-061-0/+20
* | | arm: fix some problems with the syscall tablePaul Moore2015-04-101-0/+10
| |/ |/|
* | all: update syscall tables for Linux v3.19Paul Moore2015-02-091-2/+2
|/
* arch: Add AArch64 supportMarcin Juszkiewicz2014-08-271-2/+182
* arch: ensure that __AUDIT_ARCH_CONVENTION_MIPS64_N32 is definedPaul Moore2014-08-271-0/+3
* arch: ensure we have definitions for the MIPS N32 ABIPaul Moore2014-08-261-0/+10
* api: remove unneeded pseudo syscall definitions (__PNR_*)Paul Moore2014-08-221-15/+0
* system: add support for the thread sync functionalityPaul Moore2014-08-211-0/+1
* arch: update the syscall tables to 3.17-rc1+Paul Moore2014-08-201-0/+15
* arch: add mips64n32 supportPaul Moore2014-08-201-0/+2
* arch: add mips64 supportPaul Moore2014-08-201-1/+8
* api: fix a typo in the header filePaul Moore2014-06-271-1/+1
* arch: sync the syscall table entriesPaul Moore2014-06-251-0/+25
* api: rename seccomp_syscall_resolve_name_rewrite_arch()Paul Moore2014-05-091-2/+1
* api: add an API to do translated/rewriten syscall resolutionPaul Moore2014-05-081-0/+14
* api: add the seccomp_arch_resolve_name() API callPaul Moore2014-05-071-0/+10
* build: add headers to all of the autotools filesPaul Moore2014-05-011-1/+17
* build: general cleanup and reorganization of the autotools configurationPaul Moore2014-04-291-0/+3
* build: initial attempt to use autotools as the build systemJan Engelhardt2014-04-292-60/+3
* arch: Add support for MIPS Little EndianMarkos Chandras2014-04-151-0/+1
* arch: Add support for MIPS Big EndianMarkos Chandras2014-04-151-0/+15
* Revert "doc: fix documentation mistakes relating to the syscall resolver func...Paul Moore2013-11-121-4/+2
* doc: fix documentation mistakes relating to the syscall resolver functionsPaul Moore2013-11-111-2/+4
* all: assorted formatting fixesPaul Moore2013-10-211-1/+1
* arch: add basic ARM supportPaul Moore2013-03-261-0/+96
* arch: add basic x32 supportPaul Moore2013-03-261-0/+53
* api: Add array versions of seccomp_rule_add functionsVitaly Vi Shukela2013-03-261-0/+41
* api: add an API to query version informationPaul Moore2013-01-283-5/+24
* api: revert the change to the SCMP_SYS() macroPaul Moore2013-01-251-1/+1
* arch: ensure full syscall coverage across x86 and x86_64Paul Moore2013-01-211-0/+370
* api: use the syscall resolver API in the SCMP_SYS() macroPaul Moore2013-01-151-1/+1
* api: add syscall resolution functions that take an architecture argumentPaul Moore2013-01-151-1/+25
* api: add an API to query the system's architecturePaul Moore2012-11-261-0/+8
* arch: fix the i386 ipc syscallsPaul Moore2012-11-201-12/+12
* arch: fix the i386 socket syscallsPaul Moore2012-11-201-18/+28
* api: add support for multiple architecturesPaul Moore2012-09-271-0/+73
* arch: add support for syscall name resolutionPaul Moore2012-09-271-0/+12
* api: fix some comments in seccomp.hPaul Moore2012-09-271-5/+5
* api: make the header usable by a c++ compilerThiago Marcos P. Santos2012-08-021-0/+8
* api: remove the internal state and make the API context-awarePaul Moore2012-07-251-18/+36