aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/include/trap.h
Commit message (Expand)AuthorAgeFilesLines
* Allow fast instruction and data access mmu miss traps to be handled byJake Burkholder2003-04-291-6/+6
* Greatly improve readability of trap() by using a table to convert betweenJake Burkholder2002-10-251-0/+2
* Add a panic stack, which is used as a known good stack when there isJake Burkholder2002-01-011-0/+1
* Rename and renumber trap types to comply with the user trap types asJake Burkholder2001-12-291-40/+54
* Add support for physical address hardware watchpoints.Jake Burkholder2001-10-201-2/+3
* Wrap hardware trap types in ifdef _kernel.Jake Burkholder2001-09-301-0/+4
* Change tf_arg to uintptr_t from void * to reflect the fact thatJake Burkholder2001-09-031-15/+4
* Add a system call trap type and syscall() call request handler.Jake Burkholder2001-08-201-2/+7
* Add trap types for interrupts. Ad definitions to get the interrupt levelJake Burkholder2001-08-101-5/+17
* The author isn't a [UC] Regents. Correct the copyright language.David E. O'Brien2001-08-091-2/+2
* Flesh out the sparc64 port considerably. This contains:Jake Burkholder2001-07-311-0/+70