Age | Commit message (Expand) | Author |
2020-07-18 | Userland timecounter implementation for octeon | Visa Hankala |
2020-07-17 | Userland timecounter for macppc | gkoehler |
2020-07-17 | "wroute" allows changes to the routing table; ok deraadt | Jason McIntyre |
2020-07-17 | route and wroute were undocumented; ok florian | Theo de Raadt |
2020-07-16 | Remove obsolete LOCALE_HOME code we have never used (and never will). | Todd C. Miller |
2020-07-16 | allow setenv LIBC_NOUSERTC to disable userland timekeeping, for ktrace. | Ted Unangst |
2020-07-15 | Userland timecounter implementation for arm64. | Mark Kettenis |
2020-07-14 | Fix TIB/TCB on powerpc64. Some bright sould decided that the TCB should | Mark Kettenis |
2020-07-11 | Add usertc.c. | Mark Kettenis |
2020-07-11 | Add missing usertc.c file. | Mark Kettenis |
2020-07-10 | adjust %n description to vaguely say "pointer", becuase the following | Theo de Raadt |
2020-07-10 | As suggested by deraadt@, rewrite most of the printf(3) manual page | Ingo Schwarze |
2020-07-09 | adjfreq(2): limit adjustment to [-500000, +500000] ppm | cheloha |
2020-07-08 | Userland timecounter implementation for sparc64. | Mark Kettenis |
2020-07-08 | Clean up the amd64 userland timecounter implementation a bit: | Mark Kettenis |
2020-07-06 | Minor tweaks in the description of %g: | Ingo Schwarze |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
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 | 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 | The 2nd and 3rd argument are pointers, so use the appropriate doubleword | 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 TCB_OFFSET_ERRNO. Adjust comments to reflect that powerpc64 uses %r13 | Mark Kettenis |
2020-06-26 | Avoid "bare" register numbers. | Mark Kettenis |
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-22 | spelling fix; | Jason McIntyre |
2020-06-22 | Extend kqueue interface with EVFILT_EXCEPT filter. | Martin Pieuchot |
2020-06-07 | In the libc resolver function asr_run(), clear the result buffer everytime, | Theo de Raadt |
2020-05-31 | Fix printing long doubles on architectures with hm and lm bits. | mortimer |
2020-05-31 | Remove an outdated BUGS section. | Visa Hankala |
2020-05-27 | This patch fixes one bug and one instance of undesirable behaviour. | Ingo Schwarze |
2020-05-17 | Fix forgotten references to removed mixer.4 manual | Alexandre Ratchov |
2020-04-30 | drop duplicate word; | Ingo Schwarze |
2020-04-26 | Minimal maintenance to make this mess slightly less confusing: | Ingo Schwarze |
2020-04-26 | fix the description; from andras farkas | Jason McIntyre |
2020-04-25 | A comma is not appropriate here, use a semicolon | Jeremie Courreges-Anglas |
2020-04-25 | Discourage use of RES_USE_INET6 | Jeremie Courreges-Anglas |
2020-04-25 | Fix RES_USE_INET6 description | Jeremie Courreges-Anglas |
2020-04-25 | Clairify the point at which unveil first makes restricitons on the | Bob Beck |
2020-04-24 | Remove the deprecation notice for timegm(). | Ingo Schwarze |
2020-04-21 | move mixerctl and audioctl man pages to section 8, as these work | Theo de Raadt |
2020-04-21 | Prevent infinite for loop since i went from ssize_t to size_t. Patch from | Darren Tucker |