| Age | Commit message (Expand) | Author |
| 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 |
| 2009-10-26 | kill extra whitespaces | cegger |
| 2009-05-19 | Removed old Amiga-specific "sicallback" software interrupts and replaced | phx |
| 2009-03-18 | bcopy -> memcpy | cegger |
| 2008-06-11 | Use device_private() and device_lookup_private() to get softc. | tsutsui |
| 2008-05-25 | Properly fix the "hanging in tty" bug that was worked around with cv_wakeup() | 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 |
| 2007-01-24 | Remove duplicate #includes, patch contributed in private mail | hubertf |
| 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-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 |
| 2006-03-26 | Use device_unit(). | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-06 | Change the driver open function's conditional for overriding exclusive tty | kleink |
| 2005-06-13 | Fix a ton of const/volatile issues shown with new warning flags | jmc |
| 2004-04-25 | Constify the speedtab arrays | matt |
| 2004-03-28 | Remove license clauses 3 and 4 in my licenses. | mhitch |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 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 |
| 2002-02-17 | Add a missing ) from an 6 year old cleanup commit (rev 1.10): | veego |
| 2002-01-28 | add __KERNEL_RCSID as suggested by Luke Mewburn | aymeric |
| 2002-01-26 | - ANSIfy | aymeric |
| 2001-05-30 | add missing #include "opt_kgdb.h" | lukem |
| 2001-05-02 | Add `l_poll' to `struct linesw' and provide an xxxpoll() entry point | scw |
| 2001-01-13 | Make these compile again, plus minor aesthetic changes. | aymeric |
| 2000-11-02 | Adapt to new line discipline scheme. | eeh |
| 1998-09-01 | Quick fix for TS_WOPEN -> t_wopen change. Compiles and works. | mhitch |
| 1998-01-12 | Adjust for changes to config. | thorpej |
| 1996-12-23 | Get rid of __BROKEN_INDIRECT_CONFIG. | veego |
| 1996-10-13 | backout previous kprintf change | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-09-02 | tty stop functions really should return void, not int, and certainly not both. | mycroft |
| 1996-08-27 | change cfprint_t type definition to take a const char *, rather than | cgd |
| 1996-06-06 | Add tty_attach() calls for pstat -t. Closes PR #2519 | mhitch |
| 1996-04-21 | - Cleanup for -Wall and -Wstrict-prototypes | veego |
| 1996-03-17 | Clean up typos and other errors from new device attachment changes. | mhitch |
| 1996-03-17 | New device attachment scheme: | thorpej |
| 1995-11-30 | merge in changes from 1.1 release branch | jtc |
| 1995-10-09 | add prototypes for isr stuff fixes pr# 1284 and 1569 | chopps |
| 1995-09-29 | move 040 to hp300 style, use new MI lance ethernet driver | chopps |
| 1995-07-04 | misc cleanup, better tty alloc for mfc. from osymh@gemini.oscs.montana.edu (... | chopps |