summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-07-10adjust %n description to vaguely say "pointer", becuase the followingTheo de Raadt
2020-07-10As suggested by deraadt@, rewrite most of the printf(3) manual pageIngo Schwarze
2020-07-09The fegetexceptflag() function should not have a DEF_STD.Mark Kettenis
2020-07-09adjfreq(2): limit adjustment to [-500000, +500000] ppmcheloha
2020-07-08Userland timecounter implementation for sparc64.Mark Kettenis
2020-07-08Clean up the amd64 userland timecounter implementation a bit:Mark Kettenis
2020-07-07Remove some unnecessary function pointers from SSL_METHOD_INTERNAL.Joel Sing
2020-07-07Enable TLSv1.3 for the generic TLS_method().Joel Sing
2020-07-06Minor tweaks in the description of %g:Ingo Schwarze
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-07-03zap trailing whitespace on one lineTheo Buehler
2020-07-03Make the message type available to the extension functionsTheo Buehler
2020-07-03Improve argument order for the internal tlsext APITheo Buehler
2020-07-02Use a relative branch to jump from setjmp(3) into _setjmp(4).Mark Kettenis
2020-06-30Add missing comparison instruction. Load %r12 with the indirect branchMark Kettenis
2020-06-29Disable assembly code for powerpc64; more work is needed to make it work.Mark Kettenis
2020-06-29Use C versions of bcopy(3) and memmove(3) for now as the assembly versionMark Kettenis
2020-06-28Use std instead of stw to store CR since we use std in sigsetjmp(3) andMark Kettenis
2020-06-28Add stub implementation; derived from kvm_sh.c which has our preferredMark Kettenis
2020-06-28Fix grammar in comment.Mark Kettenis
2020-06-28Add powerpc64 support.Mark Kettenis
2020-06-28Add powerpc64 fenv bits; copied from powerpc. From drahn@Mark Kettenis
2020-06-28Switch back to bn_mul_mont_int since the bn_mul_mont_fpu64 code isn'tMark Kettenis
2020-06-28Add dummy getWCookie() implementation for powerpc64.Mark Kettenis
2020-06-28The 2nd and 3rd argument are pointers, so use the appropriate doublewordMark Kettenis
2020-06-28Use .Dv for SIOCTL_SEL, as we do for all other macrosAlexandre Ratchov
2020-06-28Allow switching between alternate devices (-F option) with sndioctl(1)Alexandre Ratchov
2020-06-28Add a new SIOCTL_SEL control type to select one of a predefined set ofAlexandre Ratchov
2020-06-27Prevent the use of jump tables on powerpc64 as well.Mark Kettenis
2020-06-27Add missing label.Mark Kettenis
2020-06-26Provide an optimized implementation of ffs(3) in libc onChristian Weisgerber
2020-06-26Fix powerpc64 pie binraries, in register renumbering one line was missed.Dale Rahn
2020-06-26Fix TCB_OFFSET_ERRNO. Adjust comments to reflect that powerpc64 uses %r13Mark Kettenis
2020-06-26Avoid "bare" register numbers.Mark Kettenis
2020-06-26Accidentally doubled these files on first commit. Correcting.Dale Rahn
2020-06-25Add missing kvm_dump(3) and kvm_getfiles(3) under SEE ALSO for completenesskn
2020-06-25Switch the order of the two tests in tls13_client_hello_required_extensionsTheo Buehler
2020-06-25Intial attempt at powerpc64 libcrypto pieces.Dale Rahn
2020-06-25disable altivec and vsx as it causes issues in qemu testing.Dale Rahn
2020-06-25PowerPC64 startup code.Dale Rahn
2020-06-25PowerPC64 libc powerpc sys filesDale Rahn
2020-06-25PowerPC64 libc string/net filesDale Rahn
2020-06-25*** empty log message ***Dale Rahn
2020-06-25PowerPC64 libc/arch/powerpc/gdtoa filesDale Rahn
2020-06-25Committed wrong version of file, atomic_lock is 32 bit.Dale Rahn
2020-06-25PowerPC64 libc gen filesDale Rahn
2020-06-25PowerPC64 libc (libc powerpc top)Dale Rahn
2020-06-24Properly document the return values of EVP_PKEY_base_id(3)Ingo Schwarze
2020-06-24use n-bit <noun> consistently; ok schwarze for the principal of the idea,Jason McIntyre
2020-06-24Make tls13_legacy_shutdown() match ssl3_shutdown() semantics.Joel Sing