summaryrefslogtreecommitdiff
path: root/sys/powerpc/include/reg.h
AgeCommit message (Expand)Author
2025-01-31sys: Add cpu_update_pcb hookJohn Baldwin
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2021-11-23powerpc: Make machine/reg.h self-containedWarner Losh
2021-09-04[PowerPC] Fix outdated FP regs on fork(2) and friendsBrandon Bergren
2019-12-03Use uintptr_t instead of register_t * for the stack base.John Baldwin
2018-04-06Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis
2016-02-01Restore the ABI of 'struct fpreg' on powerpc.John Baldwin
2015-04-08Move the 32-bit compatible procfs types from freebsd32.h to <sys/procfs.h>John Baldwin
2015-02-22Kernel support for the Vector-Scalar eXtension (VSX) found on the POWER7Nathan Whitehorn
2015-01-14Add Altivec/VMX register support to ptrace.Justin Hibbits
2010-07-13MFppc64:Nathan Whitehorn
2004-07-29Add comment explaining struct reg and struct fpreg must match the trapframe.Suleiman Souhlal
2002-08-29Renamed poorly named setregs to exec_setregs. Moved its prototype toJake Burkholder
2002-03-20Remove __P.Alfred Perlstein
2001-10-21[partially forced commit due to pilot error in earlier commit attempt]Dag-Erling Smørgrav
2001-09-20Update PowerPC MD code to compile and do initial bootstrap based onMark Peek
2001-06-10Bring in NetBSD code used in the PowerPC port.Benno Rice