summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-1219-3422/+669
* build: reorganize the code coverage targetsPaul Moore2021-08-121-6/+1
* ppc: add multiplexed syscall support to PPCPaul Moore2021-08-121-4/+526
* mips: add multiplexed syscall support to MIPSPaul Moore2021-08-121-13/+495
* syscalls: update the syscall table to v5.12-rc7Paul Moore2021-04-171-1/+5
* system: use old SECCOMP_IOCTL_NOTIF_ID_VALID number if necessaryMax Rees2021-03-052-2/+15
* build: undefine "mips" to prevent build problems for MIPS targetsPaul Moore2020-10-251-1/+1
* all: fix typo in BerkeleySamanta Navarro2020-10-211-1/+1
* arch: ensure we don't "munge" pseudo syscall numbersPaul Moore2020-08-195-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
* 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
* 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