summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
AgeCommit message (Expand)Author
2001-08-26Add prototypes, fix compilation warnings, random style fixes.Miod Vallat
2001-08-24Adapt to trap() name change.Miod Vallat
2001-08-24Adapt to the <machine/asm.h> macros (only for entry points for now, becauseMiod Vallat
2001-08-24Rename the trap() symbols with more insightful names. This forces usMiod Vallat
2001-08-24Define the usual <machine/asm.h> macros, for convenience of .S parts.Miod Vallat
2001-08-24Correct execution flow in m197_table_search().Miod Vallat
2001-08-24Grandma always told me, initialize your variables before you print theirMiod Vallat
2001-08-24Get rid of a shupid define.Miod Vallat
2001-08-24Cleanup.Miod Vallat
2001-08-24Remove unused debugging code, fix uninitialized variables.Miod Vallat
2001-08-24There is no need to hide potentially useful stuff in .c files.Miod Vallat
2001-08-24Get rid of the ugly db_printf() wrappers, as well as of theMiod Vallat
2001-08-24Correctly tell if a syscon is main one on 188.Miod Vallat
2001-08-24Pass a dev_t where a dev_t is expected.Miod Vallat
2001-08-24No newline at the end of panic messages.Miod Vallat
2001-08-23Vacuum cleanup. Half of this is now in <sys/conf.h>, the other half isMiod Vallat
2001-08-23option M88000 is not necessary for mvme88k.Miod Vallat
2001-08-23Sync with contents of arch/foo/conf directory, might be useful one day.Miod Vallat
2001-08-23We can now move timeout_init into main().Artur Grabowski
2001-08-23Remove even more old timeout tentacles.Artur Grabowski
2001-08-23Provide temporary compatibility with old machine ID binaries for some time.Miod Vallat
2001-08-18Move pmap_{de,}activate to vm/pmap.h, it's same on all archs.Artur Grabowski
2001-08-15More 197 support breakage.Miod Vallat
2001-08-12Actually, I'm not fond of include files including <uvm/uvm_extern.h>,Miod Vallat
2001-08-12vm_inherit.h no moreMichael Shalayeff
2001-08-12Adapt to <vm/vm_prot.h> removal.Miod Vallat
2001-08-12g/c old, unused, constants.Miod Vallat
2001-08-12Replace VM_{MAX,MIN}_USER_ADDRESS with VM_{MAX,MIN}_ADDRESS.Miod Vallat
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-08-12Remove asserts, there is enough diag code there.Miod Vallat
2001-08-11Cleanup.Miod Vallat
2001-08-11Add wint_t type declaration.Miod Vallat
2001-08-11Looks like you're not needed, pal.Miod Vallat
2001-08-11Unnecessary and redundant includes.Artur Grabowski
2001-08-11remove some old cruft.Artur Grabowski
2001-08-11swapmap is gone forever.Artur Grabowski
2001-08-11Make m18x_cmmu.c only compiled if support for 187 or 188 is required.Miod Vallat
2001-08-11Include files serve a purpose. Move lots of extern statements fromMiod Vallat
2001-08-11Make iomap_mapout() a void function, since its return value is always 1Miod Vallat
2001-08-08New timeouts.Miod Vallat
2001-08-07Not used.Miod Vallat
2001-08-07One more typo.Miod Vallat
2001-08-07Sprinkle a few Holy Volatiles (tm).Miod Vallat
2001-08-07Make config(8) choose which source files to exclude, from the kernelMiod Vallat
2001-08-06remove vm_conf.h; art@ okMichael Shalayeff
2001-08-06__BDEVSW_DUMP_OLD_TYPE no more.Miod Vallat
2001-08-06Working kernel crash dumps.Miod Vallat
2001-08-05Use syntaxic sugar provided by PMAP_NEWMiod Vallat
2001-07-26Always flush the pipeline after updating cr1.Miod Vallat
2001-07-25Change the pmap_enter interface to merge access_type and the wired booleanArtur Grabowski