summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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