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
/
mvme88k
/
include
/
trap.h
Age
Commit message (
Expand
)
Author
2004-04-26
Fix RCSID
Miod Vallat
2004-04-26
Start factorizing luna88k and mvme88k common parts.
Miod Vallat
2004-01-12
Get rid of that ugly m88100_saved_state structure, use trapframe everywhere
Miod Vallat
2004-01-11
Mark more code as dependent upon option PTRACE, and slight cleaning while there.
Miod Vallat
2003-10-05
De-register
Miod Vallat
2003-09-17
More cleaning of the exception handling code, and collateral damage:
Miod Vallat
2003-09-09
Remove DDB conditionals and always define T_KDB_*
Miod Vallat
2002-03-14
Final __P removal plus some cosmetic fixups
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-12-22
change function names to reflect cpu type instead of board type.
Steve Murphree
2001-12-16
Revert the mvme88k to 20011212. Recent changes had not been merged correctly,
Miod Vallat
2001-12-13
Support for MVME197 completed. Fix SPL defs.
Steve Murphree
2001-11-06
Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument,
Artur Grabowski
2001-08-24
Rename the trap() symbols with more insightful names. This forces us
Miod Vallat
2001-08-12
#(endif|else) foo is incorrect, make it #endif /* foo */
Heikki Korpela
2001-03-12
Remove dead code related to soft interrupts.
Miod Vallat
2001-03-09
kernel will compile with -Werror. Added intr.h
Steve Murphree
2001-02-01
Major changes to get MVME188 working. More header and code cleanups. The
Steve Murphree
2001-01-14
Complete move to UVM virtual memory system. More header fixes.
Steve Murphree
1999-09-27
Adding support for MVME188 and MVME197
Steve Murphree
1999-02-09
Added kernel support for user debugging. Fixed file ID's
Steve Murphree
1997-03-03
Cleanup after import. This also seems to bring up the current version.
Dale S. Rahn
1997-03-03
This is a remove to get rid of the old mvme88k port which was incomplete
Dale S. Rahn
1995-10-18
initial 88k import; code by nivas and based on mach luna88k
Theo de Raadt