aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/n_tty.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-10tty: Add EXTPROC support for LINEMODEhyc@symas.com1-3/+14
2010-03-12ldisc n_tty: add new method n_tty_inherit_ops()Rodolfo Giometti1-0/+17
2009-09-19n_tty: move echoctl check and clean up logicJoe Peterson1-28/+18
2009-09-19n_tty: honor opost flag for echoesJoe Peterson1-11/+22
2009-09-05n_tty: do O_ONLCR translation as a single writeLinus Torvalds1-2/+1
2009-07-29pty: avoid forcing 'low_latency' tty flagOGAWA Hirofumi1-0/+1
2009-07-16n_tty: Fix echo raceAlan Cox1-3/+0
2009-06-11tty: simplify buffer allocator cleanupsAlan Cox1-17/+5
2009-06-11tty: remove buffer special casingAlan Cox1-9/+2
2009-01-02tty: N_TTY SIGIO only works for readThomas Pfaff1-3/+3
2009-01-02n_tty: Output bells immediately on a full bufferJoe Peterson1-17/+9
2009-01-02n_tty: Fix hanfling of buffer full corner casesJoe Peterson1-17/+38
2009-01-02n_tty: Fix handling of control characters and continuationsJoe Peterson1-9/+15
2009-01-02n_tty: clean up coding styleAlan Cox1-16/+13
2009-01-02n_tty: Fix loss of echoed characters and remove bkl from n_ttyJoe Peterson1-152/+584
2008-10-13tty: rename the remaining oddly named n_tty functionsAlan Cox1-13/+13
2008-10-13tty: Minor tidyups and document fixes for n_ttyAlan Cox1-11/+37
2008-10-13tty: some ICANON magic is in the wrong placesAlan Cox1-2/+51
2008-07-20tty: Ldisc revampAlan Cox1-1/+1
2008-05-15tty: fix BKL related leak and crashIngo Molnar1-3/+10
2008-04-30tty: add throttle/unthrottle helpersAlan Cox1-10/+4
2008-04-30tty: The big operations reworkAlan Cox1-60/+43
2008-04-30Resume TTY on SUSP and fix CRNL order in N_TTY line disciplineJoe Peterson1-8/+11
2008-04-30tty: BKL pushdownAlan Cox1-7/+25
2008-03-30drivers/char/n_tty.c misannotated prototypeAl Viro1-1/+1
2008-02-08n_tty: clean up old code to follow coding style and (mostly) checkpatchAlan Cox1-75/+73
2008-02-06Fix IXANY and restart after signal (e.g. ctrl-C) in n_tty line disciplineJoe Peterson1-6/+5
2008-02-06tty: enable the echoing of ^C in the N_TTY disciplineJoe Peterson1-1/+15
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-2/+2
2007-07-16Audit: add TTY input auditingMiloslav Trmac1-4/+16
2007-07-16Prevent an O_NDELAY writer from blocking when a tty write is blocked by the tty atomic writer mutexAlan Cox1-1/+2
2007-06-01tty: fix leakage of -ERESTARTSYS to userlandOleg Nesterov1-0/+1
2007-05-11tty: add compat_ioctlPaul Fulghum1-16/+13
2007-02-12[PATCH] tty: update the tty layer to work with struct pidEric W. Biederman1-6/+6
2007-02-12[PATCH] pid: replace is_orphaned_pgrp with is_current_pgrp_orphanedEric W. Biederman1-1/+1
2006-12-13[PATCH] tty: remove useless memory barrierRalf Baechle1-1/+0
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-1/+1
2006-06-28[PATCH] remove TTY_DONT_FLIPPaul Fulghum1-5/+1
2006-06-11[PATCH] Fix for the PPTP hangs that have been reportedPaul Mackerras1-1/+3
2006-03-23[PATCH] sem2mutex: ttyIngo Molnar1-5/+5
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-29/+37
2005-10-28[PATCH] gfp_t: remaining bits of drivers/*Al Viro1-1/+1
2005-09-10[PATCH] char/n_tty: fix sparse warnings (__nocast type)Victor Fusco1-1/+1
2005-07-07[PATCH] tty output lossage fixRoman Zippel1-18/+15
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1562