aboutgitcodebugslistschat
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Change HPPA into PARISC while building PASST_AUDIT_ARCHStefano Brivio2022-11-161-0/+1
* Makefile: It's AUDIT_ARCH_MIPSEL64, not AUDIT_ARCH_MIPS64ELStefano Brivio2022-11-161-0/+1
* Makefile: Don't filter out -O2 from supplied flags for AVX2 buildsStefano Brivio2022-11-161-1/+1
* Makefile: Honour passed CPPFLAGS, not just CFLAGSStefano Brivio2022-11-161-7/+7
* conf, log, Makefile: Add versioning informationStefano Brivio2022-10-151-0/+3
* log, conf: Add support for logging to fileStefano Brivio2022-10-141-5/+10
* Move logging functions to a new file, log.cStefano Brivio2022-10-141-2/+2
* Makefile: Hack for optimised-away store in ndp() before checksum calculation2022_09_29.06aa26fStefano Brivio2022-09-291-0/+7
* Makefile: Extend noinline workarounds for LTO and -O2 to gcc 12Stefano Brivio2022-09-291-3/+3
* cppcheck: Remove unused unmatchedSuppression suppressionsDavid Gibson2022-09-291-3/+0
* Mark unused functions for cppcheckDavid Gibson2022-09-291-1/+0
* cppcheck: Remove unused va_list_usedBeforeStarted suppressionDavid Gibson2022-09-291-2/+0
* cppcheck: Remove unused objectIndex suppressionsDavid Gibson2022-09-291-3/+0
* cppcheck: Remove unused knownConditionTrueFalse suppressionDavid Gibson2022-09-291-2/+0
* Regenerate seccomp.h if seccomp.sh changesDavid Gibson2022-09-291-2/+2
* cppcheck: Remove localtime suppression for pcap.cDavid Gibson2022-09-291-1/+0
* cppcheck: Broaden suppression for unused struct membersDavid Gibson2022-09-291-2/+1
* cppcheck: Use inline suppression for strtok() in conf.cDavid Gibson2022-09-291-1/+0
* cppcheck: Use inline suppressions for qrap.cDavid Gibson2022-09-291-2/+1
* cppcheck: Use inline suppression for ffsl()David Gibson2022-09-291-2/+0
* Clean up parsing in conf_runas()David Gibson2022-09-291-2/+1
* cppcheck: Add target specific headersDavid Gibson2022-09-291-1/+1
* Makefile: Simplify getting target triple for compilerDavid Gibson2022-09-291-2/+2
* cppcheck: Run quietlyDavid Gibson2022-09-291-1/+1
* cppcheck: Avoid excessive scanning due to system headersDavid Gibson2022-09-291-14/+6
* clang-tidy: Disable 'readability-identifier-length'David Gibson2022-09-291-1/+6
* Improve types and names for port forwarding configurationDavid Gibson2022-09-241-1/+1
* Fix the name of the qemu-system-* executableVasiliy Ulyanov2022-09-241-4/+4
* Makefile: Include seccomp.h in HEADERS and require it for static checkersStefano Brivio2022-09-221-3/+3
* Makefile: Allow define overrides by prepending, not appending, CFLAGSStefano Brivio2022-09-221-24/+25
* Move self-isolation code into a separate fileDavid Gibson2022-09-131-4/+4
* Makefile: Honour LDFLAGS for binary targetsStefano Brivio2022-09-071-3/+3
* Makefile: Use more GNU-style directory variables, explicit docdir for OpenSUSE2022_08_21.7b71094Stefano Brivio2022-08-211-11/+17
* Makefile: Install demo.sh too, uninstall stuff under /usr/shareStefano Brivio2022-08-201-0/+4
* Makefile: Ugly hack to get a "plain" Markdown version of READMEStefano Brivio2022-08-201-3/+27
* valgrind needs futexDavid Gibson2022-07-221-1/+1
* passt: Allow exit_group() system call in seccomp profilesStefano Brivio2022-07-141-1/+1
* Clean up passt.pid fileDavid Gibson2022-07-141-1/+2
* Add cleaner line-by-line reading primitivesDavid Gibson2022-07-061-4/+4
* Makefile: Don't create extraneous -.s fileDavid Gibson2022-06-181-1/+1
* Makefile: Tweak $(RM) usageDavid Gibson2022-06-181-3/+3
* Makefile: Simplify pasta* targets with a pattern ruleDavid Gibson2022-06-181-8/+2
* Makefile: Use $(BIN) and $(MANPAGES) variable to simplify several targetsDavid Gibson2022-06-181-14/+12
* Makefile: Avoid using wildcard sourcesDavid Gibson2022-06-181-15/+22
* Makefile: Suppress unusedStructMember Cppcheck warning in dhcp.cStefano Brivio2022-06-181-0/+2
* Makefile: Allow implicit test for bugprone-suspicious-string-compare checkerStefano Brivio2022-03-291-4/+1
* treewide: Fix android-cloexec-* clang-tidy warnings, re-enable checksStefano Brivio2022-03-291-9/+0
* test, seccomp, Makefile: Switch to valgrind runs for passt functional testsStefano Brivio2022-03-291-1/+7
* Makefile: Enable a few hardening flagsStefano Brivio2022-03-281-2/+8
* Makefile, hooks: Static target precondition for pkgs, copy .avx2 buildsStefano Brivio2022-03-011-1/+1