summaryrefslogtreecommitdiffstats
path: root/include/linux/tty.h
Commit message (Expand)AuthorAgeFilesLines
* tty: Introduce some close helpers for portsAlan Cox2009-01-021-0/+3
* tty: Introduce a tty_port generic block_til_readyAlan Cox2009-01-021-0/+2
* isicom: redo locking to use tty port locksAlan Cox2009-01-021-0/+1
* tty: Pull the dtr raise into tty portAlan Cox2009-01-021-0/+2
* tty_port: Add a port level carrier detect operationAlan Cox2009-01-021-0/+9
* tty: Fix PPP hang under loadAlan Cox2009-01-021-0/+1
* pty: simplify resizeAlan Cox2009-01-021-2/+1
* n_tty: Fix loss of echoed characters and remove bkl from n_ttyJoe Peterson2009-01-021-0/+6
* Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-12-281-1/+1
|\
| * tracing, tty: fix warnings caused by branch tracing and tty_kref_get()Ingo Molnar2008-11-251-1/+1
* | Audit: Log TIOCSTIAl Viro2008-12-091-0/+4
|/
* tty: some ICANON magic is in the wrong placesAlan Cox2008-10-131-1/+1
* tty: extract the pty init time special casesAlan Cox2008-10-131-0/+5
* tty: Finish fixing up the init_dev interface to use ERR_PTRAlan Cox2008-10-131-2/+2
* tty: Remove more special casing and out of place codeAlan Cox2008-10-131-0/+6
* tty: shutdown methodAlan Cox2008-10-131-1/+2
* tty: the vhangup syscall is racyAlan Cox2008-10-131-0/+1
* tty: usb-serial krefsAlan Cox2008-10-131-0/+3
* tty: Add termioxAlan Cox2008-10-131-0/+1
* tty: Add a kref countAlan Cox2008-10-131-0/+18
* pps: Reserve a line discipline number for PPSAlan Cox2008-10-131-1/+2
* tty: split the buffering from tty_ioAlan Cox2008-10-131-0/+3
* tty: remove resize window special caseAlan Cox2008-08-151-0/+2
* tty: Split ldisc code into its own fileAlan Cox2008-07-221-2/+9
* tty: add more tty_port fieldsAlan Cox2008-07-201-0/+2
* tty.h: clean upAlan Cox2008-07-201-80/+85
* tty: Introduce a tty_port common structureAlan Cox2008-07-201-1/+29
* tty: Ldisc revampAlan Cox2008-07-201-5/+4
* Fix various old email addresses for dwmw2David Woodhouse2008-06-061-1/+1
* tty: add throttle/unthrottle helpersAlan Cox2008-04-301-0/+2
* tty: The big operations reworkAlan Cox2008-04-301-0/+8
* tty_io: fix remaining pid struct lockingAlan Cox2008-04-301-0/+1
* redo locking of tty->pgrpAlan Cox2008-04-301-4/+6
* tty: BKL pushdownAlan Cox2008-04-301-2/+2
* [patch 1/2] audit: let userspace fully control TTY input auditingMiloslav Trmac2008-04-281-5/+0
* Audit: collect sessionid in netlink messagesEric Paris2008-04-281-2/+2
* tty: Kill TTY_FLIPBUF_SIZEAlan Cox2008-02-071-7/+0
* drivers/char/tty_io.c: remove pty_semDaniel Walker2008-02-061-1/+0
* [CAN]: Allocate protocol numbers for PF_CANOliver Hartkopp2008-01-281-1/+2
* pl2303: Fix mode switching regressionAlan Cox2008-01-081-0/+1
* [TTY]: Fix network driver interactions with TCGET/SET calls.Alan Cox2007-11-071-1/+3
* tty: expose new methods needed for drivers to get termios rightAlan Cox2007-10-171-0/+3
* tty.h: remove dead defineAlan Cox2007-10-171-5/+0
* PTY: add kernel parameter to overwrite legacy pty countKay Sievers2007-10-121-1/+0
* fix serial buffer memory leakAlan Cox2007-08-111-0/+2
* Audit: add TTY input auditingMiloslav Trmac2007-07-161-0/+33
* Prevent an O_NDELAY writer from blocking when a tty write is blocked by the t...Alan Cox2007-07-161-0/+6
* tty: introduce no_tty and use it in selinuxEric W. Biederman2007-05-081-1/+1
* [PATCH] tty: update the tty layer to work with struct pidEric W. Biederman2007-02-121-2/+2
* [PATCH] pid: replace is_orphaned_pgrp with is_current_pgrp_orphanedEric W. Biederman2007-02-121-1/+1