aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tty_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet1-1/+1
2008-07-02tty: Fix inverted logic in send_breakAlan Cox1-1/+1
2008-07-02tty_io: fasync BKL pushdownJonathan Corbet1-5/+9
2008-06-20tty: cdev lock_kernel() pushdownJonathan Corbet1-2/+25
2008-05-14tty_check_change(): avoid taking tasklist_lock while holding tty->ctrl_lockAndrew Morton1-2/+5
2008-05-01[PATCH] split linux/file.hAl Viro1-0/+1
2008-04-30devpts: factor out PTY index allocationSukadev Bhattiprolu1-34/+6
2008-04-30devpts: propagate error code from devpts_pty_newSukadev Bhattiprolu1-2/+2
2008-04-30tty: fix routine name in ptmx_open()Hiroshi Shimamoto1-1/+1
2008-04-30tty: The big operations reworkAlan Cox1-102/+72
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox1-1/+1
2008-04-30tty: drop the BKL for driver/ldisc ioctl methodsAlan Cox1-8/+1
2008-04-30tty_io: fix remaining pid struct lockingAlan Cox1-1/+27
2008-04-30redo locking of tty->pgrpAlan Cox1-18/+60
2008-04-30tty: BKL pushdownAlan Cox1-33/+74
2008-04-29Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds1-4/+1
2008-04-28drivers: atm, char fix integer as NULL pointer warningsHarvey Harrison1-1/+1
2008-04-28[patch 1/2] audit: let userspace fully control TTY input auditingMiloslav Trmac1-4/+1
2008-04-17consoles: polling support, kgdbocJason Wessel1-0/+47
2008-02-08tty_io: drag screaming into coding style complianceAlan Cox1-278/+283
2008-02-06unix98 allocated_ptys_lock semaphore to mutexDaniel Walker1-10/+10
2008-02-06drivers/char/tty_io.c: remove pty_semDaniel Walker1-1/+0
2008-02-06proper prototype for vty_init()Adrian Bunk1-4/+0
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-4/+4
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-3/+3
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov1-3/+4
2007-10-19pid namespaces: round up the APIPavel Emelianov1-2/+2
2007-08-23tty: dont needlessly cast kmalloc() return valueJesper Juhl1-4/+2
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