summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
AgeCommit message (Expand)Author
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-28Sync in more uvm changes from NetBSD.Artur Grabowski
2001-11-25Harmonize userret() prototypes across m68k arches.Miod Vallat
2001-11-24Harmonize boot() logic across 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-01Change d_mmap in struct cdevsw from:Artur Grabowski
2001-10-01Always use the IRQ interrupt, and let the SBC_INTR flag only controlMiod Vallat
2001-09-28move cdev_decl(pf) into it's proper place, kill cdev_decl(ipl) at the same timeMichael Shalayeff
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
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-09-16Make use of "export", "struct" and "member" keywords to be easier to readMiod Vallat
2001-09-14Simplify userret.Artur Grabowski
2001-09-12mbutl no moreArtur Grabowski
2001-09-11Fix uvm_km_suballoc() usage flags. ok art@ millert@Miod Vallat
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2001-09-09Repair compilation of mac68k GENERIC_SBC kernel.Miod Vallat
2001-09-06missing machine/ieee.h from NetBSDTodd C. Miller
2001-08-31The fact that my tree builds should not prevent the official tree toMiod Vallat
2001-08-30Remove duplicates with m68k/m68k/genassym.cfMiod Vallat
2001-08-30Invoke genassym.sh with both m68k/m68k/genassym.cf andMiod Vallat
2001-08-26remove useless INUSE references from scsi_xfer->flags; art@ miod@ ok.Federico G. Schwindt
2001-08-25Post-regdump cleanup.Miod Vallat
2001-08-25One regdump to dump them all...Marc Espie
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-23Convert the last old-timeout, tested by beck@Miod Vallat
2001-08-20Oops, the vacuum cleaner went too far. Blush, I was sure I had testedMiod Vallat
2001-08-20Not only is Apple hardware disgusting, but code doesn't even compile.Miod Vallat
2001-08-20Bring get[sd]fc() prototypes to <m68k/cpu.h>, this will be needed shortly.Miod Vallat
2001-08-18Move pmap_{de,}activate to vm/pmap.h, it's same on all archs.Artur Grabowski
2001-08-15New timeouts, tested by beck@.Miod Vallat
2001-08-13SYSPTSIZE is orhpaned, so g/c the poor define.Miod Vallat
2001-08-13ecacheon(), ecacheoff() good bye.Miod Vallat
2001-08-12KUSER_AREA, BTOPUSRSTACK, P1PAGES are never used, so get rid of them.Miod Vallat
2001-08-12g/c unused fields.Miod Vallat
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
2001-08-11Unnecessary and redundant includes.Artur Grabowski
2001-08-11redundant includesArtur Grabowski
2001-08-11redundant includes.Artur Grabowski