summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-10-13remove dir useless for cvsStuart Henderson
2020-10-13merge NSD 4.3.3Stuart Henderson
2020-10-13import NSD 4.3.3, ok florian@Stuart Henderson
2020-10-13typo in commentMartin Pieuchot
2020-10-13Set RGB flag if capabilities are present, GitHub issue 2418.Nicholas Marriott
2020-10-13Un-const what we pass to dirname(3).Martijn van Duren
2020-10-13move ifdef to make it clear we don't use __create_shmem()Jonathan Gray
2020-10-13Do some easy .data -> .rodata/.data.rel.ro conversionsPhilip Guenther
2020-10-13annoying whitespace gliches spotted during re-readTheo de Raadt
2020-10-12make fixed-sized fixed-value mib[] arrays be constTheo de Raadt
2020-10-12annoying whitespaceTheo de Raadt
2020-10-12mib[2] is no longer used; ok guentherTheo de Raadt
2020-10-12Add support for the i.MX8M AHB clocks. These behave just like all thePatrick Wildt