aboutgitcodebugslistschat
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* passt, pasta: Run-time selection of AVX2 buildStefano Brivio2022-02-281-10/+28
* Makefile: Fix up AUDIT_ARCH for armv6l, armv7lStefano Brivio2022-02-261-0/+1
* pasta: By default, quit if filesystem-bound net namespace goes awayStefano Brivio2022-02-211-1/+2
* Makefile, conf, passt: Drop passt4netns references, explicit argc checkStefano Brivio2022-02-211-5/+2
* passt: Address new clang-tidy warnings from LLVM 13.0.1Stefano Brivio2022-01-301-1/+23
* tcp, netlink, HAS{BYTES_ACKED,MIN_RTT,GETRANDOM} and NETLINK_GET_STRICT_CHKStefano Brivio2022-01-261-0/+15
* Makefile, seccomp: Fix build for i386, ppc64, ppc64leStefano Brivio2022-01-261-2/+12
* Makefile: cppcheck target: Suppress unmatchedSuppression, pass CFLAGSStefano Brivio2021-10-211-3/+16
* passt: Add cppcheck target, test, and address resulting warningsStefano Brivio2021-10-211-1/+31
* passt: Fix build with gcc 7, use std=c99, enable some more Clang checkersStefano Brivio2021-10-211-5/+1
* Makefile, tcp: Don't try to use tcpi_snd_wnd from tcp_info on pre-5.3 kernelsStefano Brivio2021-10-211-0/+5
* passt: Add clang-tidy Makefile target and test, take care of warningsStefano Brivio2021-10-201-0/+75
* passt: Address gcc 11 warningsStefano Brivio2021-10-201-0/+14
* LICENSES: Add license text files, add missing notices, fix SPDX tagsStefano Brivio2021-10-201-0/+11
* Makefile: Install man pages to /usr/share/man instead of /usr/manStefano Brivio2021-10-201-5/+5
* Makefile: Prefix installation paths with $(DESTDIR)Stefano Brivio2021-10-191-9/+9