Age | Commit message (Expand) | Author |
2002-02-23 | Bring back pmap_motorola in service for amiga, too. | Miod Vallat |
2002-02-22 | Unbreak 68060 support, sorry | Miod Vallat |
2002-02-17 | Patch from Daniel Lucq <daniel@lucq.org> | Mats O Jansson |
2002-02-15 | Don't cast nonexistent return value from splx to (void). ok art@ | Thomas Nordin |
2002-02-10 | spelling | Theo de Raadt |
2002-02-04 | Oops, missed a <sys/map.h> leftover. | Miod Vallat |
2002-01-30 | Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok | Thomas Nordin |
2002-01-24 | Don't provide a duplicate addupc_task() routine. | Miod Vallat |
2002-01-23 | compatability -> compatibility. | Federico G. Schwindt |
2002-01-23 | move mb_map allocation to mbinit() | Artur Grabowski |
2002-01-23 | move definition of mb_map from zillions of machdep.c to uipc_mbuf.c | Artur Grabowski |
2001-12-24 | Harmonize and complete wrt cross-compilation. | Miod Vallat |
2001-12-22 | Compile with option DEBUG. | Miod Vallat |
2001-12-20 | Temporarily revert the pmap_motorola changes, as they may account for | Miod Vallat |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-14 | Remove the ugly protection_codes[] array, only used by the pte_prot() | Miod Vallat |
2001-12-14 | Sync compilation flags definition accross m68k-based arches. | Miod Vallat |
2001-12-13 | Realistic COPTS handling. Plus it gets in sync with other m68k arches. | Miod Vallat |
2001-12-11 | Remove declarations that already exist in <sys/conf.h> | Miod Vallat |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski |
2001-12-07 | Since amiga now has correct pmap_k* and uses them for mapping | Artur Grabowski |
2001-12-07 | Sigh. MACHINE_NONCONTIG is not only non-optional, it has been replaced | Artur Grabowski |
2001-12-07 | Ratibibugle setredzone() | Miod Vallat |
2001-12-06 | Declare SYS_exit for all m68k locore.s'es | Miod Vallat |
2001-12-06 | References to ``comment at line foo'' is useless once line foo moves, | Miod Vallat |
2001-12-06 | MACHINE_UPTBASE is not constant on amiga, ouch. | Miod Vallat |
2001-12-06 | Define proper macros for FP frame offsets rather than magic numbers. | Todd C. Miller |
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-11-30 | More changes that cvs forgot to commit in the pmap_motorola switch. | Miod Vallat |
2001-11-30 | cvs hates me. | Miod Vallat |
2001-11-30 | Switch to pmap_motorola. | Miod Vallat |
2001-11-30 | Oops, removed one #include line by mistake. | Miod Vallat |
2001-11-30 | Make it possible for mmutype to contain MMU_68060 if the hardware is | Miod Vallat |
2001-11-30 | Duplicates there, too. | Miod Vallat |
2001-11-30 | Now that pmaps can have vm_page_md, make pmap_physseg optional. | Artur Grabowski |
2001-11-30 | typo | Artur Grabowski |
2001-11-28 | more typedef zapping vm_page_t -> struct vm_page * | 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-25 | Oops, commited this file from the wrong tree. | Miod Vallat |
2001-11-25 | Harmonize userret() prototypes across m68k arches. | Miod Vallat |
2001-11-24 | Harmonize boot() logic across arches: | Miod Vallat |
2001-11-23 | dev{cons,cninit.c} are mandatory. | Miod Vallat |
2001-11-21 | Provide COMPAT_SUNOS files via the common m68k configuration files. | Miod Vallat |
2001-11-17 | put more common stuff into m68k/genassym.cf; miod@ ok | Michael Shalayeff |
2001-11-09 | nswbuf hasn't been used for ages. gc. | Artur Grabowski |