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