aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tty_ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-18tty_ioctl: fix the baud_table check in encode_baud_rateMaciej W. Rozycki1-3/+8
2007-10-17tty: expose new methods needed for drivers to get termios rightAlan Cox1-10/+72
2007-09-15sparc64 (and others): fix tty_ioctl.c buildTony Breeds1-0/+14
2007-09-11tty: termios locking functions break with new termios typeDavid Miller1-2/+2
2007-07-16Char: tty_ioctl, little whitespace cleanupJiri Slaby1-4/+3
2007-07-16Char: tty_ioctl, use wait_event_interruptible_timeoutJiri Slaby1-18/+3
2007-07-16Prevent an O_NDELAY writer from blocking when a tty write is blocked by the tty atomic writer mutexAlan Cox1-2/+2
2007-02-11[PATCH] tty: improve encode_baud_rate logicAlan Cox1-15/+30
2006-12-08[PATCH] tty_ioctl: use termios for the old structure and termios2 for the newAlan Cox1-7/+11
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-2/+2
2006-12-08[PATCH] tty: switch to ktermios and new frameworkAlan Cox1-14/+244
2006-09-29[PATCH] Fix locking for tty drivers when doing urgent charactersAlan Cox1-7/+11
2006-09-29[PATCH] tty: make termios_sem a mutexArjan van de Ven1-8/+9
2006-08-27[PATCH] tty layer comment the locking assumptions and functions somewhatAlan Cox1-2/+57
2005-06-28[PATCH] coverity: tty_ldisc_ref return null checkKAMBAROV, ZAUR1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+551