| Age | Commit message (Expand) | Author |
| 2009-12-11 | Refactoring MD segment related definitions on m68k ports: | tsutsui |
| 2009-12-09 | Fix wrong NBSEG values for all hp300 pmap derived m68k ports. | tsutsui |
| 2009-12-08 | Use PGSHIFT from <machine/param.h> for PAGE_SHIFT. | tsutsui |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 2009-08-26 | Minor tweak to the pv_table management in the Hibler-derived m68k pmaps: | thorpej |
| 2009-03-06 | Remove SHMMAXPGS from all kernel configs. Dynamically compute the | joerg |
| 2009-01-10 | Remove unnecessary "last kernel PT page" mapping. | tsutsui |
| 2008-07-17 | Revert part of previous changes: | tsutsui |
| 2008-06-19 | Unify splraiseipl(9) implementation among m68k ports as per | tsutsui |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-29 | Split softc and device_t for zsc(4) and its children. | tsutsui |
| 2008-02-27 | Remove CTL_MACHDEP_NAMES, it's not used anywhere. | xtraeme |
| 2008-02-19 | revert previous; as yamt pointed out, these bits are in <sys/cpu.h>. | dogcow |
| 2008-02-19 | cargo-cult CPU_INFOITERATOR and _FOREACH to make kern_prf.c build again. | dogcow |
| 2008-01-26 | Remove unused splfoo() definitions. | tsutsui |
| 2008-01-20 | Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, | joerg |
| 2007-12-03 | Interrupt handling changes, in discussion since February: | ad |
| 2007-11-07 | Merge tty changes from the vmlocking branch. | ad |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-08-29 | Pack all global video-related variables into a structure for clarity. | jmmv |
| 2007-08-29 | Move the definition of multiple video-related variables into a new | jmmv |
| 2007-08-04 | Add ci_cpuid where it's missing. | ad |
| 2007-07-14 | Generic soft interrupts are mandatory. | ad |
| 2007-06-02 | Rather than attaching fpu as a usual device during cpu_configure(9), | tsutsui |
| 2007-05-21 | Move declarations of m68k common functions | tsutsui |
| 2007-05-21 | Remove obsolete decralations of switch_exit() and switch_lwp_ext(). | tsutsui |
| 2007-05-20 | Add missing call to lwp_startup() in lwp_trampoline() (which was renamed | mhitch |
| 2007-05-17 | Start yamt-idlelwp fixes. | rjs |
| 2007-03-11 | - Shrink ipl_cookie_t from 32-bits to 16-bits (large enough to hold | thorpej |
| 2007-03-08 | MI softintr(9)'fy. | tsutsui |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-16 | Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch callouts | ad |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-12-21 | merge yamt-splraiseipl branch. | yamt |
| 2006-11-20 | Add Timecounter support for mac68k, using the otherwise idle second | hauke |
| 2006-09-20 | Convert mac68k to generic todr. Thanks to Robert Swindells for testing. | gdamore |
| 2006-09-09 | Apply patch in PR port-mac68k/33636 from Dave Huang (with wrapping long lines). | tsutsui |
| 2006-07-26 | don't install <machine/db_machdep.h>, this is kernel only | drochner |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2005-12-24 | bare asm -> __asm | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-27 | implement splraiseipl() for the following ports. | yamt |
| 2005-07-11 | Add m68k sunos_machdep.h | christos |
| 2005-06-08 | Add message definitions for SWIM and for ADB autopoll. | rjs |
| 2005-06-03 | Add const. | rjs |
| 2005-04-01 | merge yamt-km branch. | yamt |
| 2005-01-19 | mac68k no longer abuses cf_unit. | chs |
| 2005-01-15 | de-__P, remove register, ansify, b* -> mem*. | chs |
| 2004-09-26 | don't expose cpu_info to userland. | yamt |