summaryrefslogtreecommitdiff
path: root/src/shared/ptyfwd.c
Commit message (Expand)AuthorAgeFilesLines
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* nspawn: when connected to pipes for stdin/stdout, pass them as-is to PID 1Lennart Poettering2015-02-181-31/+44
* ptyfw: add missing error checkLennart Poettering2015-01-141-1/+3
* ptyfwd: simplify how we handle vhangups a bitLennart Poettering2015-01-071-32/+20
* machinectl: make sure that "machinectl login" exits immediately when the mach...Lennart Poettering2015-01-071-9/+51
* run: add a new "-t" mode for invoking a binary on an allocated TTYLennart Poettering2014-12-231-4/+29
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-281-4/+4
* shared: ptyfwd - make coverity happyTom Gundersen2014-11-051-2/+2
* ptyforward: rework PTY forwarder logic used by nspawn to utilize the normal e...Lennart Poettering2014-10-311-265/+269
* ptyfwd: reset nonblocking modeLennart Poettering2014-02-211-3/+8
* Revert "ptyfwd: make master terminal attributes raw, too"Lennart Poettering2013-12-181-7/+2
* ptyfwd: make master terminal attributes raw, tooLennart Poettering2013-12-181-2/+7
* ptyfwd: Don't set the output prop of stdin, nor the input props of stdout.Luke Shumaker2013-12-111-12/+23
* ptyfwd: Set the size of the PTY base on the size of stdout, not stdin.Luke Shumaker2013-12-111-2/+2
* machinectl: add new command to spawn a getty inside a containerLennart Poettering2013-10-311-52/+170
* nspawn: split out pty forwaring logic into ptyfwd.cLennart Poettering2013-10-311-0/+252