summaryrefslogtreecommitdiffhomepage
path: root/src/driver
AgeCommit message (Expand)AuthorFilesLines
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