aboutgitcodebugslistschat
path: root/seccomp.sh
Commit message (Expand)AuthorAgeFilesLines
* cppcheck: Explicitly give files to checkDavid Gibson2024-04-051-2/+2
* seccomp: Make seccomp.sh re-entrancy safeDavid Gibson2023-06-251-2/+4
* passt: Relicense to GPL 2.0, or any later versionStefano Brivio2023-04-061-1/+1
* Makefile, seccomp.sh: Fix cross-builds, adjust syscalls list to compilerStefano Brivio2023-03-091-2/+5
* cppcheck: Avoid errors due to zeroes in bitwise ORsDavid Gibson2022-09-291-0/+2
* Makefile: Avoid using wildcard sourcesDavid Gibson2022-06-181-2/+3
* test, seccomp, Makefile: Switch to valgrind runs for passt functional testsStefano Brivio2022-03-291-0/+1
* seccomp.sh: Handle syscall number defines in the (x + y) formStefano Brivio2022-02-261-0/+3
* seccomp: Introduce mechanism to allow per-arch syscallsStefano Brivio2022-01-261-9/+48
* Makefile, seccomp: Fix build for i386, ppc64, ppc64leStefano Brivio2022-01-261-1/+5
* seccomp.sh: Handle missing ausyscall(8) or unknown syscall numberStefano Brivio2021-10-211-3/+26
* passt, pasta: Add seccomp supportStefano Brivio2021-10-141-0/+180