index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-01-20
Make sure that all poll loops properly restart the poll loop on EINTR.
Claudio Jeker
2022-01-20
catch poll() returning EINTR.
Sebastian Benoit
2022-01-20
pfkey import_flow() must do the NULL check before doing pointer
Alexander Bluhm
2022-01-20
snprintf(9) allows NULL string if size is 0. But doing NULL pointer
Alexander Bluhm
2022-01-20
Move the notBefore and notAfter checks from proc_parser_root_cert()
Claudio Jeker
2022-01-20
remove unused variable from all copies of _asr_strdname()
Christian Weisgerber
2022-01-20
ospf6ctl: fix -Wunused-but-set-variable warning
Christian Weisgerber
2022-01-20
eigrpd: fix -Wunused-but-set-variable warning
Christian Weisgerber
2022-01-20
dvmrpctl: fix -Wunused-but-set-variable warning
Christian Weisgerber
2022-01-20
mg: fix -Wunused-but-set-variable warnings
Christian Weisgerber
2022-01-20
ospf6d: fix -Wunused-but-set-variable warnings
Christian Weisgerber
2022-01-20
Don't return uninitialized stack memory on copyin() error.
Tobias Heider
2022-01-20
regen
Jonathan Gray
2022-01-20
add Tiger Lake H ids
Jonathan Gray
2022-01-20
Add check for EVP_CIPHER_CTX_ctrl
Kinichiro Inoguchi
2022-01-20
Add check for EVP_CIPHER_CTX_set_key_length return value
Kinichiro Inoguchi
2022-01-20
Add check for OBJ_nid2obj return value
Kinichiro Inoguchi
2022-01-20
Add check for ASN1_INTEGER_set
Kinichiro Inoguchi
2022-01-20
Fix check for BN_mod_inverse_ct return value
Kinichiro Inoguchi
2022-01-20
Add check for BN_sub return value
Kinichiro Inoguchi
2022-01-20
Fix check for BN_mod_inverse_ct return value
Kinichiro Inoguchi
2022-01-20
Shifting signed integers left by 31 is undefined behavior in C.
Alexander Bluhm
2022-01-20
Add check for BIO_indent return value
Kinichiro Inoguchi
2022-01-20
Fix check for BN_mod_inverse_ct return value
Kinichiro Inoguchi
2022-01-20
Fix check for BN_mod_inverse_ct return value
Kinichiro Inoguchi
2022-01-20
Add check for BIO_indent return value
Kinichiro Inoguchi
2022-01-20
Add check for EVP_CIPHER_CTX_set_key_length return value
Kinichiro Inoguchi
2022-01-20
Add and fix check for BN functions return value
Kinichiro Inoguchi
2022-01-20
Add check for BN functions return value
Kinichiro Inoguchi
2022-01-20
Add check for BIO_indent return value
Kinichiro Inoguchi
2022-01-20
drm/amd/display: explicitly set is_dsc_supported to false before use
Jonathan Gray
2022-01-20
Rename mft_check() to proc_parser_mft_check() and make it a static function.
Claudio Jeker
2022-01-20
dt: Add frame skip parameters for octeon
Visa Hankala
2022-01-20
xa_pool is protected by xa_lock mtx so drop pool ipl to IPL_NONE
Jonathan Gray
2022-01-20
initial support for drm sync files, fences associated with file
Jonathan Gray
2021-08-18
Import initial code for the SM2 cipher
Theo Buehler
2022-01-19
Document the bizarre fact that {CMS,PCKS7}_get0_signers() needs some
Theo Buehler
2022-01-19
Only invoke the underlying cpuid instruction if the real CPU might support
Philip Guenther
2022-01-19
Add -f to usage in main routine
Job Snijders
2022-01-19
Document the -f file inspection function
Job Snijders
2022-01-19
Implement a filemode where the passed file from the command line is
Claudio Jeker
2022-01-19
Check return value from EVP_CIPHER_CTX_new in cms_pwri.c
Kinichiro Inoguchi
2022-01-19
Mention more controllers that provide sdmmc(4) bus.
Visa Hankala
2022-01-19
Check function return value in libtls
Kinichiro Inoguchi
2022-01-19
Mark regress set requests as expected failure now that snmpd(8) doesn't
Martijn van Duren
2022-01-19
Disable regress for set requests after dropping support in new application
Martijn van Duren
2022-01-19
Hook up the new application layer.
Martijn van Duren
2022-01-19
Add the new application layer. Changes include:
Martijn van Duren
2022-01-19
On SDHC version 3.0 controllers the divisor doesn't have to be a power
Patrick Wildt
2022-01-19
Grab the kernel lock in uvm_wxcheck() when aborting the process
Klemens Nanni
[next]