openbsd
2023-03-31 kevloMan page for ngbe(4).
2023-03-31 kevlongbe(4), a driver for Wangxun WX1860 series Gigabit...
2023-03-31 kevloregen
2023-03-31 kevloAdd "Beijing WangXun Technology" vendor and WX1860...
2023-03-31 tbGuard use of GROUP_EC2N with #ifndef OPENSSL_NO_EC2M
2023-03-31 tbAdd a regress for the recent BIO_new_NDEF() write after...
2023-03-31 dtuckerExplicitly ignore return from waitpid here too.
2023-03-31 dtuckerExplictly ignore return codes where we don't check...
2023-03-31 dtuckerReturn immediately from get_sock_port if sock <0 so...
2023-03-31 djmdon't leak arg2 on parse_pubkey_algos error path; ok...
2023-03-31 djmclamp max number of GSSAPI mechanisms to 2048; ok dtucker
2023-03-31 djmdon't print key if printing hostname failed; with/ok...
2023-03-31 djmremove redundant test
2023-03-31 djmdon't attempt to decode a ridiculous number of attributes;
2023-03-31 jmatthewOnly send the used portion of struct idm_req in imsgs...
2023-03-31 djmremove unused variable; prompted by Coverity CID 291879
2023-03-31 kevloDocument i226.
2023-03-31 jsgdrm/amdkfd: Fix the memory overrun
2023-03-31 jsgdrm/amdkfd: add GC 11.0.4 KFD support
2023-03-31 jsgdrm/amdkfd: Fix the warning of array-index-out-of-bounds
2023-03-31 jsgdrm/amdkfd: introduce dummy cache info for property...
2023-03-31 jsgdrm/amdgpu: reposition the gpu reset checking for reuse
2023-03-31 jsgdrm/amdgpu: skip ASIC reset for APUs when go to S4
2023-03-31 jsgdrm/i915: Preserve crtc_state->inherited during state...
2023-03-31 jsgdrm/i915/active: Fix missing debug object activation
2023-03-31 jsgdrm/amdgpu/nv: Apply ASPM quirk on Intel ADL + AMD...
2023-03-31 jsgdrm/amd/display: fix wrong index used in dccg32_set_dps...
2023-03-31 jsgdrm/amd: Fix initialization mistake for NBIO 7.3.0
2023-03-31 jsgdrm/amdgpu: Fix call trace warning and hang when removi...
2023-03-31 jsgdrm/amd/display: Update clock table to include highest...
2023-03-31 jsgdrm/amd/display: Set dcn32 caps.seamless_odm
2023-03-31 jsgdrm/i915/gt: perform uc late init after probe error...
2023-03-31 jsgdrm/i915/guc: Fix missing ecodes
2023-03-31 jsgdrm/i915/guc: Rename GuC register state capture node...
2023-03-31 jsgdrm/i915/fbdev: lock the fbdev obj before vma pin
2023-03-31 jsgdrm/i915: Print return value on error
2023-03-31 jsgdrm/amd/display: Fix DP MST sinks removal issue
2023-03-31 jsgdrm/amd/display: Remove OTG DIV register write for...
2023-03-31 jsgdrm/amd/display: fix k1 k2 divider programming for...
2023-03-31 jsgdrm/amd/display: Include virtual signal to set k1 and...
2023-03-31 dtuckerCheck fd against >=0 instead of >0 in error path. ...
2023-03-30 opdrop unnecessary copy of fname; ok tb@
2023-03-30 krwUse 'char * const' instead of #define for repeated
2023-03-30 knkeep match strings sorted
2023-03-30 knAttach Baikal-M PCIe
2023-03-30 optabify two lines
2023-03-30 opdon't access(conffile)
2023-03-30 bluhmi2d_ECDSA_SIG() may return a negative value in case...
2023-03-30 jmcescape "An" in a %T call, so groff does not flag it...
2023-03-30 opadjust markup of one of the builtin kill usage
2023-03-30 bluhmi2d_ECDSA_SIG() may return a negative value in case...
2023-03-30 claudioAdd the protocol used to sync the repository to the...
2023-03-30 knMap device tree read/write to unbreak root on softraid
2023-03-30 claudioRefactor extract_prefix() to first do the length checks...
2023-03-30 krwRemove needless memset() call, 'entries' variable and
2023-03-30 tbCall bn_copy() unconditionally in BN_mul() and BN_sqr()
2023-03-30 tbbio_ndef: add an empty line before return
2023-03-30 tbRework BN_exp() a bit
2023-03-30 claudioExtra space in struct field definitions. NFC
2023-03-30 claudioPut the size of the pt_entry object into the struct...
2023-03-30 kevloUpdate comment: RTL8139 -> TNETE2101
2023-03-30 optrailing whitespaces
2023-03-30 opstrncpy -> strlcpy to properly NUL-terminate the copy...
2023-03-30 dtuckerIgnore return value from muxclient(). It normally...
2023-03-30 djmreturn SSH_ERR_KEY_NOT_FOUND if the allowed_signers...
2023-03-30 dtuckerRemove dead code from inside if block. The only way...
2023-03-29 krwChange 'type' to 'menuid' in various struct's, function...
2023-03-29 opplug leak of tagpos in poptag() if loadbuffer() fails
2023-03-29 knQuote possible 'none' answer as part of help text after...
2023-03-29 claudioInstead of storing the short TAL name as repouri use...
2023-03-29 knAdd missing semicolon to properly end switch case
2023-03-29 krwNo need to assume a nil GUID can be found at gpt_types...
2023-03-29 claudioMark the struct aid name as const char * since it point...
2023-03-29 krwSimplify code by having PRT_uuid_to_type() return ...
2023-03-29 claudioSwitch prefix_adjout_get and new prefix_adjout_first...
2023-03-29 opdrop needless global tagsfn path
2023-03-29 tbRework test failure printing
2023-03-29 tbDedup print functions on test failure
2023-03-29 tbFix printfs that escaped defensive grepping
2023-03-29 opchange tagvisit (aka visit-tag-table) to immediately...
2023-03-29 tbDedup generate_test_triple() and generate_test_quintuple()
2023-03-29 tbUse more consistent names for the main test functions
2023-03-29 tbRemove one of those ugly function tables
2023-03-29 tbRename a few variables for readability
2023-03-29 jsingMore whitespace fixes.
2023-03-29 jsingWhitespace fixes.
2023-03-29 jsingWhitespace fixes.
2023-03-29 jsingUse multiple statements instead of a statement with...
2023-03-29 jsingMop up MD32_XARRAY from SHA1.
2023-03-29 jsingInline initial hash data values for SHA1.
2023-03-29 dtuckerExplicitly ignore return value from sshpkt_disconnect...
2023-03-29 dtuckerPlug another potential mem leak in process_put. It...
2023-03-29 knUse character not block devices with dd(1) like the...
2023-03-29 djmfix memory leak; Coverity CID 291848, with/ok dtucker@
2023-03-29 knUnify variable usage in arm64 and armv7 md_installboot...
2023-03-28 knProperly disable informational dd(1) messages, retain...
2023-03-28 millertApply changes from tzdata2023c.
2023-03-28 tbmg: fix parsing of tag files with duplicate entries
2023-03-28 claudioIn pt_fill set the refcnt to its maximum value to trigg...
2023-03-28 tbAvoid double free in isakmpd
next