| 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 | Collapse the atabus declaration into "atabus* at ata? channel ?". | 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-08 | Add a "COM_AU1x00" option, similar to COM_PXA2X0, for enabling Au1x00 | simonb |
| 2003-10-27 | Set the CPU frequency parameters from YAMON if available, and fall back | simonb |
| 2003-10-27 | Add a function to query YAMON for the CPU frequency, and set up the | simonb |
| 2003-10-27 | Remove useless call to consinit(). | simonb |
| 2003-10-25 | Oops, need "dev/ata/files.ata" too now for umass. | simonb |
| 2003-10-25 | Include "dev/scsipi/files.scsipi". | simonb |
| 2003-10-25 | This is now a duplicate of the PB1000 config file, remove it. | simonb |
| 2003-10-25 | Update comment that this kernel config file is for the DBAu1x00 boards too. | simonb |
| 2003-10-25 | Fix comment for COMPAT_16. | simonb |
| 2003-10-25 | Add COMPAT_16 where missing. | simonb |
| 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-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-15 | __KERNEL_RCSID() | lukem |
| 2003-07-04 | Nuke the "alchemy_info" stuff, and just use the dev_propdb to set | thorpej |
| 2003-06-27 | Conditionalize usage of the COM_HW_HAYESP constant on COM_HAYESP. | 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-25 | Use common mips/softintr.c for softintr(9) on evbmips. | tsutsui |
| 2003-05-10 | Change bounds_check_with_label() to take a pointer to the disk structure, | thorpej |
| 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-16 | Nake return values from bounds_check_with_label() conform to the man | bouyer |
| 2003-04-10 | Bye Bye UCONSOLE | christos |
| 2003-04-03 | To get this kernel to link as well, enable ``usb* at ohci?'' line. | he |
| 2003-04-02 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-04-01 | Add wscons to files.pb1000 in case someone wants to plug a kbd/mouse | hpeyerl |
| 2003-04-01 | route a clock to the USB Host peripheral. includes code to configure | hpeyerl |
| 2003-04-01 | add defines for high/low level triggered interrupts (need this in au_icu.c) | hpeyerl |
| 2003-03-19 | Spell 'strategy' correctly. | simonb |
| 2003-02-05 | Replace machine/rnd.h with more appropriate name to share it | nakayama |
| 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 |