aboutsummaryrefslogtreecommitdiff
path: root/include/linux/tty.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-12PTY: add kernel parameter to overwrite legacy pty countGravatar Kay Sievers 1-1/+0
2007-08-11fix serial buffer memory leakGravatar Alan Cox 1-0/+2
2007-07-16Audit: add TTY input auditingGravatar Miloslav Trmac 1-0/+33
2007-07-16Prevent an O_NDELAY writer from blocking when a tty write is blocked by the t...Gravatar Alan Cox 1-0/+6
2007-05-08tty: introduce no_tty and use it in selinuxGravatar Eric W. Biederman 1-1/+1
2007-02-12[PATCH] tty: update the tty layer to work with struct pidGravatar Eric W. Biederman 1-2/+2
2007-02-12[PATCH] pid: replace is_orphaned_pgrp with is_current_pgrp_orphanedGravatar Eric W. Biederman 1-1/+1
2007-02-12[PATCH] tty: make __proc_set_tty staticGravatar Eric W. Biederman 1-1/+0
2007-02-11[PATCH] consolidate line discipline number definitionsGravatar Tilman Schmidt 1-1/+21
2007-02-11[PATCH] vt: refactor console SAK processingGravatar Eric W. Biederman 1-0/+1
2006-12-08[PATCH] tty: switch to ktermios and new frameworkGravatar Alan Cox 1-4/+5
2006-12-08[PATCH] tty: ->signal->tty lockingGravatar Peter Zijlstra 1-5/+6
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar David Howells 1-3/+2
2006-12-01Driver core: convert tty core to use struct deviceGravatar Greg Kroah-Hartman 1-3/+2
2006-11-22WorkStruct: Separate delayable and non-delayable events.Gravatar David Howells 1-1/+1
2006-09-30[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]Gravatar David Howells 1-0/+3
2006-09-29[PATCH] tty: make termios_sem a mutexGravatar Arjan van de Ven 1-1/+1
2006-09-29[PATCH] Remove unused tty_struct fieldGravatar Matthias Urlichs 1-1/+0
2006-08-27[PATCH] Fix tty layer DoS and comment relevant codeGravatar Alan Cox 1-0/+1
2006-07-10[PATCH] tty: Remove include of screen_info.h from tty.hGravatar Jon Smirl 1-1/+0
2006-07-10[PATCH] vt: Remove VT-specific declarations and definitions from tty.hGravatar Jon Smirl 1-11/+0
2006-06-28[PATCH] remove active field from tty buffer structureGravatar Paul Fulghum 1-1/+0
2006-06-28[PATCH] remove TTY_DONT_FLIPGravatar Paul Fulghum 1-1/+0
2006-06-21[PATCH] TTY: return class device pointer from tty_register_device()Gravatar Hansjoerg Lipp 1-1/+3
2006-04-26Don't include linux/config.h from anywhere else in include/Gravatar David Woodhouse 1-1/+0
2006-03-23[PATCH] sem2mutex: ttyGravatar Ingo Molnar 1-4/+4
2006-02-10[PATCH] tty buffering stall fixGravatar Paul Fulghum 1-0/+2
2006-02-03[PATCH] new tty buffering locking fixGravatar Paul Fulghum 1-0/+2
2006-01-10[PATCH] TTY layer buffering revampGravatar Alan Cox 1-9/+16
2006-01-08[PATCH] Split out screen_info from tty.hGravatar Brian Gerst 1-71/+1
2005-09-09[PATCH] vesafb: Add blanking supportGravatar Antonino A. Daplas 1-1/+2
2005-06-23[PATCH] Introduce tty_unregister_ldisc()Gravatar Alexey Dobriyan 1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+412