aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/pty.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-26devpts: fix null pointer dereference on failed memory allocationColin Ian King1-2/+5
2016-06-05devpts: Make each mount of devpts an independent filesystem.Eric W. Biederman1-7/+8
2016-05-09Merge 4.6-rc7 into tty-nextGreg Kroah-Hartman1-10/+8
2016-05-01Fix OpenSSH pty regression on closeBrian Bloniarz1-3/+1
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley1-1/+1
2016-04-26devpts: more pty driver interface cleanupsLinus Torvalds1-10/+8
2016-04-18devpts: clean up interface to pty driversLinus Torvalds1-33/+30
2016-02-14Merge 4.5-rc4 into tty-nextGreg Kroah-Hartman1-1/+20
2016-02-06pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski1-3/+6
2016-02-06pty: fix possible use after free of tty->driver_dataHerton R. Krzesinski1-1/+17
2016-01-28tty: Use termios c_*flag macrosPeter Hurley1-2/+1
2016-01-27pty: Remove pty_unix98_shutdown()Peter Hurley1-10/+1
2016-01-27tty: Fix tty_init_termios() declarationPeter Hurley1-12/+3
2016-01-27tty: Fix ldisc leak in failed tty_init_dev()Peter Hurley1-3/+2
2015-12-13tty: Remove __func__ from tty_debug() macroPeter Hurley1-1/+1
2015-10-04drivers/tty: make pty.c slightly more explicitly non-modularPaul Gortmaker1-2/+5
2015-07-23pty: Add debug message for ptmx openPeter Hurley1-0/+8
2015-05-10pty: Fix input race when closingPeter Hurley1-2/+3
2015-02-02n_tty: Fix signal handling flushesPeter Hurley1-0/+1
2015-02-02pty: Fix buffer flush deadlockPeter Hurley1-1/+9
2015-02-02pty: Fix overlimit memory usePeter Hurley1-14/+3
2015-02-02tty: Prevent untrappable signals from malicious programPeter Hurley1-0/+3
2014-11-05pty, n_tty: Simplify input processing on final closePeter Hurley1-0/+1
2014-11-05pty: Don't drop pty master tty lock to hangup slavePeter Hurley1-2/+0
2014-11-05tty: Preset lock subclass for nested tty locksPeter Hurley1-0/+2
2014-11-05pty: Always return -EIO if slave BSD pty opened firstPeter Hurley1-2/+5
2014-11-05pty: Hold ctrl_lock for packet mode updatesPeter Hurley1-0/+2
2014-11-05pty: Fix packet mode setting racePeter Hurley1-1/+2
2014-11-05pty: Don't claim slave's ctrl_lock for master's packet modePeter Hurley1-4/+4
2014-11-05tty: Use spin_lock_irq() for ctrl_lock when interrupts enabledPeter Hurley1-6/+4
2014-11-05pty: Use spin_lock_irq() for pty_set_termios()Peter Hurley1-4/+2
2014-11-05tty: Move pty-specific set_termios() handling to pty driverPeter Hurley1-0/+28
2014-11-05tty: WARN for attempted set_termios() of pty masterPeter Hurley1-2/+0
2014-11-05tty: Replace open-coded tty_get_pgrp()Peter Hurley1-18/+6
2014-09-23tty: Move packet mode flow control notifications to pty driverPeter Hurley1-0/+41
2014-07-12drivers: tty: Fix use-after-free in pty_common_installRasmus Villemoes1-1/+1
2014-07-11drivers: tty: Merge alloc_tty_struct and initialize_tty_structRasmus Villemoes1-10/+9
2013-07-24tty: Fix lock order in tty_do_resize()Peter Hurley1-2/+2
2013-07-24tty: Remove extra wakeup from pty write() pathPeter Hurley1-3/+1
2013-07-23tty: Track flip buffer memory limit atomicallyPeter Hurley1-7/+3
2013-07-23tty: Convert termios_mutex to termios_rwsemPeter Hurley1-2/+2
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