summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-20Make sure that all poll loops properly restart the poll loop on EINTR.Claudio Jeker
2022-01-20catch poll() returning EINTR.Sebastian Benoit
2022-01-20pfkey import_flow() must do the NULL check before doing pointerAlexander Bluhm
2022-01-20snprintf(9) allows NULL string if size is 0. But doing NULL pointerAlexander Bluhm
2022-01-20Move the notBefore and notAfter checks from proc_parser_root_cert()Claudio Jeker
2022-01-20remove unused variable from all copies of _asr_strdname()Christian Weisgerber
2022-01-20ospf6ctl: fix -Wunused-but-set-variable warningChristian Weisgerber
2022-01-20eigrpd: fix -Wunused-but-set-variable warningChristian Weisgerber
2022-01-20dvmrpctl: fix -Wunused-but-set-variable warningChristian Weisgerber
2022-01-20mg: fix -Wunused-but-set-variable warningsChristian Weisgerber
2022-01-20ospf6d: fix -Wunused-but-set-variable warningsChristian Weisgerber
2022-01-20Don't return uninitialized stack memory on copyin() error.Tobias Heider
2022-01-20regenJonathan Gray
2022-01-20add Tiger Lake H idsJonathan Gray
2022-01-20Add check for EVP_CIPHER_CTX_ctrlKinichiro Inoguchi
2022-01-20Add check for EVP_CIPHER_CTX_set_key_length return valueKinichiro Inoguchi
2022-01-20Add check for OBJ_nid2obj return valueKinichiro Inoguchi
2022-01-20Add check for ASN1_INTEGER_setKinichiro Inoguchi
2022-01-20Fix check for BN_mod_inverse_ct return valueKinichiro Inoguchi
2022-01-20Add check for BN_sub return valueKinichiro Inoguchi
2022-01-20Fix check for BN_mod_inverse_ct return valueKinichiro Inoguchi
2022-01-20Shifting signed integers left by 31 is undefined behavior in C.Alexander Bluhm
2022-01-20Add check for BIO_indent return valueKinichiro Inoguchi
2022-01-20Fix check for BN_mod_inverse_ct return valueKinichiro Inoguchi
2022-01-20Fix check for BN_mod_inverse_ct return valueKinichiro Inoguchi
2022-01-20Add check for BIO_indent return valueKinichiro Inoguchi
2022-01-20Add check for EVP_CIPHER_CTX_set_key_length return valueKinichiro Inoguchi
2022-01-20Add and fix check for BN functions return valueKinichiro Inoguchi
2022-01-20Add check for BN functions return valueKinichiro Inoguchi
2022-01-20Add check for BIO_indent return valueKinichiro Inoguchi
2022-01-20drm/amd/display: explicitly set is_dsc_supported to false before useJonathan Gray
2022-01-20Rename mft_check() to proc_parser_mft_check() and make it a static function.Claudio Jeker
2022-01-20dt: Add frame skip parameters for octeonVisa Hankala
2022-01-20xa_pool is protected by xa_lock mtx so drop pool ipl to IPL_NONEJonathan Gray
2022-01-20initial support for drm sync files, fences associated with fileJonathan Gray
2021-08-18Import initial code for the SM2 cipherTheo Buehler
2022-01-19Document the bizarre fact that {CMS,PCKS7}_get0_signers() needs someTheo Buehler
2022-01-19Only invoke the underlying cpuid instruction if the real CPU might supportPhilip Guenther
2022-01-19Add -f to usage in main routineJob Snijders
2022-01-19Document the -f file inspection functionJob Snijders
2022-01-19Implement a filemode where the passed file from the command line isClaudio Jeker
2022-01-19Check return value from EVP_CIPHER_CTX_new in cms_pwri.cKinichiro Inoguchi
2022-01-19Mention more controllers that provide sdmmc(4) bus.Visa Hankala
2022-01-19Check function return value in libtlsKinichiro Inoguchi
2022-01-19Mark regress set requests as expected failure now that snmpd(8) doesn'tMartijn van Duren
2022-01-19Disable regress for set requests after dropping support in new applicationMartijn van Duren
2022-01-19Hook up the new application layer.Martijn van Duren
2022-01-19Add the new application layer. Changes include:Martijn van Duren
2022-01-19On SDHC version 3.0 controllers the divisor doesn't have to be a powerPatrick Wildt
2022-01-19Grab the kernel lock in uvm_wxcheck() when aborting the processKlemens Nanni