summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tools: update astyle config for astyle v3.2.xHEADmainPaul Moore2023-05-091-6/+4
* gen_bpf: squelch gcc v13.1.1 warningsPaul Moore2023-05-091-8/+19
* syscalls: Update the syscall table for Linux v6.2John Paul Adrian Glaubitz2023-04-251-482/+485
* arch: Add 32-bit Motorola 68000 supportJohn Paul Adrian Glaubitz2023-04-2510-0/+146
* src: Make arch-syscall-check work in VPATH buildMichal Privoznik2023-04-031-2/+5
* all: fix various misspellings of "pseudo"WANG Xuerui2023-03-312-3/+3
* arch,tools: change macros used to detect LoongArch64 to __loongarch_lp64WANG Xuerui2023-03-311-1/+1
* all: fix comment typosTom Hromatka2023-03-292-2/+2
* arch: Add 64-bit LoongArch supportXiaotian Wu2023-02-1811-0/+144
* syscalls: update to Linux v6.0Xiaotian Wu2023-02-181-482/+482
* 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