| Age | Commit message (Expand) | Author |
| 2020-07-11 | Fix various typos of "system" in comments. Mainly copypasto errors. | nia |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2013-09-06 | Tab/whitespace cleanup. | tsutsui |
| 2012-08-10 | Appease gcc -fno-common: | tsutsui |
| 2009-11-30 | Cast a vaddr_t to void* before passing to memset, so that this builds again. | he |
| 2009-11-27 | - Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr. | rmind |
| 2009-11-26 | Kill proc0paddr. Use lwp0.l_addr instead. | matt |
| 2009-11-21 | Use lwp_getpcb() on sparc{64} and sun2/3 MD code, clean from struct user usage. | rmind |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-10-01 | First attempt at bus_space(9) support for sun3 with common sun68k/bus.c: | tsutsui |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-01-22 | de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t. | chs |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-08-02 | G/c vestiges of old sun3-specific SYMTAB_SPACE support. | soren |
| 2001-09-05 | bcopy() -> memcpy(), bzero() -> memset() | tsutsui |
| 2001-09-05 | - vm_offset_t -> [pv]addr_t | tsutsui |
| 2001-02-22 | switch sun3 to ELF. highlight include: | chs |
| 2001-02-03 | Use macro in <m68k/m68k.h> for cputype and mmutype. | tsutsui |
| 2000-06-29 | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 1998-07-04 | defopt DDB. | jonathan |
| 1998-06-12 | Sync with the sun3 version. | gwr |
| 1998-02-05 | Merge arch/sun3x into arch/sun3 | gwr |
| 1997-10-04 | Move the call to cninit() up a level (easier to find). | gwr |
| 1997-06-10 | s/_round_page/m68k_round_page/ | veego |
| 1997-05-14 | Remove call to leds_init (it is already in obio_init). | gwr |
| 1997-05-11 | Add call to leds_init() after everything has started up ok. | jeremy |
| 1997-04-25 | Move the _verify_hardware() work into machdep.c:identifycpu(). | gwr |
| 1997-03-24 | No longer force boothowto=RB_SINGLE|RB_KDB | gwr |
| 1997-03-13 | s/sun3x_/_/ in sun3x_(round|trunc)_(page|seg) macros | gwr |
| 1997-02-18 | Define "cold" over in autoconf.c | gwr |
| 1997-02-12 | Force RB_SINGLE for now (in addition to RB_KDB). | gwr |
| 1997-02-11 | Sync with sun3. | gwr |
| 1997-02-02 | Declare and set cputype and mmutype. | thorpej |
| 1997-01-27 | Kill sunmon.h; add sun "code names" (Hydra, Pegasus). | gwr |
| 1997-01-25 | Use sunmon_abort() instead of mon_panic(). | gwr |
| 1997-01-23 | Move a bunch of stuff to sun3/sunmon.c where we can share it. | gwr |
| 1997-01-18 | Do loadcrp(&mon_crp) only when returning permanently to the monitor. | gwr |
| 1997-01-17 | Adapt to rename of pcb_mmuctx to pcb_mmucrp, and corrected | gwr |
| 1997-01-16 | Before dropping into the PROM monitor, restore its CPU Root Pointer (CRP), | gwr |
| 1997-01-14 | Initial import. Gets as far as nfs_mountroot. | gwr |