]> git.ipfire.org Git - thirdparty/util-linux.git/history - lib/pty-session.c
fstrim: add --listed-in <file[:file ..]>
[thirdparty/util-linux.git] / lib / pty-session.c
2020-02-27  Karel ZakMerge branch 'libuuid-range' of https://github.com...
2019-12-09  Karel Zakscript: listen to SIGUSR1, flush logs on the signal
2019-12-03  Karel ZakMerge branch 'mount-eperm'
2019-11-25  Karel Zakscript: add --echo
2019-11-22  Karel Zakscriptlive: terminate session at end of the log
2019-11-22  Karel Zaklib/pty: make sure we not use closed FD
2019-11-21  Karel Zakscript: fix ECHO use, improve shell exec
2019-10-09  Karel Zakscript: fix signalfd use
2019-10-09  Karel Zakscript: add debug messages around waitpid()
2019-10-08  Karel Zaklib/pty-session: simplify example/test code
2019-10-08  Karel Zaklib/pty-session: make wait_child callback optional
2019-10-08  Karel Zaklib/pty-session: add loggin callback to code, follow...
2019-10-08  Karel Zaklib/pty-session: improve debug messages
2019-10-08  Karel Zaklib/pty: save sigmask, add API to free all resources
2019-10-08  Karel Zaklib/pty: reset mainloop timeout on signal
2019-10-08  Karel Zaklib/pty: allow use callback from mainloop
2019-10-08  Karel Zaklib/pty-session: add generic PTY container code