summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Expand)Author
2020-10-12make fixed-sized fixed-value mib[] arrays be constTheo de Raadt
2020-10-12annoying whitespaceTheo de Raadt
2020-10-12mib[2] is no longer used; ok guentherTheo de Raadt
2020-10-09Correct error returns, do not print eror message to stdout (thereOtto Moerbeek
2020-10-09Partly revert previous commit, these changes we not supposed to go in.Otto Moerbeek
2020-10-09As noted by tb@ previous commit only removed an unused fucntion.Otto Moerbeek
2020-10-06Use random value for canary bytes; ok tb@Otto Moerbeek
2020-10-01Mark top-level frame for new thread in both CFI and with zeroPhilip Guenther
2020-09-30adjust protos for utimes/futimes to use [2], and then add documentationTheo de Raadt
2020-09-13Spell out n as en for consistency with other parts of the page.Theo Buehler
2020-09-13%lln is percent ell ell n (not dee).Claudio Jeker
2020-09-06For page-sized and larger allocations do not put the pages we'reOtto Moerbeek
2020-08-30Remove duplicate definition of _null_auth.mortimer
2020-08-23amd64: TSC timecounter: prefix RDTSC with LFENCEcheloha
2020-08-17Fix append mode so it always writes to the end and expand regress.Todd C. Miller
2020-08-14Fix handling of "w+" mode, we were only truncating for "w".Todd C. Miller
2020-08-13select.2: Xr directly to timersub(3) now that it has a dedicated manpagecheloha
2020-08-04We have `pipexinq' and `pipexoutq' mbuf(9) queues to store pipex(4)mvs
2020-07-27Fix two cases where we shpould compare/store 64-bit values instead ofMark Kettenis
2020-07-27Fix powerpc64's sbrk()gkoehler
2020-07-26Reference unveil(2) in system accounting and daily.8.rob
2020-07-18Userland timecounter implementation for octeonVisa Hankala
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-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-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-06Minor tweaks in the description of %g:Ingo Schwarze
2020-07-06Add support for timeconting in userland.Paul Irofti
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-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-28The 2nd and 3rd argument are pointers, so use the appropriate doublewordMark Kettenis
2020-06-27Add missing label.Mark Kettenis
2020-06-26Provide an optimized implementation of ffs(3) in libc onChristian Weisgerber
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-25PowerPC64 libc powerpc sys filesDale Rahn
2020-06-25PowerPC64 libc string/net filesDale Rahn
2020-06-25*** empty log message ***Dale Rahn