summaryrefslogtreecommitdiff
path: root/sys/arm/include/proc.h
AgeCommit message (Expand)Author
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
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-30Implement GET_STACK_USAGE on remaining archsMitchell Horne
2021-11-03arm: Remove unused itemsWarner Losh
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-29Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun
2020-11-05Remove the 'nap' field from ARM's 'struct syscall_args', to bring itEdward Tomasz Napierala
2020-09-27Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.Edward Tomasz Napierala
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2016-09-22Make it possible to safely use TPIDRURW from userspace.Ed Schouten
2016-06-08Remove the ARMv4/ARMv5 userland atomic support from struct proc on armv6.Andrew Turner
2015-11-02Add support for branch instruction on armv7 with ptrace single stepZbigniew Bodek
2015-08-20Typo.Konstantin Belousov
2015-05-31We only support the ARM EABI in head, remove the check on __ARM_EABI__.Andrew Turner
2015-05-17Clean up struct syscall_args:Andrew Turner
2015-01-03Add a new trap-v6.c which has support for all armv7 exceptions. ThisIan Lepore
2013-01-17* Correct KINFO_PROC_SIZE for ARM EABI.Andrew Turner
2011-10-07Remove unused define.Konstantin Belousov
2011-10-04Convert ARM to the syscallenter/syscallret system call sequence handlers.Konstantin Belousov
2011-02-05Make md_tp a register_t not a void *. This will keep us fromWarner Losh
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
2009-02-12To prevent various race conditions in the RAS code, store and restore theOlivier Houchard
2005-04-04Divorce critical sections from spinlocks. Critical sections as denoted byJohn Baldwin
2005-02-26Add the field in the md part of the struct thread required by ARM_[GET|SET]_TP.Olivier Houchard
2005-01-10Add support for ptrace() and gdb breakpoints.Olivier Houchard
2005-01-05Start all license statements with /*-Warner Losh
2004-05-14Import FreeBSD/arm kernel bits.Olivier Houchard