aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/proc.h
Commit message (Expand)AuthorAgeFilesLines
* 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