aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/powerpc
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-2317-35/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-233-3/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-232-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-236-12/+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-257-7/+7
* Add sched_getcpu()Konstantin Belousov2022-01-141-1/+3
* libc: add _get_tp() private functionKonstantin Belousov2021-04-232-1/+50
* libc/<arch>/sys/cerror.S: fix typoKonstantin Belousov2021-04-061-1/+1
* [PowerPC] [PowerPCSPE] Fix multiple issues in fpsetmask().Brandon Bergren2021-03-081-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
* The lseek(2), mmap(2), truncate(2), ftruncate(2), pread(2), andKonstantin Belousov2015-04-181-3/+0
* Fix powerpc setjmp FPR saving/restoring.Justin Hibbits2015-04-083-108/+108
* libc: Eliminate duplicate copies of __vdso_gettc.cEd Maste2015-04-022-49/+1
* Save and restore non-volatile floating-point registers during longjmp().Nathan Whitehorn2015-03-083-0/+126
* Remove duplicate copies of trivial getcontextx.cEd Maste2015-01-122-78/+4
* Avoid use of register variables. Clang 3.5 treats this as undefined behavior,Justin Hibbits2015-01-061-2/+1
* Ensure that every ENTRY(foo) has a matching END(foo).Baptiste Daroussin2014-10-0111-0/+14
* Convert from WITHOUT_SYSCALL_COMPAT to MK_SYSCALL_COMPAT.Warner Losh2014-04-051-1/+1
* Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}Marcel Moolenaar2014-03-041-1/+1
* Get rid of the CONCAT macro.Andreas Tobler2013-11-231-9/+9
* Revert r253748,253749Andriy Gapon2013-07-281-0/+1
* remove needless inclusion of machine/cpu.h in userlandAndriy Gapon2013-07-281-1/+0
* The getcontext() from the __fillcontextx() call in theKonstantin Belousov2013-05-281-0/+7