summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* arm: add some missing syscallsPaul Moore2015-05-061-0/+20
* arm: fix some problems with the syscall tablePaul Moore2015-05-061-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
* build: minor Makefile cleanupsPaul Moore2012-06-061-3/+3
* api: rename the seccomp_gen_*() functions to seccomp_export_*()Paul Moore2012-04-261-4/+4
* build: cleanup some of the build macros and MakefilesPaul Moore2012-04-161-1/+1
* api: add a new attribute for the bad architecture actionPaul Moore2012-04-161-2/+3
* api: always pass along errors from failed attempts to set NO_NEW_PRIVSPaul Moore2012-04-161-2/+1
* api: enable toggling NO_NEW_PRIVS behavior via filter attributesPaul Moore2012-04-131-0/+2
* api: enable basic filter attribute supportPaul Moore2012-04-131-0/+31
* all: relicense the library from GPLv2 to LGPLv2.1Paul Moore2012-04-092-17/+17
* build: fixup the shared library's name/versionPaul Moore2012-04-091-1/+1
* build: install the library header filePaul Moore2012-04-091-0/+47