| Age | Commit message (Expand) | Author |
| 2013-01-07 | switch to __USE_TOPDOWN_VM. | chs |
| 2012-10-28 | no need to define __BROKEN_CONFIG_UNIT_USAGE, the code that this enabled | chs |
| 2012-10-13 | struct device * -> device_t, struct cfdata * -> cfdata_t | tsutsui |
| 2012-08-12 | Also reduce UBC_NWINS from default 1024 to 512 | tsutsui |
| 2012-08-11 | Poor sun3 (but not sun3x) has only 31MB KVM address space, | tsutsui |
| 2012-02-10 | proper sizing of kmem_arena on different ports | para |
| 2012-02-02 | Don't enable DB_MACHINE_COMMANDS on crash(8) (i.e. !defined(_KERNEL) case). | tsutsui |
| 2011-08-30 | Add getlabelusesmbr(), as proposed in | bouyer |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-06-03 | - remove simple_lock(9) and use atomic_ops(3) to account pmap reference count, | tsutsui |
| 2011-02-08 | Remove clause 3 (UCB advertising clause) from the University of Utah | rmind |
| 2010-11-06 | Remove incomplete, never worked dynamic run-time memory registration | uebayasi |
| 2010-10-15 | Make common kernel module binaries work on both sun3 and sun3x. | tsutsui |
| 2010-04-30 | Raise the blade, make the change, don't quite rearrange to where | pooka |
| 2009-12-11 | Export NBSG for bootloaders. MMU is enabled even on PROM on sun68k machines. | tsutsui |
| 2009-12-11 | Export pmap_procwr() declaration only #ifdef _KERNEL. | tsutsui |
| 2009-12-11 | Refactoring MD segment related definitions on m68k ports: | tsutsui |
| 2009-03-06 | Remove SHMMAXPGS from all kernel configs. Dynamically compute the | joerg |
| 2009-01-12 | Add parantheses to macro to suppress possible compiler warnings. | tsutsui |
| 2008-12-09 | Make pmap_kernel() a MI macro for struct pmap *kernel_pmap_ptr, | pooka |
| 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-01-20 | Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, | joerg |
| 2008-01-04 | Don't pull in unrelated gunk. | ad |
| 2007-10-25 | defparam PAGER_MAP_SIZE. | yamt |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 2007-07-14 | Generic soft interrupts are mandatory. | ad |
| 2007-03-11 | Remove splzs() definition, which is in <sun68k/intr.h>. | tsutsui |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-10-05 | Make sun3 use common sun68k/sun68k/isr.c, sun68k/include/cpu.h and | tsutsui |
| 2006-10-01 | First attempt at bus_space(9) support for sun3 with common sun68k/bus.c: | tsutsui |
| 2006-09-17 | Make sun68k/stand build without installed ${DESTDIR} files. | tsutsui |
| 2006-09-05 | Update sun3 to use timecounters (interrupt clock only) and generic-todr. | gdamore |
| 2006-07-26 | don't install <machine/db_machdep.h>, this is kernel only | drochner |
| 2006-03-29 | implement splraiseipl() for sun2 and sun3. reviewed by Izumi Tsutsui. | yamt |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2006-01-25 | free -> dealloc | christos |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-26 | s/locdesc_t/int/g | drochner |
| 2005-07-11 | Add m68k sunos_machdep.h | christos |
| 2005-07-03 | Make the bus_scan() prototype match the function declaration. | he |
| 2005-06-19 | Move common Sun3/Sun4 EEPROM definitions in to <dev/sun/eeprom.h> | thorpej |
| 2005-06-19 | Move common Sun ID PROM definitions into <dev/sun/idprom.h>. | thorpej |
| 2005-06-03 | Remove declarations for db_read_bytes() and db_write_bytes(). | tsutsui |
| 2005-06-03 | Constify. | tsutsui |
| 2005-01-22 | bring back the sun3 MAXPHYS definition that has been missing for 8 years. | chs |
| 2005-01-22 | de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t. | chs |