summaryrefslogtreecommitdiffhomepage
path: root/src/pty
AgeCommit message (Expand)AuthorFilesLines
2021-12-30A new home.midipix2-2/+2
2018-08-13ptyc_spawn(): explicitly set sparams.hroot.midipix1-3/+4
2017-02-04annual chores.midipix2-2/+2
2017-01-07ptyc_spawn(): added proper session chain support.midipix1-6/+13
2016-09-16ptyc_spawn(): implementation: fix signature.midipix1-1/+1
2016-08-22pty layer: integrated __ntapi_pty_inherit_runtime_ctty().midipix1-4/+19
2016-08-10ptyc_spawn(): pass a inherited sysroot handle to the child process as needed.midipix1-1/+3
2016-07-24ptyc_spawn(): use ntapi->tt_spawn_native_process() as a backend.midipix1-216/+55
2016-07-24ptyc_spawn(): support '/??/...' executable path arguments.midipix1-1/+3
2016-07-24debug: added job-control session creation in 'raw' and 'oven' modes.midipix1-0/+5
2016-07-24struct ptyc_driver_ctx_impl: added a pointer to the process's runtime data.midipix1-3/+1
2016-07-21ptyc_spawn(): initial implementation and integration.midipix1-0/+262
2016-07-21pty layer: set client information for pty inheritance.midipix1-0/+4
2016-07-21pty layer: always open both ends of the pty channel.midipix1-6/+0
2016-07-21pty layer: ptyc_make_oven(): implementation and integration.midipix1-0/+71
2016-07-21pty layer: set hptm's mode to raw.midipix1-0/+66
2016-07-21driver: added --cat support.midipix1-1/+2
2016-07-21ptyc_driver_ctx_impl(): implementation and integration (static, inline).midipix1-18/+27
2016-07-21pty layer: added ptyc_alloc_pty(), ptyc_free_pty().midipix1-0/+92