| Age | Commit message (Expand) | Author |
| 2012-12-12 | Fix one more device/softc split error: | tsutsui |
| 2012-10-29 | fix device/softc split errors. | chs |
| 2012-10-27 | split device_t/softc for all remaining drivers. | chs |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2011-04-24 | Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() for | rmind |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-06-13 | use device_lookup_private to get softc | cegger |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2007-11-19 | - Factor out too many copies of the same bit of tty code. | ad |
| 2007-10-17 | Merge the ppcoea-renovation branch to HEAD. | garbled |
| 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. 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-07 | * Don't define SET/CLR/ISSET locally. | uebayasi |
| 2006-02-20 | Use device_is_active() rather than testing dv_flags for DVF_ACTIVE | thorpej |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-06 | Change the driver open function's conditional for overriding exclusive tty | kleink |
| 2005-03-11 | Don't compare scalars against NULL, use 0. | matt |
| 2004-12-13 | for drivers that support only one instance, use a global variable to ensure | chs |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-10-01 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-27 | Rather than referencing the cfdriver directly in the cfdata entries, | thorpej |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-08-16 | remove extra CRLF conversion | msaitoh |
| 2002-05-19 | fix some overflow cases. | msaitoh |
| 2002-04-28 | Use "#define<tab>", white space nits. | uch |
| 2002-04-28 | add missing softintr_establish() call. | msaitoh |
| 2002-04-26 | fix around PTR and PDR | msaitoh |
| 2002-03-24 | Rework interrupt code. | uch |
| 2002-03-17 | Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for | atatat |
| 2002-02-24 | use sh_clock_get_pclock() instead of PCLOCK. | uch |
| 2002-02-22 | New NetBSD/sh3 clock framework. | uch |
| 2002-02-12 | ANSIfy KNF. | uch |
| 2002-02-01 | if PCLOCK isn't setted, use estimated value calculated by kernel. | uch |
| 2001-09-10 | add missing check for framing error | msaitoh |
| 2001-06-12 | receive, not recieve | wiz |
| 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-14 | Rename __GENERIC_SOFT_INTERRUPTS to __HAVE_GENERIC_SOFT_INTERRUPTS, | thorpej |
| 2000-11-22 | - fix \n conversion from \n\r to \r\n | msaitoh |
| 2000-11-02 | Adapt to new line discipline scheme. | eeh |
| 2000-06-19 | clear ORER, FER and PER bit of the SCSSR reg. | msaitoh |
| 2000-03-27 | fix the sci[f]cninit() bugs to work both SCI and SCIF at the same time. | msaitoh |