openbsd
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()
2023-06-15 jsgdrm/amdgpu: reserve the old gc_11_0_*_mes.bin
2023-06-15 jsgdrm/amd/amdgpu: introduce gc_*_mes_2.bin v2
2023-06-15 jsgdrm/amdgpu: declare firmware for new MES 11.0.4
2023-06-15 jsgdrm/amdgpu/gfx11: update gpu_clock_counter logic
2023-06-15 jsgdrm/amdgpu: refine get gpu clock counter method
2023-06-15 jsgdrm/amdgpu/gfx11: Adjust gfxoff before powergating...
2023-06-15 jsgdrm/amdgpu/gfx10: Disable gfxoff before disabling power...
2023-06-15 jsgdrm/amdgpu/gmc11: implement get_vbios_fb_size()
2023-06-15 jsgdrm/amd/pm: fix possible power mode mismatch between...
2023-06-15 jsgdrm/amdgpu: drop gfx_v11_0_cp_ecc_error_irq_funcs
2023-06-15 jsgdrm/amdgpu: Fix sdma v4 sw fini error
2023-06-15 jsgdrm/amd: Fix an out of bounds error in BIOS parser
2023-06-15 jsgdrm/amd/display: Correct DML calculation to follow...
2023-06-15 jsgdrm/amd/display: fixed dcn30+ underflow issue
2023-06-15 jsgdrm/amd/display: Use DC_LOG_DC in the trasform pixel...
2023-06-15 jsgdrm/amd/display: Enable HostVM based on rIOMMU active
2023-06-15 jsgdrm/amd/display: Correct DML calculation to align HW...
2023-06-15 jsgdrm/amd/display: populate subvp cmd info only for the...
next