summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-02-22Enable bge(4).kettenis2-2/+4
2021-02-22Enable apldog(4).kettenis3-3/+9
2021-02-22apldog(4)kettenis2-2/+44
2021-02-22Add apldog(4), a driver for the watchdog on Apple M1 SoCs.kettenis1-0/+117
2021-02-22Move UNIX socket's garbage collector to `systqmp'. It touches nothingmvs1-3/+3
2021-02-22Disable double-data rate modes if 1.8V signalling is not possible.patrick1-2/+4
2021-02-22Slow mode is only relevant for legacy and high speed timings.patrick1-3/+3
2021-02-22Improve support for the variant found on the Apple M1 SoC.kettenis2-63/+160
2021-02-22Make the ober_get_* set of function to accept a NULL-pointer.martijn2-16/+55
2021-02-22Fix bizarre punctuation and capitalization in a comment.tb1-2/+2
2021-02-22Simplify version checks in the TLSv1.3 clienttb1-22/+10
2021-02-22Factor out/change some of the legacy client version handling code.jsing3-12/+36
2021-02-22When cutting of the head of an overlapping fragment during pfbluhm1-1/+26
2021-02-22add 7.0 syspatch pubkeyrobert1-0/+2
2021-02-22expand_paths needs the global environment to be set up, do that first.nicm1-7/+7
2021-02-22Make use of the new '$' feature of ober_scanf_elements to enforce strictermartijn3-16/+15
2021-02-22Rename mkpath() to mkpathat() since it uses mkdirat() internally.claudio3-7/+8
2021-02-22Fix regex searching with wrapped lines, from Anindya Mukherjee; GitHubnicm1-2/+59
2021-02-22Move config file path expansion much earlier, keep the list of pathsnicm5-40/+69
2021-02-22There are many format variables now so allocating all the default onesnicm4-477/+2048
2021-02-22Move jump commands to grid reader, make them UTF-8 aware, and tidy up,nicm4-220/+210
2021-02-22Switch reboot timing to timespec, the better to handle thekrw2-6/+13
2021-02-22Use the F_CHECK_SENT and F_CHECK_DONE flags to determine whether ajmatthew2-4/+8
2021-02-22regenjsg2-8/+120
2021-02-22add some AMD 500 series, 17h/71h, Navi 10 and Kingston NVMe idsjsg1-4/+28
2021-02-21PATH does not include '.' anymore. Fix the runs test for that situation.tb1-2/+2
2021-02-21Rename struct client_config fields 'timeout', 'link_timeout' andkrw3-22/+23
2021-02-21exclamation mark needs escaped too;jmc1-2/+2
2021-02-21how about sticking to standard C.deraadt1-2/+2
2021-02-21Add cryptox(4), a driver for armv8 cryptographic extensions.tobhe5-3/+1660
2021-02-21No need for state_preboot() to double check timeout beingkrw1-13/+3
2021-02-21Don't explicitly send address family in IMSG_VROUTE_ADD. The receivingtobhe1-12/+2
2021-02-21One CPUs that implement the VHE extension and have the E2H bit set, keepkettenis2-6/+12
2021-02-21Add ping -g, a concise display format similar to that used by othersthen2-14/+45
2021-02-21zap duplicate .Nm;jmc1-2/+1
2021-02-21syncderaadt1-0/+1
2021-02-21cut nvgre(4) over to use common etherbridge code.dlg2-316/+128
2021-02-21cut bpe(4) over to using the common etherbridge code.dlg2-291/+126
2021-02-21add etherbridge, the guts of a learning bridge that can be reused.dlg3-2/+693
2021-02-21i added stoeplitz_eaddrdlg1-1/+11
2021-02-21fix the names of the things that actually do the hashing.dlg1-22/+23
2021-02-21add stoeplitz_eaddr, for getting a hash value from an ethernet address.dlg2-2/+16
2021-02-20Fail on invalid address family.tobhe1-1/+3
2021-02-20remove warning about amdgpu userptr ioctl being unimplementedjsg1-1/+0
2021-02-20Enable threads testotto1-1/+1
2021-02-20A regress test to test concurrent exception handling in threadsotto2-0/+63
2021-02-20Make the unwind cache tread-safe by declaring it thread_local. Solvesotto1-1/+1
2021-02-20tick_msg("lease", TICK_SUCCESS) in bind_lease() should *not* bekrw1-2/+2
2021-02-20Fix disestablishing of PCI interrupt handlers.visa1-9/+2
2021-02-20ugly whitespacetb2-14/+14