| Age | Commit message (Expand) | Author |
| 2003-12-12 | If compiling for JavaStations, modify kernal VA layout to not conflict | martin |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-04-11 | Always include (new) cpuconf.h. | jdc |
| 2003-04-09 | Move CPU configuration predicates to <machine/cpuconf.h>. | thorpej |
| 2003-01-18 | Merge the nathanw_sa branch. | thorpej |
| 2002-07-17 | Add a macro to test if the system uses the SRMMU (Sun4M || Sun4D). | thorpej |
| 2002-07-17 | Handle the CPU_NTYPES == 0 case (as we would see in bootblocks) | thorpej |
| 2002-07-17 | Add a CPU_ISSUN4D predicate. | thorpej |
| 2002-07-17 | Instead of using a matrix of configured CPU types, first count | thorpej |
| 2002-07-17 | Remote CPU_ISSUN4OR4C and CPU_ISSUN4COR4M, and instead express them | thorpej |
| 2002-07-17 | Add CPU_SUN4D. | thorpej |
| 2002-02-26 | Purge CLSIZE, CLSIZELOG2 and MCLOFSET. | simonb |
| 2001-12-11 | microSPARC-IIep is a sun4m but with an integrated PCI controller. | uwe |
| 2001-12-04 | defopt "options SUN4*", put #define for each of SUN4, SUN4C, SUN4M and SUN4U | darrenr |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-05-10 | * reserve NBPG et.al. for kernel usage only. | pk |
| 2001-03-01 | Drop MSGBUFSIZE; we don't use it and it can't currently be configured | pk |
| 2000-06-30 | raise MSIZE from 128 to 256. | itojun |
| 2000-05-22 | add two new CPU_ISXXX versions: CPU_ISSUN4U, CPU_ISSUN4MOR4U | mrg |
| 2000-02-11 | Update for the NKMEMPAGES changes. | thorpej |
| 2000-01-26 | Don't explode when we've got a lot of RAM. Limit our space for buffers | cjs |
| 1999-12-04 | CL* discarding. | ragge |
| 1999-11-27 | minor cosmetic merges; long way to go here. | mrg |
| 1999-05-03 | move PROM_LOADADDR from promlib.h to param.h and remove its cast. | christos |
| 1999-02-14 | Adjust to functionality and changes introduced with <machine/promlib.h> | pk |
| 1999-02-01 | add CPU_SUN4U, to make libkvm compile. | mrg |
| 1998-08-23 | Nuke phys_map & old dvmamap. | pk |
| 1998-08-21 | Convert to [pv]addr_t & [pv]size_t. | pk |
| 1998-04-29 | Pull in opt_gateway.h as appropriate. | thorpej |
| 1997-09-23 | Move KERNBASE to 0xf0000000. | pk |
| 1997-09-23 | MSGBUFSIZE needs no obscure adjustment; initmsgbuf() takes care of that. | pk |
| 1997-09-20 | Correct for the extra member in 'struct kern_msgbuf' when calculating | leo |
| 1997-09-19 | Implement the kernel part of pr-1891. This allows for a more flexible sized | leo |
| 1997-03-10 | Remove `cpumod' and `mmumod' and several related constants. | pk |
| 1997-02-24 | Define ALIGNED_POINTER | fvdl |
| 1996-10-22 | If no specific kernel architecture is requested, define the CPU_* and | pk |
| 1996-10-20 | Regroup the definitions of NBPG, PGOFSET and PGSHIFT into the section that | pk |
| 1996-08-28 | re-order to allow NBPG/PGSHIFT/PGOFSET to work always. | mrg |
| 1996-05-15 | remove some RCS id's we don't need. | mrg |
| 1996-03-31 | Add sun4m CPU/MMU identifications. | pk |
| 1996-03-04 | add _MACHINE and _MACHINE_ARCH, which are like MACHINE and MACHINE_ARCH, | cgd |
| 1996-02-22 | An #ifndef _LOCORE to make this file safe to include in locore.s. | pk |
| 1996-02-16 | delay() prototype. | pk |
| 1996-02-01 | LOCORE -> _LOCORE | mycroft |
| 1995-12-11 | Prototype dvma helper functions `dvma_malloc()/dvma_free()' | pk |
| 1995-12-06 | DVMA space is described by the variables `dvma_start' and `dvma_end'. | pk |
| 1995-06-28 | kill user-land DELAY macro, as suggested by gwr. | cgd |
| 1995-06-26 | Define variables and macros for DVMA allocation using rmaps. | pk |
| 1995-06-26 | clean up definitions of ctod(), dtoc(), ctob(), btoc(), btodb(), and | cgd |
| 1995-03-28 | KERNEL -> _KERNEL | jtc |