summaryrefslogtreecommitdiff
path: root/sys/powerpc/include/proc.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-02-02Move kstack_contains() and GET_STACK_USAGE() to MD machine/stack.hKonstantin Belousov
2021-12-08Make struct syscall_args machine independentBrooks Davis
2021-11-30arm64, powerpc: fix calculation of 'used' in GET_STACK_USAGEMitchell Horne
2021-07-16Pass the syscall number to capsicum permission-denied signalsDavid Chisnall
2021-07-10Revert "Pass the syscall number to capsicum permission-denied signals"David Chisnall
2021-07-10Pass the syscall number to capsicum permission-denied signalsDavid Chisnall
2020-11-06Make powerpc use MAXARGS (defined as 8) instead of hardcoding '10'.Edward Tomasz Napierala
2020-09-27Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.Edward Tomasz Napierala
2020-05-20powerpc/radix mmu: No need for delayed TLB invalidationJustin Hibbits
2020-05-11powerpc64: Implement Radix MMU for POWER9 CPUsJustin Hibbits
2019-08-12Fix style and clarify commentLeandro Lupori
2019-08-12[ppc] avoid empty mdproc structLeandro Lupori
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-06-26Solve the y2038 problem for powerpcJustin Hibbits
2017-06-12Make struct syscall_args visible to userspace compilation environmentKonstantin Belousov
2013-10-02Implement GET_STACK_USAGE() on PowerPC. This implementation is identicalNathan Whitehorn
2011-10-07Remove unused define.Konstantin Belousov
2010-07-13MFppc64:Nathan Whitehorn
2010-05-23Reorganize syscall entry and leave handling.Konstantin Belousov
2010-04-27Style: use #define<TAB> instead of #define<SPACE>.Konstantin Belousov
2010-04-24Move the constants specifying the size of struct kinfo_proc intoKonstantin Belousov
2005-04-04Divorce critical sections from spinlocks. Critical sections as denoted byJohn Baldwin
2002-03-27Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptMatthew Dillon
2001-12-11Overhaul the per-CPU support a bit:John Baldwin
2001-12-06Add multiple inclusion protection.John Baldwin
2001-09-12KSE Milestone 2Julian Elischer
2001-06-29Add a new MI pointer to the process' trapframe p_frame instead of usingJohn Baldwin
2001-06-10Bring in NetBSD code used in the PowerPC port.Benno Rice