main
api,doc,tests: Add SCMP_ACT_TRAPX()
all: update my email address
tests: Fix shebang for python3
tests: limit the number of bpf-sim-fuzz test iterations
tests: use openat and fstat instead of open and stat syscalls in tests 04 and 06
tests: Fix warning in 05-sim-long_jumps.c
tests: improve 05-sim-long_jumps to work better across arch/ABIs
tests: add fstatfs() syscall in the 06-sim-actions
tests: Add 64-bit LoongArch support
tests: correctly return an error if seccomp_init() fails
all: massive src/db.c rework
tests: fix 11-basic-basic_errors on old kernels (API level < 5)
tests: rename the tests to make it clear which are simulator/basic/live based
api: add the SCMP_FLTATR_CTL_WAITKILL filter attribute
arch: Add 32-bit Motorola 68000 support
tests: add removing SH arch in tests/16-sim-arch
all: pick better names for some legacy terminology
tests: add an API level check to the live tests
tests: Add new test for big-endian architectures
bpf: fix x32/x86_64 architecture detection logic
tests: remove fuzzing from 28-sim-arch_x86.tests
tests: only use bogus syscall numbers in test 29
tests: add the mipsel and sh ABIs to test 30-sim-socket_syscalls
api: add a seccomp_version() API call
tests: create a simple live test to verify we can set the TSYNC attribute
tests: various additions to improve code coverage
tests: cleanup some comments in 15-sim-negative_one
tests: we can't run fuzz tests on non-native filters
tests: avoid use of non-portable `which`
tests: add a dedicated PFC test
api: create an API level construct as part of the supported API
tests: add test for SCMP_ACT_LOG of all syscalls
tests: add a test to check for syscall priority function on non-native ABIs
tests: add LT tests to 43-sim-a2_order
tests: fix some issues found by coverity
tests: add tests for db_chain_lt()
tests: disable a number of tests on the x32 arch
tests: fix a number of problems with the tests on a 32-bit x86 system
tests: Add tests for SECCOMP_RET_KILL_PROCESS
api: provide 32-bit friendly argument comparison macros
tests: add 48-sim-64b_comparisons
tests: Add 50-sim-hash_collision test
tests: only run test 50 on x86_64
all: only request the userspace notification fd once
tests: add notification tests
tests: introduce a simple seccomp_load() test as part of the non-live tests
tests: Fix make check-syntax error in test 54
tests: add tests for the binary tree
syscalls: Update the syscall table for Linux v6.12-rc5
arch: use gperf to generate a perfact hash to lookup syscall names
api: add the SCMP_FLTATR_API_SYSRAWRC filter attribute
tests: use smaller "magic" numbers in 58-live-tsync_notify
api: add API level 6
tests: Add a binary tree test with zero syscalls
all: add seccomp_precompute() functionality
tests: Skip tests 60 and 61 on x32
api: add transaction support to the libseccomp API
tests: add test 62-sim-arch_transactions
tests: remove the fuzzer from test 62-sim-arch_transactions
tests: add test 63-live-notify_addfd
tests: fix a bad merge of test 63-live-trapx
tests: Fix merge error in Makefile.am
all: add tests to ensure that syscall -1 is handled correctly
tests: fix a test framework race condition and spurious output
tests: add a util_gcov_rules() utility function
all: fixup all the file permissions
tests: fix some small spelling mistakes