summaryrefslogtreecommitdiffstats
path: root/sys/arm/include/proc.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for branch instruction on armv7 with ptrace single stepzbb2015-11-021-0/+2
* Typo.kib2015-08-201-1/+1
* We only support the ARM EABI in head, remove the check on __ARM_EABI__.andrew2015-05-311-4/+0
* Clean up struct syscall_args:andrew2015-05-171-4/+9
* Add a new trap-v6.c which has support for all armv7 exceptions. Thisian2015-01-031-0/+1
* * Correct KINFO_PROC_SIZE for ARM EABI.andrew2013-01-171-0/+6
* Remove unused define.kib2011-10-071-1/+0
* Convert ARM to the syscallenter/syscallret system call sequence handlers.kib2011-10-041-0/+11
* Make md_tp a register_t not a void *. This will keep us fromimp2011-02-051-1/+1
* Style: use #define<TAB> instead of #define<SPACE>.kib2010-04-271-1/+1
* Move the constants specifying the size of struct kinfo_proc intokib2010-04-241-0/+2
* To prevent various race conditions in the RAS code, store and restore thecognet2009-02-121-0/+2
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-041-1/+2
* Add the field in the md part of the struct thread required by ARM_[GET|SET]_TP.cognet2005-02-261-0/+1
* Add support for ptrace() and gdb breakpoints.cognet2005-01-101-0/+2
* Start all license statements with /*-imp2005-01-051-1/+1
* Import FreeBSD/arm kernel bits.cognet2004-05-141-0/+57
OpenPOWER on IntegriCloud