Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-18 | Revert "ptyfwd: make master terminal attributes raw, too" | Lennart Poettering | |
This reverts commit e7d43b3cc30764138c90eaaf95d3d8f49e448890. This broke the console terminal when booting up a container, so let's not do this. | |||
2013-12-18 | ptyfwd: make master terminal attributes raw, too | Lennart Poettering | |
2013-12-11 | ptyfwd: Don't set the output prop of stdin, nor the input props of stdout. | Luke Shumaker | |
It was calling cfmakeraw(3) on the properties for STDIN_FILENO; cfmakeraw sets both input and output properties. If (and only if) stdin and stdout are the same device is this correct. Otherwise, we must change only the input properties of stdin, and only the output properties of stdout. | |||
2013-12-11 | ptyfwd: Set the size of the PTY base on the size of stdout, not stdin. | Luke Shumaker | |
2013-10-31 | machinectl: add new command to spawn a getty inside a container | Lennart Poettering | |
2013-10-31 | nspawn: split out pty forwaring logic into ptyfwd.c | Lennart Poettering | |