summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* api: add the SCMP_FLTATR_CTL_WAITKILL filter attributePaul Moore2022-10-317-0/+56
* all: add seccomp_precompute() functionalityPaul Moore2022-09-216-13/+101
* all: use C style commentsPaul Moore2022-09-211-1/+1
* arch: disambiguate $(( in arch-syscall-validateKir Kolyshkin2022-09-211-2/+2
* arch: require arch-syscall-dump from arch-syscall-validateKir Kolyshkin2022-09-211-4/+5
* arch: fix a typo in arch-syscall-validateKir Kolyshkin2022-09-191-1/+1
* python: Fix distutils DeprecationWarningTom Hromatka2022-07-101-9/+6
* arch: basic infrastructure for tracking per-syscall/ABI kernel versionsPaul Moore2022-05-0923-532/+699
* syscalls: update the syscall list for Linux v5.17Paul Moore2022-04-051-1/+3
* bpf: pfc: Add handling for 0 syscalls in the binary treeTom Hromatka2022-03-182-0/+6
* doc,pyx,tests: Fix some typosManabu Sugimoto2022-01-051-2/+2
* syscalls: update the syscall table to Linux v5.15Paul Moore2021-11-041-1/+2
* arch: move the ARCH_DEF() calls into the arch/ABI specific filesPaul Moore2021-11-0118-31/+56
* mips: restore the 32-bit MIPS O32 ABI offsetPaul Moore2021-11-011-6/+47
* arch: replace arch-syscall-check with something more usefulPaul Moore2021-10-294-235/+63
* api: add missing reviewer fixesMike Frysinger2021-10-131-2/+2
* api: extend BPF export API to write to a memory bufferMike Frysinger2021-10-083-0/+61
* python: fix `[` bashismMike Frysinger2021-09-281-2/+2
* bpf: Fix typo in commentTom Hromatka2021-08-251-1/+1
* syscalls: update to Linux v5.14-rc7Paul Moore2021-08-231-1/+6
* python: add the get_notify_fd() method to the SyscallFilter classPaul Moore2021-08-231-0/+13
* arch: consolidate all of the multiplexed syscall handlingPaul Moore2021-08-1220-3943/+685
* build: reorganize the code coverage targetsPaul Moore2021-08-121-6/+1
* ppc: add multiplexed syscall support to PPCPaul Moore2021-08-121-4/+526
* sh: add multiplexed syscall support to SHPaul Moore2021-08-121-8/+528
* mips: add multiplexed syscall support to MIPSPaul Moore2021-08-121-13/+495
* syscalls: update syscall table to v5.12-rc7Paul Moore2021-04-281-1/+4
* helper: let zmalloc use cmallocGiuseppe Scrivano2021-03-181-8/+1
* bpf: fix uninitialized value usageGiuseppe Scrivano2021-03-183-2/+34
* syscalls: Update the syscall table for Linux v5.9-rc1John Paul Adrian Glaubitz2021-03-081-470/+471
* arch: Add SuperH 32-bit supportJohn Paul Adrian Glaubitz2021-03-0810-2/+138
* system: use old SECCOMP_IOCTL_NOTIF_ID_VALID number if necessaryMax Rees2021-03-052-2/+15
* all: fix typo in BerkeleySamanta Navarro2020-10-211-1/+1
* all: run ./tools/check-syntax over the codePaul Moore2020-09-024-13/+13
* arch: ensure we don't "munge" pseudo syscall numbersPaul Moore2020-08-185-10/+30
* system: change our notification fd handlingPaul Moore2020-08-181-3/+15
* all: only request the userspace notification fd oncePaul Moore2020-08-185-82/+148
* build: undefine "mips" to prevent build problems for MIPS targetsPaul Moore2020-08-041-1/+1
* syscalls: update the syscall table for Linux v5.8.0-rc5Paul Moore2020-07-151-1/+2
* bpf: correctly check for zmalloc() failures in _gen_bpf_init_bintree()Paul Moore2020-07-151-2/+2
* 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