openbsd
2021-12-29 patrickacpi_intr_disestablish() is available on all our ACPI...
2021-12-29 claudioCleanup struct entity. Remove the unneeded has_data...
2021-12-29 claudioMerge multiple similar code bits together into repo_don...
2021-12-29 antonEnsure file descriptor send/receive is not allowed.
2021-12-29 antonDo not allow send/receive of kcov descriptors as the...
2021-12-29 krwTweak some DEBUG output.
2021-12-29 mvsAdd unp_dispose() threads to 'unsopassgc' test.
2021-12-28 krwTweak some DEBUG output.
2021-12-28 dlgwhitespace tweak, no functional change.
2021-12-28 dlgit doesnt make sense to configure a vport as a span...
2021-12-28 dlgmove away from using the M_PROTO1 flag to prevent loops...
2021-12-28 tbFix typo in comment
2021-12-28 naddylld: restore upstream default for --[no-]allow-shlib...
2021-12-28 naddylld: do not report undefined weak references in shared...
2021-12-28 tbUse lowercase letters for hexadecimal constants, as...
2021-12-28 tbRewrite X509v3_addr_canonize() with new accessors
2021-12-28 tbValidate AFIs before sorting in X509v3_adr_canonize()
2021-12-28 tbRewrite/simplify X509v3_addr_is_canonical()
2021-12-28 tbCheck AFI/SAFI before comparing them in X509v3_addr_is_...
2021-12-28 tbMake IPAddressFamily_cmp() more pleasing on the eye
2021-12-28 tbStyle improvements in X509v3_addr_add_range()
2021-12-28 tbStyle improvements in X509v3_addr_add_prefix()
2021-12-28 antonThe initial kd_lookup() in kcovopen() is redundant...
2021-12-28 tbAnother small readability tweak in X509v3_addr_inherits()
2021-12-28 tbUse an accessor in X509v3_addr_inherits()
2021-12-28 tbAdd a comment to i2r_IPAddrBlocks that we may want...
2021-12-28 tbAdd a few accessors for IPAddressFamily and make first...
2021-12-28 ottoNow that -A prints -- markers as it is supposed to...
2021-12-28 ottoFix printing of -- marker when using -A as noted by...
2021-12-28 tbSimplify and explain expand_addr() a bit
2021-12-28 tbAdd a comment so I don't forget to think about input...
2021-12-28 tbConvert make_IPAddressFamily to CBS/CBB
2021-12-28 tbRemove two pointless NULL checks and allocations
2021-12-28 tbCheck for trailing garbage in X509_addr_get_afi()
2021-12-28 tbConvert X509v3_adr_get_afi() to CBS
2021-12-28 patrickCompile out-of-line helpers for atomic operations which...
2021-12-28 mpiUnlock bottom part of the fault handler.
2021-12-28 claudioIn io_write_buf() adjust the calculation of the multipl...
2021-12-27 patrickNot only BCM4378, but all PCIe core revisions >= 64...
2021-12-27 patrickMap the chip ids used on Apple M1 Pro/Max and Apple...
2021-12-27 patrickSupport reading OTP information from a few more chips...
2021-12-27 visaReduce sensitivity to TCP segmentation in urgent data...
2021-12-27 visaDisable poll/select iocond regress
2021-12-27 antonYet another errno correction.
2021-12-27 florianknf
2021-12-27 jsingPull BN_{new,init,clear,clear_free,free} up to the...
2021-12-27 jsingProvide a set of RSA and ECDSA test certificates/keys.
2021-12-27 jsingProvide a script to generate test certificates/keys.
2021-12-27 patrickFix off-by-one in blob download, where in the case...
2021-12-27 visaMake clear that poll_iocond pty test fails currently.
2021-12-27 patrickBCM4387 needs the D11 cores to be held in reset by...
2021-12-27 patrickSend TxCap and WiFi calibration blobs to the chip.
2021-12-27 patrickSwitch module codename retrieval to use the newly propo...
2021-12-27 patrickHandle trailing odd-sized 1024 byte blocks when calcula...
2021-12-27 patrickBump rxpost and rxcomplete ring size to 1024 for newer...
2021-12-26 mvsRework garbage collector for unix(4) sockets.
2021-12-26 djmsplit method list search functionality from authmethod_...
2021-12-26 patrickAdd information about TCM rambase and how to check...
2021-12-26 tbzap doubled semicolon
2021-12-26 tbCheck BIO_indent() return like all the others in this...
2021-12-26 tbCheck error returns for HMAC_* to appease coverity.
2021-12-26 tbOne more leak similar to previous.
2021-12-26 tbPlug leaks
2021-12-26 tbPlug memleak
2021-12-26 tbDrop pointless cast in i2d_ASN1_BOOLEAN(). This may...
2021-12-26 tbConsistently call BN_init() before BN_with_flags()
2021-12-26 tbHoist memset of CBB above EVP_MD_CTX_new() and HMAC_CTX...
2021-12-26 jsingCorrect SSL_get_peer_cert_chain() when used with the...
2021-12-26 jsingAttempt to opportunistically use the host name for...
2021-12-26 sashanDIOCHANGERRULE ioctl must set pointer to ruleset in...
2021-12-26 kettenisAdd address locators for the ACPI "bus" and use these...
2021-12-26 bluhmFix compiler warnings with sparc64 gcc 4.2.1.
2021-12-26 tbfix spelling of inheritance
2021-12-26 tbCheck ipAddrBlock and autonomousSysNum for criticality
2021-12-26 antonadd missing include path; ok tb@
2021-12-26 knFix unexpanded LOCALBASE and X11BASE
2021-12-26 sashanmake 'set skip on ...' in pf.conf dynamic
2021-12-25 tbFix some weird line wrapping and a minor KNF nit
2021-12-25 tjreword some old text mentioning openbsd 5.5 and windows...
2021-12-25 ratchovDon't accept an empty string as selector value
2021-12-25 ratchovMove example about USB devices from -F description...
2021-12-25 tbNo need for assert.h in here.
2021-12-25 tbdrop a meaningless XXX
2021-12-25 tbUse C99 initializers for v3_addr, v3_asid and v3_ct_scts[]
2021-12-25 ratchovAdd section to explain how to handle device hot plugging
2021-12-25 bluhmFor a long time ip_ours() and ip6_ours() are calling...
2021-12-25 jsingIndent goto labels for diffability.
2021-12-25 jsingMerge asn_pack.c into asn1_item.c - these are two ASN1_...
2021-12-25 jsingMerge evp_asn1.c into a_type.c - these are all ASN1_TYP...
2021-12-25 jsingMove more ASN1_STRING_* functions to a_string.c.
2021-12-25 jsingMore consolidation of ASN.1 code.
2021-12-25 visaAdjust pty case for kqueue-based poll(2)
2021-12-25 visakqueue: Invalidate revoked vnodes' knotes on the fly
2021-12-25 jsingConsolidate code/templates for ASN.1 types.
2021-12-25 jsingMove ASN1_<type>_* functions to the top, encoding/decod...
2021-12-25 jsingRewrite ASN.1 identifier/length parsing in CBS.
2021-12-25 deraadtsync
2021-12-25 guentherSync DF_1_* flag definitions with llvm 13, including...
2021-12-25 guentherUpdate to reflect changes over the last six years
2021-12-24 tbFilter out all symbols starting with a double underbar...
next