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-07-25
remove half a dozen "goto" statements and a label
Ingo Schwarze
2020-07-24
tweak previous;
Jason McIntyre
2020-07-23
document PEM_X509_INFO_read(3) and PEM_X509_INFO_read_bio(3)
Ingo Schwarze
2020-07-23
Fix a bug in PEM_X509_INFO_read_bio(3) that is very likely to cause
Ingo Schwarze
2020-07-21
DLT_LOOP does have a link header, so tell pcap-filter so it can use it.
David Gwynne
2020-07-18
Userland timecounter implementation for octeon
Visa Hankala
2020-07-18
Raw device access is not anymore a fall-back for when sndiod isn't running
Alexandre Ratchov
2020-07-17
Userland timecounter for macppc
gkoehler
2020-07-17
"wroute" allows changes to the routing table; ok deraadt
Jason McIntyre
2020-07-17
route and wroute were undocumented; ok florian
Theo de Raadt
2020-07-16
Remove obsolete LOCALE_HOME code we have never used (and never will).
Todd C. Miller
2020-07-16
allow setenv LIBC_NOUSERTC to disable userland timekeeping, for ktrace.
Ted Unangst
2020-07-15
Userland timecounter implementation for arm64.
Mark Kettenis
2020-07-14
Dedup the use legacy stack code.
Joel Sing
2020-07-14
Revert the TLSv1.3 version switching fix/hack.
Joel Sing
2020-07-14
Fix TIB/TCB on powerpc64. Some bright sould decided that the TCB should
Mark Kettenis
2020-07-11
Add usertc.c.
Mark Kettenis
2020-07-11
Add missing usertc.c file.
Mark Kettenis
2020-07-10
adjust %n description to vaguely say "pointer", becuase the following
Theo de Raadt
2020-07-10
As suggested by deraadt@, rewrite most of the printf(3) manual page
Ingo Schwarze
2020-07-09
The fegetexceptflag() function should not have a DEF_STD.
Mark Kettenis
2020-07-09
adjfreq(2): limit adjustment to [-500000, +500000] ppm
cheloha
2020-07-08
Userland timecounter implementation for sparc64.
Mark Kettenis
2020-07-08
Clean up the amd64 userland timecounter implementation a bit:
Mark Kettenis
2020-07-07
Remove some unnecessary function pointers from SSL_METHOD_INTERNAL.
Joel Sing
2020-07-07
Enable TLSv1.3 for the generic TLS_method().
Joel Sing
2020-07-06
Minor tweaks in the description of %g:
Ingo Schwarze
2020-07-06
Add support for timeconting in userland.
Paul Irofti
2020-07-03
zap trailing whitespace on one line
Theo Buehler
2020-07-03
Make the message type available to the extension functions
Theo Buehler
2020-07-03
Improve argument order for the internal tlsext API
Theo Buehler
2020-07-02
Use a relative branch to jump from setjmp(3) into _setjmp(4).
Mark Kettenis
2020-06-30
Add missing comparison instruction. Load %r12 with the indirect branch
Mark Kettenis
2020-06-29
Disable assembly code for powerpc64; more work is needed to make it work.
Mark Kettenis
2020-06-29
Use C versions of bcopy(3) and memmove(3) for now as the assembly version
Mark Kettenis
2020-06-28
Use std instead of stw to store CR since we use std in sigsetjmp(3) and
Mark Kettenis
2020-06-28
Add stub implementation; derived from kvm_sh.c which has our preferred
Mark Kettenis
2020-06-28
Fix grammar in comment.
Mark Kettenis
2020-06-28
Add powerpc64 support.
Mark Kettenis
2020-06-28
Add powerpc64 fenv bits; copied from powerpc. From drahn@
Mark Kettenis
2020-06-28
Switch back to bn_mul_mont_int since the bn_mul_mont_fpu64 code isn't
Mark Kettenis
2020-06-28
Add dummy getWCookie() implementation for powerpc64.
Mark Kettenis
2020-06-28
The 2nd and 3rd argument are pointers, so use the appropriate doubleword
Mark Kettenis
2020-06-28
Use .Dv for SIOCTL_SEL, as we do for all other macros
Alexandre Ratchov
2020-06-28
Allow switching between alternate devices (-F option) with sndioctl(1)
Alexandre Ratchov
2020-06-28
Add a new SIOCTL_SEL control type to select one of a predefined set of
Alexandre Ratchov
2020-06-27
Prevent the use of jump tables on powerpc64 as well.
Mark Kettenis
2020-06-27
Add missing label.
Mark Kettenis
2020-06-26
Provide an optimized implementation of ffs(3) in libc on
Christian Weisgerber
2020-06-26
Fix powerpc64 pie binraries, in register renumbering one line was missed.
Dale Rahn
[next]