summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k
AgeCommit message (Expand)Author
2002-05-16Add systrace support to all the remaining architectures.Miod Vallat
2002-04-29Enforce the bio <= net <= tty <= imp <= clock spl level ordering by fixingMiod Vallat
2002-04-29Define placeholders for art's splassert() debugging stuff on all arches.Miod Vallat
2002-04-29wierd -> weirdPeter Valchev
2002-04-27Lots of cleanup to catch up with other m68k-based ports and modern code,Miod Vallat
2002-04-25Harmonize some bootstrap procedures with hp300, and move some variablesMiod Vallat
2002-04-25Factorize more common m68k definitions.Miod Vallat
2002-04-24RAMDISK configurations for mac68k.Miod Vallat
2002-04-24Introduce a new file, machine/internal_types.h, to hold that specific archMarc Espie
2002-04-22Bring several stability and performance fixes from NetBSD, as well asMiod Vallat
2002-04-21Add ramdisk support.Miod Vallat
2002-04-21Change disklabel policy, and allow writing disklabel to any media that doesMiod Vallat
2002-04-20Get rid of "integrate" and "hide" bad taste modifiers, thus get non-DDBMiod Vallat
2002-04-18Make the Mac68k disklabel 16 partitions long, to cope withMiod Vallat
2002-04-18Report explicit failure instead of success and no operation when asked toMiod Vallat
2002-04-16Same .text vs .data issue as for mvme68k.Miod Vallat
2002-04-16Use the common m68k pmap_bootstrap code here.Miod Vallat
2002-04-16Missing prototype.Miod Vallat
2002-04-16Using a dull device to probe the FPU is ridiculous, replace it with an earlyMiod Vallat
2002-03-23Add variables for config(8) -e time tweak of systemV shared memoryMarc Espie
2002-03-19Fix bus_space_copy_region_ macro that got messed up by unpeeing.Todd C. Miller
2002-03-15Cosmetic changes only, primarily making comments line up nicely after theTodd C. Miller
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-17Patch from Daniel Lucq <daniel@lucq.org>Mats O Jansson
2002-02-10spellingTheo de Raadt
2002-01-23move mb_map allocation to mbinit()Artur Grabowski
2002-01-23move definition of mb_map from zillions of machdep.c to uipc_mbuf.cArtur Grabowski
2002-01-16Don't include <sys/map.h> when you don't need what's in it.Miod Vallat
2002-01-10Bring back pmap_motorola for mac68k.Miod Vallat
2001-12-25Oops, I barfed there, too.Miod Vallat
2001-12-24Harmonize and complete wrt cross-compilation.Miod Vallat
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-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-11mac68k disklabel cleaning 1/3:Miod Vallat
2001-12-10No need to include <sys/dmap.h> and define related variables.Miod Vallat
2001-12-08Sprinkle pmap_update calls where relevant and some otherArtur Grabowski
2001-12-07Ratibibugle setredzone()Miod Vallat
2001-12-06No need to keep dummy fields in cpu_disklabel structures.Miod Vallat
2001-12-06Define proper macros for FP frame offsets rather than magic numbers.Todd C. Miller
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-021) kill old vm_*_t types (no real effect)Todd C. Miller
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-28zap some typedefs.Artur Grabowski