openbsd
2023-11-11 stspAttach dwqe(4) to Intel Elkhart Lake PSE SGMII devices.
2023-11-11 stspCorrect wrong register offset macros for dwqe(4) DMA...
2023-11-11 bluhmPass constant struct sockaddr to interface lookup funct...
2023-11-11 ajacoutotWe do not define VERSION anymore.
2023-11-11 dlgstart documenting the protections or locks needed for...
2023-11-11 ajacoutotAdd DIST_TUPLE support documentation.
2023-11-11 ajacoutotMention that this module also supports meson(1).
2023-11-11 bluhmRemove unused parameter dst from art_get().
2023-11-11 espieDumb my latin down to vernacular english
2023-11-11 espiedocument UNLINKED/BUILD_UNLINKED
2023-11-11 tbFix a few bugs in X509v3_asid_add*()
2023-11-11 antonCope with recent rt_hash() const changes.
2023-11-11 gkoehlerIgnore -N in "gzip -dN <in.gz" and "zcat -N in.gz"
2023-11-11 schwarzeDelete the useless .\" ----- comments before .Sh.
2023-11-11 schwarzemore details about error recovery
2023-11-10 bluhmrtable_match() takes constant destination.
2023-11-10 ajacoutotMention gnome in DIST_TUPLE.
2023-11-10 jasperzap some unused includes
2023-11-10 krwscsi_xs_get() sets xs->flags via scsi_xs_io(). There...
2023-11-10 jcaAlso mention COMPILER_LANGS for CFLAGS_${CHOSEN_COMPILER}
2023-11-10 jcaAdd doc for CFLAGS_${CHOSEN_COMPILER} and CXXFLAGS_...
2023-11-10 krwGPT partitions have many attributes. Don't stomp on...
2023-11-10 jaspersync with NetBSD -r1.38:
2023-11-10 bluhmMake ifq and ifiq interface MP safe.
2023-11-10 krwEnhance 'flag' to accept hex values in addition to...
2023-11-10 robertremove unused liblldbPluginOperatingSystem
2023-11-10 casparbsd.port.mk.5: document variables related to sccache...
2023-11-10 martijnAdd an initial SNMPv3 regression test.
2023-11-10 jsgregen
2023-11-10 jsgadd "Phoenix 2" APU device id
2023-11-10 martijnGive ober_printf_elements() a ber_element array, similar to
2023-11-10 knaccept numerical user IDs
2023-11-10 tobheAlways prefer group from initial KE payload as responde...
2023-11-10 antonMake further use of netcat server close barrier in...
2023-11-10 schwarzeMNT_SOFTDEP and mount -o softdep no longer have...
2023-11-09 bluhmRun arp timeout without kernel lock.
2023-11-09 tbForgot to fix the RFC number in the new comment
2023-11-09 tbConvert PKCS7_SIGNER_INFO_set() to X509_ALGOR_set0_by_nid()
2023-11-09 knTighten pledge in List and Append mode:
2023-11-09 dlgavoid restartable syscalls with siginterrupt() against...
2023-11-09 kn-C/resume without "proc exec"
2023-11-09 knAdd [-P progam] to filter dumps by basename
2023-11-09 knFinish clean up of old 6.7 softraid migration code
2023-11-09 dlgget rid of the ioctl whitelist that bio will tunnel...
2023-11-09 knsort .xr after previous; from jmc
2023-11-09 knlink to showmount(8); OK deraadt
2023-11-09 dvvmctl(8): avoid abort when given an invalid "kernel...
2023-11-09 tbConvert ecx_item_sign() to X509_ALGOR_set0_by_nid()
2023-11-09 tbConvert asn1_item_sign() to X509_ALGOR_set0_by_nid()
2023-11-09 jaspermissing full stop
2023-11-09 mvsRemove delayed timeout(9) initialization. timeout_set...
2023-11-09 tbFix X509_ALGOR_set0() usage in rsa_alg_set_oaep_padding()
2023-11-09 tbUse X509_ALGOR_set0_by_nid() in rsa_mgf1md_to_maskGenAl...
2023-11-09 jsgdrm/amdgpu: Reserve fences for VM update
2023-11-09 jsggpu/drm: Eliminate DRM_SCHED_PRIORITY_UNSET
2023-11-09 jsgdrm/amdgpu: Unset context priority is now invalid
2023-11-09 jsgdrm/ttm: Reorder sys manager cleanup step
2023-11-08 martijnDon't do the time window check if we're noAuthNoPriv...
2023-11-08 martijnLet usm_make_report() utilize appl_report(). usm_make_r...
2023-11-08 martijnLet appl_report() collect its own metrics. This simplif...
2023-11-08 martijnDon't rely on aru_pdu to rebuild the original varbindli...
2023-11-08 martijnDon't use aru_pdu for determining the requesttype....
2023-11-08 martijnOn second thought let's not overwrite sm_pdutype with...
2023-11-08 martijnexport SNMP-TARGET-MIB::{snmpUnavailableContexts,snmpUn...
2023-11-08 martijnHook up snmpTargetMIB to MIB_TREE.
2023-11-08 tbMore minor cleanup in rsa_alg_set_oaep_padding()
2023-11-08 millertAvoid a NULL dereference when handling a malformed...
2023-11-08 tbPrepare further fixes of X509_ALGOR_set0() misuse
2023-11-08 mglockerIncrease NKMEMPAGES_MAX_DEFAULT to same value as on...
2023-11-08 tbzap a stray space
2023-11-08 tbRename os into astr in rsa_alg_set_oaep_padding()
2023-11-08 tbRename pkctx to pkey_ctx in rsa_alg_set_oaep_padding...
2023-11-08 tbSome simple cosmetics in rsa_alg_set_oaep_padding()
2023-11-08 tbSplit OAEP padding handling into a helper function
2023-11-08 chelohalibc, librthread: _twait: fully validate absolute timeout
2023-11-08 krwAllow Xen to use backing store devices with 4K-byte...
2023-11-08 deraadtremove accidental double space
2023-11-08 casparpkg_add: sort flags in usage message
2023-11-08 opRFC 7505 ("Null MX") handling
2023-11-07 tbMove CMS_RecipientInfo_ktri_get0_algs() down a few...
2023-11-07 tbMove CMS_RecipientInfo_get0_pkey_ctx() to first use...
2023-11-07 tbFix an error message left out in the mustDecodeHexStrin...
2023-11-07 tbPull up the handling of the two webcrypto special snowf...
2023-11-07 tbDrop a useless line and bump copyright years
2023-11-07 tbUnwrap a few lines
2023-11-07 tbWrap hex.DecodeString() into mustDecodeHexString()
2023-11-07 tbUse maps to retrieve various AES variants
2023-11-07 tbConvert hashEvpMdFromString() to a map
2023-11-07 tbAdd stringer interfaces to the test groups
2023-11-07 tbInline rsa_ctx_to_pss_string()
2023-11-07 tbRename pkctx to pkey_ctx in rsa_{cms,item}_sign()
2023-11-07 tbTrivial cleanup in rsa_cms_sign()
2023-11-07 tbRework RSA_PKCS1_PSS_PADDING handling in rsa_item_sign()
2023-11-07 tbAdd a helper to set RSASSA-PSS padding parameters
2023-11-07 tbAdd a helper to set RSA PKCS #1 v1.5 padding OID
2023-11-07 claudioiface->auth_key is not a real C string so use strnlen...
2023-11-07 claudioRename struct imsgbuf *ibuf to *imsgbuf in all places.
2023-11-07 claudioAlter imsg_move() to clear the full imsg buffer instead...
2023-11-07 espiecomment out test that no longer makes sense, as noticed...
2023-11-06 jcasync
next