Age | Commit message (Expand) | Author |
2021-06-29 | Reject zero-length non-application data fragments in the legacy stack. | Joel Sing |
2021-06-29 | sync maxusers with other 64bits architectures. ok kettenis@, deraadt@. | Matthieu Herrb |
2021-06-29 | Flip the -r RRDP switch, which went through community testing for half a year. | Theo de Raadt |
2021-06-29 | more precision because the argument is signed, | Ingo Schwarze |
2021-06-29 | remove unused prototype | Claudio Jeker |
2021-06-29 | Send AUTHENTICATION_FAILED in case of unexpected auth method or auth | tobhe |
2021-06-29 | function args must not use .Ar and EDOM and ERANGE require .Er; | Ingo Schwarze |
2021-06-29 | insert missing .Ns | Ingo Schwarze |
2021-06-29 | basic mdoc(7) macro cleanup; patch from me at EmilEngler dot com | Ingo Schwarze |
2021-06-29 | rktcphy(4) | Patrick Wildt |
2021-06-29 | When configuring the USB3 phy, try the OFW PHY API first, and if there's | Patrick Wildt |
2021-06-29 | Enable rktcphy(4). | Patrick Wildt |
2021-06-29 | Add rktcphy(4), a driver for the Type-C PHY controller found on the | Patrick Wildt |
2021-06-29 | The way we boot OpenBSD, there is no need to play the hart lottery. | Mark Kettenis |
2021-06-29 | Adjust unveil_find_cover() to return -1 if the root vnode is passed in. | Claudio Jeker |
2021-06-29 | remove arch ifdefs around drm.h include | Jonathan Gray |
2021-06-29 | move some config lines to ensure drm.h is always created | Jonathan Gray |
2021-06-28 | delete the two pairs of extra blank lines from expected man(7) terminal | Ingo Schwarze |
2021-06-28 | Add another epicycle to -A processing that ensures ONLY the | Kenneth R Westerback |
2021-06-28 | In terminal output of man(7) documents, stop printing two extra blank | Ingo Schwarze |
2021-06-28 | do not need .align 2 or 4 after .text, the ABI's .text will decide what | Theo de Raadt |
2021-06-28 | whitespace | Theo de Raadt |
2021-06-28 | Use the order action->sender == ctx->mode everywhere for consistency. | Theo Buehler |
2021-06-28 | ctx->alert is not a boolean, so compare it explicitly against 0. | Theo Buehler |
2021-06-28 | Fix assembly in #ifdef MULTIPROCESSOR case. | Mark Kettenis |
2021-06-28 | Add speculation-blocking sequence after syscalls like we did for libc a while | Mark Kettenis |
2021-06-28 | delete .align inside sigtramp stubs, as the stack alignment requirement | Theo de Raadt |
2015-01-29 | reorg tbl(7) test suite | Ingo Schwarze |
2021-06-28 | The state machine now takes care of setting the legacy state, | Theo Buehler |
2021-06-28 | Expand info callback support for TLSv1.3 | Theo Buehler |
2021-06-28 | Have tcpdump split the 802.11 sequence number field into its sequence number | Stefan Sperling |
2021-06-28 | placeholder for later | Marc Espie |
2021-06-28 | Garbage collect loop index i which is no longer used after usage tweak. | Theo Buehler |
2021-06-28 | Fix base-gcc -Wno-error=uninitialized | Jeremie Courreges-Anglas |
2021-06-28 | remove old "paranoid" option, I'm pretty sure nobody uses it. | Marc Espie |
2021-06-28 | Make anonymous object reference counting independant from the KERNEL_LOCK(). | Martin Pieuchot |
2021-06-28 | Enable dt(4). | Martin Pieuchot |
2021-06-28 | Implement copyin32(). | Mark Kettenis |
2009-10-15 | import of gcc-4.2.1, the last gcc release under GPLv2 | Robert Nagy |
2021-06-28 | Also show the time spent in userland when analyzing the kernel stack | Alexander Bluhm |
2021-06-27 | Make sure __bss_start is aligned on an 8-byte boundary. This makes sure | Mark Kettenis |
2021-06-27 | Using the MI mplock should be fine on riscv64. | Mark Kettenis |
2021-06-27 | Track the sigalgs used by ourselves and our peer. | Joel Sing |
2021-06-27 | Have ssl3_send_client_verify() pass *pkey to called functions. | Joel Sing |
2021-06-27 | Change ssl_sigalgs_from_value() to perform sigalg list selection. | Joel Sing |
2021-06-27 | Rename ssl_sigalg() to ssl_sigalg_from_value(). | Joel Sing |
2021-06-27 | Change ssl_sigalgs_build() to perform sigalg list selection. | Joel Sing |
2021-06-27 | add a style message about overlong text lines, | Ingo Schwarze |
2021-06-27 | Tidy some comments and simplify some code. | Joel Sing |
2021-06-27 | Keep sigalg initialiser order consistent - key type, then hash. | Joel Sing |