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