openbsd
2022-01-13 martijnMove parsing of incoming syslog messages to their own...
2022-01-13 kettenisImplement powerdown. This involves writing a magic...
2022-01-13 schwarzeTedu support for the -xsh4.2 argument to the mdoc(7...
2022-01-13 schwarzeCalling MB_CUR_MAX is much more expensive than incremen...
2022-01-13 dtuckerSet LC_ALL in both local and remote shells so that...
2022-01-13 dtuckerAvoid %'s in commands (not used in OpenBSD, but used...
2022-01-13 schwarzeOnly sort the result array if it contains more than...
2022-01-12 tbzap some stray whitespace
2022-01-12 tbseperators -> separators
2022-01-12 tbzap spaces before tabs
2022-01-12 tbgratuitious -> gratuitous
2022-01-12 guentherLift the '#ifdef RCRT0' conditional out of boot*.h...
2022-01-12 mbuhlfixup previous refactoring
2022-01-12 antonExtend the verbose logging.
2022-01-12 tbsync
2022-01-12 tbASN1_{,F,T}BOOLEAN_it and the encoding and decoding...
2022-01-12 martijnEnable commandl1, commandl2, and commandD1.
2022-01-12 martijnMake lputs use psl instead of expecting it to be null...
2022-01-12 roberttoggle hw.power based on the ACDI SMR key if available
2022-01-12 robertset cpuspeed to 0 if hw.cpuspeed cannot be retrieved
2022-01-12 robertadd three new SMC sensors to get information about...
2022-01-12 kettenisFix array index. Spotted by robert@
2022-01-12 patrickMake acpi_getpropint() return uint64_t, as ACPI integer...
2022-01-12 tbOnly evp_pkey_check needs static linking
2022-01-12 tbAdd a prototype for OBJ_bsearch_ so this test will...
2022-01-12 tbRework ecdsatest to build after the bump and link stati...
2022-01-12 tbRework dsatest to use accessors and link statically...
2022-01-12 tbRework dhtest to use accessors and link statically...
2022-01-12 tbRework dhtest to use accessors and link statically...
2022-01-12 tbRework test to use EVP_AEAD_CTX_{new,free}() and link...
2022-01-12 tbFix typo in header guard
2022-01-12 tbFix asn1x509 build with opaque structures. Link statica...
2022-01-12 stspRemove ieee80211_find_node_for_beacon().
2022-01-12 tbRework Makefile to use regress framework and link asn1b...
2022-01-12 dtuckerUse egrep when searching for an anchored string.
2022-01-12 schwarzeMore accurately represent cells containing horizontal...
2022-01-12 schwarzeAccording to the tbl(7) manual, if a data cell contains...
2022-01-12 schwarzeIn one of the examples, the tbl(7) source code displayed
2022-01-12 dtuckerDon't log NULL hostname in restricted agent code, print...
2022-01-12 afresh1Bug fixes and performance improvements
2022-01-12 jsgmaxumum -> maximum
2022-01-12 kevloRemove -target riscv64-unknown-openbsd from CMACHFLAGS.
2022-01-11 jsgspelling
2022-01-11 jsgspelling
2022-01-11 djmremove hardcoded domain and use window.location.host...
2022-01-11 jsgJasper Lake eMMC needs the same 0V quirk as Apollo...
2022-01-11 tobheMake sure 'out' is initialized to 0 before adding flags.
2022-01-11 tbforgot to zap some dead assignments
2022-01-11 tbAdd regress for EVP_PKEY_{,public_,param_}check()
2022-01-11 jsingRevise for peer_cert.
2022-01-11 tbConvert relayd for opaque RSA_METHOD
2022-01-11 jsingRemove peer_pkeys from SSL_SESSION.
2022-01-11 jsingSimplify SSL_get_peer_certificate()
2022-01-11 jsingRename 'peer' to 'peer_cert' in SSL_SESSION.
2022-01-11 jsingRevise for changes to tls_key_share_peer_public()
2022-01-11 jsingPlumb decode errors through key share parsing code.
2022-01-11 jsingUse SSL_AD_INTERNAL_ERROR for non-decoding alerts when...
2022-01-11 jsingSimplify tlsext_keyshare_server_parse()
2022-01-11 kettenisBump KVA space up to 512MB (and a bit).
2022-01-11 inoguchiWrap long lines
2022-01-11 inoguchiCheck function return value
2022-01-11 inoguchiSuppress warning
2022-01-11 inoguchiCompare pointer variable with NULL
2022-01-11 inoguchiRemove space between '*' and pointer variable.
2022-01-11 inoguchiConvert openssl(1) smime option handling
2022-01-11 claudioChange the way the parser accesses files. It now builds...
2022-01-11 tbGarbage collect historical setting of dsa->write_params...
2022-01-11 uaaadd Synopsys Degisnware UART (dw-apb-uart) support
2022-01-11 claudioRemove KASSERT(0) and default switch case. No other...
2022-01-11 uaafix RSB_DMCR_DEVICE_MODE_DATA value to enter RSB mode...
2022-01-11 jsgspelling
2022-01-11 sashanmove allocations in DIOCSADDRULE and DIOCHANGERULE...
2022-01-11 mvsregen
2022-01-11 mvsUnlock getpeername(2). For inet and unix sockets it...
2022-01-11 mvsProduce alive in-flight sockets with positive "f_count...
2022-01-11 semariemove kern_unveil.c to use DPRINTF()
2022-01-11 visaRemove dead store to f and avoid use of unvalidated fd.
2022-01-11 antonAdd temporary verbose logging when remote coverage...
2022-01-11 antonno need to inspect the coverage for the dying test...
2022-01-11 antonIn revision 1.43 of kcov.c, the redundant conditional...
2022-01-11 jsgspelling
2022-01-11 afresh1Tidy up some comments
2022-01-11 jsgspelling
2022-01-11 dtucker"void" functions should not return anything. From...
2022-01-11 djmsuppress "Connection to xxx closed" messages at LogLeve...
2022-01-11 deraadtIf the install media contains non-free /*firmware*...
2022-01-11 deraadtSplit 2nd half of enable_network() into a sub-function...
2022-01-11 jsgmatch on Intel Jasper Lake
2022-01-10 jsgregen
2022-01-10 jsgadd Intel Jasper Lake devices
2022-01-10 tbConvert tls_bio_cb for opaque BIO
2022-01-10 tbMechanical conversion of libcsi for opaque DH.
2022-01-10 tbDocument EVP_AEAD_CTX_{new,free}() and adjust example...
2022-01-10 jmcfix SEE ALSO;
2022-01-10 tbUnbreak tree. Sorry about that.
2022-01-10 tobheReturn ENOMEM on malloc errors to prevent use of uninit...
2022-01-10 schwarzeWhen rendering the \h (horizontal motion) low-level...
2022-01-10 deraadtsync
2022-01-10 visaInitialize variables that are touched in the error...
2022-01-10 tbNULL out pointers after transferring them to the DSA...
next