summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* all: update the CHANGELOG and version for v2.4.0v2.4.0Paul Moore2019-03-142-1/+20
* tests: add LT tests to 43-sim-a2_orderPaul Moore2019-03-143-5/+74
* tests: add 48-sim-64b_comparisonsPaul Moore2019-03-145-3/+133
* tests: update 38-basic-pfc_coveragePaul Moore2019-03-141-30/+59
* bpf: pass the correct accumulator state to the next levelPaul Moore2019-03-141-3/+9
* db: fix 64-bit argument comparisonsPaul Moore2019-03-142-206/+542
* doc: update the CREDITS filePaul Moore2019-03-121-1/+6
* tests: fix some issues found by coverityPaul Moore2019-03-122-11/+8
* system: fixup some cosmetic macro alignment issuesPaul Moore2019-03-071-4/+4
* system: add LOG action to seccomp.hTycho Andersen2019-03-071-4/+8
* system: update defines to match upstreamTycho Andersen2019-03-071-2/+2
* db: bail on a prune operation if both trees have a prefixPaul Moore2019-03-041-0/+4
* tests: make use of the new 32-bit test filtersPaul Moore2019-03-041-18/+18
* tests: add support for 32-bit and 64-bit test filteringPaul Moore2019-03-041-0/+36
* tests: disable a number of tests on the x32 archroot2019-03-0411-145/+145
* tests: add 48-sim-32b_args to the .gitignore filePaul Moore2019-03-041-0/+1
* tests: fix a number of problems with the tests on a 32-bit x86 systemroot2019-03-014-19/+25
* style: fix a 80-char line width issuePaul Moore2019-03-011-2/+4
* api: provide 32-bit friendly argument comparison macrosPaul Moore2019-02-216-22/+295
* arch: update the syscalls for Linux v5.0-rc5Tom Hromatka2019-02-1915-40/+91
* db: Return -EDOM on endian mismatch during arch addTom Hromatka2019-02-181-2/+2
* tools: update the .gitignorePaul Moore2019-02-071-0/+1
* db: fix a leak found by clangPaul Moore2019-02-051-1/+4
* travis: update to ubuntu 16.04 (xenial)Paul Moore2019-02-051-2/+2
* api: renumber the pseudo syscall for subpage_prot()Paul Moore2018-09-221-5/+5
* tests: add an API level check to the live testsPaul Moore2018-09-227-16/+28
* tools: add a new tool to detect the current API levelPaul Moore2018-09-222-1/+44
* tests: add openat() to the syscall whitelist in test 44Paul Moore2018-09-192-0/+4
* tests: Add tests for SECCOMP_RET_KILL_PROCESSTom Hromatka2018-09-1915-6/+360
* api: Add support for SCMP_ACT_KILL_PROCESSTom Hromatka2018-09-1912-13/+75
* pfc: fix PFC export hang on prioritized syscall with no rules (GH issue #117)Tom Hromatka2018-09-192-1/+8
* python: fix operands in MASKED_EQ documentationFelix Abecassis2018-09-191-1/+1
* build: enable distcheck'ing for the python codePaul Moore2018-05-105-5/+20
* docs: add the RELEASE_PROCESS.md file to the list of distributed filesPaul Moore2018-05-101-1/+3
* doc: add git tag signing to the release processPaul Moore2018-05-101-2/+2
* docs: mention the GitHub milestones in the release process documentationPaul Moore2018-05-101-16/+20
* db: convert the db_chain_* macros to functionsPaul Moore2018-05-102-40/+69
* travis: move from the bundled python to python "nightly" (3.7)Paul Moore2018-05-101-5/+6
* travis: move the code coverage testing to the "after_success" stagePaul Moore2018-05-101-2/+2
* all: fixup all the file permissionsPaul Moore2018-05-105-0/+0
* api: seccomp_api_get() doesn't need to be marked as constPaul Moore2018-05-102-2/+2
* doc: update the list of architectures in scmp_sys_resolver.1James Cowgill2018-05-101-1/+3
* tests: add tests for db_chain_lt()Tom Hromatka2018-04-055-3/+179
* tests: added tests for the A2 ordering bug (GH issue #112)Tom Hromatka2018-04-058-3/+483
* db: applied pcmoore's gist for GH issue #112Tom Hromatka2018-04-052-10/+15
* docs: add the supported ABIs to the READMEPaul Moore2018-03-131-0/+23
* build: add a "help" make target for the top level MakefilePaul Moore2018-01-251-0/+12
* docs: add golang bindings pointer to README.mdPaul Moore2018-01-251-0/+5
* doc: convert the travis badge to use shields.ioPaul Moore2018-01-171-1/+1
* doc: update the coveralls badge to use shields.ioPaul Moore2018-01-171-1/+1