summaryrefslogtreecommitdiff
path: root/sys/arch/m88k
AgeCommit message (Expand)Author
2004-07-25Merge luna88k and mvme88k pmap. The pmap will now assume that the memoryMiod Vallat
2004-07-24New, working, profiling code for m88k.Miod Vallat
2004-07-24intr_establish() and related defines are mvme88k-only, so move them back fromMiod Vallat
2004-07-23Move luna88k and mvme88k vm_machdep to m88k-agnostic code area.Miod Vallat
2004-07-22Reset pcb_onfault to NULL before invoking uvm_fault().Miod Vallat
2004-07-22Remove redundant or useless section modifiers.Miod Vallat
2004-07-13Do not trash r14 by mistake in __savectx.Miod Vallat
2004-07-07Funny typo.Miod Vallat
2004-07-02Switch mvme88k to evcount, but keep maintaining intrcnt[] too for now.Miod Vallat
2004-07-02Since these vector tables are not final tables, they don't need to beMiod Vallat
2004-06-26Fix alignment problem between savectx and __savectx. How could this haveMiod Vallat
2004-06-25Do not clear PSR_SER on 88110 when leaving single-stepping mode.Miod Vallat
2004-06-22Do not use db_printf() without a godd reason; while there, shrinken someMiod Vallat
2004-06-22After 88110 exception processing, do not reset the in-frame [di][lp]arMiod Vallat
2004-06-22On 88110, simplify enip processing:Miod Vallat
2004-06-22Do not access [id][pl]ar registers from C code - we only care about theirMiod Vallat
2004-06-19Share common ddb files accross m88k platforms.Miod Vallat
2004-06-19Remove unused and misleading defines.Miod Vallat
2004-06-13debranch SMP, have funNiklas Hallqvist
2004-06-09Among other tricky (or nice, depending upon your involvment) features,Miod Vallat
2004-06-07Correctly handle an unaligned long long parameter on stack in varargs functions;Miod Vallat
2004-06-07Allow userland to issue ld.d or st.d with a long, but not long long alignedMiod Vallat
2004-06-03Signal bus errors when a write back operation fails on 88110.Miod Vallat
2004-06-03Be sure to preserve r3 for syscalls which return 32-bit values.Miod Vallat
2004-05-23Nuke kvtop(), preserving a private copy in mvme88k vs(4) for now.Miod Vallat
2004-05-19Rewrite va_arg() for correctness. Not only is the new code easier to read,Miod Vallat
2004-05-07Introduce a new cmmu operation, cachectl_pa, similar to cachectl, but takingMiod Vallat
2004-05-07Make #endif /* foo */ comments really match the #if condition.Miod Vallat
2004-04-29Continue factorizing m88k common code, this time files in <arch>/<arch>Miod Vallat
2004-04-29luna88k needs a <machine/profile.h> as well, so share it with mvme88k.Miod Vallat
2004-04-26Start factorizing luna88k and mvme88k common parts.Miod Vallat