summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-16Add an explicit cast to make this test compile and pass with gcc.Theo Buehler
2020-10-16Architecture guarantees that the fields in ID register have the propertyMark Kettenis
2020-10-16In HTML output, avoid printing a newline right after <pre>Ingo Schwarze
2020-10-16add space between macro arg and punctuation;Jason McIntyre
2020-10-16few more things needs match.c and addrmatch.c now that log.cDamien Miller
2020-10-16Display of P2P links has changeddenis
2020-10-16LogVerbose keyword for ssh and sshdDamien Miller
2020-10-16revised log infrastructure for OpenSSHDamien Miller
2020-10-16remove uneeded pool.h includeJonathan Gray
2020-10-16double word fixes; from varik valeforJason McIntyre
2020-10-16implement linux interval tree functionsJonathan Gray
2020-10-16xe(4) and mtd(4) are from a long gone eraTheo de Raadt
2020-10-16ef(4), give me a breakTheo de Raadt
2020-10-16rl(4) is becoming rare.Theo de Raadt
2020-10-16unbreak buildJonathan Gray
2020-10-16use do_log2 instead of function pointers to different log functionsDamien Miller
2020-10-16Refactor a bunch of oscpcheck for single return to clean it up,Bob Beck
2020-10-15timeout(9): basic support for kclock timeoutscheloha
2020-10-15Accommodate POSIX basename(3) that takes a non-const parameter andChristian Weisgerber
2020-10-15Accommodate POSIX basename(3) that takes a non-const parameter andChristian Weisgerber
2020-10-15Explicitly skip a leading "/dev/" and do not rely on basename(3) andChristian Weisgerber
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