| Age | Commit message (Expand) | Author |
| 2010-02-18 | Remove unnecessary line-feed. | kiyohara |
| 2009-08-21 | I had a complaint that it was difficult to reconnect a device after | plunky |
| 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-03-15 | ansify function definitions | cegger |
| 2009-01-11 | merge christos-time_t | christos |
| 2008-09-09 | Redde Caesari quae sunt Caesaris. Or rather, in this particular case, | cube |
| 2008-08-06 | Convert socket options code to use a sockopt structure | plunky |
| 2008-06-23 | hold bt_lock when sending data via sco_send() | plunky |
| 2008-06-12 | use device_lookup_private to get softc | cegger |
| 2008-06-10 | use new "defpseudodev" where appropriate, and remove dummy interface | drochner |
| 2008-04-24 | Merge the socket locking patch: | ad |
| 2008-04-15 | some changes to serial bluetooth host controller interfaces | plunky |
| 2008-03-28 | Use deviter API to search for child devices. | plunky |
| 2008-03-22 | remove unnecessary include file | plunky |
| 2007-12-15 | __FUNCTION__ -> __func__ | perry |
| 2007-12-03 | initialize loop variable as loop is not necessarily undertaken | plunky |
| 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-28 | + Use device_t. | kiyohara |
| 2007-11-12 | improve visibility of [dis]connected messages | plunky |
| 2007-11-11 | convert device printf() usages to aprint_xxxx() | plunky |
| 2007-11-11 | bluetooth stack now keeps a device_t and passes it to device callbacks, | 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-07 | Merge from vmlocking: | ad |
| 2007-11-03 | 'struct callout' => callout_t | plunky |
| 2007-11-03 | switch devices to using CFATTACH_DECL_NEW() | plunky |
| 2007-10-28 | remove unnecessary cast (shortens long line) | plunky |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-14 | + Add #ifdef DPRINTF{,N} before #undef. | kiyohara |
| 2007-10-08 | Use the softint API. | ad |
| 2007-10-04 | Fix some bugs. | kiyohara |
| 2007-10-02 | Use __packed rather than __attribute__ ((__packed__)). | junyoung |
| 2007-09-30 | Add bcsp(4). However, it is debuging state. | kiyohara |
| 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-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-04-21 | Add 'service level' security for L2CAP and RFCOMM connections, following | plunky |
| 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 | Install sys/dev/bluetooth/btuart.h. | briggs |
| 2007-02-20 | Supprot Bluetooth HCI UART (H4) driver and daemon. | kiyohara |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-11-12 | Tidy away wsmouse_input() abstractions and update | plunky |