| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: r294362, r294414, r294753 | Marius Strobl | 2016-01-27 | 1 | -7/+30 |
* | MFC r286469, r286591, r286595, r286596, r286613: | Ian Lepore | 2015-08-23 | 1 | -0/+10 |
* | MFC r259685: | Warner Losh | 2013-12-23 | 1 | -0/+4 |
* | kern cons: introduce infrastructure for console grabbing by kernel | Andriy Gapon | 2011-12-17 | 1 | -0/+12 |
* | In uart_tty_outwakeup(), check CTS/RTS flow control settings and | Marcel Moolenaar | 2011-01-24 | 1 | -5/+10 |
* | Remove unneeded includes of <sys/termios.h>. | Ed Schouten | 2009-11-28 | 1 | -1/+0 |
* | Fix RTS/CTS flow control, broken by the TTY overhaul. The new TTY | Marcel Moolenaar | 2009-10-02 | 1 | -26/+29 |
* | Last minute TTY API change: remove mutex argument from tty_alloc(). | Ed Schouten | 2009-05-29 | 1 | -1/+1 |
* | Minor style(9) compliance change. | Alexander Kabaev | 2008-12-27 | 1 | -1/+2 |
* | Fix detaching of uart(4) devices. | Ed Schouten | 2008-10-23 | 1 | -0/+13 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten | 2008-08-20 | 1 | -93/+72 |
* | Properly propagate overrun conditions to the TTY layer. | Marcel Moolenaar | 2006-07-27 | 1 | -0/+2 |
* | Convert to new console api | Poul-Henning Kamp | 2006-05-26 | 1 | -11/+2 |
* | Don't open if we're going away. | Marcel Moolenaar | 2006-03-30 | 1 | -0/+4 |
* | MFp4: | Marcel Moolenaar | 2006-02-24 | 1 | -6/+6 |
* | - Use swi_remove() to teardown swi handlers rather than | John Baldwin | 2005-10-26 | 1 | -1/+1 |
* | Reorganize the interrupt handling code a bit to make a few things cleaner | John Baldwin | 2005-10-25 | 1 | -2/+2 |
* | Eliminate two unused arguments to ttycreate(). | Poul-Henning Kamp | 2005-10-16 | 1 | -1/+1 |
* | In uart_cnprobe(), fill in the cn_name field of the consdev structure. | Marcel Moolenaar | 2005-05-08 | 1 | -0/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
* | Remove asserts which are not correct if the port is a tty. | Poul-Henning Kamp | 2004-10-12 | 1 | -7/+1 |
* | Use generic tty code instead of (comparatively little) local copies. | Poul-Henning Kamp | 2004-10-12 | 1 | -170/+52 |
* | Use tty->t_sc to find out softc. | Poul-Henning Kamp | 2004-09-18 | 1 | -8/+6 |
* | Use ttyalloc() instead of ttymalloc(NULL) | Poul-Henning Kamp | 2004-09-17 | 1 | -1/+1 |
* | Preparation commit for the tty cleanups that will follow in the near | Poul-Henning Kamp | 2004-07-15 | 1 | -2/+2 |
* | Define the tty methods as typedefs. | Poul-Henning Kamp | 2004-06-30 | 1 | -2/+1 |
* | Use generic support for BREAK and modem control ioctls. | Poul-Henning Kamp | 2004-06-25 | 1 | -65/+27 |
* | Use the new serial port definitions for modemsignals. | Poul-Henning Kamp | 2004-06-24 | 1 | -29/+29 |
* | save a few redundant lines by moving the retry loop further backwards. | Poul-Henning Kamp | 2004-06-23 | 1 | -7/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -3/+3 |
* | Machine generated patch which changes linedisc calls from accessing | Poul-Henning Kamp | 2004-06-04 | 1 | -8/+8 |
* | Make the remaining serial drivers call ttyioctl() rather than calling | Poul-Henning Kamp | 2004-06-04 | 1 | -5/+2 |
* | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -1/+2 |
* | Device megapatch 3/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -4/+0 |
* | Use standard style for cdevsw initializtion | Poul-Henning Kamp | 2004-02-14 | 1 | -9/+9 |
* | Test the return value of UART_PARAM(). Invalid line parameters did not | Marcel Moolenaar | 2004-02-14 | 1 | -1/+2 |
* | Don't explicitly initialize d_maj in the cdevsw with MAJOR_AUTO, as | Marcel Moolenaar | 2003-09-28 | 1 | -1/+0 |
* | Catch up with the console interface change: the use of makedev() has | Marcel Moolenaar | 2003-09-26 | 1 | -3/+2 |
* | Add support for using uart(4) for pulse capturing for the Pulse Per | Marcel Moolenaar | 2003-09-11 | 1 | -2/+9 |
* | The uart(4) driver is an universal driver for various UART hardware. | Marcel Moolenaar | 2003-09-06 | 1 | -0/+569 |