| Age | Commit message (Expand) | Author |
| 2022-10-26 | vax/dz(4): Convert to ttylock/ttyunlock. | riastradh |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2019-12-27 | s/le_de_subr/le_dec_subr/ in comment. | msaitoh |
| 2019-12-27 | s/recevive/receive/ in comment. | msaitoh |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2017-10-28 | Kill some more extern struct cfdriver declarations. | riastradh |
| 2017-06-22 | spelling (DEC called it "TURBOchannel") | flxd |
| 2016-07-11 | Don't use a callout unnecessarily - especially not this early | skrll |
| 2015-01-02 | Patches from Björ Johannesson to fix DEC LK201 keyboards, this time | jklos |
| 2014-11-17 | PR/49207: Kamil Rytarowski: Add sys/clock.h with generic time macros | christos |
| 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 |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-07-16 | revert last | abs |
| 2012-07-16 | Allow WSKBDIO_SETMODE | abs |
| 2011-06-04 | Split device_t/softc. Tested on GXemul. | tsutsui |
| 2011-04-24 | Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for | rmind |
| 2011-04-06 | Make this compile with options DEBUG. (PRId64 for time_t) | tsutsui |
| 2010-05-09 | The interrupt handler uses the softc, so it's probably a good idea to | hans |
| 2010-05-03 | Fix error introduced with timecounters - RTC clock register only uses | mhitch |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-12-12 | Remove `volatile' qualifier from argument types of | tsutsui |
| 2009-05-23 | After the change from "struct device *" to "device_t", we now depend | he |
| 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-09-08 | Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h | gmcgarry |
| 2008-06-12 | use device_lookup_private to get softc | cegger |
| 2008-05-27 | PR kern/38763 "hanging in tty" bugfix breaks the build for vax (and | ad |
| 2008-05-26 | - assign 2 clause TNF license to the files cited as my ownership. | nisimura |
| 2008-05-25 | Properly fix the "hanging in tty" bug that was worked around with cv_wakeup() | ad |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2008-04-04 | Split device_t/softc for le(4) and variants and misc cosmetic changes. | tsutsui |
| 2008-03-29 | Remove an extra newline added in rev 1.18. | tsutsui |
| 2008-03-15 | Switch dz driver to PRIVALLOC and device_* accessors. | matt |
| 2008-03-11 | Rototill the vax code. Switch to devicet/PRIV_ALLOC. Cleanup vax autoconf | matt |
| 2008-01-04 | Make this compile with DEBUG enabled (fix a printf format, convert to | simonb |
| 2008-01-03 | Timecounter and generic todr support for pmax. From Garret D'Amore. | joerg |
| 2007-12-03 | Interrupt handling changes, in discussion since February: | ad |
| 2007-11-20 | dzstart: remove a variable which is no longer used after the previous change. | yamt |
| 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 | Merge from vmlocking: fix many timing problems on mips. | ad |
| 2007-07-14 | - Wait for output to drain before bashing the chip again to change line | ad |
| 2007-07-14 | Delay after bashing the chip at boot, otherwise output gets screwed up | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |