index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2020-11-03
Fix bad indent.
Joel Sing
2020-11-03
Only check BIO_should_read() on read and BIO_should_write() on write.
Joel Sing
2020-11-03
Hook X509_STORE_CTX get_issuer() callback from new X509 verifier.
Joel Sing
2020-11-02
typo: ASN1_parse_time -> ASN1_time_parse
Theo Buehler
2020-10-31
Align with C99 (and our implementation) and describe the return values for
Mark Kettenis
2020-10-27
The printf format string component %n is a nearly turning-complete gadget.
Theo de Raadt
2020-10-27
Add agentx_varbind_unsigned32 as a wrapper around agentx_varbind_gauge32 to
Martijn van Duren
2020-10-27
Adjust manpage to uint32_t->int32_t change.
Martijn van Duren
2020-10-27
According to SMI (RFC 2578) an integer is signed. Somehow I managed to
Martijn van Duren
2020-10-26
Retguard asm macros for powerpc libc, ld.so
gkoehler
2020-10-26
Set ax_rbsize before calling malloc and use it in malloc.
Martijn van Duren
2020-10-26
The agentx API will first appear in 6.9.
Theo Buehler
2020-10-26
Add missing RCS tags
Theo Buehler
2020-10-26
use installed include file
Theo de Raadt
2020-10-26
make includes should be more verbose
Theo de Raadt
2020-10-26
s/agentx_/ax_/g and s/subagentx_/agentx_/g
Martijn van Duren
2020-10-26
Initialize srl to NULL to silence gcc. There is no case where this is
Martijn van Duren
2020-10-26
Add a safety net to ensure that we set an error on the store context.
Theo Buehler
2020-10-26
If x509_verify() fails, ensure that the error is also set on the store
Theo Buehler
2020-10-26
Make sure that x509_vfy_check_id() failure also sets ctx->error, not only
Theo Buehler
2020-10-26
Remove trailing spaces & tabs
denis
2020-10-25
clock_gettime.2: overhaul manpage
cheloha
2020-10-24
some fixes from varik valefor;
Jason McIntyre
2020-10-21
Save and restore the MXCSR register and the FPU control word such that
Mark Kettenis
2020-10-21
Stop documenting some functions as macros.
Theo Buehler
2020-10-20
Align the basename(3) and dirname(3) prototypes with the POSIX spec:
Christian Weisgerber
2020-10-20
Use a trap instruction that unconditionally terminates the process.
Visa Hankala
2020-10-19
Retguard sigsetjmp on powerpc64.
mortimer
2020-10-19
replace ad-hoc illegal instruction with the architecturally defined one
Christian Weisgerber
2020-10-19
add retguard prologue/epilogue
Theo de Raadt
2020-10-19
Save and restore the FPCR register such that floating-point control modes
Mark Kettenis
2020-10-19
On powerpc64, restore %r2 when needed while unwinding.
Mark Kettenis
2020-10-18
Add powerpc64 retguard macros for setjmp / longjmp.
mortimer
2020-10-18
SYS___threxit cannot fail, but this integration looks like a gadget.
Theo de Raadt
2020-10-18
Fix typo in reference, period that should be comma.
Anthony J. Bentley
2020-10-16
Adapt SYS.h to use retguard macros from asm.h, so that generated system
Theo de Raadt
2020-10-16
double word fixes; from varik valefor
Jason McIntyre
2020-10-15
Unbreak DTLS retransmissions for flights that include a CCS.
Joel Sing
2020-10-15
crt0 MD _dl_exit() performs syscall to SYS_exit directly, but then
Theo de Raadt
2020-10-15
zap annoying stray spaces
Theo Buehler
2020-10-14
use symbolic SYS_exit rather than 1, and skip using
Theo de Raadt
2020-10-14
use symbolic SYS_exit instead of the value 1
Theo de Raadt
2020-10-14
Accommodate POSIX basename(3) that takes a non-const parameter and
Christian Weisgerber
2020-10-14
Replace SSL_IS_DTLS with SSL_is_dtls().
Joel Sing
2020-10-14
Provide SSL_is_dtls().
Joel Sing
2020-10-14
Mark DTLS methods as DTLS.
Joel Sing
2020-10-13
Do some easy .data -> .rodata/.data.rel.ro conversions
Philip Guenther
2020-10-12
make fixed-sized fixed-value mib[] arrays be const
Theo de Raadt
2020-10-12
annoying whitespace
Theo de Raadt
2020-10-12
mib[2] is no longer used; ok guenther
Theo de Raadt
[next]