summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
AgeCommit message (Expand)Author
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
2001-08-11unnecessary includes.Artur Grabowski
2001-08-06remove vm_conf.h; art@ okMichael Shalayeff
2001-07-31type mismatch fix.Bob Beck
2001-07-25Change the pmap_enter interface to merge access_type and the wired booleanArtur Grabowski
2001-07-18Get rid of the PMAP_NEW option by making it mandatory for all archs.Artur Grabowski
2001-07-15add install targetassar
2001-07-09Trivial ether_input_mbuf().Federico G. Schwindt
2001-07-05Get rid of REAL_CLISTS. It was never implemented and the tentacles areArtur Grabowski
2001-07-05Get rid of the wrapper macros around extent_alloc*1Artur Grabowski
2001-07-05clean up includes.Artur Grabowski
2001-07-04Kill this for real hopefullyNiklas Hallqvist
2001-07-04$OpenBSD$Niklas Hallqvist
2001-06-27add the ALTQ device to the rest of the architectures.Kenjiro Cho
2001-06-27MNN is no longer an option.Artur Grabowski
2001-06-27UVM is no longer an option.Artur Grabowski
2001-06-27old vm no moreArtur Grabowski
2001-06-27fix mac pool_get panics on forks - ok art@Bob Beck
2001-06-25add pf device on all architectures.Kjell Wooding
2001-06-25cold is in systm nowMichael Shalayeff
2001-06-24Define splvm() for arches who don't already provide it, with the sameMiod Vallat
2001-06-24oops. another one.Artur Grabowski
2001-06-23oops. unbreak after the last change.Artur Grabowski
2001-06-10Semicolons are better added in canada to save cross atlantic bandwith.Bob Beck
2001-06-09fix art oopsie so this compilesBob Beck
2001-06-08Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface toArtur Grabowski
2001-06-08More changes from NetBSD that should have been part of the UVM update; testedAaron Campbell
2001-06-08Adjust to recent locking protocol changes; beck@Aaron Campbell