| Age | Commit message (Expand) | Author |
| 2022-10-26 | spif(4): Convert to ttylock/ttyunlock. | riastradh |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-16 | Change (mostly mechanically) every cdevsw/bdevsw I can find to use | dholland |
| 2013-09-15 | Remove unused variables | martin |
| 2011-07-18 | convert the remaining dev/sbus drivers to CFATTACH_DECL_NEW, cfdata_t | mrg |
| 2011-07-02 | avoid some uninitialised variable warnings from GCC 4.5. i'm pretty | mrg |
| 2011-04-24 | Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for | rmind |
| 2009-09-19 | u_intNN_t -> uintNN_t | tsutsui |
| 2009-09-17 | Include "ioconf.h" instead of extern struct cfdriver foo_cd decls. | tsutsui |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-12 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2009-03-14 | ANSIfy another 1261 function definitions. | dsl |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-12-11 | Fix warning about missing initializer that showed up in sparc64 | hauke |
| 2008-06-11 | mechanical changes to use device_private() or device_lookup_private() | drochner |
| 2008-06-11 | - use device_lookup_private to get softc | cegger |
| 2008-05-25 | Properly fix the "hanging in tty" bug that was worked around with cv_wakeup() | ad |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 2007-11-19 | - Factor out too many copies of the same bit of tty code. | ad |
| 2007-11-07 | Merge tty changes from the vmlocking branch. | ad |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-08 | Use the softint API. | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-10-01 | More from Matt Fleming: | elad |
| 2006-10-01 | Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks! | elad |
| 2006-07-21 | - Use the LWP cached credentials where sane. | ad |
| 2006-05-15 | include kauth.h for kauth_authorize_generic. | yamt |
| 2006-05-14 | integrate kauth. | elad |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-06 | Change the driver open function's conditional for overriding exclusive tty | kleink |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-07-24 | Hauke Fath's port of the openbsd SUNW,spif driver from PR#26061. | mrg |