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