summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-07-25remove half a dozen "goto" statements and a labelIngo Schwarze
2020-07-24tweak previous;Jason McIntyre
2020-07-23document PEM_X509_INFO_read(3) and PEM_X509_INFO_read_bio(3)Ingo Schwarze
2020-07-23Fix a bug in PEM_X509_INFO_read_bio(3) that is very likely to causeIngo Schwarze
2020-07-21DLT_LOOP does have a link header, so tell pcap-filter so it can use it.David Gwynne
2020-07-18Userland timecounter implementation for octeonVisa Hankala
2020-07-18Raw device access is not anymore a fall-back for when sndiod isn't runningAlexandre Ratchov
2020-07-17Userland timecounter for macppcgkoehler
2020-07-17"wroute" allows changes to the routing table; ok deraadtJason McIntyre
2020-07-17route and wroute were undocumented; ok florianTheo de Raadt
2020-07-16Remove obsolete LOCALE_HOME code we have never used (and never will).Todd C. Miller
2020-07-16allow setenv LIBC_NOUSERTC to disable userland timekeeping, for ktrace.Ted Unangst
2020-07-15Userland timecounter implementation for arm64.Mark Kettenis
2020-07-14Dedup the use legacy stack code.Joel Sing
2020-07-14Revert the TLSv1.3 version switching fix/hack.Joel Sing
2020-07-14Fix TIB/TCB on powerpc64. Some bright sould decided that the TCB shouldMark Kettenis
2020-07-11Add usertc.c.Mark Kettenis
2020-07-11Add missing usertc.c file.Mark Kettenis
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