| Commit message (Expand) | Author | Age | Files | Lines |
* | Makefile: Enable external override for TARGET | Stefano Brivio | 2023-03-17 | 1 | -1/+1 |
* | Makefile: Fix SuperH 4 builds: it's AUDIT_ARCH_SH, not AUDIT_ARCH_SH4 | Stefano Brivio | 2023-03-09 | 1 | -0/+1 |
* | Makefile, seccomp.sh: Fix cross-builds, adjust syscalls list to compiler | Stefano Brivio | 2023-03-09 | 1 | -1/+1 |
* | treewide: Disable gcc strict aliasing rules as needed, drop workarounds | Stefano Brivio | 2023-02-27 | 1 | -21/+0 |
* | Makefile: Explict int type in FALLOC_FL_COLLAPSE_RANGE probe | Florian Weimer | 2023-02-14 | 1 | -1/+1 |
* | build: Remove *~ files with make clean | Richard W.M. Jones | 2022-11-25 | 1 | -1/+1 |
* | build: Force-create pasta symlink | Richard W.M. Jones | 2022-11-25 | 1 | -1/+1 |
* | util: Allow sock_l4() to open dual stack sockets | David Gibson | 2022-11-25 | 1 | -0/+5 |
* | inany: Helper functions for handling addresses which could be IPv4 or IPv6 | David Gibson | 2022-11-25 | 1 | -3/+3 |
* | tcp: Move connection state structures into a shared header | David Gibson | 2022-11-25 | 1 | -1/+2 |
* | clang-tidy: Suppress warning about assignments in if statements | David Gibson | 2022-11-25 | 1 | -0/+5 |
* | 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 |