| Age | Commit message (Expand) | Author |
| 2006-08-30 | fix initializer | christos |
| 2006-08-30 | fix initializers | christos |
| 2006-08-30 | fix initializer. | christos |
| 2006-07-13 | Add an option COM_REGMAP to allow com(4) to use an array of register indices. | gdamore |
| 2006-03-29 | Use device_private(). | thorpej |
| 2006-03-08 | Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. | lukem |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-10-15 | - change the way to specify a bufq strategy. (by string rather than by number) | yamt |
| 2005-08-26 | kill some more simple submatch() functions, use config_stdsubmatch() | drochner |
| 2005-08-25 | kill a number of autoconf submatch functions which follow the | drochner |
| 2005-08-25 | replace the "locdesc_t" structure carrying the number of locators | drochner |
| 2005-05-30 | add const to a cast. | christos |
| 2005-05-24 | add __KERNEL_RCSID | lukem |
| 2005-04-03 | white space cleanup, some KNF, long line wrapup | jdolecek |
| 2005-04-03 | Add driver for MCA Tiara LANCard / Fujitsu mb86950 EtherStar. Driver provided | jdolecek |
| 2005-04-03 | regen: add one more Tiara ID and Standard MicroSystems 3016/MC ID | jdolecek |
| 2005-04-03 | add one more Tiara ID and Standard MicroSystems 3016/MC ID | jdolecek |
| 2005-04-03 | Make it possible for attachment to specify that the 16bit access shouldn't | jdolecek |
| 2005-02-28 | le_mca_intredge(): g/c error semicolon, found by Simon Burge | jdolecek |
| 2005-02-27 | regen | perry |
| 2005-02-27 | don't leave whitespace at the end of the stripped RCS Id | perry |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2004-12-29 | fix error printf() | jdolecek |
| 2004-10-28 | move buffer queue related stuffs from buf.h to their own header, bufq.h. | yamt |
| 2004-09-25 | Can't actually auto-discover wedges here yet, because ed drives are | thorpej |
| 2004-09-25 | Add support for wedges to the MCA ESDI disk driver. | thorpej |
| 2004-09-08 | compute the shared memory location instead of hardcoding list of 'known' | jdolecek |
| 2004-09-08 | fix mask for getting WD8003 I/O address location, so it works even | jdolecek |
| 2004-09-01 | use a submatch function for drive attachment, and pass locators | drochner |
| 2004-08-30 | There is no point in using config_found_sm() if there is no submatch function. | drochner |
| 2004-08-30 | use the locator-passing variant of autoconf submatch and use constants | drochner |
| 2004-08-30 | Phase out the use of a string as first "attach args" member to control | drochner |
| 2004-08-30 | add centralized {eisa,isa,pci,agp,mca}busprint() functions which do | drochner |
| 2004-08-13 | WDCDEBUG -> ATADEBUG. | thorpej |
| 2004-04-22 | sprintf -> snprintf | itojun |
| 2004-01-20 | fixup code for Elite card attachments, and adjust autoconfig messages | jdolecek |
| 2003-12-15 | Fixes from PR#23177. Various lint/logic fixes: | jmc |
| 2003-11-10 | Spell address with two d's. Inspired by similar changes in OpenBSD, | wiz |
| 2003-10-25 | break -> return in previous. | mycroft |
| 2003-10-25 | Fix uninitialized variable warnings | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-14 | add missing __KERNEL_RCSID() | lukem |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | regen: allocate identifier for BusTek BT-640A adapter | jdolecek |
| 2003-06-29 | allocate identifier for BusTek BT-640A adapter | jdolecek |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 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 |