| Age | Commit message (Expand) | Author |
| 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 |