openbsd
2023-03-27 janAvoid errno is EINVAL after OpenSSL initialization
2023-03-27 tbbn_mod_exp: make this test a bit less noisy on failure
2023-03-27 tbSwitch regress to using bn_copy()
2023-03-27 tbDrop unnecessary parentheses.
2023-03-27 nicmAdd a format to show if there are unseen changes while...
2023-03-27 tbConvert bn_nist.c to BN_copy()
2023-03-27 tbAdd bn_copy(), a sane wrapper of BN_copy() for internal use
2023-03-27 nicmFor passthrough, don't write to clients attached to...
2023-03-27 jsgdrm/i915: Fix system suspend without fbdev being initia...
2023-03-27 jsgdrm/i915/dp_mst: Add the MST topology state for modeset...
2023-03-27 jsgdrm/display/dp_mst: Fix payload addition on a disconnec...
2023-03-27 jsgdrm/display/dp_mst: Fix down message handling after...
2023-03-27 jsgdrm/display/dp_mst: Fix down/up message handling after...
2023-03-27 jsgdrm/display/dp_mst: Add drm_atomic_get_old_mst_topology...
2023-03-27 tbRevert r1.1235, "simplify final MAKEDEV call"
2023-03-27 jsgdrm/edid: fix parsing of 3D modes from HDMI VSDB
2023-03-27 jsgdrm/edid: fix AVI infoframe aspect ratio handling
2023-03-27 jsgdrm/i915: Don't use BAR mappings for ring buffers with LLC
2023-03-27 jsgdrm/i915: Don't use stolen memory for ring buffers...
2023-03-27 jsgdrm/radeon: Fix eDP for single-display iMac11,2
2023-03-27 jsgdrm/i915/quirks: Add inverted backlight quirk for HP...
2023-03-27 jsgdrm/amd: Fix initialization for nbio 7.5.1
2023-03-27 jsgdrm/amd/display: Disable HUBP/DPP PG on DCN314 for now
2023-03-27 jsgdrm: panel-orientation-quirks: Add quirk for Lenovo...
2023-03-27 jsgdrm/amd/display: Enable P-state validation checks for...
2023-03-27 jsgdrm/amd/display: Do not commit pipe when updating DRR
2023-03-27 jsgdrm/amd/display: fix FCLK pstate change underflow
2023-03-27 jsgRevert "drm/amdgpu: TA unload messages are not actually...
2023-03-27 jsgdrm/amd/display: Set hvm_enabled flag for S/G mode
2023-03-27 jsgdrm/drm_print: correct format problem
2023-03-27 jsgdrm/amd/display: fix mapping to non-allocated address
2023-03-27 dtuckerAdd RevokedHostKeys to percent expansion test.
2023-03-27 dtuckerAdd tilde and environment variable expansion to Revoked...
2023-03-27 jsgdrm: amd: display: Fix memory leakage
2023-03-27 jsgdrm/amd: Avoid ASSERT for some message failures
2023-03-27 jsgdrm/amdkfd: Page aligned memory reserve size
2023-03-27 jsgdrm/amd: Avoid BUG() for case of SRIOV missing IP version
2023-03-27 jsgdrm/radeon: free iio for atombios when driver shutdown
2023-03-27 jsgdrm/amd/display: Defer DIG FIFO disable after VID strea...
2023-03-27 jsgdrm/amd/display: Fix potential null-deref in dm_resume
2023-03-27 jsgdrm/amd/display: Revert Reduce delay when sink device...
2023-03-27 jsgdrm/amd/display: Reduce expected sdp bandwidth for...
2023-03-27 jsgdrm: panel-orientation-quirks: Add quirk for DynaBook K50
2023-03-27 jsgdrm: panel-orientation-quirks: Add quirk for Lenovo...
2023-03-27 jsgdrm/amd/display: don't call dc_interrupt_set() for...
2023-03-27 djmfix test: getnameinfo returns a non-zero value on error,
2023-03-27 jsgdrm/amdgpu: fix enum odm_combine_mode mismatch
2023-03-27 jsgdrm/mipi-dsi: Fix byte order of 16-bit DCS set/get...
2023-03-27 djmscp: when copying local->remote, check that source...
2023-03-27 jsgdrm/amdgpu: Use the sched from entity for amdgpu_cs...
2023-03-27 jsgdrm/fourcc: Add missing big-endian XRGB1555 and RGB565...
2023-03-27 jsgdrm: Fix potential null-ptr-deref due to drmm_mode_conf...
2023-03-26 tbRemove the now almost empty and unused bn_mod_exp2_mont.c
2023-03-26 tbUnhook bn_mod_exp2_mont test
2023-03-26 tbFold the small BN_mod_exp2_mont() crash test into bn_mo...
2023-03-26 kettenisAparantly we must configure the RGMII interface (and...
2023-03-26 tbTest negative modulus as well.
2023-03-26 tbAlign bn_mod_exp_zero_test() with bn_mod_exp_test()
2023-03-26 tbFix copy-paste error
2023-03-26 jsingReplace HASH_BLOCK_DATA_ORDER with sha1_block_data_order.
2023-03-26 knSimplify apple firmware copying
2023-03-26 jsingRemove unnecessary HIDDEN_DECLS.
2023-03-26 jsingRemoves some unwanted spaces.
2023-03-26 jsingWhack sha1dgst.c with the style(9) stick again.
2023-03-26 tbAdd regress coverage for some BIO_f_asn1() bugs fixed...
2023-03-26 tbMinor whitespace tidying
2023-03-26 jsingTidy up includes.
2023-03-26 jsingInline sha_local.h in sha1dgst.c.
2023-03-26 tbFix a typo in dump_exp_results()
2023-03-26 tbAdd more extensive regress coverage for BN_mod_exp2_mont()
2023-03-26 tbRename dump_results() into dump_exp_results()
2023-03-26 tbMove the N_MOD_EXP_TESTS up to where it belongs
2023-03-26 tbMake several calls to BN_nnmod() unconditional
2023-03-26 tbCorrectly reduce negative inpot to BN_mod_exp2_mont()
2023-03-26 tbAdd regress coverage for an issue with BN_mod_exp2_mont...
2023-03-26 tbbn_primes: there is no need to link this statically...
2023-03-26 mlarkinamd64: identify IBT capability in cpu(4) dmesg lines
2023-03-26 tbAnother missing #include <openssl/err.h>
2023-03-26 tbAdd missing #include <openssl/err.h>
2023-03-26 jsingAdd license to sha256.c/sha512.c.
2023-03-26 jsingUse multiple statements instead of comma separated...
2023-03-26 tbThe slightly less deprecated spelling of ERR_remove_sta...
2023-03-26 jsingAdd blank lines for readability.
2023-03-26 jsingAdd some blank lines for readability, along with some...
2023-03-26 jsingWhack sha with a style(9) stick.
2023-03-26 krwPass lbuf/lbuflen to PRT_print_[mbr|gpt]_menu() to...
2023-03-26 tbbn_mod_exp_ret() fix stupid logic error
2023-03-26 krwAdd EFI_SYSTEM_PARTITION_GUID #define and use it to...
2023-03-26 krwAdd MICROSOFT_BASIC_DATA_GUID #define to make clear...
2023-03-26 kettenisAdd support for the RK3568 32k RTC clock. This clock...
2023-03-26 jsgfix memory leaks in error paths
2023-03-26 jsgfix a memory leak
2023-03-26 robertallow out-of-class defaulting of comparison operators
2023-03-26 jsgunifdef
2023-03-26 tbbn_prime.pl: fix shebang and a couple more whitespace...
2023-03-25 krwAdd comments documenting possible sources for MBR parti...
2023-03-25 fcambusFix erroneous comment for the PT_OPENBSD_MUTABLE defini...
2023-03-25 krwMove LINEBUFSZ to be with its friends in misc.h.
2023-03-25 krwRename ascii_id() find_mbr_type(), make it a bit more...
2023-03-25 ottoLast arg is also a pointer, so pass NULL instead of...
next