summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* tools: fix a problem with distcheckPaul Moore2019-10-301-2/+0
* build: ship seccomp-syscalls.hStéphane Graber2019-10-081-1/+1
* api: stop defining __NR_x values for syscalls that don't existPaul Moore2019-10-013-1065/+2090
* python: fix error in pydocJonah Petri2019-10-011-4/+9
* doc: ship the SECURITY.md filePaul Moore2019-07-221-1/+1
* python: install the python extension to the root package dirFelix Geyer2019-07-221-4/+4
* doc: new process docs and various updatesPaul Moore2019-07-023-1/+141
* arch: add support for io-uring related system calls in kernel 5.1Stephen Coleman2019-06-2513-0/+39
* tests: add notification testsPaul Moore2019-05-037-4/+190
* python: update the python bindings to support notificationsPaul Moore2019-05-032-2/+309
* api: make TSYNC and NOTIFY mutually exclusivePaul Moore2019-05-024-19/+42
* api: implement user notification in libseccompPaul Moore2019-05-0213-56/+393
* python: use Cython language "3str"Paul Moore2019-05-012-2/+4
* db: properly reset the attribute state in db_col_reset()Paul Moore2019-04-301-0/+2
* tests: fix a error message typo in 13-basic-attrs.pyPaul Moore2019-04-301-1/+1
* api: rename SCMP_FLTATR_SPEC_ALLOW to SCMP_FLTATR_CTL_SSBPaul Moore2019-04-298-15/+13
* api: add support for the SPEC_ALLOW flagTycho Andersen2019-04-2911-2/+71
* system.h: add defines for USER_NOTIF bitsTycho Andersen2019-04-181-0/+86
* docs: create a doc/admin directory and move RELEASE_PROCESS.md into itPaul Moore2019-04-172-1/+1
* docs: minor changes to the RELEASE_PROCESS.mdPaul Moore2019-04-171-1/+9
* all: update the CHANGELOG and version for v2.4.1Paul Moore2019-04-171-0/+4
* tests: only run test 50 on x86_64Paul Moore2019-04-171-8/+8
* tests: Add 50-sim-hash_collision testTom Hromatka2019-04-165-3/+184
* bpf: add accumulator state to the instruction block hashTom Hromatka2019-04-161-3/+10
* all: update the CHANGELOG and version for v2.4.0Paul Moore2019-03-141-0/+19
* 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