summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tools: ensure a bpf file is specified on the command linev2.4.2Paul Moore2019-11-061-0/+2
* x86: fix a duplicated shmget/shdt line in the syscall resolution codePaul Moore2019-11-061-2/+0
* all: update the CHANGELOG and version for v2.4.2Tom Hromatka2019-11-062-1/+12
* doc: update the CREDITS fileTom Hromatka2019-11-061-0/+3
* Merge pull request #179 from drakenclimber/issues/161-round2Tom Hromatka2019-11-0421-1209/+3240
|\
| * arch: update the internal syscall tables to Linux v5.4-rc4Paul Moore2019-11-0417-142/+1150
| * tools: fix a problem with distcheckPaul Moore2019-11-041-2/+0
| * build: ship seccomp-syscalls.hStéphane Graber2019-11-041-1/+1
| * api: stop defining __NR_x values for syscalls that don't existPaul Moore2019-11-043-1065/+2090
* | Merge pull request #165 from drakenclimber/issues/161Tom Hromatka2019-08-0222-9/+199
|\ \ | |/
| * doc: ship the SECURITY.md filePaul Moore2019-08-021-1/+1
| * python: install the python extension to the root package dirFelix Geyer2019-08-021-4/+4
| * doc: new process docs and various updatesPaul Moore2019-08-023-1/+141
| * arch: add support for io-uring related system calls in kernel 5.1Stephen Coleman2019-08-0213-0/+39
| * python: use Cython language "3str"Paul Moore2019-08-022-2/+4
| * db: properly reset the attribute state in db_col_reset()Paul Moore2019-08-021-0/+1
| * docs: create a doc/admin directory and move RELEASE_PROCESS.md into itPaul Moore2019-08-022-1/+1
| * docs: minor changes to the RELEASE_PROCESS.mdPaul Moore2019-08-021-1/+9
|/
* all: update the CHANGELOG and version for v2.4.1v2.4.1Paul Moore2019-04-172-1/+5
* 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.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