| Commit message (Expand) | Author | Age |
* | tty: Fix transient pty write() EIO | Peter Hurley | 2013-06-17 |
* | tty: fix up atime/mtime mess, take three | Linus Torvalds | 2013-05-01 |
* | TTY: pty, fix compilation warning | Jiri Slaby | 2013-04-15 |
* | pty: Remove redundant itty reset | Peter Hurley | 2013-03-15 |
* | pty: Ignore slave open count for master pty open | Peter Hurley | 2013-02-04 |
* | pty: Ignore slave pty close() if never successfully opened | Peter Hurley | 2013-02-04 |
* | pty: Fix BUG()s when ptmx_open() errors out | Peter Hurley | 2013-02-04 |
* | Merge 3.8-rc5 into tty-next | Greg Kroah-Hartman | 2013-01-25 |
|\ |
|
| * | pty: return EINVAL for TIOCGPTN for BSD ptys | Jiri Slaby | 2013-01-17 |
* | | TTY: do not reset master's packet mode | Jiri Slaby | 2013-01-16 |
* | | tty: cleanup checkpatch warning in pty.c | Cong Ding | 2013-01-16 |
* | | tty: cleanup the panic message | Cong Ding | 2013-01-16 |
* | | TTY: switch tty_flip_buffer_push | Jiri Slaby | 2013-01-16 |
* | | TTY: switch tty_insert_flip_string | Jiri Slaby | 2013-01-16 |
|/ |
|
* | pty: Mark pty_resize static | Josh Triplett | 2012-11-21 |
* | TTY: pty, fix tty buffers leak | Jiri Slaby | 2012-11-15 |
* | tty: Add get- ioctls to fetch tty status v3 | Cyrill Gorcunov | 2012-10-25 |
* | tty: pty - Move TIOCPKT handling into pty.c | Cyrill Gorcunov | 2012-10-25 |
* | TTY: move tty buffers to tty_port | Jiri Slaby | 2012-10-22 |
* | TTY: add port -> tty link | Jiri Slaby | 2012-10-22 |
* | TTY: move devpts kill to pty | Jiri Slaby | 2012-10-22 |
* | TTY: devpts, do not set driver_data | Jiri Slaby | 2012-10-22 |
* | TTY: devpts, return created inode from devpts_pty_new | Jiri Slaby | 2012-10-22 |
* | TTY: devpts, don't care about TTY in devpts_get_tty | Jiri Slaby | 2012-10-22 |
* | pty: Fix locking bug on error path | Alan Cox | 2012-09-21 |
* | TTY: tty_alloc_driver() returns error pointers | Dan Carpenter | 2012-08-16 |
* | TTY: pty, switch to tty_alloc_driver | Jiri Slaby | 2012-08-13 |
* | TTY: pty, stop passing NULL to free_tty_struct | Jiri Slaby | 2012-08-10 |
* | tty: localise the lock | Alan Cox | 2012-08-10 |
* | tty: Fix race in tty release | Alan Cox | 2012-07-27 |
* | tty: Move the handling of the tty release logic | Alan Cox | 2012-07-17 |
* | tty: move the termios object into the tty | Alan Cox | 2012-07-16 |
* | tty: revert incorrectly applied lock patch | Alan Cox | 2012-07-16 |
* | tty: double unlock on error in ptmx_open() | Dan Carpenter | 2012-07-12 |
* | tty: localise the lock | Alan Cox | 2012-07-06 |
* | PTY: add tty_port | Jiri Slaby | 2012-06-13 |
* | PTY: merge pty_install implementations | Jiri Slaby | 2012-06-13 |
* | PTY: remove one empty ops->remove | Jiri Slaby | 2012-06-13 |
* | tty: Revert the tty locking series, it needs more work | Linus Torvalds | 2012-06-02 |
* | pty: Fix lock inversion | Alan Cox | 2012-05-29 |
* | tty: drop the pty lock during hangup | Alan Cox | 2012-05-09 |
* | tty_lock: Localise the lock | Alan Cox | 2012-05-04 |
* | pty: Lock the devpts bits privately | Alan Cox | 2012-05-04 |
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 |
* | TTY: remove re-assignments to tty_driver members | Jiri Slaby | 2012-03-08 |
* | Revert "TTY: pty, remove superfluous ptm test" | Greg Kroah-Hartman | 2012-02-24 |
* | Revert "TTY: get rid of BTM around devpts_*" | Greg Kroah-Hartman | 2012-02-24 |
* | TTY: get rid of BTM around devpts_* | Jiri Slaby | 2012-02-02 |
* | TTY: pty, remove superfluous ptm test | Jiri Slaby | 2012-02-02 |
* | tty: move pty count limiting into devpts | Konstantin Khlebnikov | 2012-01-24 |