| Age | Commit message (Expand) | Author |
| 2003-12-30 | Replace the traditional buffer memory management -- based on fixed per buffer | pk |
| 2003-12-20 | comment out COMPAT_NETBSD32 - it doesn't compile, some required | jdolecek |
| 2003-12-10 | Change reference at bottom from sys/dev/majors to sys/conf/majors to match | jmc |
| 2003-12-06 | Pick off a couple of cpu_sysctl() stragglers. | atatat |
| 2003-10-10 | update the comment - the space for machine-dependant majors | jdolecek |
| 2003-10-05 | include sh5 majors in majors.evbsh5 rather than files.evbsh5, so that | jdolecek |
| 2003-10-05 | Add some framework for MI assignment of device majors - add sys/dev/majors | jdolecek |
| 2003-08-12 | Lmapped_start is used in db_trace, so mark as a 'function'. | scw |
| 2003-08-07 | Delete 'pf'. | scw |
| 2003-07-27 | reserve cdev major # for PF. ok'ed by technical-exec | itojun |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-07-14 | add __KERNEL_RCSID() (using 1, for #included .c files) | lukem |
| 2003-06-14 | Also pass a type argument to comcnattach() and com_kgdb_attach(). | thorpej |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-04-26 | Call ksyms_init() instead of ddb_init() in case of | ragge |
| 2003-04-20 | Fix the SDRAM size in the 'fake' bootparams. 8MB != 128MB. | scw |
| 2003-04-02 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-03-13 | A bunch of things: | scw |
| 2003-01-20 | Arrange for non-panic debug sync/async exceptions to re-vector through the | scw |
| 2003-01-19 | Add sh5 kernel support for SAs. | scw |
| 2003-01-16 | Add a "kernel_text" label. | scw |
| 2003-01-06 | Rework how KERNOBJDIR functions; now it's always determined with | lukem |
| 2003-01-01 | Use aprint_normal() for cfprint routines. | thorpej |
| 2002-12-06 | Avoid strict-alias warnings. | scw |
| 2002-12-06 | Hard-code the simulated cpu speed to some fictional value. | scw |
| 2002-11-26 | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. | lukem |
| 2002-11-24 | Quell uninitialised variable warnings. | scw |
| 2002-11-24 | Remove some accidentally committed debug code. | scw |
| 2002-11-23 | - Change VM_MIN_KERNEL_ADDRESS to start at KSEG1 instead of KSEG0. | scw |
| 2002-11-23 | Keep evbsh5-specific major device declarations separate from the shared | scw |
| 2002-11-23 | Add alphaledio.h | scw |
| 2002-11-23 | Support for the alphanumeric LED display on the SuperH Cayman board. | scw |
| 2002-10-31 | Make interrupt routing work for PCI slots 2 and 3. | scw |
| 2002-10-23 | A 64-bit config file for the Cayman. | scw |
| 2002-10-23 | MD glue for COMPAT_NETBSD32 on SH-5. | scw |
| 2002-10-22 | No, really attach sm(4) at sysfpga... | scw |
| 2002-10-22 | - sm at sysfpga, | scw |
| 2002-10-22 | - Attach sm(4) at sysfpga instead of at superio. The latter was a relic | scw |
| 2002-10-22 | Enable the NMI only if DDB is defined, instead of DEBUG. | scw |
| 2002-10-22 | Make this compile when DEBUG is not defined. | scw |
| 2002-10-22 | - Simplify early initialisation so we do most of it in C. | scw |
| 2002-10-19 | There seem to be some stability problems with the scif serial port driver | scw |
| 2002-10-19 | When setting up to probe a com(4) port for use as the console, make sure | scw |
| 2002-10-14 | Enable the early bus_space_map() of the sysfpga's registers. | scw |
| 2002-10-14 | Interrupt overhaul: | scw |
| 2002-10-08 | - Make sure not to sign-extend the PA of KSEG0, particulary in 64-bit mode, | scw |
| 2002-10-07 | Add a cacheop for purging/invalidating the whole operand/insn caches. | scw |
| 2002-10-07 | Simplify the scsibus attatchment as pointed out by Simon Burge. | scw |
| 2002-10-05 | Use a more aesthetically pleasing 10% duty-cycle for the heartbeat LED. | scw |
| 2002-10-05 | Add ex(4), ahc(4), scsibus(4), and sd(4). | scw |