openbsd
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...
2021-12-24 deraadtwhen getopts prints "unknown option" or "requires argum...
2021-12-24 deraadtsync
2021-12-24 chelohauniq(1): skip() each input line only once
2021-12-24 bluhmRun malloc_duel for 60 seconds instead of 20. It did...
2021-12-24 jsingReorder some functions.
2021-12-24 tbThe RFC 3779 test needs LIBRESSL_CRYPTO_INTERNAL as...
2021-12-24 tbUndo commenting of OPENSSL_NO_RFC3779
2021-12-24 tbPrepare to provide PEM_write_bio_PrivateKey_traditional()
2021-12-24 tbPrepare to provide EVP_CIPHER_CTX_{get,set}_cipher_data
2021-12-24 tbPrepare to provide EVP_CIPHER_CTX_buf_noconst()
2021-12-24 visaHook up iocond regress.
2021-12-24 visaReplace wait channel polling with simple sleep for...
2021-12-24 tbFix a typo in a comment and add some empty lines for...
2021-12-24 claudioSync test code after the change of id from size_t to...
2021-12-24 guentherDelete obsolete __syscall regress that tested the old...
2021-12-24 jsingPrint the name of the test before we run it.
2021-12-24 jmcadd mtw(4);
2021-12-24 jmcuse -nosplit for AUTHORS;
2021-12-24 jmciic.4: add apliic to the master list
2021-12-24 hastingsSupport more mtw(4) devices.
2021-12-24 visaMake poll/select version of filt_solisten() more simila...
2021-12-24 hastingsregen
2021-12-24 hastingsAdd some more mtw(4) devices.
2021-12-24 hastingsAdd a manual page for mtw(4).
2021-12-24 tbStyle tweak in {d2i,i2d}_IPAddrBlocks()
2021-12-24 tbDrop -g -O0 from CFLAGS
2021-12-24 tblink rfc3779 test to build
2021-12-24 tbAdd initial test coverage for RFC 3779 code.
2021-12-24 tbFix some KNF issues in the RFC 3779 section that have...
2021-12-24 tbKNF nit
2021-12-24 tbRemove asserts from asid_validate_path_internal()
2021-12-24 tbTurn asserts in ASIdentifierChoice_canonize() into...
2021-12-24 tbRemove assert from extract_min_max() (again)
2021-12-24 tbRevert previous. The commit contained more than intended.
2021-12-24 tbTurn asserts in ASIdentifierChoice_canonize() into...
2021-12-24 tbRemove assert from extract_min_max()
2021-12-24 tbFix indent of a comment.
2021-12-24 tbRemove asserts from addr_validate_path_internal()
2021-12-24 tbTurn assert in X509v3_addr_canonize() into an error...
2021-12-24 patricksync
2021-12-24 patrickapliic(4)
2021-12-24 patrickAdd apliic(4), a driver for the I2C controller found...
2021-12-23 tbFully check the second strtoul() call in v2i_IPAddrBlocks()
2021-12-23 tbFix an arbitrary out-of-bounds stack read in v2i_IPAddr...
2021-12-23 jsgfix indent to make it clear a line isn't part of previo...
2021-12-23 bluhmRemove unused variables and assignments in ah and esp...
2021-12-23 patrickFix endless loop in the interrupt handler. When iterat...
2021-12-23 guenthersync
2021-12-23 guentherRoll the syscalls that have an off_t argument to remove...
2021-12-23 tbfix typo: boolean true should decode to 1, not 0
2021-12-23 tbRoute templated implementations of {d2i,i2d}_ASN1_BOOLE...
2021-12-23 bluhmIPsec is not MP safe yet. To allow forwarding in paral...
2021-12-23 antonGet rid of unused next battery level argument.
2021-12-23 bluhmUse TAILQ_FOREACH to traverse the disk list in sysctl_d...
2021-12-23 bluhmDisk lock was held when returning to userland. Add...
2021-12-23 bluhmTemplate for option WITNESS is in the architecture...
next