| Age | Commit message (Expand) | Author |
| 2019-01-24 | Add comments about D_MPSAFE to functions called as struct linesw.l_ioctl. | knakahara |
| 2015-08-20 | include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. | christos |
| 2014-05-20 | netbt: rename some attach/detach functions to have _pcb suffix, so | rmind |
| 2011-07-31 | Put back #include "ioconf.h" per popular demand. | uebayasi |
| 2011-05-25 | Declare cfdrivers using extern rather than including ioconf.h. | uebayasi |
| 2010-02-18 | Remove unnecessary line-feed. | kiyohara |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-05-07 | Introduce actions/requests to handle authorization for ppp(4), sl(4), | elad |
| 2009-04-26 | Authorizing actions from the generic scope using a device scope wrapper | elad |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-06-12 | use device_lookup_private to get softc | cegger |
| 2008-04-15 | some changes to serial bluetooth host controller interfaces | plunky |
| 2007-12-15 | __FUNCTION__ -> __func__ | perry |
| 2007-12-02 | Print name of firmware on fail for firmware_open(). | kiyohara |
| 2007-12-02 | Add support bgb2xx. (not test X-) | kiyohara |
| 2007-11-28 | Clean up the way that bluetooth drivers attach to the bluetooth stack, | plunky |
| 2007-11-11 | convert device printf() usages to aprint_xxxx() | plunky |
| 2007-11-10 | use more device_t and device_xxx() accessors | plunky |
| 2007-11-10 | Call ttyflush() with tty_lock held. | ad |
| 2007-11-03 | switch devices to using CFATTACH_DECL_NEW() | plunky |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-03 | No need to check the NULL, m_gethdr() calls always with M_WAIT. | kiyohara |
| 2007-08-15 | Remove BTUART_DEBUG. | kiyohara |
| 2007-07-23 | Remove printf for debugging. | kiyohara |
| 2007-03-13 | remove extraneous whitespace | plunky |
| 2007-03-12 | Not KAUTH_DEVICE_TTY_OPEN but KAUTH_GENERIC_ISSUSER is used. | kiyohara |
| 2007-03-06 | fix typo | plunky |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-20 | Supprot Bluetooth HCI UART (H4) driver and daemon. | kiyohara |