summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* api: some formatting fixes in seccomp.h.inPaul Moore2020-06-061-3/+5
* api: don't allow the TSYNC and NEW_LISTENER flags at the same timePaul Moore2020-06-011-2/+2
* api: force an API level update when necessaryPaul Moore2020-06-011-0/+12
* BUG: fix api update to check if SCMP_ACT_KILL_PROCESS is supportedKenta Tada2020-05-301-1/+2
* api: fix api update to check if SCMP_ACT_NOTIFY is supportedKenta Tada2020-05-302-1/+5
* aarch64: Use architecture specific header to general syscallsAlex Murray2020-05-182-5/+5
* Merge pull request #229 from drakenclimber/pull/215ppcTom Hromatka2020-04-158-50/+673
|\
| * travis: enable ppc64leTom Hromatka2020-04-151-0/+1
| * tests: Also test ppc64le in test 30Tom Hromatka2020-04-153-17/+37
| * tests: Also test ppc64le in test 36Tom Hromatka2020-04-153-25/+29
| * ppc64: Add multiplexing support for ipc and socket syscallsTom Hromatka2020-04-151-8/+606
* | travis: the arm64 build doesn't like cpp-coverallsPaul Moore2020-04-031-1/+4
|/
* api: fix some unnecessary line wrapsPaul Moore2020-04-011-4/+2
* doc: improve the manpages for seccomp_rule_add() and seccomp_load()Paul Moore2020-04-012-0/+30
* check-syntax: ignore the gperf auto generated filesPaul Moore2020-03-271-1/+1
* s390: Add semtimedop() to mux/demux functionsTom Hromatka2020-03-271-2/+5
* s390: Add several syscalls to the munge functionsTom Hromatka2020-03-271-0/+28
* s390x: Add several syscalls to the munge functionsTom Hromatka2020-03-271-0/+28
* tests: Remove ipc syscalls from test 53-sim-binary_treeTom Hromatka2020-03-253-9/+0
* arch: simplify the MIPS ABI syscall generation codePaul Moore2020-03-231-57/+15
* 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