| Age | Commit message (Expand) | Author |
| 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 |
| 2005-01-17 | Convert the PMAP_PREFER() macro from two arguments (offset and hint) | atatat |
| 2004-09-22 | move some per-cpu data definitions to MI place so that they can be modified | yamt |
| 2004-05-08 | Factor out W{CHAR,INT}_{MAX,MIN} into their own header file. | kleink |
| 2004-01-04 | Rearrange process exit path to avoid need to free resources from different | jdolecek |
| 2003-11-15 | Commit changes proposed on tech-kern Thu, 6 Nov 2003 | bouyer |
| 2003-09-28 | u_int short -> u_short for gcc3 | cl |
| 2003-09-22 | Remove #ifdef _KERNEL inside #ifdef _KERNEL. | tsutsui |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-04-02 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-12-10 | Use __LDPGSZ (which must be == USRTEXT) as the text address for a.out | thorpej |
| 2002-11-26 | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. | lukem |
| 2002-11-23 | Make this identical to the other m68k machine/bswap.h by including | kristerw |
| 2002-10-20 | merge the 12 copies of vm_machdep.c on the m68k platforms. | chs |