openbsd
2021-07-02 kettenisRemove bogus comments.
2021-07-02 kettenisRemove a few pointless comments.
2021-07-02 bluhmWriting ktrace files to NFS must no be done while holdi...
2021-07-02 schwarzeAdd a roff comment saying that X509_certificate_type...
2021-07-02 schwarzecall the API function X509_NAME_cmp(3) instead of the...
2021-07-02 schwarzecall the API function X509_NAME_cmp(3) instead of the...
2021-07-02 schwarzeAdd a roff comment saying that X509_name_cmp(3) is...
2021-07-02 kettenisCleanup early bootstrap code. This mostly realigns...
2021-07-02 kettenisOnly do TLB shootdown on CPUs where a pmap is active...
2021-07-02 kettenisRun SBI calls to to get mvendorid/marchid/mimplid on...
2021-07-02 dtuckerRemove obsolete comments about SSHv1 auth methods....
2021-07-02 dtuckerRemove references to ChallengeResponseAuthentication...
2021-07-02 deraadt__remq.S will be needed soon.
2021-07-01 deraadtdelete sbin/restore
2021-07-01 jsingMerge SSL_METHOD_INTERNAL into SSL_METHOD.
2021-07-01 stspPrevent athn(4) from calling ieee80211_find_rxnode...
2021-07-01 schwarzeJust in case another developer besides anton@ and mysel...
2021-07-01 schwarzeWe already tested all corner cases for two-byte and...
2021-07-01 ericremove useless and confusing log message when client...
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
next