Age | Commit message (Expand) | Author | Files | Lines |
2022-11-07 | driver: chmod: renamed option --refmode to --refobj. | midipix | 1 | -1/+1 |
2022-10-30 | ntux_cmd_bridge(): initial implementation and integration. | midipix | 1 | -0/+14 |
2022-10-30 | ntux_strcpy(): null-terminate the destination string. | midipix | 1 | -3/+7 |
2022-09-26 | ntux_cmd_fspath(): initial implementation and driver integration. | midipix | 1 | -0/+6 |
2022-09-11 | ntux_cmd_aceit(): initial implementation and driver integration. | midipix | 1 | -0/+2 |
2021-12-30 | A new home. | midipix | 11 | -11/+11 |
2021-07-06 | Annual chores. | midipix | 11 | -11/+11 |
2021-05-05 | argv.h: tty colors: added argv_usage_plain(). | midipix | 1 | -4/+30 |
2020-05-14 | driver: chmod: added --owner and --group support. | midipix | 1 | -0/+2 |
2020-01-27 | argv.h: remove stale comment regarding sofort. | midipix | 1 | -1/+0 |
2019-05-27 | framework: code against the newly added __xfi_xxx interfaces. | midipix | 6 | -67/+35 |
2018-10-12 | driver: added 'chmod' command support. | midipix | 1 | -0/+9 |
2018-08-05 | driver, library interfaces: support alternate fd's for input/output/error/log. | midipix | 1 | -0/+43 |
2018-07-15 | internals: removed the surrogate streams layer, as it is no longer needed. | midipix | 2 | -78/+0 |
2018-07-14 | argv.h: output usage and errors using [argv_]dprintf rather than fprint. | midipix | 1 | -36/+42 |
2018-07-14 | driver: argv usage and error output: use the signal-resilient ntux_dprintf(). | midipix | 2 | -0/+5 |
2018-07-14 | internals: added ntux_dprintf(), a signal-resilient dprintf implementation. | midipix | 2 | -0/+69 |
2018-07-14 | argv.h: argv_get(): be consistent between forward decl. and impl. | midipix | 1 | -1/+1 |
2018-07-14 | argv.h: move definition of struct argv_meta_impl to the implementation block. | midipix | 1 | -6/+6 |
2018-06-08 | driver: added initial strace-specific support. | midipix | 1 | -0/+2 |
2018-05-22 | argv.h: whitespace meditation. | midipix | 1 | -5/+9 |
2018-05-22 | argv: argv_scan(): properly handle optional argument values of short options. | midipix | 1 | -0/+2 |
2018-05-22 | driver: added --cmd={spawn|strace} support, support multiple option sets. | midipix | 1 | -2/+4 |
2018-05-21 | annual chores. | midipix | 7 | -7/+7 |
2018-05-21 | internals: nolibc: stddef.h: use the __offsetof macro from psxtypes. | midipix | 1 | -1/+1 |
2018-05-21 | driver & output: error info vector, error strings: initial implementation. | midipix | 7 | -0/+368 |
2018-05-21 | driver: added --cmd support, added 'stat' as an available command. | midipix | 1 | -0/+1 |
2016-12-27 | argv.h: use an option vector rather than a direct pointer to the option table. | midipix | 2 | -33/+56 |
2016-12-27 | create free-standing, libpsxscl-based project skeleton. | midipix | 19 | -0/+1444 |