| Age | Commit message (Expand) | Author |
| 2015-09-06 | More on PR 41200: headers that declare ioctls should include sys/ioccom.h. | dholland |
| 2015-08-20 | include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. | christos |
| 2015-07-10 | Wrap up calls to softint_schedule in kpeempt_[dis/en]able. | nat |
| 2015-07-03 | Add basic support for tap detection, emulating a left-click. | bouyer |
| 2015-05-09 | use standard idiom - thanks riastradh@ | dholland |
| 2015-05-09 | Coverity CID 975184: don't ignore pmf_device_register failure. | dholland |
| 2015-05-08 | goto out for negative lengths too. Really this test should either be removed | christos |
| 2015-04-30 | Fix more memory leaks by changing the transmit routines to always free the | christos |
| 2015-04-27 | free mbuf on failure (Brainy) | christos |
| 2015-04-16 | CID 1293640/1 memory corruption/overrun | christos |
| 2015-04-06 | Add support for Apple Magic Trackpad. | bouyer |
| 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 |