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