| Age | Commit message (Expand) | Author |
| 2009-10-21 | Remove uarea swap-out functionality: | rmind |
| 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 |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-08-04 | Add ci_cpuid where it's missing. | 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-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 |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-03 | Add const. | rjs |
| 2005-01-15 | de-__P, remove register, ansify, b* -> mem*. | chs |
| 2004-09-26 | don't expose cpu_info to userland. | yamt |
| 2004-09-22 | move some per-cpu data definitions to MI place so that they can be modified | yamt |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-01-17 | Merge the nathanw_sa branch. | thorpej |
| 2002-10-28 | untangle includes a bit: | chs |
| 2002-04-10 | Use m68k/m68k/cacheops.[ch] | briggs |
| 2002-03-04 | Add the machine id of PowerBook 190CS. | shiba |
| 2001-11-20 | prepare for ELF: | chs |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2000-12-19 | Unification of the m68k syscall() function. | scw |
| 2000-08-25 | Make need_resched() take a "struct cpu_info *" argument. This | thorpej |
| 2000-05-26 | First sweep at scheduler state cleanup. Collect MI scheduler | thorpej |
| 1999-08-10 | Define cpu_number() as discussed on tech-smp. | thorpej |
| 1999-06-28 | Unfortunately, several changes that are intermingled: | briggs |
| 1999-04-06 | Prototype kvtop() here. | scottr |
| 1999-02-26 | oops. void->int | is |
| 1999-02-26 | synchronize types, and s/curproc/p/ in one forgotten place | is |
| 1999-02-25 | mac68k part of pr 6152 fix, and missing bits for the others | is |
| 1998-12-22 | vm_offset_t -> {paddr_t, vaddr_t} | scottr |
| 1998-11-11 | Changes to support fork_kthread(): | thorpej |
| 1998-08-22 | Add gestalt machine type for the PowerBook 190/190cs. | scottr |
| 1998-02-13 | Avoid declaring the "astpending" and "want_resched" globals in cpu.h, | scottr |
| 1997-10-26 | Make these compile after m68k/m68k.h 1.4->1.5. | is |
| 1997-10-20 | Convert to MI 8530 SCC driver, from Bill Studenmund. The new front end | scottr |
| 1997-10-02 | port-mac68k/4175: Need to add support for 33 MHz LC475/Q605. | briggs |
| 1997-06-29 | Prototype DCIS(). | scottr |
| 1997-05-22 | Remove redundant cpu_set_kpc() prototype, found by Paul Goyette. | scottr |
| 1997-05-20 | Adjust for previous m68k/pcb.h change | scottr |
| 1997-04-13 | Move all splxxx() and softint-related macros and prototypes to intr.h, | scottr |
| 1997-03-15 | Move physaccess/physunaccess prototypes. | briggs |
| 1997-02-10 | Console bell callback support prototypes | scottr |
| 1997-01-20 | Define single-instruction implementations of setsoft*() and siroff(), | scottr |