openbsd
2023-06-20 kettenisFix definition of EMMC_DLL_TXCLK register offset.
2023-06-20 jsgresponsibilty -> responsibility
2023-06-20 tbFix copy-paste error
2023-06-20 jsingAdd regress coverage for BN_num_bits()
2023-06-20 jmc- filedescriptor -> file descriptor, as per the rest...
2023-06-20 jobFix diagnostic values emitted in warnx
2023-06-20 jsgdrm/amd/display: Reduce sdp bw after urgent to 90%
2023-06-20 jsgdrm/amd/pm: Fix power context allocation in SMU13
2023-06-20 jsgdrm/amdgpu: change reserved vram info print
2023-06-20 jsgdrm/amdgpu: fix xclk freq on CHIP_STONEY
2023-06-20 jsgdrm/amd/pm: conditionally disable pcie lane switching...
2023-06-20 jsgdrm/i915/gt: Use the correct error value when kernel_co...
2023-06-20 jsgdrm/amdgpu: fix Null pointer dereference error in amdgp...
2023-06-20 jsgdrm/i915/selftests: Add some missing error propagation
2023-06-20 jsgdrm/i915/selftests: Stop using kthread_stop()
2023-06-20 jsgdrm/i915: Use 18 fast wake AUX sync len
2023-06-20 jsgdrm/i915: Explain the magic numbers for AUX SYNC/precha...
2023-06-20 djmreset comment=NULL for each key in do_fingerprint(...
2023-06-19 krw"%-Ns\n" is more appropriately "%s\n" to avoid adding...
2023-06-19 krw"%-Ns\n" is more appropriately "%s\n" to avoid adding...
2023-06-19 tbMake enginetest work with disabled engine support
2023-06-19 tbFix GOST test with disabled engine
2023-06-19 tbProperly guard ENGINE usage with !OPENSSL_NO_ENGINE
2023-06-19 claudioDrop test for msgbuf_drain() since that function is...
2023-06-19 claudiosync
2023-06-19 claudioImprove the ibuf API by adding these functions:
2023-06-19 krwReplace eclectic mix of errx(4, "out of memory"), err...
2023-06-19 kettenisFix RK3588 support. Makes dwmmc(4) actually work.
2023-06-19 deraadtThe group "operator" gatekeeps a few superuser abilitie...
2023-06-19 kettenisAdd another reset for the PCIe controller on the RK3588.
2023-06-19 tbDedoxigenize ecdsa.h
2023-06-19 jsgdrm/amd/display: Have Payload Properly Created After...
2023-06-19 jsgdrm/amd/pm: reverse mclk and fclk clocks levels for...
2023-06-19 jsgdrm/amd/pm: reverse mclk and fclk clocks levels for...
2023-06-19 jsgdrm/amd/pm: reverse mclk clocks levels for SMU v13.0.5
2023-06-19 jsgdrm/amd/pm: resolve reboot exception for si oland
2023-06-19 jsgdrm/amd/pm: reverse mclk and fclk clocks levels for...
2023-06-19 jsgdrm/amd/pm: reverse mclk and fclk clocks levels for...
2023-06-19 jsgdrm/amdgpu: enable tmz by default for GC 11.0.1
2023-06-19 jsgdrm/amdgpu: skip disabling fence driver src_irqs when...
2023-06-19 jsgdrm/amdgpu: set gfx9 onwards APU atomics support to...
2023-06-19 jsgdrm/amdgpu: Use the default reset when loading or reloa...
2023-06-19 jsgdrm/amdgpu: release gpu full access after "amdgpu_devic...
2023-06-18 chelohaclockintr_cpu_init: initialize starting offsets with...
2023-06-18 chelohaclockintr: add clockintr_stagger()
2023-06-18 krwAdd and use CHUNKSZ() to replace 'chunk->stop - chunk...
2023-06-18 tbTurns out EC_KEY_METHOD_new() has dup built in...
2023-06-18 opremove ca_verify_cb(). was initially used for debuggin...
2023-06-18 krwUse UINT64_MAX instead of -1 to set a uint64_t value to
2023-06-18 tbtls_signer: reinstate the default EC_KEY methods
2023-06-18 opsync imsg_to_str() with the list of imsg types in smtpd.h
2023-06-18 tbSwitch tls_ecdsa_do_sign() to EC_KEY_get_ex_data()
2023-06-18 kettenisRemove spurious comment.
2023-06-18 deraadtaccept 'a' as shortcut for 'autoconf'; ok op afresh1 kn
2023-06-18 aoyamaAdd fchmod() entry in luna88k bootloader.
2023-06-18 aoyamaFix SCSI CMD_WRITE_EXT command length to 10 bytes.
2023-06-18 oprelax absolute path requirement for configtest (-n)
2023-06-18 opsmtpd: switch ECDSA_METHOD usage to EC_KEY_METHOD
2023-06-18 oplibtls: switch ECDSA_METHOD usage to EC_KEY_METHOD
2023-06-17 tobheFix leak of key.id_buf in pubkey auth case.
2023-06-17 kettenisFlush the ITS after we disestablish an MSI. Fixes...
2023-06-17 espiedocument new buttons (STATS_BACKLOG and STATS_USED)
2023-06-17 jsingOptimise bn_mul2_mulw_addtw() for aarch64.
2023-06-17 jmc"d" is the key character for DVI files, not "r";
2023-06-17 jsingSpeed up Montgomery multiplication.
2023-06-17 opbump version to 7.3.0
2023-06-17 kettenisOn arm64, the frame pointer points at the stack address...
2023-06-17 claudioFix 'ext-community * *' matching and with this set...
2023-06-17 claudioAdd community tests for various ext-community * versions.
2023-06-17 jobWarn when CMS signing-time attribute is missing
2023-06-16 bluhmIf TSO is enabled, fix the IPv6 forward counters and...
2023-06-16 tbConvert two K&R function definitions to ANSI
2023-06-16 tbFix CRYPTO_get_ex_new_index() to return 1 or higher
2023-06-16 espielocator object owns a state object, no need to pass...
2023-06-16 espiebelated move to OO
2023-06-16 tbNow that print_host() is unused, rename it to print_add...
2023-06-16 espieno extra params there, to be revisited
2023-06-16 sfmsdosfs: fixes for Undefined Behavior
2023-06-16 espiefix default parm, noticed by aja@ on clean-old-distfiles
2023-06-16 jsgdrm/amd: Don't allow s0ix on APUs older than Raven
2023-06-16 jsgdrm/amd/amdgpu: limit one queue per gang
2023-06-16 jsgdrm/amd/pm: Fix output of pp_od_clk_voltage
2023-06-16 jsgdrm/amd/pm: add missing NotifyPowerSource message mappi...
2023-06-16 jsgdrm/radeon: reintroduce radeon_dp_work_func content
2023-06-16 jsgdrm/amd/display: hpd rx irq not working with eDP interface
2023-06-16 jsgdrm/amdgpu/mes11: enable reg active poll
2023-06-16 jsgdrm/amd/amdgpu: update mes11 api def
2023-06-15 chelohaall platforms, main(): call clockqueue_init() just...
2023-06-15 tbTeach the grotty X509_certificate_type() about Ed25519...
2023-06-15 tbregen
2023-06-15 tbAdd RSA with the sha3s to obj_xref.txt
2023-06-15 tbregen obj_xref.h
2023-06-15 tbAdd Ed25519 to the obj_xref table.
2023-06-15 tbSome fixes in ASN1_item_verify()
2023-06-15 tbMake another NULL check explicit and put a brace on...
2023-06-15 tbRename a few variables and other cosmetics
2023-06-15 tbSwitch ASN1_item_sign_ctx() to EVP_DigestSign()
2023-06-15 tbMake NULL checks explicit in ASN1_item_sign_ctx()
2023-06-15 tbASN1_item_sign_ctx()
2023-06-15 tbFix a logic error in ASN1_item_sign_ctx()
next