aboutgitcodebugslistschat
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* 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
* passt: Static builds: don't redefine __vsyslog(), skip getpwnam() and initgro...Stefano Brivio2021-10-161-1/+1
* passt, pasta: Add seccomp supportStefano Brivio2021-10-141-9/+8
* conf, tap: Split netlink and pasta functions, allow interface configurationStefano Brivio2021-10-141-4/+5
* pasta: Allow specifying paths and names of namespacesGiuseppe Scrivano2021-10-071-0/+1
* passt: Align pkt_buf to PAGE_SIZE (start and size), try to fit in huge pagesStefano Brivio2021-09-271-0/+1
* Makefile: Visually separate CFLAGS from input files in resulting cc commandsStefano Brivio2021-09-271-2/+4
* Makefile: Make sure destination directories exist on installStefano Brivio2021-09-011-0/+1
* Makefile: Quick hack to build convenience Debian and RPM packagesStefano Brivio2021-09-011-1/+15
* Makefile: Add install, uninstall targetsStefano Brivio2021-09-011-1/+16
* passt, pasta: Introduce command-line options and port re-mappingStefano Brivio2021-09-011-11/+6
* checksum: Introduce AVX2 implementation, unify helpersStefano Brivio2021-07-261-2/+17
* passt: Add PASTA mode, major reworkStefano Brivio2021-07-171-2/+9