aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/powerpc64
Commit message (Expand)AuthorAgeFilesLines
* Purge more stray embedded $FreeBSD$ stringsJohn Baldwin2023-10-241-5/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-234-4/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2325-51/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-237-7/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-232-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-238-16/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-07-255-5/+5
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-258-8/+8
* Add sched_getcpu()Konstantin Belousov2022-01-141-1/+3
* libc: add _get_tp() private functionKonstantin Belousov2021-04-232-1/+49
* powerpc64: enforce natural alignment in bcopyLeandro Lupori2021-04-061-0/+34
* [PowerPC64] Port optimized strcpy to PPC64LELeandro Lupori2021-04-062-9/+64
* libc/<arch>/sys/cerror.S: fix typoKonstantin Belousov2021-04-061-1/+1
* [PowerPC64] Fix multiple issues in fpsetmask().Brandon Bergren2021-03-081-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
* Remove bogus checks against NCARGS.John Baldwin2018-01-311-1/+1
* libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2511-8/+30
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Correct an misunderstanding of MDSRCS.Brooks Davis2017-03-021-1/+1
* Reduce duplicate NOASM and PSEUDO definitionsBrooks Davis2016-09-081-5/+0
* Rewrite ptrace(2) wrappers in C.Konstantin Belousov2016-08-292-69/+1
* Remove unusedd and obsolete openbsd_poll system call. (Phase 1)George V. Neville-Neil2016-08-181-1/+1
* Replace use of the pipe(2) system call with pipe2(2) with a zero flagsBrooks Davis2016-06-222-55/+1
* libc: make some more use of the nitems() macro.Pedro F. Giffuni2016-04-161-2/+2
* libc: stop exporting cerrorEd Maste2016-03-301-1/+0
* libc: stop exporting curbrk and minbrk in the private namespaceEd Maste2016-03-241-2/+0
* Make unions in PowerPC libc endian-safe.Nathan Whitehorn2016-02-262-2/+22
* Add include for declaration of _set_tp(). Eliminates -Wmissing-prototypes wa...Craig Rodrigues2015-09-201-0/+1
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andKonstantin Belousov2015-04-181-3/+0