summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k
AgeCommit message (Expand)Author
2001-12-12- turn m88k_protection() into a trivial macro.Miod Vallat
2001-12-12Remove prototypes for non-existent mach leftovers, or duplicated inMiod Vallat
2001-12-10No need to include <sys/dmap.h> and define related variables.Miod Vallat
2001-12-09- change flush_atc_entry() prototype, the third argument is indeed a boolean_t,Miod Vallat
2001-12-08Better pmap_kenter_pa() and pmap_kremove() implementation.Miod Vallat
2001-12-08Use PMAP_MANAGED() macro everywhere instead of hand-expanding it.Miod Vallat
2001-12-08Be 9600-bauds friendly and panic() on unexpected issues, rather than printf()Miod Vallat
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
2001-12-05I don't know who is to blame, heko@ for bOrking this, or myself to have notMiod Vallat
2001-12-05VM_KMEM_SIZE no longer needed.Artur Grabowski
2001-12-05make nkmempages dynamic based on memory. okay art@ from netbsd:Niels Provos
2001-12-05Update pmap_update macro for arches Art missed. Still just a noop.Todd C. Miller
2001-11-30Repair after pmap_kenter_pgs() removal.Miod Vallat
2001-11-30Remove some definitions which do not make sense for non-m68k platforms.Miod Vallat
2001-11-30Now that pmaps can have vm_page_md, make pmap_physseg optional.Artur Grabowski
2001-11-28zap some typedefs.Artur Grabowski
2001-11-28Make pmap_update functions into nops so that we can have a consistentArtur Grabowski
2001-11-28pmap_kenter_pgs is not used and not really useful. remove.Artur Grabowski
2001-11-28pmap_kenter_pgs(.., 1) is pointless. pmap_kenter_pa instead.Artur Grabowski
2001-11-28Sync in more uvm changes from NetBSD.Artur Grabowski
2001-11-27Use pools for pmap and pv_entry structures.Miod Vallat
2001-11-27Adapt to include files changes.Miod Vallat
2001-11-27A few cleanups to have less include files include each other.Miod Vallat
2001-11-27Use symbolic constants to identify ddb traps.Miod Vallat
2001-11-27Declare symbolic names for the various interrupts used by ddb.Miod Vallat
2001-11-27Move the declaration of EH_DEBUG and ERRATA__XXX_USR to the kernelMiod Vallat
2001-11-23dev{cons,cninit.c} are mandatory.Miod Vallat
2001-11-21Lower splvm() level, after discussing with art.Miod Vallat
2001-11-20Oops.Miod Vallat
2001-11-20Prevent more symbol clashes when compiling userland.Miod Vallat
2001-11-20All sensitive pmap operations should operate at splvm, NOT splimp.Miod Vallat
2001-11-18Remove \n from more panic messagesMiod Vallat
2001-11-16mvme88k varargs cleanup 1/2Miod Vallat
2001-11-09Ouch, more variables declarations in .h files lacking ``extern'' safetyMiod Vallat
2001-11-09Be less smart in this file, but at least prevent symbol names clashesMiod Vallat
2001-11-08COPY_SIGCODE serve no purpose nowadays.Miod Vallat
2001-11-08There is no point keeping ramdisk support in non-RAMDISK kernels.Miod Vallat
2001-11-07Unbreak cpu_fork(). mvme88k kernels compile and work again.Miod Vallat
2001-11-07Let those compile.Miod Vallat
2001-11-07post-mmap API change fixes.Miod Vallat
2001-11-07Add an alignment argument to uvm_map that specifies an alignment hintArtur Grabowski
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-11-06Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument,Artur Grabowski
2001-11-06Kill vm/vm_param.h, move it to uvm/uvm_param.hArtur Grabowski
2001-11-01Change d_mmap in struct cdevsw from:Artur Grabowski
2001-10-28Handle RB_TIMEBAD in boot().Miod Vallat
2001-10-28Use the same pipeline flush instruction everywhere.Miod Vallat
2001-10-28Define kernel_pmap only if _KERNEL defined.Miod Vallat
2001-10-28Let 188-only kernels compile.Miod Vallat
2001-10-28I have nothing against stack checks at clock ints, as long as they areMiod Vallat