summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* build: fix 'make distcheck'Paul Moore2017-02-062-3/+2
* build: update the Travis CI configurationPaul Moore2017-02-051-11/+13
* doc: add reporting information to README.mdPaul Moore2017-02-051-1/+7
* build: add a Travis CI status badge to the README.mdPaul Moore2017-02-051-0/+1
* build: add initial support for Travis CIPaul Moore2017-02-031-0/+43
* python: add support for Python 3.xPaul Moore2017-02-036-10/+31
* doc: fixed seccomp_rule_add(3) manpage examplevaloq2017-02-021-0/+9
* doc: refined header comment of `seccomp_arch_add`.Jay Guo2017-02-021-2/+2
* doc: fix typo in reference: "seccom_merge"Vladimir Rutsky2017-02-021-1/+1
* arch: removed unnecessary call in `seccomp_add_arch`.Jiannan Guo2017-02-021-4/+2
* arch: update the syscall tables to 4.10-rc6+Paul Moore2017-02-023-10/+10
* all: update the syscall validation code/scripts for January 2017Paul Moore2017-01-2530-185/+157
* build: ensure we sort the library and kernel syscall lists the same during va...Paul Moore2017-01-251-1/+1
* arch: update syscalls for Linux 4.9Justin Cormack2017-01-2514-12/+92
* doc: add the CII Best Practices badge to the READMEPaul Moore2017-01-131-0/+2
* doc: convert the README to Markdown for better use on GitHubPaul Moore2017-01-131-9/+9
* man: clarify SCMP_FLTATR_CTL_NNP semanticLuca Bruno2016-06-201-3/+4
* tests: sort out simulation blacklist/whitelistLuca Bruno2016-06-028-27/+182
* arch: Add parisc architecture supportHelge Deller2016-05-2518-1/+656
* doc: fix typo in seccomp_merge.3Luca Bruno2016-05-241-1/+1
* tools: add missing ALU operations in bpf.hDavid Drysdale2016-05-052-0/+9
* doc: update the CHANGELOG for the v2.3.1 releasePaul Moore2016-04-201-1/+6
* arch: fix the multiplexed ipc() syscallsPaul Moore2016-04-203-6/+6
* s390: handle multiplexed syscalls correctlyPaul Moore2016-04-2012-13/+979
* tests: replace socket syscall references in 15-basic-resolverPaul Moore2016-04-192-7/+7
* tests: always display skipped testsPaul Moore2016-04-181-3/+7
* tests: Report if test was skipped because of missing valgrindHelge Deller2016-04-181-0/+1
* arch: fix a number of 32-bit x86 failures related to socket syscallsPaul Moore2016-04-083-5/+105
* doc: update the CHANGELOG for the v2.3.0 releasePaul Moore2016-02-261-0/+10
* python: update the bindings metadataPaul Moore2016-02-261-1/+1
* build: swap '()' for '{}' in Makefiles for consistencyPaul Moore2016-02-262-2/+2
* system: update the ABI whitelist for the seccomp() syscallPaul Moore2016-02-261-0/+6
* doc: update the CREDITS filePaul Moore2016-02-251-0/+5
* system: fix the SECCOMP_SET_MODE_STRICT definePaul Moore2016-02-241-8/+1
* tests: create a simple live test to verify we can set the TSYNC attributePaul Moore2016-02-225-3/+165
* all: use the seccomp() syscall whenever possible for tested ABIsPaul Moore2016-02-224-34/+96
* python: update the python bindings to match the C versionPaul Moore2016-02-222-1/+18
* arch: update the syscall tables to 4.5-rc4+Paul Moore2016-02-1912-13/+37
* arch: fix syscall validate script so ppc64 is checked againPaul Moore2016-02-191-1/+15
* api: add a seccomp_version() API callPaul Moore2016-02-189-4/+210
* all: update my email addressPaul Moore2016-02-11122-122/+122
* build: fix a 'make dist' problem caused by a missing 00-test.c filePaul Moore2016-02-101-0/+1
* system: use sys/prctl.h instead of linux/prctl.hPaul Moore2016-02-101-1/+1
* Attempt to fix the following problem:Paul Moore2016-02-101-5/+15
* tests: add a test for the different types of socket syscallsPaul Moore2016-02-095-3/+170
* arch: generate both multiplexed and direct socket syscall rulesPaul Moore2016-02-097-99/+231
* arch: enable more involved arch/ABI specific rule creationPaul Moore2016-02-0915-99/+41
* arch: move the low level filter rule addition code into the arch layerPaul Moore2016-02-0917-80/+140
* arch: make use of function tables instead of switch statementsPaul Moore2016-02-0915-75/+84
* db: introduce transaction supportPaul Moore2016-02-092-2/+187