summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* all: release v2.5.3v2.5.3Tom Hromatka2021-11-051-1/+1
* all: CHANGELOG update for release v2.5.3Tom Hromatka2021-11-051-0/+6
* syscalls: update the syscall table to Linux v5.15Paul Moore2021-11-042-1/+4
* tests: Fix warning in 05-sim-long_jumps.cTom Hromatka2021-11-011-0/+1
* tests: improve 05-sim-long_jumps to work better across arch/ABIsPaul Moore2021-11-013-43/+52
* tests: add the mipsel and sh ABIs to test 30-sim-socket_syscallsPaul Moore2021-11-013-23/+49
* arch: move the ARCH_DEF() calls into the arch/ABI specific filesPaul Moore2021-11-0117-30/+54
* mips: restore the 32-bit MIPS O32 ABI offsetPaul Moore2021-11-012-20/+61
* arch: replace arch-syscall-check with something more usefulPaul Moore2021-10-294-225/+63
* api: update seccomp-syscalls.hPaul Moore2021-10-291-6/+16
* tests: fix 11-basic-basic_errors on old kernels (API level < 5)Paul Moore2021-10-181-33/+39
* doc: fix spacing with man page referencesMike Frysinger2021-10-153-6/+5
* doc: fix spacing with .I and punctuationMike Frysinger2021-10-153-18/+17
* doc: seccomp_rule_add.3: add -EACCES return valueKir Kolyshkin2021-10-081-0/+5
* tests: Allow munmap() syscall in Python test #24v2.5.2Tom Hromatka2021-09-011-0/+1
* all: release v2.5.2Tom Hromatka2021-08-311-1/+1
* all: CHANGELOG update for release v2.5.2Tom Hromatka2021-08-311-0/+12
* docs: update the CREDITS fileTom Hromatka2021-08-251-0/+3
* bpf: Fix typo in commentTom Hromatka2021-08-251-1/+1
* syscalls: update to Linux v5.14-rc7Paul Moore2021-08-232-1/+13
* doc: Add BUGS section to seccomp_rule_add.3Tom Hromatka2021-08-231-0/+18
* python: add the get_notify_fd() method to the SyscallFilter classPaul Moore2021-08-231-0/+13
* tests: various additions to improve code coveragePaul Moore2021-08-1215-64/+804
* arch: consolidate all of the multiplexed syscall handlingPaul Moore2021-08-1219-3422/+669
* github: tweak the GH Actions configurationPaul Moore2021-08-122-8/+16
* tests: add a util_gcov_rules() utility functionPaul Moore2021-08-122-0/+42
* build: reorganize the code coverage targetsPaul Moore2021-08-123-20/+10
* tests: add support for the LIBSECCOMP_TSTCFG_BATCHES env variablePaul Moore2021-08-121-0/+9
* tests: allow multiple test types using comma separated valuesPaul Moore2021-08-121-1/+18
* ppc: add multiplexed syscall support to PPCPaul Moore2021-08-121-4/+526
* mips: add multiplexed syscall support to MIPSPaul Moore2021-08-121-13/+495
* README: Display the Github Actions build status badgeTom Hromatka2021-08-121-1/+1
* 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