| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | valgrind needs futex | David Gibson | 2022-07-22 | 1 | -1/+1 |
* | tests: Fix creation of test file in udp passt tests | David Gibson | 2022-07-22 | 1 | -1/+1 |
* | tests: Fix detection of empty 'hout' responses in passt{,_in_ns} tests | David Gibson | 2022-07-22 | 1 | -0/+14 |
* | tests: Correctly handle domain search list in dhclient-script | David Gibson | 2022-07-22 | 1 | -3/+3 |
* | tests: Handle the case of a nameserver on host localhost | David Gibson | 2022-07-22 | 1 | -2/+2 |
* | tests: More robust parsing of resolv.conf for DHCP tests | David Gibson | 2022-07-22 | 1 | -8/+8 |
* | tests: Add some extra dhclient support directories to mbuto.img | David Gibson | 2022-07-22 | 1 | -1/+1 |
* | tests: Add rudimentary debugging to dhclient-script | David Gibson | 2022-07-22 | 1 | -1/+5 |
* | tests: Let Fedora find dhclient-script in /usr/sbin | David Gibson | 2022-07-22 | 1 | -0/+1 |
* | tests: Remove no longer needed /usr/bin/bash link | David Gibson | 2022-07-22 | 1 | -2/+1 |
* | test: Drop further ^D in passt demo teardown | Stefano Brivio | 2022-07-22 | 1 | -5/+1 |
* | test: Actually use pasta in Podman demo step with HTTP service | Stefano Brivio | 2022-07-22 | 1 | -1/+1 |
* | test: Fix Podman build in Podman demo | Stefano Brivio | 2022-07-22 | 1 | -0/+2 |
* | test: In pasta demo, issue /sbin/dhclient instead of dhclient | Stefano Brivio | 2022-07-22 | 1 | -2/+2 |
* | test: In demos, use pgrep instead of pstree to find namespace PID | Stefano Brivio | 2022-07-22 | 2 | -8/+6 |
* | test: In passt demo, bring up eth0 in guest, not in namespace pane | Stefano Brivio | 2022-07-21 | 1 | -1/+1 |
* | contrib: Rebase Podman patch to latest upstream | Stefano Brivio | 2022-07-21 | 1 | -50/+41 |
* | qrap: Add a neighbour solicitation to probe frames, instead of just ARP2022_07_20.9af2e5d | Stefano Brivio | 2022-07-20 | 1 | -4/+32 |
* | conf: Reset range endpoints after parsing one excluded port specifier2022_07_14.b86cd00 | Stefano Brivio | 2022-07-14 | 1 | -0/+1 |
* | demo/passt: Bring interface up before starting dhclient in guest | Stefano Brivio | 2022-07-14 | 1 | -0/+2 |
* | conf: Allow to specify ranges and ports excluded from given ranges | Stefano Brivio | 2022-07-14 | 2 | -13/+127 |
* | conf: Fix initialisation of IPv6 unicast and link-local addresses | Stefano Brivio | 2022-07-14 | 1 | -2/+2 |
* | util: Fix debug print on failed SO_REUSEADDR setting in sock_l4() | Stefano Brivio | 2022-07-14 | 1 | -1/+1 |
* | passt: Allow exit_group() system call in seccomp profiles | Stefano Brivio | 2022-07-14 | 3 | -2/+4 |
* | arch, passt: Use executable link to form AVX2 binary path | Stefano Brivio | 2022-07-14 | 2 | -13/+21 |
* | tests: Remove unused DNS6 calculation from fedora tests | David Gibson | 2022-07-14 | 3 | -4/+3 |
* | tests: Prepare distro images during asset build phase | David Gibson | 2022-07-14 | 6 | -325/+69 |
* | tests: Move distro image download to asset build makefile | David Gibson | 2022-07-14 | 6 | -46/+178 |
* | tests: Explicitly list test files in test/run, remove "onlyfor" support | David Gibson | 2022-07-14 | 23 | -67/+31 |
* | tests: Don't automatically traverse directories of test files | David Gibson | 2022-07-14 | 2 | -26/+26 |
* | tests: Remove not-very-useful "req" directive | David Gibson | 2022-07-14 | 3 | -53/+31 |
* | tests: Remove unused set_mode() function | David Gibson | 2022-07-14 | 1 | -13/+0 |
* | Clean up passt.pid file | David Gibson | 2022-07-14 | 2 | -1/+3 |
* | tests: Search multiple places for aarch64 EDK2 bios image | David Gibson | 2022-07-14 | 6 | -13/+30 |
* | tests: Move mbuto download and execution to asset build | David Gibson | 2022-07-14 | 3 | -19/+16 |
* | tests: Introduce makefile for building test assets | David Gibson | 2022-07-14 | 2 | -1/+28 |
* | Invoke specific qemu-system-* binaries | David Gibson | 2022-07-14 | 7 | -34/+43 |
* | tests: qemu-system-ppc64le isn't a thing | David Gibson | 2022-07-14 | 2 | -6/+6 |
* | Handle the case of a DNS server on localhost | David Gibson | 2022-07-14 | 1 | -0/+16 |
* | test: Embed script for dhclient(8) in mbuto(1) profile | Stefano Brivio | 2022-07-14 | 4 | -10/+26 |
* | qrap: Don't rely on errno after perror(), and reset it before usage | Stefano Brivio | 2022-07-06 | 1 | -6/+13 |
* | Remove unused line_read() | David Gibson | 2022-07-06 | 1 | -54/+0 |
* | Use new lineread implementation for procfs_scan_listen() | David Gibson | 2022-07-06 | 1 | -4/+6 |
* | Parse resolv.conf with new lineread implementation | David Gibson | 2022-07-06 | 1 | -8/+14 |
* | Add cleaner line-by-line reading primitives | David Gibson | 2022-07-06 | 3 | -4/+150 |
* | test: Add external mbuto profile, drop udhcpc, and switch to it | Stefano Brivio | 2022-07-06 | 3 | -2/+39 |
* | qrap: Increase number of retries on connection reset even further | Stefano Brivio | 2022-06-27 | 1 | -1/+1 |
* | qrap: Change number of retries and delay on connection reset | Stefano Brivio | 2022-06-27 | 1 | -6/+6 |
* | 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 |