summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: integrate Coverity scanning into the Travis CI buildPaul Moore2017-02-201-2/+18
* all: introduce a zmalloc() helper functionPaul Moore2017-02-176-35/+96
* build: treat clang errors as fatal in the Travis CI buildPaul Moore2017-02-171-1/+1
* db: include the arguments in the db_api_rule_list structPaul Moore2017-02-177-101/+44
* tests: limit fuzz testing on Travis CI to avoid timeoutsPaul Moore2017-02-161-1/+1
* tests: add support for $LIBSECCOMP_TSTCFG_STRESSCNTPaul Moore2017-02-161-0/+4
* build: restore the '-static' linker flag for the test suitePaul Moore2017-02-151-0/+8
* docs: add a Coveralls badge to README.mdPaul Moore2017-02-071-0/+1
* build: add Coveralls supportPaul Moore2017-02-071-3/+13
* tests: add test configuration via environment variablesPaul Moore2017-02-071-0/+4
* build: add basic code coverage supportPaul Moore2017-02-065-5/+281
* 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