summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-15Test DTLS timeouts and retransmissions by dropping specific messages.Joel Sing
2020-10-15Unbreak DTLS retransmissions for flights that include a CCS.Joel Sing
2020-10-15Improve poll and event handling.Joel Sing
2020-10-15Ensure resid is correctly set in the INQUIRY case.Kenneth R Westerback
2020-10-15_exit(2), execve(2): tweak per-process interval timer cancellationcheloha
2020-10-15crt0 MD _dl_exit() performs syscall to SYS_exit directly, but thenTheo de Raadt
2020-10-15sys/kernel.h: remove dead externs: tickfix, tixfixinterval, tickdelta, ...cheloha
2020-10-15Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with callKenneth R Westerback
2020-10-15Nuke commented out variable declaration.Kenneth R Westerback
2020-10-15consistently use dev_info() for sos fw version messagesJonathan Gray
2020-10-15don't print pci ids when radeondrm attachesJonathan Gray
2020-10-15don't print pci ids when amdgpu attachesJonathan Gray
2020-10-15Stop asserting that the NET_LOCK() shouldn't be held in yield().Martin Pieuchot
2020-10-15zap annoying stray spacesTheo Buehler
2020-10-15_exit(2), execve(2): cancel per-process interval timers safelycheloha
2020-10-15make three mib[] arrays const, as was done in libcTheo de Raadt
2020-10-15sick of the CMU, let's make this KNFTheo de Raadt
2020-10-15drm/amdgpu: move gpu_info parsing after common early initJonathan Gray
2020-10-15drm/amdgpu: move discovery gfx config fetchingJonathan Gray
2020-10-15Replace sr_copy_internal_data() with scsi_copy_internal_data().Kenneth R Westerback
2020-10-15Replace local *_copy_internal_data() with scsi_copy_internal_data().Kenneth R Westerback
2020-10-14regenJonathan Gray
2020-10-14don't match on 17ef:3083 in ure(4)Jonathan Gray
2020-10-14Introduce scsi_copy_internal_data() to copy 'faked' data from a driver to aKenneth R Westerback
2020-10-14delete strange historical FFS_SOFTUPDATES ifdef...Theo de Raadt
2020-10-14use symbolic SYS_exit rather than 1, and skip usingTheo de Raadt
2020-10-14use symbolic SYS_exit instead of the value 1Theo de Raadt
2020-10-14typo in error messageChristian Weisgerber
2020-10-14Accommodate a basename(3) that takes a non-const parameter and mayChristian Weisgerber
2020-10-14Accommodate POSIX basename(3) that takes a non-const parameter andChristian Weisgerber
2020-10-14replace a MAXPATHLEN that slipped back in with PATH_MAX so userland won'tChristian Weisgerber
2020-10-14Replace SSL_IS_DTLS with SSL_is_dtls().Joel Sing
2020-10-14Provide SSL_is_dtls().Joel Sing
2020-10-14Split the userland vs kernel uvm_fault reaching paths to reduce lateTheo de Raadt
2020-10-14Mark DTLS methods as DTLS.Joel Sing
2020-10-14Hook up dtls regress.Joel Sing
2020-10-14Add regress tests for DTLS.Joel Sing
2020-10-14add missing mention of Werner Lemberg,Ingo Schwarze
2020-10-14remove unused locally added drm_driver struct membersJonathan Gray
2020-10-14don't multiply ticks by hz when result is compared to jiffiesJonathan Gray
2020-10-14no need to initialize i if it's re-initialized a few lines downTheo Buehler
2020-10-14Add an interrupt barrier in bnxt_down() and check if the interface isJonathan Matthew
2020-10-14Free peekaboo pbuf at end of s_client_main()Theo Buehler
2020-10-14make UpdateHostkeys still more conservative: refuse to proceed ifDamien Miller
2020-10-13Make sure an OCSP query sends a host headerTheo Buehler
2020-10-13setitimer(2): zero itv.it_interval if itv.it_value is zerocheloha
2020-10-13setitimer(2): realitexpire(): call getnanouptime(9) oncecheloha
2020-10-13More useless stuff snuck in.Florian Obser
2020-10-13Fix note for "previous-window" default key binding, from SebastianNicholas Marriott
2020-10-13import NSD 4.3.3, ok florian@Stuart Henderson