| Age | Commit message (Expand) | Author |
| 2003-12-30 | Replace the traditional buffer memory management -- based on fixed per buffer | pk |
| 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 | 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-02 | Fix uninitialized error in pcib_print(). | he |
| 2003-10-25 | Add COMPAT_16 where missing. | simonb |
| 2003-10-22 | add wsfont major to archs which have the other wscons devices | jdolecek |
| 2003-10-18 | Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?' | lukem |
| 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-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-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-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-14 | add __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-23 | Extend the P5064 and P6032 comcnattach() with a type argument as well, | he |
| 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-09 | A few ISA sound drivers like to share dma channels, and hence deferred | fvdl |
| 2003-05-05 | Move definition of ISA_DMA_BOUNCE_THRESHOLD to dev/isa/isareg.h. | fvdl |
| 2003-05-02 | Change return type of readdisklabel() to const char * | dsl |
| 2003-04-26 | Call ksyms_init() instead of ddb_init() in case of | ragge |
| 2003-04-25 | Add ksyms device major. | ragge |
| 2003-04-10 | Bye Bye UCONSOLE | christos |
| 2003-04-01 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-04-01 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-03-22 | Fix a grammatical nit. | simonb |
| 2003-02-16 | Add uax(4) (and url(4) in some cases). | augustss |
| 2003-02-05 | Replace machine/rnd.h with more appropriate name to share it | nakayama |
| 2003-01-28 | Introduce BUS_DMA_NOCACHE, and bus_dmamem_map() of i386 supports it. | kent |
| 2003-01-17 | Merge the nathanw_sa branch. | thorpej |
| 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-09 | Remove the explicit `makeoptions MACHINE_ARCH="mipse{b,l}"' for kernel | simonb |
| 2002-11-26 | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. | lukem |
| 2002-10-26 | now that mem_no is emitted by config(8), there is no reason to keep | jdolecek |
| 2002-10-14 | Added commented out cgd(4)s to GENERIC configs. | elric |
| 2002-10-04 | assign majors for raw and cooked cgd's. | elric |
| 2002-10-02 | Fix script-o's in last. | thorpej |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |