summaryrefslogtreecommitdiffstats
path: root/drivers/char/n_tty.c
Commit message (Expand)AuthorAgeFilesLines
* tty: Add EXTPROC support for LINEMODEhyc@symas.com2010-08-101-3/+14
* ldisc n_tty: add new method n_tty_inherit_ops()Rodolfo Giometti2010-03-121-0/+17
* n_tty: move echoctl check and clean up logicJoe Peterson2009-09-191-28/+18
* n_tty: honor opost flag for echoesJoe Peterson2009-09-191-11/+22
* n_tty: do O_ONLCR translation as a single writeLinus Torvalds2009-09-051-2/+1
* pty: avoid forcing 'low_latency' tty flagOGAWA Hirofumi2009-07-291-0/+1
* n_tty: Fix echo raceAlan Cox2009-07-161-3/+0
* tty: simplify buffer allocator cleanupsAlan Cox2009-06-111-17/+5
* tty: remove buffer special casingAlan Cox2009-06-111-9/+2
* tty: N_TTY SIGIO only works for readThomas Pfaff2009-01-021-3/+3
* n_tty: Output bells immediately on a full bufferJoe Peterson2009-01-021-17/+9
* n_tty: Fix hanfling of buffer full corner casesJoe Peterson2009-01-021-17/+38
* n_tty: Fix handling of control characters and continuationsJoe Peterson2009-01-021-9/+15
* n_tty: clean up coding styleAlan Cox2009-01-021-16/+13
* n_tty: Fix loss of echoed characters and remove bkl from n_ttyJoe Peterson2009-01-021-152/+584
* tty: rename the remaining oddly named n_tty functionsAlan Cox2008-10-131-13/+13
* tty: Minor tidyups and document fixes for n_ttyAlan Cox2008-10-131-11/+37
* tty: some ICANON magic is in the wrong placesAlan Cox2008-10-131-2/+51
* tty: Ldisc revampAlan Cox2008-07-201-1/+1
* tty: fix BKL related leak and crashIngo Molnar2008-05-151-3/+10
* tty: add throttle/unthrottle helpersAlan Cox2008-04-301-10/+4
* tty: The big operations reworkAlan Cox2008-04-301-60/+43
* Resume TTY on SUSP and fix CRNL order in N_TTY line disciplineJoe Peterson2008-04-301-8/+11
* tty: BKL pushdownAlan Cox2008-04-301-7/+25
* drivers/char/n_tty.c misannotated prototypeAl Viro2008-03-301-1/+1
* n_tty: clean up old code to follow coding style and (mostly) checkpatchAlan Cox2008-02-081-75/+73
* Fix IXANY and restart after signal (e.g. ctrl-C) in n_tty line disciplineJoe Peterson2008-02-061-6/+5
* tty: enable the echoing of ^C in the N_TTY disciplineJoe Peterson2008-02-061-1/+15
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-2/+2
* Audit: add TTY input auditingMiloslav Trmac2007-07-161-4/+16
* Prevent an O_NDELAY writer from blocking when a tty write is blocked by the t...Alan Cox2007-07-161-1/+2
* tty: fix leakage of -ERESTARTSYS to userlandOleg Nesterov2007-06-011-0/+1
* tty: add compat_ioctlPaul Fulghum2007-05-111-16/+13
* [PATCH] tty: update the tty layer to work with struct pidEric W. Biederman2007-02-121-6/+6
* [PATCH] pid: replace is_orphaned_pgrp with is_current_pgrp_orphanedEric W. Biederman2007-02-121-1/+1
* [PATCH] tty: remove useless memory barrierRalf Baechle2006-12-131-1/+0
* [PATCH] tty: switch to ktermiosAlan Cox2006-12-081-1/+1
* [PATCH] remove TTY_DONT_FLIPPaul Fulghum2006-06-281-5/+1
* [PATCH] Fix for the PPTP hangs that have been reportedPaul Mackerras2006-06-111-1/+3
* [PATCH] sem2mutex: ttyIngo Molnar2006-03-231-5/+5
* [PATCH] TTY layer buffering revampAlan Cox2006-01-101-29/+37
* [PATCH] gfp_t: remaining bits of drivers/*Al Viro2005-10-281-1/+1
* [PATCH] char/n_tty: fix sparse warnings (__nocast type)Victor Fusco2005-09-101-1/+1
* [PATCH] tty output lossage fixRoman Zippel2005-07-071-18/+15
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+1562
OpenPOWER on IntegriCloud