summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* bpf: do not add pseudo-syscalls to the BPF filterTom Hromatka2020-07-131-3/+49
* arch: Use bitwise math rather than arithmeticTom Hromatka2020-07-132-4/+4
* api: add API level 6Paul Moore2020-06-294-13/+71
* bpf: propagate errors from _gen_bpf_build_bpf helpersTudor Brindus2020-06-271-5/+14
* system: fix typo in commentRolf Eike Beer2020-06-251-1/+1
* api: add the SCMP_FLTATR_API_SYSRAWRC filter attributePaul Moore2020-06-168-11/+79
* system: add function comment headers for the notify functionsPaul Moore2020-06-161-0/+39
* bpf: return integer error codes from gen_bpf_release()Paul Moore2020-06-164-16/+20
* api: filter the return codes we send to userspacePaul Moore2020-06-161-52/+101
* api: use EINVAL to signify bad input to the libseccomp APIPaul Moore2020-06-163-7/+7
* system: treat kernel/libc errors as ECANCELEDPaul Moore2020-06-163-11/+12
* api: use EACCESS over EPERMPaul Moore2020-06-161-2/+2
* arch: cleanup the syscalls.csv formatPaul Moore2020-06-152-11/+3
* all: pick better names for some legacy terminologyPaul Moore2020-06-111-5/+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-301-1/+2
* aarch64: Use architecture specific header to general syscallsAlex Murray2020-05-182-5/+5
* ppc64: Add multiplexing support for ipc and socket syscallsTom Hromatka2020-04-151-8/+606
* api: fix some unnecessary line wrapsPaul Moore2020-04-011-4/+2
* 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
* 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
* parisc64: separate parisc and parisc64Paul Moore2020-03-237-6/+40
* arch: fix the library output of arch-syscall-validatePaul Moore2020-03-231-5/+4
* 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-2330-220/+953
* 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-191-3/+3
* build: fix building outside source directoryAndreas Schwab2020-03-101-2/+1
* 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
* bpf:pfc: Add optimization option to use a binary treeTom Hromatka2020-02-286-44/+452
* 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-239-0/+628
* s390: Fix multiplexing issue with shm* syscallsTom Hromatka2020-02-222-0/+32
* 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
* 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-3116-141/+943
* python: fix error in pydocJonah Petri2019-10-011-4/+9
* python: install the python extension to the root package dirFelix Geyer2019-07-221-4/+4