aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/arm/undefined.c
Commit message (Expand)AuthorAgeFilesLines
* arm: Fix handling of undefined instructions in kernel modeMark Johnston2023-12-111-4/+4
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* arm: Fix handling of undefined instruction aborts in THUMB2 mode.Michal Meloun2021-11-021-16/+23
* arm: print out the undefined instruction upon an undefined instruction panicAdrian Chadd2021-10-181-1/+2
* arm: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-5/+1
* Raise a proper SIGTRAP / TRAP_TRACE signal for a PT_STEP step on arm.John Baldwin2018-07-251-21/+22
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* - Remove 'struct vmmeter' from 'struct pcpu', leaving only global vmmeterGleb Smirnoff2017-04-171-1/+1
* All these files need sys/vmmeter.h, but now they got it implicitlyGleb Smirnoff2017-04-171-0/+1
* Add the missing void to function signatures in much of the arm code.Andrew Turner2016-12-131-1/+1
* Move the check to see if we are tracing a function with the DTrace FunctionAndrew Turner2015-12-051-16/+0
* Add the kernel support for Thumb-2. It is only supported on ARMv7 as theAndrew Turner2015-05-111-45/+104
* Add the MD parts of dtrace needed to use fbt on ARM. For this we need toAndrew Turner2015-03-051-1/+12
* Unify interrupts bit definition and usage. While here remove PSR_C_bit.Andrew Turner2014-09-101-2/+5
* Make undefined exception entry MPSAFE.Ian Lepore2014-03-091-1/+0
* Remove the last dregs of trapframe_t. It turns out only arm was usingIan Lepore2013-10-271-1/+1
* Rename device vfp to option VFP and retire the ARM_VFP_SUPPORT option. ThisAndrew Turner2013-08-171-2/+2
* Remove unused FPE code. This is not enabled anywhere as it is the onlyAndrew Turner2013-08-171-34/+0
* Merging projects/armv6, part 1Oleksandr Tymoshenko2012-08-151-2/+8
* Final whitespace trim.Warner Losh2012-06-131-2/+2
* KDB needs <machine/db_machdep.h>, so move it under #ifdef KDB.Olivier Houchard2009-08-231-3/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-2/+2
* Rework the PCPU_* (MD) interface:Attilio Rao2007-06-041-1/+1
* style(9) cleanup.Kevin Lo2006-10-211-1/+0
* Not only disable/enable interrupts, do it for FIQs as well, when needed.Olivier Houchard2006-04-091-1/+1
* userret() now only takes 2 parameters.Olivier Houchard2006-03-011-2/+2
* Close some races between procfs/ptrace and exit(2):John Baldwin2006-02-221-0/+4
* Merge from p4: minor formatting nits.Warner Losh2006-02-031-3/+3
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostDavid Xu2005-10-141-3/+18
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicJohn Baldwin2005-04-121-1/+1
* Add support for ptrace() and gdb breakpoints.Olivier Houchard2005-01-101-13/+10
* Start all license statements with /*-Warner Losh2005-01-051-1/+1
* Include <sys/signalvar.h> for trapsignal().Olivier Houchard2004-12-071-0/+1
* Don't include sys/user.h merely for its side-effect of recursivelyDavid Schultz2004-11-271-1/+0
* Implement breakpoints and single stepping on arm.Olivier Houchard2004-11-211-10/+4
* Implement enough to be able to enter and leave DDB.Olivier Houchard2004-11-201-2/+23
* Import FreeBSD/arm kernel bits.Olivier Houchard2004-05-141-0/+291