aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/n_tty.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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