openbsd
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.
2024-01-30 claudioAdjust bgpctl to work with the modified aspath function...
2024-01-30 claudioConvert he ATTR_ASPATH and ATTR_AS4_PATH handlers in...
2024-01-30 claudioIn the previous commit idle connections are reinserted...
2024-01-30 claudioFix a race between scheduling a new request onto an...
2024-01-30 jobAdd more RPKI TA constraints: LACNIC ASNs cannot transf...
2024-01-29 bluhmRun TCP timer without kernel lock.
2024-01-29 jobAdd id-ct-rpkiSignedPrefixList NID
2024-01-29 jobAdd id-ct-rpkiSignedPrefixList OID
2024-01-29 stsphandle qwx(4) association state transitions from ASSOC...
2024-01-29 kettenisBecause of the way the Linux code behind apldrm(4)...
2024-01-29 tbCurious to see if explicitly ignoring the return value...
2024-01-29 jsgdrm/amdgpu: fall back to INPUT power for AVG power...
2024-01-29 jsgdrm/amdkfd: fixes for HMM mem allocation
2024-01-29 jsgRevert "drm/amdkfd: Relocate TBA/TMA to opposite side...
2024-01-29 jsgdrm/amd/display: avoid stringop-overflow warnings for...
2024-01-29 jsgdrm/amd/pm/smu7: fix a memleak in smu7_hwmgr_backend_init
2024-01-29 jsgdrm/amdkfd: Confirm list is non-empty before utilizing...
2024-01-29 jsgdrm/amdkfd: Fix type of 'dbg_flags' in 'struct kfd_process'
2024-01-29 jsgdrm/amd/pm: fix a double-free in amdgpu_parse_extended_...
2024-01-29 jsggpu/drm/radeon: fix two memleaks in radeon_vm_init
2024-01-29 jsgdrivers/amd/pm: fix a use-after-free in kv_parse_power_...
2024-01-29 jsgdrm/amd/pm: fix a double-free in si_dpm_init
2024-01-29 jsgdrm/amdgpu/debugfs: fix error code when smc register...
2024-01-29 jsgdrm/radeon/trinity_dpm: fix a memleak in trinity_parse_...
2024-01-29 jsgdrm/radeon/dpm: fix a memleak in sumo_parse_power_table
2024-01-29 jsgdrm/radeon: check the alloc_workqueue return value...
2024-01-29 jsgdrm/drv: propagate errors from drm_modeset_register_all()
2024-01-29 jsgdrm/radeon: check return value of radeon_ring_lock()
2024-01-29 jsgdrm/radeon/r100: Fix integer overflow issues in r100_cs...
2024-01-29 jsgdrm/radeon/r600_cs: Fix possible int overflows in r600_...
2024-01-29 jsgdrm/bridge: Fix typo in post_disable() description
2024-01-29 jsgdrm/dp_mst: Fix fractional DSC bpp handling
2024-01-29 yasuokaOpen /etc/{services,protocols} before pledge(2).
2024-01-28 stspadd support for sending management frames to qwx(4)
2024-01-28 tbThe KNF script didn't grok LHASH_OF(), STACK_OF()
2024-01-28 tbAvoid calling EVP_CIPHER_CTX_reset() on a NULL ctx
2024-01-28 bluhmUse more specific sockaddr type for inpcb notify.
2024-01-28 deraadtRemove the 'l' and 'L' flag printing in 'STAT' column...
2024-01-28 mglockerBack out the TSO support diff, since we got issues...
2024-01-28 deraadtcorrect DPADD; fromKrystian Lewandowski
2024-01-28 opallow escaping inside quotes
2024-01-28 tbsync with userland
2024-01-28 tbPull in some post 1.3.1 upstream commits
2024-01-28 joshuaClean up EVP_CIPHER_CTX_init() usage in cmac.c
2024-01-28 joshuaClean up EVP_MD_CTX_{init,cleanup}() usage in ASN1_item...
2024-01-28 antonUse the wait until construct in ixp.sh in the hopes...
2024-01-28 jsgmatch on Intel C3000
2024-01-28 deraadtForce -fno-stack-protector on "boot block" that absolut...
2024-01-28 deraadtset -fno-stack-protector in NORMAL_C_NOP, which is...
2024-01-27 tbDynamic EVP_PKEY_METHODs are a thing from the past
2024-01-27 bluhmAssert that tcp_timer_rexmt() uses IPv4 inpcb.
2024-01-27 bluhmDeclare address parameter in TCP SYN cache const.
2024-01-27 tbAdd a few aliases for ECDSA and DSA for security/xca
2024-01-27 tbUse ret instead of rv in a few keyivgen functions
2024-01-27 tbFold keyivgen functions into evp_pbe.c
2024-01-27 tbMake some comments and some whitespace less ugly
2024-01-27 tbWhitespace tweak
2024-01-27 tbThrow PKCS5_PBE_add() into the trash bin at the end...
2024-01-27 tbMark the functions at the end of this file for removal
2024-01-27 tbSupport HMAC with SHA-3 as a PBE PRF
2024-01-27 tbSupport HMAC with truncated SHA-2 as a PBE PRF
2024-01-27 tbTeach OBJ_find_sigid_{,by_}algs(3) about ECDSA with...
2024-01-27 phesslerfirmware for qwx(4) devices
2024-01-27 jsingEnable for TLSv1.3 now that shutdown behaviour matches...
2024-01-27 jsingRework tls13_legacy_shutdown() to match the legacy...
2024-01-27 jsingMake tls13_legacy_return_code() static.
2024-01-27 jsingAdd message callbacks for alerts in the TLSv1.3 stack.
2024-01-27 kettenisAdd a few drivers to support Allwinner D1.
2024-01-27 kettenisOn Allwinner D1, the SBI call to schedule timer interru...
2024-01-27 kettenisAdd support for newer SoCs that store the data as numbe...
2024-01-27 martijnImplement an initial SMIv2 parser based around RFC257...
2024-01-27 tbAllocate a fixed NID for the acmeIdentifer OID
2024-01-27 tbAdd data for the RFC 8737 acmeIdentifier
2024-01-27 deraadtsync
2024-01-26 janPut checksum flags in bpf_hdr to use them in userland...
2024-01-26 kettenisFix panic messages.
2024-01-26 kettenisRecognize the T-Head PLIC implementation.
2024-01-26 deraadtpartial sync
2024-01-26 mvsregen
2024-01-26 mvsUnlock listen(2). `somaxconn_local' and `sominconn_loca...
2024-01-26 jobAdd a -V flag to bgplgd
2024-01-26 bluhmSkip test with 100000 file descriptors also on macppc.
2024-01-26 kettenisInitial clock support for Allwinner D1.
2024-01-26 kettenisAdd support for the Allwinner D1 USB PHY.
2024-01-26 kettenisAdd Allwinner D1 support.
2024-01-26 kettenisImplement T-Head cache management operations which...
next