| Commit message (Expand) | Author | Age | Files | Lines |
* | Makefile: Change HPPA into PARISC while building PASST_AUDIT_ARCH | Stefano Brivio | 2022-11-16 | 1 | -0/+1 |
* | Makefile: It's AUDIT_ARCH_MIPSEL64, not AUDIT_ARCH_MIPS64EL | Stefano Brivio | 2022-11-16 | 1 | -0/+1 |
* | Makefile: Don't filter out -O2 from supplied flags for AVX2 builds | Stefano Brivio | 2022-11-16 | 1 | -1/+1 |
* | Makefile: Honour passed CPPFLAGS, not just CFLAGS | Stefano Brivio | 2022-11-16 | 1 | -7/+7 |
* | conf, log, Makefile: Add versioning information | Stefano Brivio | 2022-10-15 | 1 | -0/+3 |
* | log, conf: Add support for logging to file | Stefano Brivio | 2022-10-14 | 1 | -5/+10 |
* | Move logging functions to a new file, log.c | Stefano Brivio | 2022-10-14 | 1 | -2/+2 |
* | Makefile: Hack for optimised-away store in ndp() before checksum calculation2022_09_29.06aa26f | Stefano Brivio | 2022-09-29 | 1 | -0/+7 |
* | Makefile: Extend noinline workarounds for LTO and -O2 to gcc 12 | Stefano Brivio | 2022-09-29 | 1 | -3/+3 |
* | cppcheck: Remove unused unmatchedSuppression suppressions | David Gibson | 2022-09-29 | 1 | -3/+0 |
* | Mark unused functions for cppcheck | David Gibson | 2022-09-29 | 1 | -1/+0 |
* | cppcheck: Remove unused va_list_usedBeforeStarted suppression | David Gibson | 2022-09-29 | 1 | -2/+0 |
* | cppcheck: Remove unused objectIndex suppressions | David Gibson | 2022-09-29 | 1 | -3/+0 |
* | cppcheck: Remove unused knownConditionTrueFalse suppression | David Gibson | 2022-09-29 | 1 | -2/+0 |
* | Regenerate seccomp.h if seccomp.sh changes | David Gibson | 2022-09-29 | 1 | -2/+2 |
* | cppcheck: Remove localtime suppression for pcap.c | David Gibson | 2022-09-29 | 1 | -1/+0 |
* | cppcheck: Broaden suppression for unused struct members | David Gibson | 2022-09-29 | 1 | -2/+1 |
* | cppcheck: Use inline suppression for strtok() in conf.c | David Gibson | 2022-09-29 | 1 | -1/+0 |
* | cppcheck: Use inline suppressions for qrap.c | David Gibson | 2022-09-29 | 1 | -2/+1 |
* | cppcheck: Use inline suppression for ffsl() | David Gibson | 2022-09-29 | 1 | -2/+0 |
* | Clean up parsing in conf_runas() | David Gibson | 2022-09-29 | 1 | -2/+1 |
* | cppcheck: Add target specific headers | David Gibson | 2022-09-29 | 1 | -1/+1 |
* | Makefile: Simplify getting target triple for compiler | David Gibson | 2022-09-29 | 1 | -2/+2 |
* | cppcheck: Run quietly | David Gibson | 2022-09-29 | 1 | -1/+1 |
* | cppcheck: Avoid excessive scanning due to system headers | David Gibson | 2022-09-29 | 1 | -14/+6 |
* | clang-tidy: Disable 'readability-identifier-length' | David Gibson | 2022-09-29 | 1 | -1/+6 |
* | Improve types and names for port forwarding configuration | David Gibson | 2022-09-24 | 1 | -1/+1 |
* | Fix the name of the qemu-system-* executable | Vasiliy Ulyanov | 2022-09-24 | 1 | -4/+4 |
* | Makefile: Include seccomp.h in HEADERS and require it for static checkers | Stefano Brivio | 2022-09-22 | 1 | -3/+3 |
* | Makefile: Allow define overrides by prepending, not appending, CFLAGS | Stefano Brivio | 2022-09-22 | 1 | -24/+25 |
* | Move self-isolation code into a separate file | David Gibson | 2022-09-13 | 1 | -4/+4 |
* | Makefile: Honour LDFLAGS for binary targets | Stefano Brivio | 2022-09-07 | 1 | -3/+3 |
* | Makefile: Use more GNU-style directory variables, explicit docdir for OpenSUSE2022_08_21.7b71094 | Stefano Brivio | 2022-08-21 | 1 | -11/+17 |
* | Makefile: Install demo.sh too, uninstall stuff under /usr/share | Stefano Brivio | 2022-08-20 | 1 | -0/+4 |
* | Makefile: Ugly hack to get a "plain" Markdown version of README | Stefano Brivio | 2022-08-20 | 1 | -3/+27 |
* | valgrind needs futex | David Gibson | 2022-07-22 | 1 | -1/+1 |
* | passt: Allow exit_group() system call in seccomp profiles | Stefano Brivio | 2022-07-14 | 1 | -1/+1 |
* | Clean up passt.pid file | David Gibson | 2022-07-14 | 1 | -1/+2 |
* | Add cleaner line-by-line reading primitives | David Gibson | 2022-07-06 | 1 | -4/+4 |
* | Makefile: Don't create extraneous -.s file | David Gibson | 2022-06-18 | 1 | -1/+1 |
* | Makefile: Tweak $(RM) usage | David Gibson | 2022-06-18 | 1 | -3/+3 |
* | Makefile: Simplify pasta* targets with a pattern rule | David Gibson | 2022-06-18 | 1 | -8/+2 |
* | Makefile: Use $(BIN) and $(MANPAGES) variable to simplify several targets | David Gibson | 2022-06-18 | 1 | -14/+12 |
* | Makefile: Avoid using wildcard sources | David Gibson | 2022-06-18 | 1 | -15/+22 |
* | Makefile: Suppress unusedStructMember Cppcheck warning in dhcp.c | Stefano Brivio | 2022-06-18 | 1 | -0/+2 |
* | Makefile: Allow implicit test for bugprone-suspicious-string-compare checker | Stefano Brivio | 2022-03-29 | 1 | -4/+1 |
* | treewide: Fix android-cloexec-* clang-tidy warnings, re-enable checks | Stefano Brivio | 2022-03-29 | 1 | -9/+0 |
* | test, seccomp, Makefile: Switch to valgrind runs for passt functional tests | Stefano Brivio | 2022-03-29 | 1 | -1/+7 |
* | Makefile: Enable a few hardening flags | Stefano Brivio | 2022-03-28 | 1 | -2/+8 |
* | Makefile, hooks: Static target precondition for pkgs, copy .avx2 builds | Stefano Brivio | 2022-03-01 | 1 | -1/+1 |