openbsd
2021-07-01 deraadtWe moved myname parsing from /etc/netstart to /etc...
2021-06-30 kettenisSimplify the way we track the FPU state, using powerpc6...
2021-06-30 schwarzeThe byte \0363 is not invalid in UTF-8.
2021-06-30 schwarzemore trivial .Ar -> .Fa replacements in syscall manuals
2021-06-30 schwarzeuse .Fa rather than .Ar; patch from me at EmilEngler...
2021-06-30 jsingDisable some code that reaches into libssl internals.
2021-06-30 jsingDisable some tests that probably no longer make sense.
2021-06-30 jsingPull in ssl_locl.h to allow for move of struct ssl_sess...
2021-06-30 jsingPrepare to provide SSL_get_signature_nid() and friends.
2021-06-30 jsingMove some structs from public to private headers.
2021-06-30 claudio... way too much white space!
2021-06-30 bluhmRemove splnet() from ifnewlladdr(), it is not needed...
2021-06-30 claudioRemove TODO.md, this file is not up-to-date and also...
2021-06-30 claudioReplace Id: tags with OpenBSD: tags
2021-06-30 bluhmRemove unused variable cryptodesc_pool. Document globa...
2021-06-30 deraadtgrow ramdisk area due to increased firmware sizes..
2021-06-30 deraadtuse @ to silently execute "exec make"
2021-06-30 bluhmFor path MTU discovery tcp_mtudisc() should resend...
2021-06-30 bluhmTLS error messages have changed slightly, adapt regex...
2021-06-30 schwarzedocument and deprecate the macros X509_extract_key(3)
2021-06-30 jsingCorrect sigalg hash usage when signing content for...
2021-06-30 stspAlign HT protection flags we send to iwx(4) firmware...
2021-06-30 stspMake the iwx(4) mac context task send its command only...
2021-06-30 stspMake Tx-done interrupt processing in iwx(4) more simila...
2021-06-30 stspFix Tx queue flushing in iwm(4).
2021-06-30 stspAlign HT protection flags we send to iwm(4) firmware...
2021-06-30 stspMake the iwm(4) mac context task send its command only...
2021-06-30 stspMake Tx-done interrupt processing in iwm(4) more simila...
2021-06-30 jsgadd missing call to sbi_remote_fence_i()
2021-06-30 jsgMULTIPTOCESSOR -> MULTIPROCESSOR
2021-06-29 deraadtsync
2021-06-29 deraadtinclude bsd.mp (but don't change isntall.md to choose...
2021-06-29 deraadtbuild bsd.mp
2021-06-29 kettenisDidn't intend to commit the CPU_IS_RUNNING() changes...
2021-06-29 kettenisSMP support. Mostly works, but occasionally craps...
2021-06-29 ketteniswhitespace
2021-06-29 deraadtsync
2021-06-29 jsingPull sigalg selection up into ssl3_send_client_verify().
2021-06-29 jsingTrack sigalg used by ourselves and our peer in the...
2021-06-29 jsingPull up and dedup the TLS version check in ssl_sigalg_p...
2021-06-29 jsingSimplify RSA PSS key size comment.
2021-06-29 jsingUse appropriate TLS version when building client sigalg...
2021-06-29 jsingChange ssl_sigalg_from_value() to take SSL * instead...
2021-06-29 jsingMake various sigalg functions static now that they...
2021-06-29 jsingConvert legacy stack server to ssl_sigalg_for_peer().
2021-06-29 jsingConvert legacy stack client to ssl_sigalg_for_peer().
2021-06-29 jsingProvide a ssl_sigalg_for_peer() function and use in...
2021-06-29 jsingMove the RSA-PSS check for TLSv1.3 to ssl_sigalg_pkey_ok().
2021-06-29 jsingFactor out handling of legacy default signature algorithms.
2021-06-29 jsingMop up now unused variables.
2021-06-29 jsingRequire a ServerHello following a HelloRetryRequest...
2021-06-29 deraadtdelete pre-EFI boot kernel location scripting
2021-06-29 jsingReject zero-length non-application data fragments in...
2021-06-29 matthieusync maxusers with other 64bits architectures. ok kette...
2021-06-29 deraadtFlip the -r RRDP switch, which went through community...
2021-06-29 schwarzemore precision because the argument is signed,
2021-06-29 claudioremove unused prototype
2021-06-29 tobheSend AUTHENTICATION_FAILED in case of unexpected auth...
2021-06-29 schwarzefunction args must not use .Ar and EDOM and ERANGE...
2021-06-29 schwarzeinsert missing .Ns
2021-06-29 schwarzebasic mdoc(7) macro cleanup; patch from me at EmilEngle...
2021-06-29 patrickrktcphy(4)
2021-06-29 patrickWhen configuring the USB3 phy, try the OFW PHY API...
2021-06-29 patrickEnable rktcphy(4).
2021-06-29 patrickAdd rktcphy(4), a driver for the Type-C PHY controller...
2021-06-29 kettenisThe way we boot OpenBSD, there is no need to play the...
2021-06-29 claudioAdjust unveil_find_cover() to return -1 if the root...
2021-06-29 jsgremove arch ifdefs around drm.h include
2021-06-29 jsgmove some config lines to ensure drm.h is always created
2021-06-28 schwarzedelete the two pairs of extra blank lines from expected...
2021-06-28 krwAdd another epicycle to -A processing that ensures...
2021-06-28 schwarzeIn terminal output of man(7) documents, stop printing...
2021-06-28 deraadtdo not need .align 2 or 4 after .text, the ABI's .text...
2021-06-28 deraadtwhitespace
2021-06-28 tbUse the order action->sender == ctx->mode everywhere...
2021-06-28 tbctx->alert is not a boolean, so compare it explicitly...
2021-06-28 kettenisFix assembly in #ifdef MULTIPROCESSOR case.
2021-06-28 kettenisAdd speculation-blocking sequence after syscalls like...
2021-06-28 deraadtdelete .align inside sigtramp stubs, as the stack align...
2021-06-28 tbThe state machine now takes care of setting the legacy...
2021-06-28 tbExpand info callback support for TLSv1.3
2021-06-28 stspHave tcpdump split the 802.11 sequence number field...
2021-06-28 espieplaceholder for later
2021-06-28 tbGarbage collect loop index i which is no longer used...
2021-06-28 jcaFix base-gcc -Wno-error=uninitialized
2021-06-28 espieremove old "paranoid" option, I'm pretty sure nobody...
2021-06-28 mpiMake anonymous object reference counting independant...
2021-06-28 mpiEnable dt(4).
2021-06-28 kettenisImplement copyin32().
2021-06-28 bluhmAlso show the time spent in userland when analyzing...
2021-06-27 kettenisMake sure __bss_start is aligned on an 8-byte boundary...
2021-06-27 kettenisUsing the MI mplock should be fine on riscv64.
2021-06-27 jsingTrack the sigalgs used by ourselves and our peer.
2021-06-27 jsingHave ssl3_send_client_verify() pass *pkey to called...
2021-06-27 jsingChange ssl_sigalgs_from_value() to perform sigalg list...
2021-06-27 jsingRename ssl_sigalg() to ssl_sigalg_from_value().
2021-06-27 jsingChange ssl_sigalgs_build() to perform sigalg list selec...
2021-06-27 schwarzeadd a style message about overlong text lines,
2021-06-27 jsingTidy some comments and simplify some code.
2021-06-27 jsingKeep sigalg initialiser order consistent - key type...
next