summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* github: enable CodeQL code scanning and analysisPaul Moore2022-01-101-0/+37
* tests: Add *.log and *.stats to .gitignoreManabu Sugimoto2022-01-101-0/+2
* doc,pyx,tests: Fix some typosManabu Sugimoto2022-01-053-5/+5
* github: fix a typo in the GH actions setupPaul Moore2021-12-301-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/+58
* 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-012-20/+61
* arch: replace arch-syscall-check with something more usefulPaul Moore2021-10-294-235/+63
* api: update seccomp-syscalls.hPaul Moore2021-10-281-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
* api: add missing reviewer fixesMike Frysinger2021-10-132-2/+4
* api: extend BPF export API to write to a memory bufferMike Frysinger2021-10-089-0/+139
* doc: seccomp_rule_add.3: add -EACCES return valueKir Kolyshkin2021-10-081-0/+5
* python: fix `[` bashismMike Frysinger2021-09-281-2/+2
* tests: Allow munmap() syscall in Python test #24Tom Hromatka2021-09-011-0/+1
* Merge pull request #334 from drakenclimber/issues/v2.5.2-changelogTom Hromatka2021-08-311-0/+12
|\
| * 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/+847
* arch: consolidate all of the multiplexed syscall handlingPaul Moore2021-08-1220-3943/+685
* 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
* sh: add multiplexed syscall support to SHPaul Moore2021-08-121-8/+528
* mips: add multiplexed syscall support to MIPSPaul Moore2021-08-121-13/+495
* README: Display the Github Actions build status badgeTom Hromatka2021-07-261-1/+1
* github: Add continuous integration workflowTom Hromatka2021-07-262-0/+138
* tools: fix scan-build warnings in scmp_bpf_disasmTom Hromatka2021-07-261-4/+2
* travis: Disable Travis CITom Hromatka2021-07-261-85/+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: add the missing faccessat2 definePaul Moore2021-04-281-0/+2
* syscalls: update syscall table to v5.12-rc7Paul Moore2021-04-281-1/+4
* Merge pull request #319 from giuseppe/fix-unitialized-value-usageTom Hromatka2021-04-063-6/+31
|\
| * 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