aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc/SYS.h: implement _SYSCALL_BODY() macroBrooks Davis2024-01-111-6/+7
* Revert "power*/SYS.h: implement _SYSCALL_BODY() macro"Brooks Davis2023-12-211-7/+6
* power*/SYS.h: implement _SYSCALL_BODY() macroBrooks Davis2023-12-211-6/+7
* libc/*/SYS.h: remove SYCALL macroBrooks Davis2023-12-121-10/+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-019-9/+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-1616-33/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-162-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-165-10/+0
* 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-125-5/+5
* libc: Remove _get_tp() and _set_tp().John Baldwin2021-12-094-88/+1
* Add sched_getcpu()Konstantin Belousov2021-11-101-1/+3
* libc: add _get_tp() private functionKonstantin Belousov2021-04-092-1/+50
* libc/<arch>/sys/cerror.S: fix typoKonstantin Belousov2021-04-031-1/+1
* [PowerPC] [PowerPCSPE] Fix multiple issues in fpsetmask().Brandon Bergren2021-03-011-3/+3
* Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer2020-12-051-2/+4
* [PowerPC64LE] Fix gdtoa configurations on LE.Brandon Bergren2020-09-231-0/+4
* [PowerPC] Implement VDSO timebase access on powerpc*Brandon Bergren2020-09-083-2/+69
* [PowerPC] Fix typo in _ctx_start on ppc32Brandon Bergren2019-11-231-1/+1
* powerpc: Transition to Secure-PLT, like most other OSsJustin Hibbits2019-06-253-11/+28
* 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-151/+1
* Replace MD assembly exect() with a portable version.Brooks Davis2018-04-123-44/+1
* Remove caching from getlogin(2).Brooks Davis2018-04-062-52/+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
* Fix a typo which broke the build for powerpc.Justin Hibbits2016-10-251-1/+1
* Reduce code duplication between powerpc and powerpcspeJustin Hibbits2016-10-222-8/+10
* Reduce duplicate NOASM and PSEUDO definitionsBrooks Davis2016-09-081-5/+0
* Rewrite ptrace(2) wrappers in C.Konstantin Belousov2016-08-292-62/+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-47/+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