summaryrefslogtreecommitdiffhomepage
path: root/src/driver
AgeCommit message (Expand)AuthorFilesLines
2021-12-30A new home.midipix2-2/+2
2018-08-17driver: ptyc_get_driver_ctx(): support stack-based argv.midipix1-1/+1
2018-08-13ptyc_main(): restore support of --cat with no --exec.midipix1-1/+1
2018-08-09front-end utility: ptyc_main(): remove the redundant argc parameter.midipix1-2/+4
2018-08-05coding-style meditation.midipix1-1/+2
2018-08-04library: removed ptyc_create_driver_ctx() [too much of a good thing].midipix1-29/+0
2018-07-15ptyc_version(): restrict to pure fdio via use of ptyc_dprintf().midipix1-1/+1
2018-07-15ptyc_get_driver_ctx(): restrict to pure fdio via use of ptyc_dprintf().midipix1-1/+1
2018-07-15argv.h: output usage and errors using [argv_]dprintf rather than fprint.midipix1-3/+6
2017-02-04annual chores.midipix2-2/+2
2016-12-26argv.h: use an option vector rather than a direct pointer to the option table.midipix1-9/+12
2016-12-12include <psxtypes/section/freestd.h> for improved foreign compiler support.midipix1-0/+3
2016-11-21free-standing environment: .freestd is now a supported named section.midipix1-1/+1
2016-11-17set tty affiliation in the driver, effective for both the library and utility.midipix1-0/+7
2016-08-18driver: exit as needed after version printing.midipix1-0/+4
2016-08-18driver: fix eargv initialization.midipix1-1/+1
2016-08-14driver: added --bell support.midipix1-0/+5
2016-07-24struct ptyc_driver_ctx_impl: added a pointer to the process's runtime data.midipix1-0/+5
2016-07-21ptyc_spawn(): initial implementation and integration.midipix1-0/+3
2016-07-21driver: added --sysroot support.midipix1-0/+12
2016-07-21driver: added --exec support.midipix1-2/+57
2016-07-21driver: added daemon initialization bits.midipix1-0/+7
2016-07-21driver: added --daemon support.midipix1-0/+9
2016-07-21driver: make --debug=raw and --debug=oven mutually exclusive.midipix1-4/+8
2016-07-21driver: added --wait support for slightly more convenient debug sessions.midipix1-0/+4
2016-07-21driver: added --cat support.midipix1-3/+6
2016-07-21logic: added console initialization and threaded loop allocation.midipix1-0/+6
2016-07-21ptyc_free_driver_ctx(): fix readability.midipix1-2/+2
2016-07-21driver: gdi accessor table integration.midipix1-11/+21
2016-07-21driver: added --debug support.midipix1-0/+14
2016-07-21pty layer: added ptyc_alloc_pty(), ptyc_free_pty().midipix2-0/+4
2016-07-21driver: added native console accessor table.midipix1-0/+50
2016-07-21created free-standing project skeleton.midipix2-0/+283