| Age | Commit message (Expand) | Author |
| 2013-09-12 | Eliminate an unused variable - someone with docs and test hardware please | martin |
| 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 |
| 2010-07-26 | Add PAE to ALL kernel, so that most paddr_t format string errors get caught | jym |
| 2009-11-26 | Cleanup interrupt establish error messages. Do not mix | njoly |
| 2009-05-12 | use device_private(). | cegger |
| 2009-05-06 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-06 | struct cfdata * -> cfdata_t, no functional changes intended. | cegger |
| 2008-06-08 | Replace device_lookup() with device_lookup_private() on getting softc | tsutsui |
| 2008-04-10 | use aprint_*_dev and device_xname | cegger |
| 2007-11-19 | - Factor out too many copies of the same bit of tty code. | ad |
| 2007-11-12 | Call ttwakeup() with tty_lock held. | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-05-08 | Add a missing brace in cztty_receive inside a ifdef HOSTRAMCODE. This | garbled |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | 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-28 | Use device_unit(). | thorpej |
| 2006-03-05 | cleanup more SET/CLR/ISSET lossage | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-09-06 | Change the driver open function's conditional for overriding exclusive tty | kleink |
| 2005-06-28 | Use ANSI function decls and static. | thorpej |
| 2005-05-30 | - const poisoning | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2003-10-27 | uninitialized variables | chs |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-02-05 | "Utilize" has exactly the same meaning as "use," but it is more | perry |
| 2003-01-31 | Use aprint_*(). | thorpej |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | 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-01-12 | Call malloc(9) with M_ZERO flag instead of memset() after malloc(). | tsutsui |
| 2001-11-13 | add RCSID | lukem |
| 2001-05-02 | Add `l_poll' to `struct linesw' and provide an xxxpoll() entry point | scw |
| 2001-01-20 | Use device_lookup() in cztty_getttysoftc(). | thorpej |
| 2001-01-20 | Garbage-collect some unused macros. | thorpej |
| 2001-01-20 | Don't deref NULL when searching for the correct board. | thorpej |
| 2000-12-28 | Change pci_intr_map to get interrupt source information from a "struct | sommerfeld |
| 2000-11-02 | Adapt to the new line discipline scheme. | eeh |
| 2000-07-28 | Handle booting without a serial expander box connected. | thorpej |
| 2000-06-14 | Make sure we use firmware->host communication channel in cz_intr(), from | thorpej |
| 2000-06-09 | Adapt to going back to decemal device numbering. | wrstuden |