openbsd
2024-04-15 tbInclude the correct header
2024-04-15 tbsync libressl bump
2024-04-15 tbcrank libtls like libcrypto and libssl
2024-04-15 tbcrank libssl major after libcrypto major and symbol...
2024-04-15 tbUnexport SSL_version_str
2024-04-15 tbcrank libcrypto major after symbol removal
2024-04-15 tbBye, bye, OPENSSL_str{,n}casecmp()
2024-04-15 tbAnd a pile of TS ASN.1 stuff becomes internal-only...
2024-04-15 tbX509_NAME_ENTRIES_it and X509_NAME_INTERNAL_it go internal
2024-04-15 tbAnd here go {,EC}DSA_SIG_it
2024-04-15 florianAdd scandirat(3); from freebsd
2024-04-15 tbDHparam_it becomes static, too
2024-04-15 tbMore X9.62 stuff was never used outside of ec_asn1.c
2024-04-15 tbEC_PRIVATEKEY becomes internal-only, too
2024-04-15 tbUnexport the ECPKPARAMETERS API
2024-04-15 tbMake ECPARAMETERS_{new,free,it} internal-only
2024-04-15 tbMove BIO_CONNECT_{new,free}() to internal-only
2024-04-15 tbRemove ASN1_time_clamp_not_after() from Symbols.list
2024-04-15 tbsync libc bump
2024-04-15 tbwhee libc 100. break all the things
2024-04-15 naddyremove unused __bswap16, __bswap32 MD functions from...
2024-04-15 claudioRegen after sigsuspend and __thrsigdivert unlock
2024-04-15 claudiosigsuspend and __thrsigdivert no longer require the...
2024-04-15 jsingEnable negative zero checks for BN_clear_bit() and...
2024-04-15 jsingPrevent negative zero from being created via BN bit...
2024-04-15 naddydrop htonl(), htons(), ntohl(), ntohs() MD functions...
2024-04-15 krwDon't wait forever in nvme_poll(). Respect the timeout...
2024-04-15 jmchint that the tcp timeout values can be adjusted collec...
2024-04-15 jmcdocument tcp.tsdiff; from jesper wallin
2024-04-15 krwDon't hang in nvme_poll() if the nvme controller has...
2024-04-15 jobUse the manifest location as additional differentiator...
2024-04-15 florianSync to autoconf 2.71 upstream built infrastructure
2024-04-15 nicmFixes for memory leaks reported by Lu Ming Yin, fixes...
2024-04-15 jmcadd an EXAMPLES section with a simple config file,...
2024-04-15 jsgdrm: Check polling initialized before enabling in drm_h...
2024-04-15 jsgdrm: Check output polling initialized before disabling
2024-04-15 jsgdrm/amd/display: Fix nanosec stat overflow
2024-04-15 jsgdrm/ttm: return ENOSPC from ttm_bo_mem_space v3
2024-04-15 jsgamdkfd: use calloc instead of kzalloc to avoid integer...
2024-04-14 bluhmRun raw IP input in parallel.
2024-04-14 miodTurn sp_tlb_flush_{ctx,pte} into function pointers...
2024-04-14 guentherDelete support for the LESSOPEN and LESSCLOSE environme...
2024-04-14 ottot22 and t23 can fail if the first chunk ends up being...
2024-04-14 phesslerstop erroring if <file>.orig exists
2024-04-14 tbFix indent
2024-04-14 tbDelete a few more GOST remnants
2024-04-14 sthenadd maturin as MODPY_PYBUILD backend
2024-04-14 florianZap trailing whitespace.
2024-04-14 tbRemove documentation of no longer available API
2024-04-14 kettenisImplement support for AVX-512. This required some...
2024-04-14 tbless: escape newlines in file names
2024-04-14 jsgwith empty body loops, put final semicolon on a new...
2024-04-14 jsgput loop body on a new line
2024-04-14 jsgavoid uninitialised var use
2024-04-13 jsgcorrect indentation
2024-04-13 dvvmm: protect vmm activation with the vmm_softc rwlock.
2024-04-13 jrickcheck group and world permissions of iked psk files
2024-04-13 jcaReadd FFS_MAX_SOFTDEPS define
2024-04-13 jcaZap unused sd_* softdep sysctl names
2024-04-13 kettenisRenove unused function and prototype.
2024-04-13 kettenisSplit out Spectre-V2 and Spectre-BHB mitigation code...
2024-04-13 tbError check X509_ALGOR_set0() in {dsa,ec}_pkey_ctrl()
2024-04-13 floriansync to unbound 1.19.3
2024-04-13 tbUnwrap a line for consistency with other copy-pasted...
2024-04-13 sthenmerge unbound 1.19.3
2024-04-13 sthenimport unbound 1.19.3, ok florian
2024-04-13 jmcdocument "psk file path" notation; from josh rickmar
2024-04-12 janremove useless includes of ip.h and ip6.h
2024-04-12 bluhmSplit single TCP inpcb table into IPv4 and IPv6 parts.
2024-04-12 florianUpdate to nsd 4.9.1
2024-04-12 sthenmerge unbound update
2024-04-12 sthenimport unbound 1.19.2, reminded by florian@
2024-04-12 bluhmIn snmpd_metrics process keep file descriptors 0 1...
2024-04-12 millertAvoid snprintf() of NULL when _nc_get_source() returns...
2024-04-12 bluhmFix race between rip_input() and soisdisconnected().
2024-04-12 jobFix warning about delta element issues in the Update...
2024-04-12 tbbio_enc: various basic cleanup
2024-04-12 jsgcorrect loop in channel set function
2024-04-12 tbGarbage collect various *_init() pmeths
2024-04-12 tbFix a potential NULL-deref in EVP_PKEY_keygen()
2024-04-12 tbgnu/cvs: avoid a harmless configure warning
2024-04-12 jsgfix non-auto setting of extended media type bits
2024-04-12 kevloRegen
2024-04-12 kevloAdd support for CH343 uart.
2024-04-11 jsgcorrect value of XFEATURE_AMX
2024-04-11 miodStop making <machine/pmap.h> include <machine/pte.h...
2024-04-11 tbRemove repeated type declaration that makes bison unhappy
2024-04-11 ottoFix previous: it should not have removed the "max_softd...
2024-04-11 bluhmPrevent changing interface loopback flag from userland.
2024-04-11 mvsDon't take solock() in soreceive() for SOCK_RAW inet...
2024-04-11 mvsTake solock_shared() in soo_stat().
2024-04-11 claudioUse != NULL for pointer check. No binary change.
2024-04-11 tbRemove parentheses after return
2024-04-11 jmatthewMatch on ConnectX-6 virtual functions too, since they...
2024-04-11 tbRework internal tm_to_*() converters
2024-04-11 jmatthewAdd support for media types from the extended ethernet...
2024-04-11 jsgdrm/i915/gt: Enable only one CCS for compute workload
2024-04-11 jsgdrm/i915/gt: Do not generate the command streamer for...
2024-04-11 jsgdrm/i915/gt: Disable HW load balancing for CCS
2024-04-11 jsgdrm/prime: Unbreak virtgpu dma-buf export
next