openbsd
2024-04-21 florianImplement rule 5.5 of RFC 6724 (Default Address Selecti...
2024-04-21 tbunwrap line
2024-04-21 tbRemove file without the now mandatory signing-time...
2024-04-21 jobMandate presence of CMS signing-time and disallow binar...
2024-04-20 jobDisplay distinct errors for various problematic CRL...
2024-04-20 tbRemove more unnecessary GOST code
2024-04-20 jsgregen
2024-04-20 jsgadd Ryzen 8040 "Hawk Point" ids
2024-04-19 bluhmMake regress mpath more reliable.
2024-04-19 mglockerAs of the documentation, the UTP Command Descriptor...
2024-04-19 jmcreplace a (technically incorrect) instance of "IP"...
2024-04-19 jcaFix typo in comment
2024-04-19 mpiRevert per-CPU caches a double-free has been found...
2024-04-19 bluhmMerge IPv4 and IPv6 options in inpcb.
2024-04-19 tbbss_conn: zap trailing whitespace
2024-04-19 ratchovnfs: Permit null requests (aka server pings) from non...
2024-04-18 tbRemove a couple of lies about GOST in CMS
2024-04-18 tbMore GOST removal adjustments
2024-04-18 tbEVP_PKEY_set1_RSA.3 some adjustments after GOST removal
2024-04-18 tbAdd some more comments explaining shortcomings of the API
2024-04-18 tbUse X509_ALGOR_get0() in ecdh_cms_set_shared_info()
2024-04-18 tbTest and assign in ecdh_cms_set_shared_info()
2024-04-18 tbTurn ecdh_cms_set_shared_info() into single exit
2024-04-18 claudioproc_trampoline_mp() was replaced by proc_trampoline_mi...
2024-04-18 claudioIf a proc has P_WEXIT set do not stop it, let it exit...
2024-04-18 claudioClear PCATCH for procs that have P_WEXIT set.
2024-04-18 jsgdrm/amd/display: fix disable otg wa logic in DCN316
2024-04-18 jsgdrm/amd/display: Set VSC SDP Colorimetry same way for...
2024-04-18 jsgdrm/amd/display: Program VSC SDP colorimetry for all...
2024-04-18 jsgdrm/amdgpu: fix incorrect number of active RBs for...
2024-04-18 jsgdrm/amdgpu: always force full reset for SOC21
2024-04-18 jsgdrm/amdgpu: Reset dGPU if suspend got aborted
2024-04-18 jsgdrm/i915: Disable port sync when bigjoiner is used
2024-04-18 jsgdrm/i915/cdclk: Fix CDCLK programming order when pipes...
2024-04-18 jsgdrm/client: Fully protect modes[] with dev->mode_config...
2024-04-18 jsgdrm/amdkfd: Reset GPU on queue preemption failure
2024-04-18 jsgdrm/i915/vrr: Disable VRR when using bigjoiner
2024-04-18 jsgdrm/amd/pm: fixes a random hang in S4 for SMU v13.0...
2024-04-17 tbRemove comments from captain obvious and drop useless...
2024-04-17 tbSSL_version_str is no more
2024-04-17 tbtidy includes
2024-04-17 tbbn_convert: zap extra blank line
2024-04-17 bluhmUse struct ipsec_level within inpcb.
2024-04-17 tbsync
2024-04-17 jcaProvide a pax format specific option handler
2024-04-17 jcaFold long line
2024-04-17 tbSimplify super ugly exit path
2024-04-17 jobRemove outdated (now inaccurate) warning message
2024-04-17 jsingRewrite BN_mpi2bn() using CBS and bn_bin2bn_cbs().
2024-04-17 jsingRewrite BN_lebin2bn() using CBS.
2024-04-17 jsingProvide constant time operations for uint8_t.
2024-04-17 jobSync RPKI Trust Anchor constraints to nro-delegated...
2024-04-17 tbShuffle EVP_PKEY_CTX setting together
2024-04-17 claudioSet Accept: */* HTTP header like it was done in ftp(1).
2024-04-17 tbecdh_cms_encrypt(): tweak wrap_algor construction
2024-04-17 tbecdh_cms_encrypt: tweak handling of ecdh_nid
2024-04-17 tbecdh_cms_encrypt: handle kdf_md in one go
2024-04-17 tbecdh_cms_encrypt: simplify setting the KDF type
2024-04-17 tbUse error checked X509_ALGOR_set0_by_nid
2024-04-17 tbecdh_cms_encrypt: simplify handling of pkey
2024-04-17 tbTransfer ownership before setting unused bits
2024-04-17 tbTurn ecdh_cms_encrypt() into single exit
2024-04-17 tbFix error check in ecdh_cms_encrypt()
2024-04-17 sthenchange docs for MODPY_PYBUILD=other
2024-04-17 mpiRemove a micro optimization to free pages in batch...
2024-04-17 mpiAdd per-CPU caches to the pmemrange allocator.
2024-04-17 jcaFixup comment
2024-04-17 tbftp: send 'Accept */*' header
2024-04-17 claudiodogetrusage() must be called with the KERNEL_LOCK held...
2024-04-17 jsingAdd regress coverage for BN_lebin2bn().
2024-04-17 florianRevert previous, it breaks IPv6 on loopback interfaces.
2024-04-17 tbAvoid NULL dereference in EVP_PKEY_paramgen()
2024-04-17 claudioOnly use the first egress interface in $IFIDX and ...
2024-04-17 knUse $_disk consistently over $1 in md_installboot(...
2024-04-17 tbopenssl req: plug obvious leak
2024-04-16 jcaSwitch tar(1) write default format to 'pax'
2024-04-16 jcaFix reading large pax extended records
2024-04-16 jcaFix pasto: broken storage of symbolic link long destina...
2024-04-16 jcaRevert wip patch, not intended for commit
2024-04-16 jcaAdd tar(1) -F option to select write format
2024-04-16 jcaCorrectly detect 'pax' format archives in append mode
2024-04-16 tbFix key share negotiation in HRR case
2024-04-16 florianPrevent toctu issues in static file serving and auto...
2024-04-16 fcambusUpdate Spleen kernel fonts to version 2.1.0, bringing...
2024-04-16 florianDestination addresses make no sense on loopback interfaces.
2024-04-16 jsingInvert BN_BITS2 handling in bn_bin2bn_cbs() and bn_hex2...
2024-04-16 jsingRewrite BN_bin2bn() using CBS.
2024-04-16 jsingProvide bn_expand_bytes().
2024-04-16 jsingRename bn_expand() to bn_expand_bits().
2024-04-16 bluhmUse route cache function in IP input.
2024-04-16 bluhmRun raw IPv6 input in parallel.
2024-04-16 jsgremove unused functions; ok tb@
2024-04-16 claudioCall bufq_destroy() in swap_off for the VREG case since...
2024-04-16 claudioCall bufq_destroy() in mfs_reclaim() before freeing...
2024-04-16 mpiPrevent a NULL dereference in error code path.
2024-04-16 tbsort
2024-04-15 casparAmend previous: improve comment
2024-04-15 mvsDon't take solock() in soreceive() for udp(4) sockets.
2024-04-15 bluhmDelete unused inp_csumoffset define.
2024-04-15 jcaSwitch pax(1) to write archives using the 'pax' format...
next