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-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
2020-06-26
Fix TCB_OFFSET_ERRNO. Adjust comments to reflect that powerpc64 uses %r13
Mark Kettenis
2020-06-26
Avoid "bare" register numbers.
Mark Kettenis
2020-06-26
Accidentally doubled these files on first commit. Correcting.
Dale Rahn
2020-06-25
Add missing kvm_dump(3) and kvm_getfiles(3) under SEE ALSO for completeness
kn
2020-06-25
Switch the order of the two tests in tls13_client_hello_required_extensions
Theo Buehler
2020-06-25
Intial attempt at powerpc64 libcrypto pieces.
Dale Rahn
2020-06-25
disable altivec and vsx as it causes issues in qemu testing.
Dale Rahn
2020-06-25
PowerPC64 startup code.
Dale Rahn
2020-06-25
PowerPC64 libc powerpc sys files
Dale Rahn
2020-06-25
PowerPC64 libc string/net files
Dale Rahn
2020-06-25
*** empty log message ***
Dale Rahn
2020-06-25
PowerPC64 libc/arch/powerpc/gdtoa files
Dale Rahn
2020-06-25
Committed wrong version of file, atomic_lock is 32 bit.
Dale Rahn
2020-06-25
PowerPC64 libc gen files
Dale Rahn
2020-06-25
PowerPC64 libc (libc powerpc top)
Dale Rahn
2020-06-24
Properly document the return values of EVP_PKEY_base_id(3)
Ingo Schwarze
2020-06-24
use n-bit <noun> consistently; ok schwarze for the principal of the idea,
Jason McIntyre
2020-06-24
Make tls13_legacy_shutdown() match ssl3_shutdown() semantics.
Joel Sing
[next]