summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* adjust %n description to vaguely say "pointer", becuase the followingderaadt2020-07-101-4/+6
* As suggested by deraadt@, rewrite most of the printf(3) manual pageschwarze2020-07-101-453/+586
* The fegetexceptflag() function should not have a DEF_STD.kettenis2020-07-091-2/+1
* adjfreq(2): limit adjustment to [-500000, +500000] ppmcheloha2020-07-091-2/+5
* Userland timecounter implementation for sparc64.kettenis2020-07-082-4/+41
* Clean up the amd64 userland timecounter implementation a bit:kettenis2020-07-081-10/+10
* Remove some unnecessary function pointers from SSL_METHOD_INTERNAL.jsing2020-07-075-64/+17
* Enable TLSv1.3 for the generic TLS_method().jsing2020-07-072-5/+52
* Minor tweaks in the description of %g:schwarze2020-07-061-4/+8
* Add support for timeconting in userland.pirofti2020-07-0642-65/+596
* zap trailing whitespace on one linetb2020-07-031-2/+2
* Make the message type available to the extension functionstb2020-07-032-167/+181
* Improve argument order for the internal tlsext APItb2020-07-038-39/+39
* Use a relative branch to jump from setjmp(3) into _setjmp(4).kettenis2020-07-021-5/+4
* Add missing comparison instruction. Load %r12 with the indirect branchkettenis2020-06-301-1/+3
* Disable assembly code for powerpc64; more work is needed to make it work.kettenis2020-06-291-8/+9
* Use C versions of bcopy(3) and memmove(3) for now as the assembly versionkettenis2020-06-291-2/+2
* Use std instead of stw to store CR since we use std in sigsetjmp(3) andkettenis2020-06-281-2/+2
* Add stub implementation; derived from kvm_sh.c which has our preferredkettenis2020-06-281-0/+75
* Fix grammar in comment.kettenis2020-06-281-2/+2
* Add powerpc64 support.kettenis2020-06-281-1/+3
* Add powerpc64 fenv bits; copied from powerpc. From drahn@kettenis2020-06-281-0/+339
* Switch back to bn_mul_mont_int since the bn_mul_mont_fpu64 code isn'tkettenis2020-06-281-3/+3
* Add dummy getWCookie() implementation for powerpc64.kettenis2020-06-281-0/+1
* The 2nd and 3rd argument are pointers, so use the appropriate doublewordkettenis2020-06-281-5/+5
* Use .Dv for SIOCTL_SEL, as we do for all other macrosratchov2020-06-281-3/+3
* Allow switching between alternate devices (-F option) with sndioctl(1)ratchov2020-06-281-1/+1
* Add a new SIOCTL_SEL control type to select one of a predefined set ofratchov2020-06-281-5/+11
* Prevent the use of jump tables on powerpc64 as well.kettenis2020-06-271-2/+3
* Add missing label.kettenis2020-06-271-2/+2
* Provide an optimized implementation of ffs(3) in libc onnaddy2020-06-266-6/+55
* Fix powerpc64 pie binraries, in register renumbering one line was missed.drahn2020-06-261-2/+2
* Fix TCB_OFFSET_ERRNO. Adjust comments to reflect that powerpc64 uses %r13kettenis2020-06-261-4/+4
* Avoid "bare" register numbers.kettenis2020-06-264-26/+26
* Accidentally doubled these files on first commit. Correcting.drahn2020-06-262-194/+1
* Add missing kvm_dump(3) and kvm_getfiles(3) under SEE ALSO for completenesskn2020-06-251-2/+4
* Switch the order of the two tests in tls13_client_hello_required_extensionstb2020-06-251-9/+9
* Intial attempt at powerpc64 libcrypto pieces.drahn2020-06-252-0/+386
* disable altivec and vsx as it causes issues in qemu testing.drahn2020-06-251-1/+5
* PowerPC64 startup code.drahn2020-06-251-0/+124
* PowerPC64 libc powerpc sys filesdrahn2020-06-258-0/+368
* PowerPC64 libc string/net filesdrahn2020-06-252-0/+178
* *** empty log message ***drahn2020-06-251-0/+1
* PowerPC64 libc/arch/powerpc/gdtoa filesdrahn2020-06-253-0/+20
* Committed wrong version of file, atomic_lock is 32 bit.drahn2020-06-251-6/+6
* PowerPC64 libc gen filesdrahn2020-06-2514-0/+812
* PowerPC64 libc (libc powerpc top)drahn2020-06-254-0/+176
* Properly document the return values of EVP_PKEY_base_id(3)schwarze2020-06-244-70/+152
* use n-bit <noun> consistently; ok schwarze for the principal of the idea,jmc2020-06-246-28/+28
* Make tls13_legacy_shutdown() match ssl3_shutdown() semantics.jsing2020-06-241-21/+22