aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tty_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-08-11fix serial buffer memory leakAlan Cox1-6/+50
2007-07-16Audit: add TTY input auditingMiloslav Trmac1-1/+13
2007-07-16tty_io: Use kzallocJean Delvare1-8/+3
2007-07-16Prevent an O_NDELAY writer from blocking when a tty write is blocked by the tty atomic writer mutexAlan Cox1-12/+28
2007-06-16tty: restore locked ioctl file opPaul Fulghum1-4/+10
2007-06-01tty: fix leakage of -ERESTARTSYS to userlandOleg Nesterov1-1/+2
2007-05-12tty: flush flip buffer on ldisc input queue flushPaul Fulghum1-0/+33
2007-05-11[TTY]: Export proc_clear_tty() to modulea.David S. Miller1-0/+1
2007-05-11tty: add compat_ioctlPaul Fulghum1-3/+40
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-4/+4
2007-05-09tty_set_ldisc() receive_room fixPaul Fulghum1-7/+7
2007-05-09Fix misspellings collected by members of KJ list.Robert P. J. Day1-4/+4
2007-05-08Protect tty drivers list with tty_mutexAlexey Dobriyan1-1/+4
2007-05-08tty: introduce no_tty and use it in selinuxEric W. Biederman1-4/+15
2007-05-08tty: simplify calling of put_pid.Eric W. Biederman1-17/+6
2007-05-08tty: remove unnecessary export of proc_clear_ttyEric W. Biederman1-1/+0
2007-05-08Fixes and cleanups for earlyprintk aka boot consoleGerd Hoffmann1-5/+0
2007-05-07tty_register_driver: only allocate tty instances when definedAndy Whitcroft1-3/+2
2007-03-18[PATCH] tty: Fix two reported pid leaksEric W. Biederman1-0/+5
2007-03-01[PATCH] tty_io: fix race in master pty close/slave pty close pathAristeu Sergio Rozanski Filho1-0/+14
2007-02-20[PATCH] tty: use NULL for ptrsRandy Dunlap1-1/+1
2007-02-20[PATCH] tty_register_driver: Remove incorrect and superfluous castGeert Uytterhoeven1-3/+2
2007-02-13[PATCH] Fix SAK_work workqueue initialization.Eric W. Biederman1-2/+1
2007-02-12[PATCH] tty: update the tty layer to work with struct pidEric W. Biederman1-51/+79
2007-02-12[PATCH] pid: replace is_orphaned_pgrp with is_current_pgrp_orphanedEric W. Biederman1-1/+1
2007-02-12[PATCH] pid: make session_of_pgrp use struct pid instead of pid_tEric W. Biederman1-7/+17
2007-02-12[PATCH] tty: fix the locking for signal->session in disassociate_cttyEric W. Biederman1-3/+1
2007-02-12[PATCH] tty: clarify disassociate_cttyEric W. Biederman1-2/+6
2007-02-12[PATCH] tty: make __proc_set_tty staticEric W. Biederman1-1/+2
2007-02-11[PATCH] tty: cleanup release_memChristoph Hellwig1-36/+37
2007-02-11[PATCH] Char: tty, delete wake_up_interruptible after tty_wakeupJiri Slaby1-1/+0
2007-02-11[PATCH] vt: refactor console SAK processingEric W. Biederman1-4/+9
2006-12-13[PATCH] tty_io.c balance tty_ldisc_ref()Dan Carpenter1-6/+1
2006-12-13[PATCH] tty: export get_current_ttyHeiko Carstens1-0/+1
2006-12-08[PATCH] tty: switch to ktermios and new frameworkAlan Cox1-99/+38
2006-12-08[PATCH] add process_session() helper routine: deprecate old fieldCedric Le Goater1-1/+1
2006-12-08[PATCH] add process_session() helper routineCedric Le Goater1-6/+6
2006-12-08[PATCH] struct path: convert char-driversJosef Sipek1-6/+6
2006-12-08[PATCH] tty: ->signal->tty lockingPeter Zijlstra1-96/+141
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-9/+10
2006-12-01Driver core: convert tty core to use struct deviceGreg Kroah-Hartman1-9/+10
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-14/+17
2006-11-22WorkStruct: Separate delayable and non-delayable events.David Howells1-1/+1
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+2
2006-09-29[PATCH] rate limiting for the ldisc open failure messagesAkinobu Mita1-2/+3
2006-09-29[PATCH] tty: Fix bits and note more bits to fixAlan Cox1-8/+11
2006-09-29[PATCH] solaris emulation: incorrect tty lockingAlan Cox1-0/+1
2006-09-29[PATCH] tty: make termios_sem a mutexArjan van de Ven1-11/+12
2006-09-29[PATCH] tty: lock ticogwinszAlan Cox1-7/+10
2006-09-29[PATCH] tty: trivial kzalloc opportunityAlan Cox1-7/+1