| Age | Commit message (Expand) | Author |
| 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 |
| 2011-04-24 | Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for | rmind |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-29 | Split softc and device_t for zsc(4) and its children. | tsutsui |
| 2007-11-19 | - Factor out too many copies of the same bit of tty code. | ad |
| 2007-10-28 | Move prototype for kd_later() before first use. | rjs |
| 2007-10-18 | Initialise the callbacks for tty.t_rstrt_ch in ttymalloc | joerg |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-16 | More spllowersoftclock() fallout. | ad |
| 2006-10-05 | Make sun3 use common sun68k/sun68k/isr.c, sun68k/include/cpu.h and | tsutsui |
| 2006-10-01 | Adapt MD code to KAUTH_DEVICE_TTY_OPEN. Patch from Matt Fleming, thanks! | elad |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 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-01-22 | de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t. | chs |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-10 | Pass a struct cons_channel * to cc_iclose, not a struct kbd_softc *. | martin |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-03-17 | Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for | atatat |
| 2001-09-05 | Remove register prefixes. | tsutsui |
| 2001-05-02 | Add `l_poll' to `struct linesw' and provide an xxxpoll() entry point | scw |
| 2000-11-02 | Adapt to new line discipline scheme. | eeh |
| 2000-05-21 | Need to provide a consdev to the cons_attach_input call now. | eeh |
| 2000-05-19 | Fix the sparc64 console. | eeh |
| 2000-03-31 | Remove declaration of kd_rom_intr(). It is not needed on sun3. | tsutsui |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-03-19 | Minimal changes to accomodate the console input channel attachment | pk |
| 2000-03-06 | - Implement cnbell() -- ring the console bell. The cn_bell entrypoint | thorpej |
| 1999-08-05 | Change the semantics of splsoftclock() to be like other spl*() functions, | thorpej |
| 1998-02-26 | Fix build with NFB=0 | gwr |
| 1997-02-10 | Make some more things static, and cosmetic stuff. | gwr |
| 1997-02-10 | Forgot to initialize cn->cn_dev, cn->cn_pri | gwr |
| 1997-01-27 | Fix copyrights (/s/REGENTS/FOUNDATION/) | gwr |
| 1996-12-17 | Make this compile with -Werror -Wall -Wstrict-prototypes | gwr |
| 1996-11-20 | Most files that were copyright Adam Glass and/or Gordon W. Ross | gwr |
| 1996-10-13 | backout previous kprintf change | christos |
| 1996-10-11 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-09-02 | tty stop functions really should return void, not int, and certainly not both. | mycroft |
| 1996-06-15 | merge 1.2 changes | gwr |
| 1996-04-26 | Remove some hacks that "went around" the linesw[] operations. | gwr |
| 1996-04-07 | minor cleanup | gwr |
| 1996-01-24 | Update for the new z8530 driver | gwr |
| 1995-04-26 | Add xxtty() | gwr |
| 1995-04-10 | Add a dummy kdstop(). | mycroft |
| 1995-03-28 | Avoid passing non-ASCII chars to the PROM. | gwr |
| 1995-03-24 | Cleanup, and deal with kd != console | gwr |