]> git.ipfire.org Git - thirdparty/util-linux.git/history - lib/pty-session.c
all_errnos/all_syscalls: fail if any step fails
[thirdparty/util-linux.git] / lib / pty-session.c
2024-04-02  Karel ZakMerge branch 'master' of https://github.com/BinBashBana...
2024-03-27  Karel ZakMerge branch 'blkid/json' of https://github.com/t-8ch...
2024-03-25  Karel ZakMerge branch 'clang-18' of https://github.com/t-8ch...
2024-03-20  Kuniyuki Iwashimalib/pty-session: Don't ignore SIGHUP.
2024-01-23  Karel ZakMerge branch 'lastlog2' of https://github.com/schubi2...
2024-01-23  Karel ZakMerge branch 'master' of https://github.com/biubiuzy...
2024-01-19  Karel ZakMerge branch 'audit/ret' of https://github.com/t-8ch...
2024-01-18  Karel Zaklib/pty-session: initialize timevals [-Werror=maybe...
2022-11-16  Karel Zakllib/pty-session: split PTY and signalfd setup
2022-04-19  Karel Zaklib/pty: minor cleanups
2022-04-19  набlib/pty: Put master PTY into non-blocking mode and...
2021-05-06  Karel Zaklib/pty-session: fix time_t=long assumptions
2021-02-23  Karel Zaksu: (pty) change owner and mode for pty
2020-11-09  Karel ZakMerge branch 'vipw-shortwrite' of https://github.com...
2020-11-03  Karel ZakMerge branch 'execl-null' of https://github.com/DankRan...
2020-10-29  Egor Chelakcast NULL to char * when using execl
2020-09-29  Karel ZakMerge branch 'col-refactor' of https://github.com/kerol...
2020-09-21  Karel Zakscript: kill child process on error
2020-09-21  Soumendra Gangulyscript: improve I/O return code checks
2020-08-27  Soumendra Gangulyscript: cleanup --echo
2020-08-14  Karel ZakMerge branch 'patch-1' of https://github.com/8vasu...
2020-08-13  Soumendra GangulyUpdate pty-session.c
2020-08-13  Soumendra GangulyMore minor typos
2020-08-13  Soumendra GangulyFix minor typo
2020-05-25  Karel ZakMerge branch 'libeconf' of https://github.com/thkukuk...
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