aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/proc.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Move kstack_contains() and GET_STACK_USAGE() to MD machine/stack.hKonstantin Belousov2023-02-011-11/+0
* Make struct syscall_args machine independentBrooks Davis2021-12-081-16/+0
* Implement GET_STACK_USAGE on remaining archsMitchell Horne2021-11-301-0/+11
* arm: Remove unused itemsWarner Losh2021-11-031-9/+1
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-161-0/+1
* Revert "Pass the syscall number to capsicum permission-denied signals"David Chisnall2021-07-101-1/+0
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-101-0/+1
* Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun2020-11-291-5/+0
* Remove the 'nap' field from ARM's 'struct syscall_args', to bring itEdward Tomasz Napierala2020-11-051-1/+0
* Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.Edward Tomasz Napierala2020-09-271-1/+0
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Make it possible to safely use TPIDRURW from userspace.Ed Schouten2016-09-221-1/+1
* Remove the ARMv4/ARMv5 userland atomic support from struct proc on armv6.Andrew Turner2016-06-081-0/+2
* Add support for branch instruction on armv7 with ptrace single stepZbigniew Bodek2015-11-021-0/+2
* Typo.Konstantin Belousov2015-08-201-1/+1
* We only support the ARM EABI in head, remove the check on __ARM_EABI__.Andrew Turner2015-05-311-4/+0
* Clean up struct syscall_args:Andrew Turner2015-05-171-4/+9
* Add a new trap-v6.c which has support for all armv7 exceptions. ThisIan Lepore2015-01-031-0/+1
* * Correct KINFO_PROC_SIZE for ARM EABI.Andrew Turner2013-01-171-0/+6
* Remove unused define.Konstantin Belousov2011-10-071-1/+0
* Convert ARM to the syscallenter/syscallret system call sequence handlers.Konstantin Belousov2011-10-041-0/+11
* Make md_tp a register_t not a void *. This will keep us fromWarner Losh2011-02-051-1/+1
* Style: use #define<TAB> instead of #define<SPACE>.Konstantin Belousov2010-04-271-1/+1
* Move the constants specifying the size of struct kinfo_proc intoKonstantin Belousov2010-04-241-0/+2
* To prevent various race conditions in the RAS code, store and restore theOlivier Houchard2009-02-121-0/+2
* Divorce critical sections from spinlocks. Critical sections as denoted byJohn Baldwin2005-04-041-1/+2
* Add the field in the md part of the struct thread required by ARM_[GET|SET]_TP.Olivier Houchard2005-02-261-0/+1
* Add support for ptrace() and gdb breakpoints.Olivier Houchard2005-01-101-0/+2
* Start all license statements with /*-Warner Losh2005-01-051-1/+1
* Import FreeBSD/arm kernel bits.Olivier Houchard2004-05-141-0/+57