| Age | Commit message (Expand) | Author |
| 2014-12-13 | Added quirk for ELECOM M-XG2BB. | nonaka |
| 2014-11-16 | Replace callout_stop with callout_halt | ozaki-r |
| 2014-08-05 | split PRU_SEND function out of pr_generic() usrreq switches and put into | rtr |
| 2014-07-31 | split PRU_DISCONNECT, PRU_SHUTDOWN and PRU_ABORT function out of | rtr |
| 2014-07-30 | split PRU_CONNECT function out of pr_generic() usrreq switches and put | rtr |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-07-24 | split PRU_BIND and PRU_LISTEN function out of pr_generic() usrreq | rtr |
| 2014-05-20 | netbt: rename some attach/detach functions to have _pcb suffix, so | rmind |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2013-10-17 | add __USE for debugging variables | christos |
| 2013-09-12 | #ifdef the "npress" variable, so it is only defined (and initialized) when | martin |
| 2012-12-20 | increase some diagnostics | plunky |
| 2012-12-20 | when no link-mode is specified, explicitly set a mode of (int)0 | plunky |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-06-02 | Add some pre-processor magic to verify that the type of the data item | dsl |
| 2012-04-03 | register/deregister pmf(9) NULL handlers for bthub(4) and | plunky |
| 2012-03-26 | don't use mutex_spin*() on an IPL_NONE mutex. fixes PR#46120. | mrg |
| 2012-01-11 | offset processing of input reports to a kernel thread, to avoid | plunky |
| 2011-12-31 | Fix panic triggered by pressing the caps lock key: | rkujawa |
| 2011-12-10 | no need to acquire thread lock in btsco_open / btsco_close, as they are | jmcneill |
| 2011-11-23 | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From | jmcneill |
| 2011-07-31 | Put back #include "ioconf.h" per popular demand. | uebayasi |
| 2011-07-20 | Add config(5) fragment for MI bluetooth(4) drivers. | jakllsch |
| 2011-05-25 | Declare cfdrivers using extern rather than including ioconf.h. | uebayasi |
| 2011-03-16 | use C99 style for variadic macro arguments | plunky |
| 2010-05-22 | add Magic Mouse driver and manpage btmagic(4) | plunky |
| 2010-04-28 | allow for vendor-id and product-id properties, passing them | plunky |
| 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 |