summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/ddb
AgeCommit message (Expand)Author
2001-12-16Revert the mvme88k to 20011212. Recent changes had not been merged correctly,Miod Vallat
2001-12-14Repair MVME187 after MVME197 merge.Steve Murphree
2001-12-13Support for MVME197 completed. Fix SPL defs.Steve Murphree
2001-11-27Adapt to include files changes.Miod Vallat
2001-11-27Use symbolic constants to identify ddb traps.Miod Vallat
2001-11-09Ouch, more variables declarations in .h files lacking ``extern'' safetyMiod Vallat
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-09-23rename kdb_init() to db_machine_init().Miod Vallat
2001-09-20occured->occurredMike Pechkin
2001-08-31There's no point having a Debugger() clone here.Miod Vallat
2001-08-26Add prototypes, fix compilation warnings, random style fixes.Miod Vallat
2001-08-24Get rid of the ugly db_printf() wrappers, as well as of theMiod Vallat
2001-07-01Enable the ``machine foo'' commands under ddb.Miod Vallat
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-03-16Cleanup, get badwordaddr() from <machine/locore.h>Miod Vallat
2001-03-16KNF, warning hunting.Miod Vallat
2001-03-09kernel will compile with -Werror. Added intr.hSteve Murphree
2001-03-08Some warning hunting.Miod Vallat
2001-03-07Correct argument order for branch_taken's callback function.Miod Vallat
2001-02-01Major changes to get MVME188 working. More header and code cleanups. TheSteve Murphree
1999-02-09Added kernel support for user debugging. Fixed file ID'sSteve Murphree
1997-03-21Yet more DDB type correctnessNiklas Hallqvist
1997-03-03Cleanup after import. This also seems to bring up the current version.Dale S. Rahn
1997-03-03This is a remove to get rid of the old mvme88k port which was incompleteDale S. Rahn
1995-10-18initial 88k import; code by nivas and based on mach luna88kTheo de Raadt