aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/powerpc64
Commit message (Expand)AuthorAgeFilesLines
* powerpc64/SYS.h: implement _SYSCALL_BODY() macroBrooks Davis2024-01-091-18/+10
* Revert "power*/SYS.h: implement _SYSCALL_BODY() macro"Brooks Davis2023-12-211-10/+18
* power*/SYS.h: implement _SYSCALL_BODY() macroBrooks Davis2023-12-211-18/+10
* libc/*/SYS.h: remove SYCALL macroBrooks Davis2023-12-121-18/+0
* libc: centralize a few numeric symbolsBrooks Davis2023-11-151-3/+0
* libc: centralize makecontext symbolsBrooks Davis2023-11-151-2/+0
* libc: centralize {_,sig,}{set,long}jmp symbolsBrooks Davis2023-11-151-6/+0
* libc: centralize ntoh symbolsBrooks Davis2023-11-151-4/+0
* libc: further centralize syscall symbolsBrooks Davis2023-11-151-4/+0
* libc: Remove empty comments in Symbol.mapBrooks Davis2023-11-151-3/+0
* libc/<arch>/sys/Makefile.inc: remove cruftBrooks Davis2023-11-151-1/+0
* libc: Purge unneeded cdefs.hWarner Losh2023-11-0114-14/+0
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-09-251-5/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-4/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1624-49/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-167-7/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-167-14/+0
* gdtoa: fix endianness issue on powerpc64lePiotr Kubaj2023-06-281-0/+14
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-125-5/+5
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-126-6/+6
* libc: Remove _get_tp() and _set_tp().John Baldwin2021-12-094-89/+1
* Add sched_getcpu()Konstantin Belousov2021-11-101-1/+3
* libc: add _get_tp() private functionKonstantin Belousov2021-04-092-1/+49
* libc/<arch>/sys/cerror.S: fix typoKonstantin Belousov2021-04-031-1/+1
* [PowerPC64] Port optimized strcpy to PPC64LELeandro Lupori2021-03-252-9/+64
* [PowerPC64] Enforce natural alignment in bcopyLeandro Lupori2021-03-251-0/+34
* [PowerPC64] Fix multiple issues in fpsetmask().Brandon Bergren2021-03-011-3/+3
* Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer2020-12-052-2/+5
* [PowerPC64LE] Fix gdtoa configurations on LE.Brandon Bergren2020-09-231-0/+5
* [PowerPC64LE] Use a shared LIBC_ARCH for powerpc64le.Brandon Bergren2020-09-231-3/+8
* [PowerPC] Implement VDSO timebase access on powerpc*Brandon Bergren2020-09-083-2/+66
* [POWERPC] Fix ppc64 makecontext() parameter overflow handling.Brandon Bergren2020-08-061-0/+4
* Fix r358688 -- Remember to actually save r3 before processing.Brandon Bergren2020-03-111-1/+1
* powerpc/memcpy: Don't predict the src and dst will be misalignedJustin Hibbits2020-03-061-1/+1
* Finish revert of r358672, missed in r358688.Justin Hibbits2020-03-061-1/+1
* powerpc/powerpc64: Enforce natural alignment in memcpyJustin Hibbits2020-03-063-1/+13
* [PowerPC64] restrict memcpy/bcopy optimization to POWER ISA >=V2.07Alfredo Dal'Ava Junior2020-03-051-1/+6
* [PPC64] memcpy/memmove/bcopy optimizationLeandro Lupori2020-01-1510-0/+648
* [PPC64] strncpy optimizationLeandro Lupori2020-01-154-1/+216
* [PPC64] strcpy optimizationLeandro Lupori2020-01-154-0/+230
* [PowerPC] Fully define gdtoa settings on powerpc64.Brandon Bergren2019-12-131-0/+3
* [PowerPC] Fix *context on ELFv2Brandon Bergren2019-11-162-0/+11
* revert r346588 for nowJustin Hibbits2019-05-112-211/+0
* powerpc64: Rewrite strcmp in asm to take advantage of word sizeJustin Hibbits2019-04-232-0/+211
* Fix initial exec TLS mode for dynamically loaded shared objects.Konstantin Belousov2019-03-291-0/+46
* Remove MD __sys_* private symbols.Brooks Davis2018-12-051-2/+0
* Reimplement brk() and sbrk() to avoid the use of _end.Mark Johnston2018-06-044-145/+1
* Replace MD assembly exect() with a portable version.Brooks Davis2018-04-123-52/+1
* Remove caching from getlogin(2).Brooks Davis2018-04-062-42/+1