index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
ptyfwd.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-6
/
+6
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: drop if braces around single line expressions as well
Frantisek Sumsal
2020-10-09
1
-3
/
+1
*
ptyfwd: reopen stdin/sdout before setting O_NONBLOCK
Lennart Poettering
2020-10-02
1
-32
/
+81
*
ptyfwd: use ERRNO_IS_DISCONNECT() when checking for disconnection on foreign fds
Lennart Poettering
2020-09-22
1
-2
/
+3
*
ptyfwd: don't set prio if event source that might not exist
Lennart Poettering
2020-09-04
1
-3
/
+5
*
ptyfwd: optionally override terminal width/height
Lennart Poettering
2018-11-29
1
-2
/
+44
*
ptyfwd: when we can't copy the window size from caller, use $LINES and $COLUMNS
Lennart Poettering
2018-10-09
1
-2
/
+12
*
ptyfwd: voidify more calls (#10310)
Lennart Poettering
2018-10-08
1
-2
/
+2
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-2
/
+1
*
run: run pty forwarder at higher event priority than the bus
Lennart Poettering
2017-12-05
1
-0
/
+23
*
ptyfwd: before deciding that a pty is fully drained, ask the kernel again
Lennart Poettering
2017-12-05
1
-3
/
+26
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
tree-wide: use IN_SET where possible
Andreas Rammhold
2017-10-02
1
-5
/
+5
*
run: exit early in --pty if service failed
Lennart Poettering
2017-02-03
1
-0
/
+21
*
ptyfwd: set event source description strings for all event sources of a ptyfw...
Lennart Poettering
2017-02-02
1
-0
/
+9
*
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-2
/
+1
*
run: optionally, wait for the service to finish and show its result
Lennart Poettering
2016-08-22
1
-32
/
+70
*
tree-wide: use SET_FLAG() macro to make code more clear
Alexander Kuleshov
2016-03-05
1
-4
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
shared: include what we use
Thomas Hindoe Paaboel Andersen
2015-12-06
1
-1
/
+13
*
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
1
-1
/
+1
*
nspawn: fix minor memory leak
Lennart Poettering
2015-10-31
1
-0
/
+1
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-1
/
+2
*
machinectl: fix race when opening new shells with "machinectl shell"
Lennart Poettering
2015-10-07
1
-17
/
+32
*
Use space after a silencing (void)
Zbigniew Jędrzejewski-Szmek
2015-03-14
1
-1
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-1
/
+0
*
nspawn: when connected to pipes for stdin/stdout, pass them as-is to PID 1
Lennart Poettering
2015-02-18
1
-31
/
+44
*
ptyfw: add missing error check
Lennart Poettering
2015-01-14
1
-1
/
+3
*
ptyfwd: simplify how we handle vhangups a bit
Lennart Poettering
2015-01-07
1
-32
/
+20
*
machinectl: make sure that "machinectl login" exits immediately when the mach...
Lennart Poettering
2015-01-07
1
-9
/
+51
*
run: add a new "-t" mode for invoking a binary on an allocated TTY
Lennart Poettering
2014-12-23
1
-4
/
+29
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-4
/
+4
*
shared: ptyfwd - make coverity happy
Tom Gundersen
2014-11-05
1
-2
/
+2
*
ptyforward: rework PTY forwarder logic used by nspawn to utilize the normal e...
Lennart Poettering
2014-10-31
1
-265
/
+269
*
ptyfwd: reset nonblocking mode
Lennart Poettering
2014-02-21
1
-3
/
+8
*
Revert "ptyfwd: make master terminal attributes raw, too"
Lennart Poettering
2013-12-18
1
-7
/
+2
*
ptyfwd: make master terminal attributes raw, too
Lennart Poettering
2013-12-18
1
-2
/
+7
*
ptyfwd: Don't set the output prop of stdin, nor the input props of stdout.
Luke Shumaker
2013-12-11
1
-12
/
+23
*
ptyfwd: Set the size of the PTY base on the size of stdout, not stdin.
Luke Shumaker
2013-12-11
1
-2
/
+2
*
machinectl: add new command to spawn a getty inside a container
Lennart Poettering
2013-10-31
1
-52
/
+170
*
nspawn: split out pty forwaring logic into ptyfwd.c
Lennart Poettering
2013-10-31
1
-0
/
+252