| Age | Commit message (Expand) | Author |
| 2006-07-21 | - Use the LWP cached credentials where sane. | ad |
| 2006-05-15 | - include kauth.h for kauth_authorize_generic. | yamt |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-29 | Use device_private(). | thorpej |
| 2006-03-29 | Use device_cfdata(). | thorpej |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-03-25 | Use device_parent(). | thorpej |
| 2006-03-25 | Use device_parent(). | thorpej |
| 2006-02-27 | Use device_is_a(). | thorpej |
| 2005-12-11 | make this compile again (from Johnny Billquist) | christos |
| 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-09-06 | Change the driver open function's conditional for overriding exclusive tty | kleink |
| 2005-09-06 | Change the driver open function's conditional for overriding exclusive tty | kleink |
| 2005-08-26 | s/locdesc_t/int/g | drochner |
| 2005-06-27 | Fixes due to cast-qual addition. | ragge |
| 2005-02-26 | White space nits. | simonb |
| 2005-02-04 | de-__P | perry |
| 2005-01-24 | Add IFNET_FOREACH and IFADDR_FOREACH macros and start using them. | matt |
| 2004-12-14 | use the generated macros in locators.h rather than hard-coded numbers | chs |
| 2004-10-31 | Include the <sys/bufq.h> header to allow these to compile again. | he |
| 2004-10-30 | - qtinit(): Don't skip initialization if we're already marked RUNNING. | thorpej |
| 2004-10-30 | When adding/deleting multicast addresses, only whack the address | thorpej |
| 2004-10-28 | move buffer queue related stuffs from buf.h to their own header, bufq.h. | yamt |
| 2004-10-06 | Fix some typos in comments and panic()s. | wiz |
| 2004-09-25 | Add support for wedges to the RL01/RL02 disk driver. | thorpej |
| 2004-09-08 | use interface attribute / locator passing versions | drochner |
| 2004-05-12 | Remove UCB ad clause in Hugh Graham's license. | wiz |
| 2004-04-25 | Constify the speedtab arrays | matt |
| 2004-03-22 | Move my copyright notice to the 3-clause UCB licence. | bjh21 |
| 2004-02-24 | occured -> occurred. From Peter Postma. | wiz |
| 2003-12-13 | Add write barriers (a no-op on vax). | ad |
| 2003-08-31 | Add stop routine. Add support for turning the device into promiscous mode. | ragge |
| 2003-08-29 | bus-ify. Make bpf work, but no promiscuous mode yet. | ragge |
| 2003-08-29 | The qt driver must be probed first, so that the qe driver is skipped | ragge |
| 2003-08-29 | Make the qt driver work under NetBSD. Still to do: | ragge |
| 2003-08-28 | Keep track of which addresses that are used by devices, so that probing | ragge |
| 2003-08-28 | Add qt. | ragge |
| 2003-08-28 | Driver for the DELQA-PLUS card in Turbo mode, from 2.11BSD, written by | ragge |
| 2003-08-13 | Improved driver with much better error handling, from Jochen Kunz | ragge |
| 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-18 | don't #include <sys/dkstat.h> where it is (appearently) unused | drochner |
| 2003-05-10 | Change bounds_check_with_label() to take a pointer to the disk structure, | thorpej |
| 2003-05-03 | DMA, not dma nor Dma. | wiz |
| 2003-05-02 | Change return type of readdisklabel() to const char * | dsl |
| 2003-04-06 | A bunch of fixes to make the DHU driver much more efficient, | ragge |
| 2003-04-02 | Change SBSIZE -> SBLOCKSIZE, to track changes caused by the UFS2 merge. | he |
| 2003-04-01 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-03-23 | Driver for RX01/02 floppies, written by Jochen Kunz. | ragge |