| Commit message (Expand) | Author | Age | Files | Lines |
* | libc/powerpc64: Fix swapcontext(3) | Timothy Pearson | 2025-07-13 | 2 | -1/+16 |
* | libc, libthr: Ditch MD __pthread_distribute_static_tls helpers | Jessica Clarke | 2025-05-29 | 1 | -44/+0 |
* | Remove residual blank line at start of Makefile | Warner Losh | 2024-07-15 | 3 | -3/+0 |
* | libc/softfloat: we don't export _fp[gs]et* symbols | Brooks Davis | 2024-03-13 | 1 | -4/+0 |
* | lib{c,sys}: return wrapped syscall APIs to libc | Brooks Davis | 2024-03-13 | 1 | -0/+2 |
* | lib{c,sys}: expose _getlogin consistently | Brooks Davis | 2024-02-29 | 1 | -4/+0 |
* | libc: move MD sys related symbols to libsys | Brooks Davis | 2024-02-05 | 1 | -9/+0 |
* | libc: Move per-arch sys/Makefile.inc to libsys | Brooks Davis | 2024-02-05 | 1 | -4/+0 |
* | libc: libc/<arch>/sys/__vdso_gettc -> libsys/<arch>/ | Brooks Davis | 2024-02-05 | 1 | -62/+0 |
* | libsys: relocate implementations and manpages | Brooks Davis | 2024-02-05 | 2 | -130/+0 |
* | powerpc64/SYS.h: implement _SYSCALL_BODY() macro | Brooks Davis | 2024-01-09 | 1 | -18/+10 |
* | Revert "power*/SYS.h: implement _SYSCALL_BODY() macro" | Brooks Davis | 2023-12-21 | 1 | -10/+18 |
* | power*/SYS.h: implement _SYSCALL_BODY() macro | Brooks Davis | 2023-12-21 | 1 | -18/+10 |
* | libc/*/SYS.h: remove SYCALL macro | Brooks Davis | 2023-12-12 | 1 | -18/+0 |
* | libc: centralize a few numeric symbols | Brooks Davis | 2023-11-15 | 1 | -3/+0 |
* | libc: centralize makecontext symbols | Brooks Davis | 2023-11-15 | 1 | -2/+0 |
* | libc: centralize {_,sig,}{set,long}jmp symbols | Brooks Davis | 2023-11-15 | 1 | -6/+0 |
* | libc: centralize ntoh symbols | Brooks Davis | 2023-11-15 | 1 | -4/+0 |
* | libc: further centralize syscall symbols | Brooks Davis | 2023-11-15 | 1 | -4/+0 |
* | libc: Remove empty comments in Symbol.map | Brooks Davis | 2023-11-15 | 1 | -3/+0 |
* | libc/<arch>/sys/Makefile.inc: remove cruft | Brooks Davis | 2023-11-15 | 1 | -1/+0 |
* | libc: Purge unneeded cdefs.h | Warner Losh | 2023-11-01 | 14 | -14/+0 |
* | Purge more stray embedded $FreeBSD$ strings | John Baldwin | 2023-09-25 | 1 | -5/+0 |
* | Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 4 | -4/+0 |
* | Remove $FreeBSD$: one-line .c pattern | Warner Losh | 2023-08-16 | 24 | -49/+0 |
* | Remove $FreeBSD$: one-line .c comment pattern | Warner Losh | 2023-08-16 | 7 | -7/+0 |
* | Remove $FreeBSD$: one-line .h pattern | Warner Losh | 2023-08-16 | 2 | -2/+0 |
* | Remove $FreeBSD$: two-line .h pattern | Warner Losh | 2023-08-16 | 7 | -14/+0 |
* | gdtoa: fix endianness issue on powerpc64le | Piotr Kubaj | 2023-06-28 | 1 | -0/+14 |
* | spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSD | Warner Losh | 2023-05-12 | 5 | -5/+5 |
* | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh | 2023-05-12 | 6 | -6/+6 |
* | libc: Remove _get_tp() and _set_tp(). | John Baldwin | 2021-12-09 | 4 | -89/+1 |
* | Add sched_getcpu() | Konstantin Belousov | 2021-11-10 | 1 | -1/+3 |
* | libc: add _get_tp() private function | Konstantin Belousov | 2021-04-09 | 2 | -1/+49 |
* | libc/<arch>/sys/cerror.S: fix typo | Konstantin Belousov | 2021-04-03 | 1 | -1/+1 |
* | [PowerPC64] Port optimized strcpy to PPC64LE | Leandro Lupori | 2021-03-25 | 2 | -9/+64 |
* | [PowerPC64] Enforce natural alignment in bcopy | Leandro Lupori | 2021-03-25 | 1 | -0/+34 |
* | [PowerPC64] Fix multiple issues in fpsetmask(). | Brandon Bergren | 2021-03-01 | 1 | -3/+3 |
* | Add CFI start/end proc directives to arm64, i386, and ppc | Conrad Meyer | 2020-12-05 | 2 | -2/+5 |
* | [PowerPC64LE] Fix gdtoa configurations on LE. | Brandon Bergren | 2020-09-23 | 1 | -0/+5 |
* | [PowerPC64LE] Use a shared LIBC_ARCH for powerpc64le. | Brandon Bergren | 2020-09-23 | 1 | -3/+8 |
* | [PowerPC] Implement VDSO timebase access on powerpc* | Brandon Bergren | 2020-09-08 | 3 | -2/+66 |
* | [POWERPC] Fix ppc64 makecontext() parameter overflow handling. | Brandon Bergren | 2020-08-06 | 1 | -0/+4 |
* | Fix r358688 -- Remember to actually save r3 before processing. | Brandon Bergren | 2020-03-11 | 1 | -1/+1 |
* | powerpc/memcpy: Don't predict the src and dst will be misaligned | Justin Hibbits | 2020-03-06 | 1 | -1/+1 |
* | Finish revert of r358672, missed in r358688. | Justin Hibbits | 2020-03-06 | 1 | -1/+1 |
* | powerpc/powerpc64: Enforce natural alignment in memcpy | Justin Hibbits | 2020-03-06 | 3 | -1/+13 |
* | [PowerPC64] restrict memcpy/bcopy optimization to POWER ISA >=V2.07 | Alfredo Dal'Ava Junior | 2020-03-05 | 1 | -1/+6 |
* | [PPC64] memcpy/memmove/bcopy optimization | Leandro Lupori | 2020-01-15 | 10 | -0/+648 |
* | [PPC64] strncpy optimization | Leandro Lupori | 2020-01-15 | 4 | -1/+216 |