summaryrefslogtreecommitdiff
path: root/lib/libc/powerpc64
AgeCommit message (Expand)Author
2025-07-13libc/powerpc64: Fix swapcontext(3)Timothy Pearson
2025-05-29libc, libthr: Ditch MD __pthread_distribute_static_tls helpersJessica Clarke
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-03-13libc/softfloat: we don't export _fp[gs]et* symbolsBrooks Davis
2024-03-13lib{c,sys}: return wrapped syscall APIs to libcBrooks Davis
2024-02-29lib{c,sys}: expose _getlogin consistentlyBrooks Davis
2024-02-05libc: move MD sys related symbols to libsysBrooks Davis
2024-02-05libc: Move per-arch sys/Makefile.inc to libsysBrooks Davis
2024-02-05libc: libc/<arch>/sys/__vdso_gettc -> libsys/<arch>/Brooks Davis
2024-02-05libsys: relocate implementations and manpagesBrooks Davis
2024-01-09powerpc64/SYS.h: implement _SYSCALL_BODY() macroBrooks Davis
2023-12-21Revert "power*/SYS.h: implement _SYSCALL_BODY() macro"Brooks Davis
2023-12-21power*/SYS.h: implement _SYSCALL_BODY() macroBrooks Davis
2023-12-12libc/*/SYS.h: remove SYCALL macroBrooks Davis
2023-11-15libc: centralize a few numeric symbolsBrooks Davis
2023-11-15libc: centralize makecontext symbolsBrooks Davis
2023-11-15libc: centralize {_,sig,}{set,long}jmp symbolsBrooks Davis
2023-11-15libc: centralize ntoh symbolsBrooks Davis
2023-11-15libc: further centralize syscall symbolsBrooks Davis
2023-11-15libc: Remove empty comments in Symbol.mapBrooks Davis
2023-11-15libc/<arch>/sys/Makefile.inc: remove cruftBrooks Davis
2023-11-01libc: Purge unneeded cdefs.hWarner Losh
2023-09-25Purge more stray embedded $FreeBSD$ stringsJohn Baldwin
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-06-29gdtoa: fix endianness issue on powerpc64lePiotr Kubaj
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-12-09libc: Remove _get_tp() and _set_tp().John Baldwin
2021-11-10Add sched_getcpu()Konstantin Belousov
2021-04-09libc: add _get_tp() private functionKonstantin Belousov
2021-04-04libc/<arch>/sys/cerror.S: fix typoKonstantin Belousov
2021-03-25[PowerPC64] Port optimized strcpy to PPC64LELeandro Lupori
2021-03-25[PowerPC64] Enforce natural alignment in bcopyLeandro Lupori
2021-02-28[PowerPC64] Fix multiple issues in fpsetmask().Brandon Bergren
2020-12-05Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer
2020-09-23[PowerPC64LE] Fix gdtoa configurations on LE.Brandon Bergren
2020-09-23[PowerPC64LE] Use a shared LIBC_ARCH for powerpc64le.Brandon Bergren
2020-09-08[PowerPC] Implement VDSO timebase access on powerpc*Brandon Bergren
2020-08-06[POWERPC] Fix ppc64 makecontext() parameter overflow handling.Brandon Bergren
2020-03-11Fix r358688 -- Remember to actually save r3 before processing.Brandon Bergren
2020-03-06powerpc/memcpy: Don't predict the src and dst will be misalignedJustin Hibbits
2020-03-06Finish revert of r358672, missed in r358688.Justin Hibbits
2020-03-06powerpc/powerpc64: Enforce natural alignment in memcpyJustin Hibbits
2020-03-05[PowerPC64] restrict memcpy/bcopy optimization to POWER ISA >=V2.07Alfredo Dal'Ava Junior
2020-01-15[PPC64] memcpy/memmove/bcopy optimizationLeandro Lupori
2020-01-15[PPC64] strncpy optimizationLeandro Lupori