| Age | Commit message (Expand) | Author |
| 2022-10-26 | sparc64/sab(4): Convert to ttylock/ttyunlock. | riastradh |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2017-10-31 | As discussed on tech-kern: define a new tty internal state flag: TS_KERN_ONLY | martin |
| 2014-11-15 | centralize the call unit / dialout macros | christos |
| 2014-11-01 | Convert sab_shutdown from deprecated shutdownhook_establish(9) API | nakayama |
| 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 variable | martin |
| 2012-10-03 | Only initialize when we are the first opener. | mlelstv |
| 2011-06-02 | split auxio, ebus, psycho, sab. | christos |
| 2011-05-24 | also match the fujitsu sab: "FJSV,se" (from openbsd, pointed out by jdc) | mrg |
| 2011-04-24 | Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for | rmind |
| 2010-03-11 | various aprint_* fixes. | mrg |
| 2010-01-18 | Re-do the previous check for the RSC console: | jdc |
| 2009-12-30 | Check for "ssp-console" and "ssp-control" properties. | jdc |
| 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 |
| 2007-11-28 | Use the softint API. | ad |
| 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-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-10-19 | kgdb support for sabtty | martin |
| 2006-10-01 | More from Matt Fleming: | elad |
| 2006-10-01 | Adapt MD code to KAUTH_DEVICE_TTY_OPEN. Patch from Matt Fleming, thanks! | elad |
| 2006-10-01 | When setting parameters, we should not only calculate the settings but | martin |
| 2006-10-01 | Use device_xname() accessor | martin |
| 2006-07-28 | Remove 'unused variable p'. | hannken |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-05-22 | void casts. | christos |
| 2006-05-14 | integrate kauth. | elad |
| 2006-04-18 | Invert carrier detect sense, from Jonathan A. Kollasch | martin |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-02-13 | ANSIfy: u_intN_t -> uintN_t, remove __P(), fix function definitions. | cdi |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-26 | kill some more simple submatch() functions, use config_stdsubmatch() | drochner |
| 2005-08-25 | replace the "locdesc_t" structure carrying the number of locators | drochner |
| 2005-05-31 | - sprinkle const | christos |
| 2004-09-13 | clean up the questionable use of sabtty_match() as submatch function | drochner |
| 2004-07-19 | If we are serial console, insert a delay just after switching from prom | heas |
| 2004-07-17 | Use aprint_normal consistently. | heas |
| 2004-06-10 | Add cnmagic(9) support: previously only <Break> was supported to break | seb |
| 2004-03-21 | Use the promlib I/O routines. | pk |
| 2004-03-17 | Rename PROM_getprop*() => prom_getprop*(). | pk |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | Passing struct lwp * instead of struct proc * to device functions. | martin |
| 2003-06-13 | Pick up from OpenBSD: | petrov |
| 2003-06-11 | Use cdevsw_lookup_major. | petrov |
| 2003-01-01 | Use aprint_normal() for cfprint routines. | thorpej |