Age | Commit message (Expand) | Author |
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 |
2020-06-24 | new manual page ChaCha(3); | Ingo Schwarze |
2020-06-24 | new manual page CMAC_Init(3); | Ingo Schwarze |
2020-06-24 | Document eight additional pre-OpenSSL-1.1 accessor functions that are | Ingo Schwarze |
2020-06-24 | Enforce restrictions for ClientHello extensions | Theo Buehler |
2020-06-22 | spelling fix; | Jason McIntyre |
2020-06-22 | Extend kqueue interface with EVFILT_EXCEPT filter. | Martin Pieuchot |
2020-06-20 | basic macro cleanup: .Fo for long .Fn lines, .Fa for struct fields, | Ingo Schwarze |
2020-06-20 | add missing ENVIRONMENT. HISTORY, and AUTHORS sections, | Ingo Schwarze |
2020-06-19 | We inherited the constant time CBC padding removal from BoringSSL, but | Theo Buehler |