| Age | Commit message (Expand) | Author |
| 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 |
| 2006-11-12 | Tidy away wsmouse_input() abstractions and update | plunky |
| 2006-10-03 | Restore inadvertently deleted close-brace by previous change. | he |
| 2006-10-01 | Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks! | elad |
| 2006-07-29 | Remove RASTERCONSOLE support from the pmax port. | ad |
| 2006-07-29 | Remove unused variable. | ad |
| 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 |
| 2006-03-29 | Use device_private(). | thorpej |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 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 |
| 2005-02-04 | de-__P | perry |
| 2004-04-25 | Constify the speedtab arrays | matt |
| 2004-03-24 | remove license clauses 3 and 4 from my cpoyright notices | drochner |
| 2004-02-13 | Uppercase CPU, plural is CPUs. | wiz |
| 2003-12-14 | Missing splx() calls. | ad |
| 2003-12-13 | Add write barriers (a no-op on vax). | ad |
| 2003-12-09 | Catch break for cn_check_magic() and remove the pmax-specific hack. | ad |
| 2003-10-18 | Add cnmagic support to the DZ driver. Pmax should also use cnmagic instead | ragge |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-01-06 | Add multiple inclusion protection. | matt |
| 2002-12-29 | In dzkbd_attach(): set dzi_ls for the console keyboard, too. | ad |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |