Age | Commit message (Expand) | Author |
2021-02-22 | Make use of the new '$' feature of ober_scanf_elements to enforce stricter | Martijn van Duren |
2021-02-22 | Rename mkpath() to mkpathat() since it uses mkdirat() internally. | Claudio Jeker |
2021-02-22 | Fix regex searching with wrapped lines, from Anindya Mukherjee; GitHub | Nicholas Marriott |
2021-02-22 | Move config file path expansion much earlier, keep the list of paths | Nicholas Marriott |
2021-02-22 | There are many format variables now so allocating all the default ones | Nicholas Marriott |
2021-02-22 | Move jump commands to grid reader, make them UTF-8 aware, and tidy up, | Nicholas Marriott |
2021-02-22 | Switch reboot timing to timespec, the better to handle the | Kenneth R Westerback |
2021-02-22 | Use the F_CHECK_SENT and F_CHECK_DONE flags to determine whether a | Jonathan Matthew |
2021-02-22 | regen | Jonathan Gray |
2021-02-22 | add some AMD 500 series, 17h/71h, Navi 10 and Kingston NVMe ids | Jonathan Gray |
2021-02-21 | PATH does not include '.' anymore. Fix the runs test for that situation. | Theo Buehler |
2021-02-21 | Rename struct client_config fields 'timeout', 'link_timeout' and | Kenneth R Westerback |
2021-02-21 | exclamation mark needs escaped too; | Jason McIntyre |
2021-02-21 | how about sticking to standard C. | Theo de Raadt |
2021-02-21 | Add cryptox(4), a driver for armv8 cryptographic extensions. | tobhe |
2021-02-21 | No need for state_preboot() to double check timeout being | Kenneth R Westerback |
2021-02-21 | Don't explicitly send address family in IMSG_VROUTE_ADD. The receiving | tobhe |
2021-02-21 | One CPUs that implement the VHE extension and have the E2H bit set, keep | Mark Kettenis |
2021-02-21 | Add ping -g, a concise display format similar to that used by other | Stuart Henderson |
2021-02-21 | zap duplicate .Nm; | Jason McIntyre |
2021-02-21 | sync | Theo de Raadt |
2021-02-21 | cut nvgre(4) over to use common etherbridge code. | David Gwynne |
2021-02-21 | cut bpe(4) over to using the common etherbridge code. | David Gwynne |
2021-02-21 | add etherbridge, the guts of a learning bridge that can be reused. | David Gwynne |
2021-02-21 | i added stoeplitz_eaddr | David Gwynne |
2021-02-21 | fix the names of the things that actually do the hashing. | David Gwynne |
2021-02-21 | add stoeplitz_eaddr, for getting a hash value from an ethernet address. | David Gwynne |
2021-02-20 | Fail on invalid address family. | tobhe |
2021-02-20 | remove warning about amdgpu userptr ioctl being unimplemented | Jonathan Gray |
2021-02-20 | Enable threads test | Otto Moerbeek |
2021-02-20 | A regress test to test concurrent exception handling in threads | Otto Moerbeek |
2021-02-20 | Make the unwind cache tread-safe by declaring it thread_local. Solves | Otto Moerbeek |
2021-02-20 | tick_msg("lease", TICK_SUCCESS) in bind_lease() should *not* be | Kenneth R Westerback |
2021-02-20 | Fix disestablishing of PCI interrupt handlers. | Visa Hankala |
2021-02-20 | ugly whitespace | Theo Buehler |
2021-02-20 | Rename f_err into fatal_err. | Theo Buehler |
2021-02-20 | Rename the truncated label into decode_err. This describes its purpose | Theo Buehler |
2021-02-20 | zap unneccessary .Pp; | Jason McIntyre |
2021-02-20 | Revise regress to match change in SSL{_CTX,}_get_{min,max}_proto_version(). | Joel Sing |
2021-02-20 | Return a min/max version of zero if set to zero. | Joel Sing |
2021-02-20 | Add DTLSv1.2 methods. | Joel Sing |
2021-02-20 | Handle DTLS1_2_VERSION in various places. | Joel Sing |
2021-02-20 | Revise HelloVerifyRequest handling for DTLSv1.2. | Joel Sing |
2021-02-20 | Group HelloVerifyRequest decoding and add missing check for trailing data. | Joel Sing |
2021-02-20 | Add various public DTLS related defines. | Joel Sing |
2021-02-20 | Clean up/simplify dtls1_get_cipher(). | Joel Sing |
2021-02-20 | move from calling l3 protocol input handlers to using if_vinput. | David Gwynne |
2021-02-20 | move gre and mgre from calling l3 input handlers to using if_vinput. | David Gwynne |
2021-02-20 | move gif from calling l3 protocol input handlers to using if_vinput. | David Gwynne |
2021-02-20 | add p2p_input, like ether_input but for l3 tunnel interfaces. | David Gwynne |