summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-12-23Ensure that filt_dead() takes effectvisa1-1/+2
2020-12-23Clear error before each iteration in kqueue_scan()visa1-1/+3
2020-12-23BGP uses KEEPALIVE packets and the HOLD timer to detect stalled sessions.claudio3-3/+20
2020-12-23Update to tzdata2020e from www.iana.org. Major changes:millert10-181/+769
2020-12-23Fix regulators that use "active-low" polarity. Our implementation nowkettenis1-9/+16
2020-12-23Handle a few more userland traps that would lead to a kernel panic.kettenis1-2/+19
2020-12-23Use regfree after we're done with preg.martijn1-2/+7
2020-12-22have the ifrxr info stuff report the buffer size the hw handles.dlg1-2/+2
2020-12-22Log SPI with SPI_SH() wherever possible.tobhe1-9/+10
2020-12-22Use SIGILL for the Facility Unavailable Interrupt in usermode.gkoehler1-1/+6
2020-12-22further tidy up the dynamic address section, and try to keep it and the staticjmc1-17/+16
2020-12-22Add PCIe clocks.kettenis1-1/+5
2020-12-22For a while the kerrnel reports EACCES to userland if pf blocks abluhm1-3/+3
2020-12-22Implement select(2) and pselect(2) on top of kqueue.mpi1-55/+148
2020-12-22Destroy the mutex in tls_config objects when tls_config_free is called.bcook2-2/+11
2020-12-22Defer hardware initialization in order to give things like PCIe PHYskettenis1-15/+31
2020-12-22Clear FSCR register. This gives us a sane default state where all facilitieskettenis2-2/+11
2020-12-22Fix typostobias5-15/+15
2020-12-22Break cursor movement in grid into a common set of functions that cannicm4-145/+517
2020-12-22tweak the description of KnownHostsCommand in ssh_conf.5, and addjmc3-14/+16
2020-12-22print all the rings on a nic without limiting it to the number of mclpoolsdlg1-2/+2
2020-12-22name the rx rings like ix does for systat mbdlg1-1/+2
2020-12-22more detail for failing testsdjm1-3/+3
2020-12-22regress test for KnownHostsCommanddjm2-4/+58
2020-12-22syncvisa1-0/+2
2020-12-22Make clang the default compiler on loongson.visa2-5/+6
2020-12-22stop showing amd l3 cache informationjsg2-27/+3
2020-12-22Remove lines accidentally left behind in the ProxyJump parsing fix r1.345.tb1-4/+1
2020-12-22Revert call to pthread_mutex_destroy until installers have a stub.bcook1-3/+1
2020-12-22add a ssh_config KnownHostsCommand that allows the client to obtaindjm7-16/+188
2020-12-22move subprocess() from auth.c to misc.cdjm5-167/+190
2020-12-22tweak previous;jmc1-5/+3
2020-12-21Use policy_test() to reassign existing SAs to updated policies aftertobhe3-13/+139
2020-12-21Remove explicit rijndael-cbc@lysator.liu.se test since the cipher wasdtucker1-2/+2
2020-12-21Fix typo in mktime() year format description. From Paul de Weerd.millert1-3/+3
2020-12-21Simplify verbiage in "DYNAMIC ADDRESS CONFIGURATION" section. Addkrw1-41/+25
2020-12-21Avoid issuing pointless 'ifconfig <if> up' when processing 'dhcp' inkrw2-6/+8
2020-12-21Rename syntax test of the \O escape sequence (suppress output groffschwarze6-26/+26
2020-12-21Destroy the mutex in a tls_config object when tls_config_free is called.bcook1-1/+3
2020-12-21Only enable rasops1_putchar8() and rasops1_putchar16() optomizations onkettenis1-5/+5
2020-12-21The plumbing already allowed for smtp authentication, hook it up to the -amartijn2-7/+35
2020-12-21Use NI_NUMERICSERV. We don't use the result and it's faster and is amartijn2-5/+6
2020-12-21Rewrite parse_netprefix to no longer use isc_sockaddr_fromin{,6}.florian3-92/+20
2020-12-21Now that a NULL string is marshalled as NULL again we can drop someclaudio6-33/+26
2020-12-21Remove the pre-standardization cipher rijndael-cbc@lysator.liu.se.dtucker1-3/+1
2020-12-21Always call endservent_r() after getservbyport_r().eric2-13/+17
2020-12-21properly fix ProxyJump parsing; Thanks to tb@ for pointing out my errordjm1-4/+9
2020-12-21Show scope id when set; ok florian@otto1-4/+7
2020-12-21adapt to API change in hostkeys_foreach()/load_hostkeys()djm1-19/+72
2020-12-21Test that IPv4 path MTU discovery works over IPsec in tunnel mode.bluhm2-3/+53