aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/powerpc/elf64_machdep.c
Commit message (Expand)AuthorAgeFilesLines
* imgact_elf: Add const to the header_supported callback argumentsAlex Richardson2024-03-041-8/+8
* sysentvec: add SV_SIGSYS flagKonstantin Belousov2023-10-021-2/+2
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* sysentvec: Retire sv_imgact_try as unneeded anymoreDmitry Chagin2023-05-291-2/+0
* Brandinfo: Retire emul_path as unneeded anymoreDmitry Chagin2023-05-291-3/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* imgact_elf: Change header_supported to return bool instead of boolean_t.John Baldwin2023-05-041-4/+4
* Rework how shared page related data is storedKornel Dulęba2022-07-181-2/+4
* Retire sv_transtrapDmitry Chagin2022-05-201-2/+0
* Add PT_GETREGSETAndrew Turner2022-01-271-0/+6
* sysent: Add a sv_psstringssz field to struct sysentvecMark Johnston2022-01-171-0/+2
* Do not call FreeBSD-ABI specific code for all ABIsKonstantin Belousov2021-07-071-0/+4
* Add infrastructure required for Linux coredump supportEdward Tomasz Napierala2021-06-291-0/+6
* random(4) FenestrasX: Push root seed version to arc4random(3)Conrad Meyer2020-10-101-2/+2
* Print symbol index for unsupported relocation typesMitchell Horne2020-10-071-5/+5
* Get rid of sv_errtbl and SV_ABI_ERRNO().Edward Tomasz Napierala2020-09-171-4/+0
* [PowerPC] Implement VDSO timebase access on powerpc*Brandon Bergren2020-09-081-2/+4
* [PowerPC] Initialize ELFv1 as a secondary sysvec to ELFv2.Brandon Bergren2020-09-071-4/+22
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Pass pointers to info parsed from notes, to brandinfo->header_supported filter.Konstantin Belousov2020-08-231-4/+8
* [PowerPC] kernel ifunc support for powerpc*, fix ppc64 relocation oddities.Brandon Bergren2020-05-071-3/+10
* [PowerPC][Book-E] Fix missing load base in elf_cpu_parse_dynamic().Brandon Bergren2020-03-181-1/+1
* Fix the powerpc copyout fixup from r356113Justin Hibbits2019-12-271-2/+6
* [PowerPC] Implement Secure-PLT jump table processing for ppc32.Brandon Bergren2019-12-241-0/+7
* Use uintptr_t instead of register_t * for the stack base.John Baldwin2019-12-031-2/+2
* Add a sv_copyout_auxargs() hook in sysentvec.John Baldwin2019-11-151-0/+2
* Remove sv_pagesize, originally introduced with r100384.Edward Tomasz Napierala2019-03-011-2/+0
* Enable enabling ASLR on non-x86 architectures.Konstantin Belousov2019-02-141-1/+1
* Add AT_HWCAP / AT_HWCAP2 to elf64_sysvec_v2.Justin Hibbits2019-01-131-0/+3
* Remove iBCS2, part2: general kernelMateusz Guzik2018-12-191-2/+0
* powerpc: Fix ELFv2 JMP_SLOT relocation fixupJustin Hibbits2018-12-061-1/+1
* Prepare the kernel linker to handle PC-relative ifunc relocations.Mark Johnston2018-08-221-0/+6
* Included VSX registers in powerpc core dumpsJustin Hibbits2018-06-021-1/+27
* Export powerpc CPU features for auxvecJustin Hibbits2018-04-211-0/+2
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* powerpc: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-1/+1
* Implement vsyscall hack. Prior to 2.13 glibc uses vsyscallDmitry Chagin2016-01-091-0/+1
* Remove sv_prepsyscall, sv_sigsize and sv_sigtbl members of the structKonstantin Belousov2015-11-281-6/+0
* Provide support for userland binaries using the new ELFv2 ABI. This is aNathan Whitehorn2015-11-231-9/+121
* Use tabs for indend.Konstantin Belousov2015-09-201-8/+8
* Add support for weak symbols to the kernel linkers. It means thatKonstantin Belousov2015-09-201-4/+5
* In preparation for switching linuxulator to the use the native 1:1Dmitry Chagin2015-05-241-0/+1
* Make sure to relocate tmpstk with everything else and avoid processingNathan Whitehorn2015-01-211-0/+2
* Add some initial infrastructure for relocating the kernel in place.Nathan Whitehorn2015-01-191-0/+33
* Dump VMX registers into the userland coredump.Justin Hibbits2015-01-031-2/+18
* Extend struct sysvec with new method sv_schedtail, which is used for anDmitry Chagin2011-03-081-0/+1
* Enable shared page for the signal trampolines on PowerPC.Konstantin Belousov2011-01-141-2/+4
* MFppc64:Nathan Whitehorn2010-07-131-0/+212