| Age | Commit message (Expand) | Author |
| 2019-01-24 | Add comments about D_MPSAFE to functions called as struct linesw.l_ioctl. | knakahara |
| 2016-08-15 | Curious typo, found by mootja | maxv |
| 2015-08-20 | include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. | christos |
| 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 |
| 2014-11-16 | Replace callout_stop with callout_halt | ozaki-r |
| 2014-05-20 | netbt: rename some attach/detach functions to have _pcb suffix, so | rmind |
| 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 |
| 2012-06-02 | Add some pre-processor magic to verify that the type of the data item | dsl |
| 2011-07-31 | Put back #include "ioconf.h" per popular demand. | uebayasi |
| 2011-05-25 | Declare cfdrivers using extern rather than including ioconf.h. | uebayasi |
| 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-06-12 | use device_lookup_private to get softc | cegger |
| 2008-03-22 | remove unnecessary include file | plunky |
| 2007-12-03 | initialize loop variable as loop is not necessarily undertaken | plunky |
| 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-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 | Call ttyflush() with tty_lock held. | ad |
| 2007-11-03 | 'struct callout' => callout_t | plunky |
| 2007-11-03 | switch devices to using CFATTACH_DECL_NEW() | plunky |
| 2007-10-14 | + Add #ifdef DPRINTF{,N} before #undef. | kiyohara |
| 2007-10-04 | Fix some bugs. | kiyohara |
| 2007-09-30 | Add bcsp(4). However, it is debuging state. | kiyohara |