summaryrefslogtreecommitdiffstats
path: root/include/linux/tty.h
Commit message (Expand)AuthorAgeFilesLines
* 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-211-0/+2
* tty.h: clean upAlan Cox2008-07-211-80/+85
* tty: Introduce a tty_port common structureAlan Cox2008-07-211-1/+29
* tty: Ldisc revampAlan Cox2008-07-211-5/+4Star
* 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/+0Star
* Audit: collect sessionid in netlink messagesEric Paris2008-04-281-2/+2
* tty: Kill TTY_FLIPBUF_SIZEAlan Cox2008-02-071-7/+0Star
* drivers/char/tty_io.c: remove pty_semDaniel Walker2008-02-061-1/+0Star
* [CAN]: Allocate protocol numbers for PF_CANOliver Hartkopp2008-01-281-1/+2
* pl2303: Fix mode switching regressionAlan Cox2008-01-091-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/+0Star
* PTY: add kernel parameter to overwrite legacy pty countKay Sievers2007-10-121-1/+0Star
* fix serial buffer memory leakAlan Cox2007-08-121-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
* [PATCH] tty: make __proc_set_tty staticEric W. Biederman2007-02-121-1/+0Star
* [PATCH] consolidate line discipline number definitionsTilman Schmidt2007-02-111-1/+21
* [PATCH] vt: refactor console SAK processingEric W. Biederman2007-02-111-0/+1
* [PATCH] tty: switch to ktermios and new frameworkAlan Cox2006-12-081-4/+5
* [PATCH] tty: ->signal->tty lockingPeter Zijlstra2006-12-081-5/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-3/+2Star
|\
| * Driver core: convert tty core to use struct deviceGreg Kroah-Hartman2006-12-011-3/+2Star