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