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