| Age | Commit message (Expand) | Author |
| 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 |
| 2006-10-31 | enable 'Application Control Pan' in Consumer usage group as an equivalent | plunky |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-04 | Internally, use the service name as the identifier for matching | plunky |
| 2006-10-04 | fix incomplete initializer | christos |
| 2006-09-24 | utilise auconv_set_converter() to handle the filter setup, so that its | plunky |
| 2006-09-24 | adjust indentation | plunky |
| 2006-09-23 | guard against possible race conditions when detaching SCO pcb's | plunky |
| 2006-09-23 | return ENOTCONN when not connected, rather than EINVAL | plunky |
| 2006-09-22 | Alter the protocol impemented by prop_kern to allow for bi-directional | thorpej |
| 2006-09-12 | guard against a possible situation where the list of l2cap channels is changed | plunky |
| 2006-09-11 | btsco.c: | plunky |
| 2006-09-11 | also include service name in dictionary being sent to kernel. | plunky |
| 2006-09-10 | update to bluetooth device attachment: | plunky |
| 2006-09-05 | Halt the callout on detach | plunky |
| 2006-08-28 | add missing initializer. | christos |
| 2006-08-27 | BluetootH SCO Audio update. | plunky |
| 2006-08-20 | Make btdev default count explicit | plunky |
| 2006-08-13 | Remove obsolete file from repository | plunky |
| 2006-07-26 | Bluetooth fixes by Iain Hibbert: | tron |
| 2006-07-26 | Bluetooth fixes by Iain Hibbert: | tron |
| 2006-07-26 | Bluetooth fixes by Iain Hibbert: | tron |
| 2006-06-21 | make some bluetooth devices just devices, not interface attributes | drochner |
| 2006-06-19 | Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@, | gdamore |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-02-20 | Use device_is_active() rather than testing dv_flags for DVF_ACTIVE | thorpej |
| 2005-12-17 | Make this build again (ktrace-lwp branch changes). | xtraeme |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-07-02 | bthcipoll must not return <sys/errno.h> error codes, return POLLERR/POLLHUP | dsainty |