aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/tty_io.c
AgeCommit message (Expand)Author
2008-08-27tty: Fix termios tty window resize race with pty/tty pairAlan Cox
2008-08-15tty: remove resize window special caseAlan Cox
2008-08-11Fix race/oops in tty layer after BKL pushdownChristian Borntraeger
2008-07-25unexport proc_clear_ttyAdrian Bunk
2008-07-24remove is_tty()Adrian Bunk
2008-07-22tty: Fix up escaped characterAlan Cox
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2008-07-22tty: rework break handlingAlan Cox
2008-07-22tty: Split ldisc code into its own fileAlan Cox
2008-07-21device create: char: convert device_create to device_create_drvdataGreg Kroah-Hartman
2008-07-20tty: add more tty_port fieldsAlan Cox
2008-07-20tty: Clean up tiocmsetAlan Cox
2008-07-20tty: Introduce a tty_port common structureAlan Cox
2008-07-20tty: Ldisc revampAlan Cox
2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet
2008-07-02tty: Fix inverted logic in send_breakAlan Cox
2008-07-02tty_io: fasync BKL pushdownJonathan Corbet
2008-06-20tty: cdev lock_kernel() pushdownJonathan Corbet
2008-05-14tty_check_change(): avoid taking tasklist_lock while holding tty->ctrl_lockAndrew Morton
2008-05-01[PATCH] split linux/file.hAl Viro
2008-04-30devpts: factor out PTY index allocationSukadev Bhattiprolu
2008-04-30devpts: propagate error code from devpts_pty_newSukadev Bhattiprolu
2008-04-30tty: fix routine name in ptmx_open()Hiroshi Shimamoto
2008-04-30tty: The big operations reworkAlan Cox
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox
2008-04-30tty: drop the BKL for driver/ldisc ioctl methodsAlan Cox
2008-04-30tty_io: fix remaining pid struct lockingAlan Cox
2008-04-30redo locking of tty->pgrpAlan Cox
2008-04-30tty: BKL pushdownAlan Cox
2008-04-29Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2008-04-28drivers: atm, char fix integer as NULL pointer warningsHarvey Harrison
2008-04-28[patch 1/2] audit: let userspace fully control TTY input auditingMiloslav Trmac
2008-04-17consoles: polling support, kgdbocJason Wessel
2008-02-08tty_io: drag screaming into coding style complianceAlan Cox
2008-02-06unix98 allocated_ptys_lock semaphore to mutexDaniel Walker
2008-02-06drivers/char/tty_io.c: remove pty_semDaniel Walker
2008-02-06proper prototype for vty_init()Adrian Bunk
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov
2007-10-19pid namespaces: round up the APIPavel Emelianov
2007-08-23tty: dont needlessly cast kmalloc() return valueJesper Juhl
2007-08-11fix serial buffer memory leakAlan Cox
2007-07-16Audit: add TTY input auditingMiloslav Trmac
2007-07-16tty_io: Use kzallocJean Delvare
2007-07-16Prevent an O_NDELAY writer from blocking when a tty write is blocked by the t...Alan Cox
2007-06-16tty: restore locked ioctl file opPaul Fulghum
2007-06-01tty: fix leakage of -ERESTARTSYS to userlandOleg Nesterov
2007-05-12tty: flush flip buffer on ldisc input queue flushPaul Fulghum
2007-05-11[TTY]: Export proc_clear_tty() to modulea.David S. Miller