| Age | Commit message (Expand) | Author |
| 2022-10-26 | zs(4): Convert to ttylock/ttyunlock. | riastradh |
| 2019-11-10 | in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT | chs |
| 2019-07-21 | Fix panic due to inconsistent lock states of tty_lock in zsparam(). | rin |
| 2017-10-31 | As discussed on tech-kern: define a new tty internal state flag: TS_KERN_ONLY | martin |
| 2014-11-15 | centralize the dialout/call unit 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 |
| 2011-04-24 | Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for | rmind |
| 2009-05-22 | add two new functions for z8530tty: zs_chan_lock() and zs_chan_unlock(), | mrg |
| 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-20 | Try to avoid zstty hangs on higher speed: | tsutsui |
| 2008-04-21 | Make ntp, pmc, reboot, sysarch, time syscalls MPSAFE. | ad |
| 2008-03-29 | Split softc and device_t for zsc(4) and its children. | tsutsui |
| 2008-03-14 | Remove a tty_lock for now - I know that this is wrong, but the whole | martin |
| 2008-01-20 | Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, | joerg |
| 2007-12-22 | t_linesw->l_modem would ideally be called with tty_lock held, but before | ad |
| 2007-12-22 | Don't recursively acquire tty_lock when zstty_softint() is called directly. | ad |
| 2007-11-19 | - Factor out too many copies of the same bit of tty code. | ad |
| 2007-11-10 | zsstart, zstty_txsoft: don't acquire tty_lock, it's already held. | ad |
| 2007-11-07 | Merge tty changes from the vmlocking branch. | 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-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-22 | Remove unused variable to make it compile again. | martin |
| 2006-07-21 | - Use the LWP cached credentials where sane. | ad |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-05-14 | integrate kauth. | elad |
| 2006-04-19 | - use M_NOWAIT rather than M_WAITOK for malloc(9) to allocate RX buffer | tsutsui |
| 2006-03-29 | Use device_cfdata(). | thorpej |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-03-05 | Remove SET/CLR/ISSET macros. | rjs |
| 2005-12-27 | switch macppc to use the MI zstty driver. | chs |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-06 | Change the driver open function's conditional for overriding exclusive tty | kleink |
| 2005-06-30 | Allow sparc64-style attachment of mouse and keyboard via zstty, needed for | macallan |
| 2005-05-31 | - add const | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2004-06-20 | Define and use zsccf_channel as an alias for cf_loc[ZSCCF_CHANNEL]. | thorpej |
| 2004-01-23 | Fix NTP PPSAPI support (enabled with "options PPS_SYNC"): | simonb |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-29 | More changes for providing lwpid for ktrace (sparc GENERIC built) | darrenr |
| 2003-01-28 | Provide locking required by the interrupt handlers running at IPL_SERIAL. | pk |
| 2003-01-24 | zs_shutdown: lower IPL before sleeping. Also note the fact that the | pk |
| 2003-01-06 | interrupt with two rs. | wiz |
| 2002-11-09 | Fix signed/unsigned comparison warnings. | thorpej |