openbsd
2022-01-21 espie"move" part of the OpenBSD::State code into its own...
2022-01-21 krwSplit PRT_print() into PRT_print_parthdr() and PRT_prin...
2022-01-21 visaLimit unwinder symbol search to FUNC symbols
2022-01-21 deraadtIn 1999 fd_set overflowing beyond FD_SETSIZE became...
2022-01-21 stspFix and re-enable active scans on iwm(4) and iwx(4).
2022-01-21 millertDocument EAGAIN error return, as specified by POSIX.
2022-01-21 knEnable dt(4)
2022-01-21 tbAvoid out-of-bounds accesses in case the filename is...
2022-01-21 tobheFix NULL dereference which allows user programs to...
2022-01-21 jsgsync kfd_ioctl.h with linux 5.15
2022-01-21 jsgmove media-bus-format.h to match comment in drm_connector.c
2022-01-21 espiedocument show-list
2022-01-21 djmadd a helper for writing an error message to the stderr...
2022-01-21 djmcorrect comment and use local variable instead of long...
2022-01-21 gnezdoRequire trig_test-2 to pass on arm64 and powerpc64
2022-01-21 gnezdoOptimization for tiny x in cos and sin
2022-01-21 gnezdoUnplug assembly implementations of trig functions on...
2022-01-21 gnezdoCopy cos(3) software implementation from FreeBSD-13
2022-01-21 dtuckerEnable all supported ciphers and macs in the server...
2022-01-21 deraadtWhen poll(2) returns -1, for some error conditions...
2022-01-20 tbRemove the remaining three parens in return statements.
2022-01-20 tbUse correct spelling of NULL.
2022-01-20 claudioMake sure that all poll loops properly restart the...
2022-01-20 bennocatch poll() returning EINTR.
2022-01-20 bluhmpfkey import_flow() must do the NULL check before doing...
2022-01-20 bluhmsnprintf(9) allows NULL string if size is 0. But doing...
2022-01-20 claudioMove the notBefore and notAfter checks from proc_parser...
2022-01-20 naddyremove unused variable from all copies of _asr_strdname()
2022-01-20 naddyospf6ctl: fix -Wunused-but-set-variable warning
2022-01-20 naddyeigrpd: fix -Wunused-but-set-variable warning
2022-01-20 naddydvmrpctl: fix -Wunused-but-set-variable warning
2022-01-20 naddymg: fix -Wunused-but-set-variable warnings
2022-01-20 naddyospf6d: fix -Wunused-but-set-variable warnings
2022-01-20 tobheDon't return uninitialized stack memory on copyin(...
2022-01-20 jsgregen
2022-01-20 jsgadd Tiger Lake H ids
2022-01-20 inoguchiAdd check for EVP_CIPHER_CTX_ctrl
2022-01-20 inoguchiAdd check for EVP_CIPHER_CTX_set_key_length return...
2022-01-20 inoguchiAdd check for OBJ_nid2obj return value
2022-01-20 inoguchiAdd check for ASN1_INTEGER_set
2022-01-20 inoguchiFix check for BN_mod_inverse_ct return value
2022-01-20 inoguchiFix check for BN_mod_inverse_ct return value
2022-01-20 inoguchiAdd check for BN_sub return value
2022-01-20 inoguchiFix check for BN_mod_inverse_ct return value
2022-01-20 bluhmShifting signed integers left by 31 is undefined behavi...
2022-01-20 inoguchiAdd check for BIO_indent return value
2022-01-20 inoguchiFix check for BN_mod_inverse_ct return value
2022-01-20 inoguchiFix check for BN_mod_inverse_ct return value
2022-01-20 inoguchiAdd check for BIO_indent return value
2022-01-20 inoguchiAdd check for EVP_CIPHER_CTX_set_key_length return...
2022-01-20 inoguchiAdd and fix check for BN functions return value
2022-01-20 inoguchiAdd check for BN functions return value
2022-01-20 inoguchiAdd check for BIO_indent return value
2022-01-20 jsgdrm/amd/display: explicitly set is_dsc_supported to...
2022-01-20 claudioRename mft_check() to proc_parser_mft_check() and make...
2022-01-20 visadt: Add frame skip parameters for octeon
2022-01-20 jsgxa_pool is protected by xa_lock mtx so drop pool ipl...
2022-01-20 jsginitial support for drm sync files, fences associated...
2022-01-19 tbDocument the bizarre fact that {CMS,PCKS7}_get0_signers...
2022-01-19 guentherOnly invoke the underlying cpuid instruction if the...
2022-01-19 jobAdd -f to usage in main routine
2022-01-19 jobDocument the -f file inspection function
2022-01-19 claudioImplement a filemode where the passed file from the...
2022-01-19 inoguchiCheck return value from EVP_CIPHER_CTX_new in cms_pwri.c
2022-01-19 visaMention more controllers that provide sdmmc(4) bus.
2022-01-19 inoguchiCheck function return value in libtls
2022-01-19 martijnMark regress set requests as expected failure now that...
2022-01-19 martijnDisable regress for set requests after dropping support...
2022-01-19 martijnHook up the new application layer.
2022-01-19 martijnAdd the new application layer. Changes include:
2022-01-19 patrickOn SDHC version 3.0 controllers the divisor doesn't...
2022-01-19 knGrab the kernel lock in uvm_wxcheck() when aborting...
2022-01-19 martijnImplement snmpe_send to allow to allow the new applicat...
2022-01-19 martijnMake sure that we ASN1 verify the varbindlist as soon...
2022-01-19 martijnAdd definitions for SNMP-TARGET-MIB. These are needed...
2022-01-19 martijnMove some smi.c functions to their own header.
2022-01-19 martijnMove some snmpe.c functions to their own header.
2022-01-19 martijnMove log.c functions to their own header.
2022-01-19 tbrpki-client: don't leak nfile if no repo is found.
2022-01-19 claudioAdd missing x509_init_oid() calls in regress tests.
2022-01-19 antonRemove temporary verbose logging.
2022-01-19 jsggo back to rev 1.5 of irq_work.h with tasks on system_wq
2022-01-19 jsgno longer need to disable -Wtautological-compare and
2022-01-19 jsgmove some unused functions under ifdef
2022-01-19 mpiComment out an incorrect lock assertion.
2022-01-19 jsg__always_inline needs the inline keyword as well as...
2022-01-18 deraadtAvoid pulling sys/param.h, by using _ALIGN instead.
2022-01-18 deraadtsync
2022-01-18 krwPRT_make() can just zap the destination dos_partition...
2022-01-18 claudioPass the X509_V_FLAG_CRL_CHECK flag as argument to...
2022-01-18 claudioUse X509_get0_pubkey() for opk and remove the EVP_PKEY_...
2022-01-18 claudioAdjust after change to cert_parse() and ta_parse().
2022-01-18 claudioChange cert_parse() and ta_parse() to no longer take...
2022-01-18 claudioMore fixing. Previous revert was incomplete.
2022-01-18 claudioRevert all the files that should have not been committe...
2022-01-18 claudioKill extra newline
2022-01-18 tbFix function name in warn message.
2022-01-18 claudioUnify the various X509_verify_cert() calls and the...
2022-01-18 claudioCleanup the scattered OBJ_txt2obj() calls and move...
2022-01-18 bluhmProperly handle read-only clusters in m_pullup(9).
next