| Age | Commit message (Expand) | Author |
| 2017-10-28 | Kill some more extern struct cfdriver declarations. | riastradh |
| 2014-11-15 | centralize the dialout/call unit macros. | christos |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2014-07-25 | Add d_discard to all struct cdevsw instances I could find. | dholland |
| 2014-03-25 | fix unused/uninitialized | christos |
| 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-10-01 | fix build errors with gcc 4.5. | chs |
| 2011-04-24 | Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for | rmind |
| 2009-11-23 | Remove some unecessary includes sys/user.h header. | rmind |
| 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-06-17 | Typo correction to restore buildability. | he |
| 2008-06-11 | - use device_lookup_private to get softc | cegger |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2007-11-19 | - Factor out too many copies of the same bit of tty code. | ad |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-10-08 | Use the softint API. | ad |
| 2007-07-14 | Generic soft interrupts are mandatory. | 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-21 | - Use the LWP cached credentials where sane. | ad |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-07 | Remove another instance of the SET/CLR/ISSET macro tripelet, now | he |
| 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 |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 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-11-15 | don't need <sys/types.h> when including <sys/param.h> | lukem |
| 2001-11-13 | add/cleanup RCSID | lukem |
| 2001-07-12 | Call clmpcc_init() when setting up the console to get the chip into | scw |
| 2001-05-02 | Add `l_poll' to `struct linesw' and provide an xxxpoll() entry point | scw |
| 2001-01-14 | Rename __GENERIC_SOFT_INTERRUPTS to __HAVE_GENERIC_SOFT_INTERRUPTS, | thorpej |
| 2000-11-01 | Adapt to the new line discipline scheme. | eeh |
| 2000-07-20 | Take advantage of generic soft interrupts, if available. | scw |
| 2000-07-15 | Fix a typo in the `device_lookup()' changes. | scw |
| 2000-07-06 | Use device_lookup(). | thorpej |
| 2000-03-19 | The soft-interrupt handler now returns void. | scw |
| 1999-11-28 | Don't bother spinning in the console 'putc' routine for the transmitter | scw |
| 1999-11-11 | Zero is a valid value for ch_tcor and ch_rcor, so be a bit more conservative | scw |
| 1999-09-18 | Minor optimisation. | scw |
| 1999-08-01 | Re-work the Tx side to avoid calling into the tty layer at | scw |
| 1999-04-03 | Fix a problem where no Tx Empty interrupt ever happened if CTS | scw |
| 1999-02-21 | Don't update the CORx registers unless they really have changed. | scw |
| 1999-02-20 | That #define splserial() really didn't want to be there... | scw |