summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* arch: simplify the ppc/ppc64 code in arch-syscall-validatePaul Moore2020-03-231-12/+2
* travis: "sudo" no longer has any meaning in Travis CIPaul Moore2020-03-231-1/+0
* parisc64: separate parisc and parisc64Paul Moore2020-03-237-6/+40
* arch: fix the library output of arch-syscall-validatePaul Moore2020-03-231-5/+4
* travis: fix a typo with TRAVIS_CPU_ARCHPaul Moore2020-03-231-2/+2
* arch: remove the unused, manually generated syscall tablesPaul Moore2020-03-2314-8121/+0
* arch: use gperf to generate a perfact hash to lookup syscall namesGiuseppe Scrivano2020-03-2338-223/+1139
* arch: add an automatically generated syscall table in CSV formatPaul Moore2020-03-232-1/+474
* arch: add missing parisc64 support to arch-syscall-validatePaul Moore2020-03-221-0/+25
* arch: add missing parisc and parisc64 support to arch-syscall-validatePaul Moore2020-03-211-5/+46
* arch: rework/fix the arch-syscall-validate scriptPaul Moore2020-03-201-107/+269
* all: fix all the outstanding lgtm.com alertsPaul Moore2020-03-192-15/+15
* README: add the lgtm.com badgePaul Moore2020-03-191-0/+1
* travis: enable aarch64 buildsPaul Moore2020-03-111-5/+15
* tests: don't use the "tr" toolPaul Moore2020-03-111-1/+2
* tests: fix some problems with test 53Paul Moore2020-03-101-6/+0
* build: fix building outside source directoryAndreas Schwab2020-03-102-3/+2
* tests: change test 55 to use syscall names rather than numbersTom Hromatka2020-03-102-1182/+233
* tests: change test 53 to use syscall names rather than numbersTom Hromatka2020-03-103-366/+176
* arch: Add riscv64 support to syscall validate scriptTom Hromatka2020-03-101-0/+45
* arch: Add riscv64 support to arch-syscall-dumpTom Hromatka2020-03-101-0/+4
* doc: update the CREDITS fileTom Hromatka2020-03-051-0/+3
* doc: update the CHANGELOG for v2.4.3Tom Hromatka2020-03-051-0/+10
* tests: add tests for the binary treeTom Hromatka2020-02-2813-4/+2067
* bpf:pfc: Add optimization option to use a binary treeTom Hromatka2020-02-287-44/+457
* bpf: Refactor code that inserts instructions into BPF stateTom Hromatka2020-02-281-16/+36
* bpf: Refactor syscall loop in _gen_bpf_arch()Tom Hromatka2020-02-281-66/+101
* bpf: Refactor duplicate sorting codeTom Hromatka2020-02-281-65/+48
* arch: Add RISC-V 64-bit supportAndreas Schwab2020-02-2322-2/+677
* s390: Fix multiplexing issue with shm* syscallsTom Hromatka2020-02-222-0/+32
* doc: shuffle the CONTRIBUTING.md docPaul Moore2020-01-201-34/+32
* travis: use default python instead of nightlyChristopher Waldon2020-01-201-2/+0
* travis: avoid running live python tests in TravisCIChris Waldon2020-01-202-1/+5
* doc: update contribution guide to include github PR infoChris Waldon2020-01-161-2/+15
* doc: ensure makefile installs seccomp_notify_* pagesChris Waldon2020-01-081-0/+6
* doc: add a section on release tarball signatures to README.mdPaul Moore2020-01-061-0/+18
* tests: rely on __SNR_xxx instead of __NR_xxx for syscallsPaul Moore2019-11-201-3/+3
* build: try to use explicitly marked Python 3.x tools firstPaul Moore2019-11-191-6/+6
* tools: remove static flag from the buildFabrice Fontaine2019-11-141-3/+0
* travis: switch our Travis builds to Ubuntu 18.04 (Bionic Beaver)Paul Moore2019-11-131-2/+2
* tests: introduce a simple seccomp_load() test as part of the non-live testsPaul Moore2019-11-135-3/+105
* tools: fix clang problems in scmp_bpf_simPaul Moore2019-11-131-0/+2
* tests: add some additional test code to boost our code coveragePaul Moore2019-11-133-4/+34
* api: define __SNR_ppoll againMiroslav Lichvar2019-11-131-0/+7
* db: add shadow transactionsPaul Moore2019-11-112-1/+127
* db: consolidate some of the code which adds rules to a single filterPaul Moore2019-11-111-41/+44
* all: update the CHANGELOG and version for v2.4.2Tom Hromatka2019-11-071-0/+11
* tools: ensure a bpf file is specified on the command linePaul Moore2019-11-061-0/+2
* x86: fix a duplicated shmget/shdt line in the syscall resolution codePaul Moore2019-11-061-2/+0
* arch: update the internal syscall tables to Linux v5.4-rc4Paul Moore2019-10-3117-142/+1150