aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/tty_ioctl.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-09tree-wide: fix a very frequent spelling mistakeGravatar Dirk Hohndel 1-1/+1
2009-09-19tty: vt: use printk_onceGravatar Marcin Slusarz 1-3/+1
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-1/+0
2009-06-16tty: fix unused warning when TCGETX is not definedGravatar Mike Frysinger 1-2/+3
2009-06-11tty: Untangle termios and mm mutex dependenciesGravatar Alan Cox 1-29/+46
2009-06-11tty: throttling race fixGravatar Alan Cox 1-0/+13
2009-01-15tty: Fix race in the flush for some ldiscsGravatar Alan Cox 1-1/+1
2008-10-13tty: some ICANON magic is in the wrong placesGravatar Alan Cox 1-40/+2
2008-10-13tty: Remove more special casing and out of place codeGravatar Alan Cox 1-6/+60
2008-10-13tty: Termios locking - sort out real_tty confusions and lock readsGravatar Alan Cox 1-20/+38
2008-10-13tty: Add termioxGravatar Alan Cox 1-0/+58
2008-08-27tty: TIOCGSOFTCAR/SSOFTCAR on pty is wronGravatar Alan Cox 1-2/+4
2008-07-20tty: Ldisc revampGravatar Alan Cox 1-8/+8
2008-06-23removed unused var real_tty on n_tty_ioctl()Gravatar Gustavo Fernando Padovan 1-7/+0
2008-04-30tty: add throttle/unthrottle helpersGravatar Alan Cox 1-0/+16
2008-04-30tty: The big operations reworkGravatar Alan Cox 1-20/+42
2008-04-30tty/serial: lay the foundations for the next set of reworksGravatar Alan Cox 1-2/+12
2008-04-30tty_ioctl: soft carrier handlingGravatar Alan Cox 1-6/+27
2008-04-30tty_ioctl: locking for tty_wait_until_sentGravatar Alan Cox 1-4/+7
2008-04-30tty: BKL pushdownGravatar Alan Cox 1-0/+6
2008-02-08tty_ioctl: drag screaming into compliance with the coding styleGravatar Alan Cox 1-182/+180
2008-01-08pl2303: Fix mode switching regressionGravatar Alan Cox 1-0/+19
2007-12-23tty: fix logic change introduced by wait_event_interruptible_timeout()Gravatar Cory T. Tusar 1-1/+1
2007-11-07[TTY]: Fix network driver interactions with TCGET/SET calls.Gravatar Alan Cox 1-66/+104
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Gravatar Robert P. J. Day 1-1/+1
2007-10-18tty_ioctl: fix the baud_table check in encode_baud_rateGravatar Maciej W. Rozycki 1-3/+8
2007-10-17tty: expose new methods needed for drivers to get termios rightGravatar Alan Cox 1-10/+72
2007-09-15sparc64 (and others): fix tty_ioctl.c buildGravatar Tony Breeds 1-0/+14
2007-09-11tty: termios locking functions break with new termios typeGravatar David Miller 1-2/+2
2007-07-16Char: tty_ioctl, little whitespace cleanupGravatar Jiri Slaby 1-4/+3
2007-07-16Char: tty_ioctl, use wait_event_interruptible_timeoutGravatar Jiri Slaby 1-18/+3
2007-07-16Prevent an O_NDELAY writer from blocking when a tty write is blocked by the t...Gravatar Alan Cox 1-2/+2
2007-02-11[PATCH] tty: improve encode_baud_rate logicGravatar Alan Cox 1-15/+30
2006-12-08[PATCH] tty_ioctl: use termios for the old structure and termios2 for the newGravatar Alan Cox 1-7/+11
2006-12-08[PATCH] tty: switch to ktermiosGravatar Alan Cox 1-2/+2
2006-12-08[PATCH] tty: switch to ktermios and new frameworkGravatar Alan Cox 1-14/+244
2006-09-29[PATCH] Fix locking for tty drivers when doing urgent charactersGravatar Alan Cox 1-7/+11
2006-09-29[PATCH] tty: make termios_sem a mutexGravatar Arjan van de Ven 1-8/+9
2006-08-27[PATCH] tty layer comment the locking assumptions and functions somewhatGravatar Alan Cox 1-2/+57
2005-06-28[PATCH] coverity: tty_ldisc_ref return null checkGravatar KAMBAROV, ZAUR 1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+551