index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
m88k
/
include
/
trap.h
Age
Commit message (
Expand
)
Author
2013-09-05
Service the 88100 floating-point exceptions through trap(), keeping the
Miod Vallat
2011-03-23
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
Paul Irofti
2009-03-01
Files forgotten during last commit:
Miod Vallat
2009-02-16
Since NMI are now handled separately, remove the ``interrupt type'' argument
Miod Vallat
2009-02-13
Use a different dispatcher for the NMI traps on 88110, these are too
Miod Vallat
2007-12-25
Restart the m88110 floating-point trap code from scratch, basing it on the
Miod Vallat
2007-11-21
Move external interrupt and ast handling from m881[01]0_trap() to their
Miod Vallat
2007-11-17
Replace many ``unsigned'' variables with ``unsigned int'', ``u_int'' or other
Miod Vallat
2006-05-08
Clean the internal m88k trap type codes; while there, simplify and
Miod Vallat
2005-04-27
Allow userland to cause the data cache to be flushed for any arbitrary address
Miod Vallat
2004-04-26
Start factorizing luna88k and mvme88k common parts.
Miod Vallat