summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* github: Add continuous integration workflowTom Hromatka2021-08-122-0/+138
* tools: fix scan-build warnings in scmp_bpf_disasmTom Hromatka2021-08-121-4/+2
* travis: Disable Travis CITom Hromatka2021-08-121-83/+0
* syscalls: add close_range() syscallSascha Grunert2021-07-191-0/+2
* docs: update RELEASE_PROCESS.md to push the release tag as late as possiblePaul Moore2021-04-281-4/+7
* syscalls: update the syscall table to v5.12-rc7Paul Moore2021-04-172-1/+7
* system: use old SECCOMP_IOCTL_NOTIF_ID_VALID number if necessaryMax Rees2021-03-052-2/+15
* doc: don't return -1 from main in manpage examplesKir Kolyshkin2021-03-053-3/+3
* all: rename the "master" branch to "main"Paul Moore2021-01-221-2/+2
* all: release v2.5.1v2.5.1Tom Hromatka2020-11-162-1/+8
* docs: update the CREDITS fileTom Hromatka2020-11-161-0/+3
* doc: Fix typo in seccomp_api_get.3Rodrigo Campos2020-11-161-2/+2
* doc: add some more info about GPG keys to the README.md filePaul Moore2020-10-251-2/+4
* doc: Add SCMP_ACT_NOTIFY documentation to seccomp_rule_add.3Tom Hromatka2020-10-251-0/+16
* build: undefine "mips" to prevent build problems for MIPS targetsPaul Moore2020-10-252-2/+4
* all: fix typo in BerkeleySamanta Navarro2020-10-212-2/+2
* tests: use smaller "magic" numbers in 58-live-tsync_notifyMichael Karcher2020-09-011-6/+7
* tests: use openat and fstat instead of open and stat syscalls in tests 04 and 06Andreas Schwab2020-08-196-16/+20
* arch: ensure we don't "munge" pseudo syscall numbersPaul Moore2020-08-195-10/+30
* system: change our notification fd handlingPaul Moore2020-08-182-5/+19
* all: only request the userspace notification fd oncePaul Moore2020-08-1810-90/+187
* tests: use smaller "magic" numbers in 51-live-user_notificationPaul Moore2020-08-181-6/+7
* all: release v2.5.0v2.5.0Paul Moore2020-07-202-1/+23
* tests: Explicitly specify the archs in the sim binary tree testTom Hromatka2020-07-181-51/+51
* syscalls: update the syscall table for Linux v5.8.0-rc5Paul Moore2020-07-151-1/+2
* docs: update the CREDITS filePaul Moore2020-07-151-0/+11
* tests: add the 57'th python test to the MakefilePaul Moore2020-07-151-0/+1
* bpf: correctly check for zmalloc() failures in _gen_bpf_init_bintree()Paul Moore2020-07-151-2/+2
* doc: Document SCMP_FLTATR_CTL_OPTIMIZE in seccomp_attr_set.3Tom Hromatka2020-07-141-0/+26
* doc: clarify seccomp_rule_add syscall translation behaviorTudor Brindus2020-07-131-1/+4
* tests: Skip the stat syscall on aarch64 in test 06Tom Hromatka2020-07-131-1/+1
* tests: Handle pseudo-syscalls in the sim binary tree testTom Hromatka2020-07-133-41/+70
* 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
* doc: clarify that syscall must exist in all filter architecturesTudor Brindus2020-07-131-0/+3
* api: add API level 6Paul Moore2020-06-2913-25/+289
* bpf: propagate errors from _gen_bpf_build_bpf helpersTudor Brindus2020-06-271-5/+14
* README: update the arch/ABI listPaul Moore2020-06-271-0/+1
* system: fix typo in commentRolf Eike Beer2020-06-251-1/+1
* api: add the SCMP_FLTATR_API_SYSRAWRC filter attributePaul Moore2020-06-1620-19/+254
* system: add function comment headers for the notify functionsPaul Moore2020-06-162-5/+44
* bpf: return integer error codes from gen_bpf_release()Paul Moore2020-06-166-16/+26
* tools,tests: fixup errno handling to be more consistentPaul Moore2020-06-162-5/+5
* doc: update the manpages with return code informationPaul Moore2020-06-169-29/+162
* 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-164-9/+9
* system: treat kernel/libc errors as ECANCELEDPaul Moore2020-06-164-13/+14
* api: use EACCESS over EPERMPaul Moore2020-06-162-3/+3
* doc: update the ABIs in seccomp_arch_add(3) manpagePaul Moore2020-06-161-1/+18
* doc: update the logo URLPaul Moore2020-06-161-1/+1