openbsd
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...
2021-06-27 jsingAdd test coverage for TLSv1.3 client hellos.
2021-06-27 jsingAdd test coverage for DTLSv1.2 client hellos.
2021-06-27 jsingImprove test coverage for SSL_OP_NO_DTLSv1.
2021-06-27 jsingCorrect handling of SSL_OP_NO_DTLSv1.
2021-06-27 jsingTeach hexdump() how to identify differing bytes.
2021-06-27 jsingMore appropriately set cipher_list_len when AES acceler...
2021-06-27 jsingTweak some data types and sprinkle some const.
2021-06-27 schwarzeIn addition to 2-byte and 3-byte UTF-8 sequences, corre...
2021-06-27 kettenisAdd Hart State Management functions. These will be...
2021-06-27 jsgreuse armv7 installboot for riscv64
2021-06-27 visaCreate DMA maps with 64-bit capability when appropriate.
2021-06-27 visaUse config register to determine if 64-bit DMA is avail...
2021-06-27 jsgmatch on sifive,fu540-c000-gem
2021-06-26 jmcmake usage less chatty; ok mlarkin
2021-06-26 jmcmake SYNOPSIS match usage; ok ajacoutot
2021-06-26 kettenisFor some reason the riscv64 locore.S ended up with...
2021-06-26 tbFix .Xr order. From mandoc -Tlint.
2021-06-26 deraadtdelete extra explanations in the usage: messages which...
2021-06-26 kettenisMake lazy binding work on riscv64.
2021-06-26 kettenisBuild ld.so with --march=rv64imac on riscv64 to be...
2021-06-26 kettenisUse AFLAGS when building syscall stubs. Drop AINC...
2021-06-26 visacad: Implement 64-bit DMA mode
2021-06-26 kettenisAdd riscv64 support. From Mickael Torres.
2021-06-26 kettenisAdd powerpc64 and riscv64 to the list of architectures...
2021-06-26 matthieuRevert last change, which is under an #ifdef __linux__...
2021-06-26 jsgriscv64 struct cpu_info has ci_idepth
2021-06-26 jsgsync
2021-06-26 jsgadd /dev/dri/card0 and /dev/dri/renderD128
2021-06-26 jsgadd /dev/dri/
2021-06-25 dlglet pfsync_request_update actually retry when it overfi...
2021-06-25 krwMove unused eficall.h files to the Attic.
2021-06-25 patrickClean up and remove debug prints, and add a few more...
2021-06-25 matthieubasic radeondrm / X support for riscv64. Ok kettenis@
2021-06-25 krwReplace instances of the magic number '64' with a nice...
2021-06-25 matthieuadd SIZE_MAX. ok kettenis@
2021-06-25 kettenisMake sure we translate prefetchable mmio space as well.
2021-06-25 krw1) Finish eliminating all uses of EFI_CALL() used in...
2021-06-25 patrickWhile it seems like we can choose any I/O virtual addre...
2021-06-25 krwAllow (w)hole disk allocation for GPT disks. Use fdisk...
2021-06-25 jsgadd linux style memory barriers for risc-v to drm
next