aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tty.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-15tty: remove resize window special caseAlan Cox1-0/+2
2008-07-22tty: Split ldisc code into its own fileAlan Cox1-2/+9
2008-07-20tty: add more tty_port fieldsAlan Cox1-0/+2
2008-07-20tty.h: clean upAlan Cox1-80/+85
2008-07-20tty: Introduce a tty_port common structureAlan Cox1-1/+29
2008-07-20tty: Ldisc revampAlan Cox1-5/+4
2008-06-06Fix various old email addresses for dwmw2David Woodhouse1-1/+1
2008-04-30tty: add throttle/unthrottle helpersAlan Cox1-0/+2
2008-04-30tty: The big operations reworkAlan Cox1-0/+8
2008-04-30tty_io: fix remaining pid struct lockingAlan Cox1-0/+1
2008-04-30redo locking of tty->pgrpAlan Cox1-4/+6
2008-04-30tty: BKL pushdownAlan Cox1-2/+2
2008-04-28[patch 1/2] audit: let userspace fully control TTY input auditingMiloslav Trmac1-5/+0
2008-04-28Audit: collect sessionid in netlink messagesEric Paris1-2/+2
2008-02-07tty: Kill TTY_FLIPBUF_SIZEAlan Cox1-7/+0
2008-02-06drivers/char/tty_io.c: remove pty_semDaniel Walker1-1/+0
2008-01-28[CAN]: Allocate protocol numbers for PF_CANOliver Hartkopp1-1/+2
2008-01-08pl2303: Fix mode switching regressionAlan Cox1-0/+1
2007-11-07[TTY]: Fix network driver interactions with TCGET/SET calls.Alan Cox1-1/+3
2007-10-17tty: expose new methods needed for drivers to get termios rightAlan Cox1-0/+3
2007-10-17tty.h: remove dead defineAlan Cox1-5/+0
2007-10-12PTY: add kernel parameter to overwrite legacy pty countKay Sievers1-1/+0
2007-08-11fix serial buffer memory leakAlan Cox1-0/+2
2007-07-16Audit: add TTY input auditingMiloslav Trmac1-0/+33
2007-07-16Prevent an O_NDELAY writer from blocking when a tty write is blocked by the tty atomic writer mutexAlan Cox1-0/+6
2007-05-08tty: introduce no_tty and use it in selinuxEric W. Biederman1-1/+1
2007-02-12[PATCH] tty: update the tty layer to work with struct pidEric W. Biederman1-2/+2
2007-02-12[PATCH] pid: replace is_orphaned_pgrp with is_current_pgrp_orphanedEric W. Biederman1-1/+1
2007-02-12[PATCH] tty: make __proc_set_tty staticEric W. Biederman1-1/+0
2007-02-11[PATCH] consolidate line discipline number definitionsTilman Schmidt1-1/+21
2007-02-11[PATCH] vt: refactor console SAK processingEric W. Biederman1-0/+1
2006-12-08[PATCH] tty: switch to ktermios and new frameworkAlan Cox1-4/+5
2006-12-08[PATCH] tty: ->signal->tty lockingPeter Zijlstra1-5/+6
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-3/+2
2006-12-01Driver core: convert tty core to use struct deviceGreg Kroah-Hartman1-3/+2
2006-11-22WorkStruct: Separate delayable and non-delayable events.David Howells1-1/+1
2006-09-30[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]David Howells1-0/+3
2006-09-29[PATCH] tty: make termios_sem a mutexArjan van de Ven1-1/+1
2006-09-29[PATCH] Remove unused tty_struct fieldMatthias Urlichs1-1/+0
2006-08-27[PATCH] Fix tty layer DoS and comment relevant codeAlan Cox1-0/+1
2006-07-10[PATCH] tty: Remove include of screen_info.h from tty.hJon Smirl1-1/+0
2006-07-10[PATCH] vt: Remove VT-specific declarations and definitions from tty.hJon Smirl1-11/+0
2006-06-28[PATCH] remove active field from tty buffer structurePaul Fulghum1-1/+0
2006-06-28[PATCH] remove TTY_DONT_FLIPPaul Fulghum1-1/+0
2006-06-21[PATCH] TTY: return class device pointer from tty_register_device()Hansjoerg Lipp1-1/+3
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-03-23[PATCH] sem2mutex: ttyIngo Molnar1-4/+4
2006-02-10[PATCH] tty buffering stall fixPaul Fulghum1-0/+2
2006-02-03[PATCH] new tty buffering locking fixPaul Fulghum1-0/+2
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-9/+16