aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/pty.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-17tty: Fix transient pty write() EIOPeter Hurley1-8/+5
2013-05-01tty: fix up atime/mtime mess, take threeLinus Torvalds1-0/+3
2013-04-15TTY: pty, fix compilation warningJiri Slaby1-6/+6
2013-03-15pty: Remove redundant itty resetPeter Hurley1-1/+0
2013-02-04pty: Ignore slave open count for master pty openPeter Hurley1-1/+1
2013-02-04pty: Ignore slave pty close() if never successfully openedPeter Hurley1-0/+6
2013-02-04pty: Fix BUG()s when ptmx_open() errors outPeter Hurley1-3/+4
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman1-0/+2
2013-01-17pty: return EINVAL for TIOCGPTN for BSD ptysJiri Slaby1-0/+2
2013-01-15TTY: do not reset master's packet modeJiri Slaby1-1/+0
2013-01-15tty: cleanup checkpatch warning in pty.cCong Ding1-3/+3
2013-01-15tty: cleanup the panic messageCong Ding1-1/+1
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-1/+1
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-1/+1
2012-11-21pty: Mark pty_resize staticJosh Triplett1-1/+1
2012-11-15TTY: pty, fix tty buffers leakJiri Slaby1-1/+1
2012-10-25tty: Add get- ioctls to fetch tty status v3Cyrill Gorcunov1-0/+21
2012-10-25tty: pty - Move TIOCPKT handling into pty.cCyrill Gorcunov1-0/+26
2012-10-22TTY: move tty buffers to tty_portJiri Slaby1-1/+1
2012-10-22TTY: add port -> tty linkJiri Slaby1-0/+2
2012-10-22TTY: move devpts kill to ptyJiri Slaby1-0/+9
2012-10-22TTY: devpts, do not set driver_dataJiri Slaby1-5/+5
2012-10-22TTY: devpts, return created inode from devpts_pty_newJiri Slaby1-2/+5
2012-10-22TTY: devpts, don't care about TTY in devpts_get_ttyJiri Slaby1-1/+1
2012-09-21pty: Fix locking bug on error pathAlan Cox1-1/+1
2012-08-16TTY: tty_alloc_driver() returns error pointersDan Carpenter1-4/+4
2012-08-13TTY: pty, switch to tty_alloc_driverJiri Slaby1-11/+20
2012-08-10TTY: pty, stop passing NULL to free_tty_structJiri Slaby1-1/+4
2012-08-10tty: localise the lockAlan Cox1-11/+14
2012-07-27tty: Fix race in tty releaseAlan Cox1-2/+23
2012-07-17tty: Move the handling of the tty release logicAlan Cox1-10/+2
2012-07-16tty: move the termios object into the ttyAlan Cox1-17/+6
2012-07-16tty: revert incorrectly applied lock patchAlan Cox1-12/+11
2012-07-12tty: double unlock on error in ptmx_open()Dan Carpenter1-3/+1
2012-07-06tty: localise the lockAlan Cox1-11/+14
2012-06-13PTY: add tty_portJiri Slaby1-4/+21
2012-06-13PTY: merge pty_install implementationsJiri Slaby1-65/+45
2012-06-13PTY: remove one empty ops->removeJiri Slaby1-7/+3
2012-06-02tty: Revert the tty locking series, it needs more workLinus Torvalds1-14/+11
2012-05-29pty: Fix lock inversionAlan Cox1-2/+0
2012-05-09tty: drop the pty lock during hangupAlan Cox1-0/+2
2012-05-04tty_lock: Localise the lockAlan Cox1-10/+13
2012-05-04pty: Lock the devpts bits privatelyAlan Cox1-4/+15
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-4/+0
2012-02-24Revert "TTY: pty, remove superfluous ptm test"Greg Kroah-Hartman1-1/+4
2012-02-24Revert "TTY: get rid of BTM around devpts_*"Greg Kroah-Hartman1-2/+4
2012-02-02TTY: get rid of BTM around devpts_*Jiri Slaby1-4/+2
2012-02-02TTY: pty, remove superfluous ptm testJiri Slaby1-4/+1
2012-01-24tty: move pty count limiting into devptsKonstantin Khlebnikov1-51/+0