Age | Commit message (Expand) | Author | Files | Lines |
2024-01-26 | argv.h: argv_show_error: refactor handling of vendor-specific option string. | midipix | 1 | -10/+19 |
2024-01-26 | argv.h: argv_show_error(): gracefully handle vendor-specific (-W) arguments. | midipix | 1 | -3/+24 |
2022-12-21 | argv.h: argv_show_error(): refine the 'option X requires a value' error msg. | midipix | 1 | -1/+3 |
2022-11-07 | ntux_cmd_chmod(): added --refobj support. | midipix | 2 | -9/+109 |
2022-11-07 | driver: chmod: renamed option --refmode to --refobj. | midipix | 3 | -6/+6 |
2022-11-07 | ntux_chmod_options[]: entered the correct option description. | midipix | 1 | -1/+1 |
2022-10-30 | ntux_cmd_bridge(): initial implementation and integration. | midipix | 6 | -12/+395 |
2022-10-30 | ntux_strcpy(): null-terminate the destination string. | midipix | 1 | -3/+7 |
2022-09-26 | ntux_cmd_fspath(): use posix absolute notation as a fallback --syntax. | midipix | 1 | -0/+14 |
2022-09-26 | ntux_cmd_fspath(): record errors in errv[] as needed. | midipix | 1 | -4/+17 |
2022-09-26 | ntux_cmd_fspath(): initial implementation and driver integration. | midipix | 6 | -1/+181 |
2022-09-15 | ntux_cmd_chmod(): apply '+p' to permissions inherited via '+P' as needed. | midipix | 1 | -1/+1 |
2022-09-11 | ntux_cmd_chmod(): added +P support (inherit container ACE's). | midipix | 1 | -10/+275 |
2022-09-11 | ntux_cmd_chmod(): parse --strmode in a posix-compatible manner. | midipix | 1 | -18/+60 |
2022-09-11 | ntux_cmd_aceit(): initial implementation and driver integration. | midipix | 6 | -1/+303 |
2021-12-30 | A new home. | midipix | 22 | -22/+22 |
2021-07-06 | Annual chores. | midipix | 22 | -22/+22 |
2021-05-05 | argv.h: tty colors: added argv_usage_plain(). | midipix | 1 | -4/+30 |
2020-05-14 | ntux_cmd_chmod(): properly set errno upon non-system-call failure. | midipix | 1 | -12/+16 |
2020-05-14 | ntux_output_strerror(): pretty-printing: removed extra period. | midipix | 1 | -1/+1 |
2020-05-14 | ntux_cmd_chmod(): added initial --owner and --group support. | midipix | 2 | -7/+58 |
2020-05-14 | ntux_cmd_chmod(): --strmode is now optional. | midipix | 1 | -8/+11 |
2020-05-14 | driver: chmod: added --owner and --group support. | midipix | 3 | -0/+16 |
2020-01-27 | argv.h: remove stale comment regarding sofort. | midipix | 1 | -1/+0 |
2019-12-22 | ntux_cmd_spawn(), ntux_cmd_strace(): pass-through exit code of child process. | midipix | 3 | -4/+16 |
2019-12-07 | ntux_cmd_chmod(): remove m+p (not needed), support ace propagation (+p, -p). | midipix | 1 | -6/+20 |
2019-10-17 | init: adjust initialization of struct __psx_context to match current abi. | midipix | 1 | -1/+1 |
2019-06-06 | process initialization: update to match current def. of struct __psx_context. | midipix | 1 | -1/+1 |
2019-05-27 | ntux_init_vrfs.c: add missing #include's. | midipix | 1 | -0/+3 |
2019-05-27 | framework: code against the newly added __xfi_xxx interfaces. | midipix | 14 | -90/+54 |
2019-03-11 | init: adjust initialization of struct __psx_context (pre-alpha abi). | midipix | 3 | -3/+3 |
2019-01-26 | struct __psx_context: update: .refaddr --> .usrmain. | midipix | 3 | -2/+18 |
2018-10-12 | ntux_cmd_chmod(): initial implementation. | midipix | 1 | -3/+128 |
2018-10-12 | driver: added 'chmod' command support. | midipix | 6 | -1/+122 |
2018-10-12 | ntux_get_driver_ctx(): properly identify the tool's pre- --cmd argument vector. | midipix | 1 | -10/+34 |
2018-08-18 | driver: ntux_get_driver_ctx(): support stack-based argv. | midipix | 1 | -1/+1 |
2018-08-18 | ntux_get_driver_ctx()(): always free the intermediate argv meta context. | midipix | 1 | -0/+2 |
2018-08-18 | ntux_get_driver_ctx(): guard against a misplaced --cmd argument. | midipix | 1 | -1/+14 |
2018-08-09 | front-end utility: ntux_main(): remove the redundant argc parameter. | midipix | 2 | -3/+3 |
2018-08-05 | ntux_cmd_strace(): integrated the driver's fdctx. | midipix | 1 | -2/+4 |
2018-08-05 | ntux_cmd_stat(): integrated the driver's fdctx. | midipix | 1 | -3/+9 |
2018-08-05 | ntux_output_error_record_plain(): integrated the driver's fdctx. | midipix | 1 | -6/+8 |
2018-08-05 | driver, library interfaces: support alternate fd's for input/output/error/log. | midipix | 4 | -19/+138 |
2018-08-04 | library: removed ntux_create_driver_ctx() [too much of a good thing]. | midipix | 1 | -26/+0 |
2018-07-15 | internals: removed the surrogate streams layer, as it is no longer needed. | midipix | 2 | -78/+0 |
2018-07-15 | output interfaces: restrict to pure fdio via use of ntux_dprintf(). | midipix | 1 | -8/+12 |
2018-07-15 | ntux_version(): restrict to pure fdio via use of ntux_dprintf(). | midipix | 1 | -1/+2 |
2018-07-15 | ntux_cmd_stat(): restrict to pure fdio via use of ntux_dprintf(). | midipix | 1 | -2/+2 |
2018-07-14 | argv.h: output usage and errors using [argv_]dprintf rather than fprint. | midipix | 2 | -41/+54 |
2018-07-14 | driver: argv usage and error output: use the signal-resilient ntux_dprintf(). | midipix | 2 | -0/+5 |