summaryrefslogtreecommitdiffhomepage
path: root/src/driver
AgeCommit message (Expand)AuthorFilesLines
2022-11-07driver: chmod: renamed option --refmode to --refobj.midipix1-2/+2
2022-10-30ntux_cmd_bridge(): initial implementation and integration.midipix2-11/+154
2022-09-26ntux_cmd_fspath(): initial implementation and driver integration.midipix2-0/+51
2022-09-11ntux_cmd_aceit(): initial implementation and driver integration.midipix2-0/+17
2021-12-30A new home.midipix2-2/+2
2021-07-06Annual chores.midipix2-2/+2
2020-05-14driver: chmod: added --owner and --group support.midipix1-0/+8
2019-12-22ntux_cmd_spawn(), ntux_cmd_strace(): pass-through exit code of child process.midipix1-2/+8
2019-05-27framework: code against the newly added __xfi_xxx interfaces.midipix1-10/+4
2018-10-12driver: added 'chmod' command support.midipix2-0/+47
2018-10-12ntux_get_driver_ctx(): properly identify the tool's pre- --cmd argument vector.midipix1-10/+34
2018-08-18driver: ntux_get_driver_ctx(): support stack-based argv.midipix1-1/+1
2018-08-18ntux_get_driver_ctx()(): always free the intermediate argv meta context.midipix1-0/+2
2018-08-18ntux_get_driver_ctx(): guard against a misplaced --cmd argument.midipix1-1/+14
2018-08-09front-end utility: ntux_main(): remove the redundant argc parameter.midipix1-2/+2
2018-08-05driver, library interfaces: support alternate fd's for input/output/error/log.midipix2-18/+94
2018-08-04library: removed ntux_create_driver_ctx() [too much of a good thing].midipix1-26/+0
2018-07-15ntux_version(): restrict to pure fdio via use of ntux_dprintf().midipix1-1/+2
2018-07-14argv.h: output usage and errors using [argv_]dprintf rather than fprint.midipix1-5/+12
2018-06-08driver: support cmd selection via symlinks and/or program name.midipix1-12/+67
2018-06-08ntux_cmd_strace(): initial implementation and integration.midipix1-0/+3
2018-06-08driver: added initial strace-specific support.midipix1-0/+8
2018-05-22ntux_cmd_spawn(): initial implementation and integration.midipix1-0/+3
2018-05-22driver: added --cmd={spawn|strace} support, support multiple option sets.midipix1-36/+152
2018-05-21annual chores.midipix2-2/+2
2018-05-21ntux_cmd_stat(): initial implementation and integration.midipix1-2/+2
2018-05-21driver & output: error info vector, error strings: initial implementation.midipix1-0/+1
2018-05-21driver: require --cmd=<cmd> as needed.midipix2-0/+15
2018-05-21driver: added --cmd support, added 'stat' as an available command.midipix1-2/+8
2016-12-27argv.h: use an option vector rather than a direct pointer to the option table.midipix1-8/+11
2016-12-27create free-standing, libpsxscl-based project skeleton.midipix2-0/+298