openbsd
2024-02-03 beckRemove GOST and STREEBOG support from libssl.
2024-02-03 opleave the command for mbox delivery unset
2024-02-03 opdocument that when an alternate delivery user is provid...
2024-02-03 tbFix X509_get_ext_count() usage
2024-02-03 jobRefactor handling of stale manifests
2024-02-03 tbproc_parser_mft: simplify logic slightly
2024-02-03 kettenisOn OpenBSD we always want IBT-compatible PLT entries...
2024-02-03 kettenisImplement Multiple Message MSI support on arm64. As...
2024-02-03 stspimplement qwx_tx()
2024-02-03 jsgnot enough bits for L1 cache size to be >= 1M
2024-02-03 jsgfix off-by-one in bounds check
2024-02-03 jsgreturn early if malloc fails to avoid use after free
2024-02-03 jsgfix off-by-one in bounds test
2024-02-03 jsgcorrect buffer size argument to snprintf in print_proto()
2024-02-03 jsgfix vmd vioblk fd closing bounds test
2024-02-03 jsgfix off-by-one in bounds check
2024-02-03 jsgadd missing fatal() call in rde_peer_send_rrefresh()
2024-02-02 gilleswhen an alternate delivery user is provided in a dispat...
2024-02-02 tbRework proc_parser_mft() further
2024-02-02 gillesthere's no good reason to allow smtpd to execute custom...
2024-02-02 kettenisFix vector number check.
2024-02-02 millertRun lmtp deliveries as the recipient user, not SMTPD_US...
2024-02-02 jobUpdate the comment
2024-02-02 jobRemove old comment
2024-02-02 jobno longer check staleness in proc_parser_mft
2024-02-02 tbparser: inline last call to proc_parser_mft_post()
2024-02-02 tbfix previous: a *mp = mft1 got lost
2024-02-02 jobrefactor: don't call proc_parser_mft_post for the first mft
2024-02-02 tbparser: no need to overload err1 twice.
2024-02-02 jobrefactor: populate mft->path in the pre parser
2024-02-02 claudioaspath_inflate() can be called with an empty ASPATH.
2024-02-02 claudioCleanup a couple of fatal messages to be less bad.
2024-02-02 stspImplement basics of the qwx(4) data frame Rx path.
2024-02-02 bluhmIn in_pcbrtentry() add missing return of in6_pcbrtentry...
2024-02-02 dvExplain missing group on getgrnam(3) failure.
2024-02-02 jobrefactor: no longer needed to pass loc to the mft preparser
2024-02-02 tbIgnore EVP_MD_CTX_reset() return value
2024-02-02 tbIgnore EVP_CIPHER_CTX_reset() return value, it can...
2024-02-02 jobrefactor: move parse_filepath() to avoid pointer indire...
2024-02-02 jobrefactoring: move time validity window checks out of...
2024-02-02 jobRework error messages a bit
2024-02-02 kettenisEnable sximmc(4)
2024-02-02 kettenisAdd Allwinner D1 support.
2024-02-02 kettenisAdd a few more Allwinner D1 clocks.
2024-02-02 tbReimplement BIO_dump_indent() with CBS/CBB and BIO_printf()
2024-02-02 sashanThe fix to pfctl_kill_src_nodes() comes from Olivier...
2024-02-02 tbbio_dump: fix indent
2024-02-02 tbbio_dump: add one more testcase
2024-02-02 tbAdd regress coverage for BIO_dump()
2024-02-02 jsgdrm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDs
2024-02-02 jsgdrm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDs
2024-02-02 jsgdrm/i915/psr: Only allow PSR in LPSP mode on HSW non-ULT
2024-02-02 jsgdrm/i915/lnl: Remove watchdog timers for PSR
2024-02-02 jsgdrm/amd/display: Fix uninitialized variable usage in...
2024-02-02 jsgdrm/amdgpu/pm: Fix the power source flag error
2024-02-02 jsgdrm/amd/display: Fix late derefrence 'dsc' check in...
2024-02-02 jsgdrm/amd/display: Align the returned error code with...
2024-02-02 jsgdrm/amd/display: Port DENTIST hang and TDR fixes to...
2024-02-02 jsgdrm/amd/display: Fix variable deferencing before NULL...
2024-02-02 jsgdrm/amdgpu: correct the cu count for gfx v11
2024-02-02 jsgdrm: Allow drivers to indicate the damage helpers to...
2024-02-02 jsgdrm: Disable the cursor plane on atomic contexts with...
2024-02-02 jsgdrm: Don't unref the same fb many times by mistake...
2024-02-02 jsgRevert "drm/i915/dsi: Do display on sequence later...
2024-02-02 jsgdrm/amdgpu: Fix the null pointer when load rlc firmware
2024-02-02 djmwhitespace
2024-02-01 beckFix the verifier to use the trust store
2024-02-01 kettenisPrint information about (legacy) Multiple Message MSIs.
2024-02-01 tbInline EVP_PBE_find() in its last two callers
2024-02-01 tbPrepare to remove the _cb() and _fp() versions of BIO_d...
2024-02-01 tbNormalize the nid printing
2024-02-01 claudioConvert the mrtparser to use ibufs in many places.
2024-02-01 tbproc_parser_mft_pre: tweak a warning message
2024-02-01 ratchovaucat: Fix MIDI control of the levels of individual...
2024-02-01 djmwhitespace
2024-02-01 deraadtthe clang binary never shrinks, especially since it...
2024-01-31 jobAdd reference to RRDP Session Desynchronization draft
2024-01-31 jobMake the error a bit easier to read
2024-01-31 bluhmAdd route generation number to route cache.
2024-01-31 bluhmSplit in_pcbrtentry() and in6_pcbrtentry() based on...
2024-01-31 claudioConvert IMSG_CTL_SHOW_RIB_ATTR over to the new ibuf...
2024-01-31 tbMerge OBJ_NAME_do_all*(3) into EVP_CIPHER_do_all(3)
2024-01-31 tbIntroduce and use mft_compare_issued()
2024-01-31 tbRename mft_compare() to mft_compare_seqnum()
2024-01-31 tbPull mft comparison into proc_parser_mft_pre()
2024-01-31 jmcthe maxupd example was removed in -r.1.15, so do not...
2024-01-31 tbproc_parser_mft_pre: move freeing into an error path
2024-01-31 tbproc_parser_mft: fix overloading of error
2024-01-31 guentherSwap the r10 and rcx registers in the amd64 trapframe...
2024-01-31 guentherMake wrpkru() consistent with rdpkru() by passing ecx...
2024-01-31 hastingsadd MediaTek UART support.
2024-01-30 dvRewrite vmd(8)'s vionet to be zero-copy.
2024-01-30 tbRemove now unnecessary NULL check before EVP_CIPHER_CTX...
2024-01-30 tbMake EVP_{CIPHER,MD}_CTX_{cleanup,reset}() NULL-safe
2024-01-30 deraadtthe clang binary never shrinks, especially since it...
2024-01-30 stspenable qwx "ext" IRQs for data packets once we have...
2024-01-30 stspset up qwx REO ring routing
2024-01-30 stspfix qwx_core_pdev_create() to not drop into its error...
2024-01-30 jsingRestore SSL_shutdown() two step sequence.
2024-01-30 jsingAdd a shutdown sequence regress test.
next