| Age | Commit message (Expand) | Author |
| 2004-01-07 | Pass some info from the boot loader to the kernel: | cdi |
| 2004-01-03 | Rename "struct channel_softc" to "struct wdc_channel". | thorpej |
| 2003-12-30 | Replace the traditional buffer memory management -- based on fixed per buffer | pk |
| 2003-12-14 | Include <bsd.own.mk> at the top so that machine-links are also created | tsutsui |
| 2003-12-14 | Change unit and part variables for wd from u_int8_t to u_int. | tsutsui |
| 2003-12-14 | Split the Intel i31244 SATA controller ("Artisea") driver out of piixide | thorpej |
| 2003-12-13 | Split out the Silicon Image SATALink support into its own driver, | thorpej |
| 2003-12-13 | Adapt to rename of WDC_CAP_LBA48 to ATA_CMD2_LBA48 in atareg.h, | he |
| 2003-12-13 | Remove MIPS3_L2CACHE_ABSENT. | sekiya |
| 2003-12-10 | Change reference at bottom from sys/dev/majors to sys/conf/majors to match | jmc |
| 2003-11-10 | Spell address with two d's. Inspired by similar changes in OpenBSD, | wiz |
| 2003-10-26 | Use ${HOST_SH} instead of `sh'. | lukem |
| 2003-10-25 | Add COMPAT_16 where missing. | simonb |
| 2003-10-21 | - Use one 'atabus* at ata?' instead of multiple 'atabus* at XXXide? channel ?' | tsutsui |
| 2003-10-17 | Change console code to use cninit() and null console. Add serial console | cdi |
| 2003-10-14 | Add options COMPAT_16. | tsutsui |
| 2003-10-10 | reassing majors for crypto and pf to use the newly defined MI major | jdolecek |
| 2003-10-10 | update the comment - the space for machine-dependant majors | jdolecek |
| 2003-10-08 | pciide_machdep.c depends on pciide_common, not pciide. | bouyer |
| 2003-10-08 | Add new per-chip pciide drivers. | bouyer |
| 2003-10-08 | Add atabus | bouyer |
| 2003-10-08 | Overhaul MBR handling (part 1): | lukem |
| 2003-10-08 | Define LIB{CRT0,C,CRTBEGIN,CRTEND} as nothing, we don't need to link | simonb |
| 2003-10-08 | Remove tokens at the end of #undef. | simonb |
| 2003-10-05 | Add some framework for MI assignment of device majors - add sys/dev/majors | jdolecek |
| 2003-09-26 | Cast through (void *) to appease gcc3. | simonb |
| 2003-09-12 | Use common mips generic software interrupt routines. | tsutsui |
| 2003-09-12 | Remove a redundant function declaration. | tsutsui |
| 2003-09-12 | Protect against multiple inclusion. | tsutsui |
| 2003-09-12 | TAB/space cleanup. | tsutsui |
| 2003-09-07 | Fix typo. | tsutsui |
| 2003-08-30 | add "makeoptions MACHINE_ARCH=..." in std.* for mips ports | chs |
| 2003-08-22 | create /dev/crypto | itojun |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-08-06 | Add esiop at pci to GENERIC which already have siop at pci. | bouyer |
| 2003-07-27 | reserve cdev major # for PF. ok'ed by technical-exec | itojun |
| 2003-07-27 | Since everyone uses clock_subr.c (or should, if they don't currently), | thorpej |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-25 | Initial commit of a 1-stage boot loader for NetBSD/cobalt. Only booting off | cdi |
| 2003-06-16 | Rename IPL_IMP -> IPL_VM. | thorpej |
| 2003-06-15 | Handle 64bit DMA addresses on PCI for platforms that can (currently only | fvdl |
| 2003-06-14 | Also pass a type argument to comcnattach() and com_kgdb_attach(). | thorpej |
| 2003-05-10 | Change bounds_check_with_label() to take a pointer to the disk structure, | thorpej |
| 2003-05-02 | Change return type of readdisklabel() to const char * | dsl |
| 2003-04-26 | Add pseudo-device ksyms. | ragge |
| 2003-04-26 | Call ksyms_init() instead of ddb_init() in case of | ragge |
| 2003-04-25 | Add ksyms device major. | ragge |
| 2003-04-16 | Nake return values from bounds_check_with_label() conform to the man | bouyer |