summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
AgeCommit message (Expand)Author
2001-12-20Temporarily revert the pmap_motorola changes, as they may account forMiod Vallat
2001-12-19UBC was a disaster. It worked very good when it worked, but on someArtur Grabowski
2001-12-17Decrease splvm() level to the splimp() level.Miod Vallat
2001-12-14Remove the ugly protection_codes[] array, only used by the pte_prot()Miod Vallat
2001-12-14Sync compilation flags definition accross m68k-based arches.Miod Vallat
2001-12-11Remove declarations that already exist in <sys/conf.h>Miod Vallat
2001-12-10No need to include <sys/dmap.h> and define related variables.Miod Vallat
2001-12-06No need to keep dummy fields in cpu_disklabel structures.Miod Vallat
2001-12-06Declare SYS_exit for all m68k locore.s'esMiod Vallat
2001-12-06Define proper macros for FP frame offsets rather than magic numbers.Todd C. Miller
2001-12-06fix typo I introduced during ksyms additionTodd C. Miller
2001-12-06Sprinkle pmap_update() calls (based on NetBSD)Todd C. Miller
2001-12-06Sync with NetBSD:Todd C. Miller
2001-12-06MAPPEDCOPY no more.Miod Vallat
2001-12-06Reality updated: no nedd to speak about "old" machines and "current" machinesMiod 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-11-30Not needed anymore.Miod Vallat
2001-11-30Switch to pmap_motorola.Miod Vallat
2001-11-30Now that pmaps can have vm_page_md, make pmap_physseg optional.Artur Grabowski
2001-11-29fix pasto so this compilesTodd C. Miller
2001-11-28more typedef zapping vm_page_t -> struct vm_page *Artur Grabowski
2001-11-28zap some typedefs.Artur 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-27Various pmap_k* optimizations, as well as uvm interface updates,Miod Vallat
2001-11-25Extend the magic formulae to choose option FPSP only if 68040 processorMiod Vallat
2001-11-25Typos.Miod Vallat
2001-11-25Harmonize userret() prototypes across m68k arches.Miod Vallat
2001-11-23Remove splsched() declaration and related stuff.Miod Vallat
2001-11-21Provide COMPAT_SUNOS files via the common m68k configuration files.Miod Vallat
2001-11-17put more common stuff into m68k/genassym.cf; miod@ okMichael Shalayeff
2001-11-09nswbuf hasn't been used for ages. gc.Artur Grabowski
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-06Redundant includes.Artur Grabowski
2001-11-06Kill vm/vm_param.h, move it to uvm/uvm_param.hArtur Grabowski
2001-11-04hp300spu.h information not needed anymore.Miod Vallat
2001-11-04Change the magic formulae in charge of setting the correct definesMiod Vallat
2001-11-01Change d_mmap in struct cdevsw from:Artur Grabowski
2001-10-10gc SWAPPAGER and DEVPAGER optionsTodd C. Miller
2001-10-06Remove MSDOSFS support from the ramdisk.Miod Vallat
2001-09-28move cdev_decl(pf) into it's proper place, kill cdev_decl(ipl) at the same timeMichael Shalayeff
2001-09-23document some registers; copied from comreg.hTodd C. Miller
2001-09-23For serial console, drop into ddb on <break> if ddb.console is nonzeroTodd C. Miller
2001-09-22Remove more old, dusty, unused defines.Miod Vallat
2001-09-21phys_map declaration comes from <vm/vm.h>, no need to declare it locally.Miod Vallat
2001-09-20occured->occurredMike Pechkin