summaryrefslogtreecommitdiff
path: root/src/shared/ptyfwd.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-14ptyfw: add missing error checkLennart Poettering1-1/+3
2015-01-07ptyfwd: simplify how we handle vhangups a bitLennart Poettering1-32/+20
2015-01-07machinectl: make sure that "machinectl login" exits immediately when the mach...Lennart Poettering1-9/+51
2014-12-23run: add a new "-t" mode for invoking a binary on an allocated TTYLennart Poettering1-4/+29
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-4/+4
2014-11-05shared: ptyfwd - make coverity happyTom Gundersen1-2/+2
2014-10-31ptyforward: rework PTY forwarder logic used by nspawn to utilize the normal e...Lennart Poettering1-265/+269
2014-02-21ptyfwd: reset nonblocking modeLennart Poettering1-3/+8
2013-12-18Revert "ptyfwd: make master terminal attributes raw, too"Lennart Poettering1-7/+2
2013-12-18ptyfwd: make master terminal attributes raw, tooLennart Poettering1-2/+7
2013-12-11ptyfwd: Don't set the output prop of stdin, nor the input props of stdout.Luke Shumaker1-12/+23
2013-12-11ptyfwd: Set the size of the PTY base on the size of stdout, not stdin.Luke Shumaker1-2/+2
2013-10-31machinectl: add new command to spawn a getty inside a containerLennart Poettering1-52/+170
2013-10-31nspawn: split out pty forwaring logic into ptyfwd.cLennart Poettering1-0/+252