| Age | Commit message (Expand) | Author |
| 2019-06-08 | Clean get_props(). | isaki |
| 2019-05-25 | Make it compilable even with debug option. | isaki |
| 2019-05-08 | Merge isaki-audio2 branch, the overhaul of audio subsystem. | isaki |
| 2019-03-16 | Use C99 style struct initializer to audio_hw_if. | isaki |
| 2019-02-03 | - add or adjust /* FALLTHROUGH */ where appropriate | mrg |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2017-05-28 | bt_lock is now used as the audio interrupt lock. This is more appropriate | nat |
| 2015-07-10 | Wrap up calls to softint_schedule in kpeempt_[dis/en]able. | nat |
| 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-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 |
| 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 |
| 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-03-16 | use C99 style for variadic macro arguments | plunky |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 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-04-24 | Merge the socket locking patch: | ad |
| 2008-03-28 | Use deviter API to search for child devices. | plunky |
| 2007-11-11 | convert device printf() usages to aprint_xxxx() | plunky |
| 2007-11-07 | Merge from vmlocking: | ad |
| 2007-11-03 | switch devices to using CFATTACH_DECL_NEW() | plunky |
| 2007-10-08 | Use the softint API. | ad |
| 2007-04-21 | Add 'service level' security for L2CAP and RFCOMM connections, following | plunky |
| 2007-03-13 | remove extraneous whitespace | plunky |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-04 | Internally, use the service name as the identifier for matching | plunky |
| 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-11 | btsco.c: | plunky |
| 2006-09-10 | update to bluetooth device attachment: | plunky |
| 2006-08-27 | BluetootH SCO Audio update. | plunky |
| 2006-07-26 | Bluetooth fixes by Iain Hibbert: | tron |