summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-01-27argv.h: argv_scan(): properly handle (fhybrid && ARGV_OPTARG_OPTIONAL).midipix1-1/+6
2024-01-27argv.h: argv_scan(): whitespace meditation.midipix1-16/+34
2024-01-26argv.h: argv_show_error: refactor handling of vendor-specific option string.midipix1-10/+19
2024-01-26argv.h: argv_show_error(): gracefully handle vendor-specific (-W) arguments.midipix1-3/+24
2022-12-21argv.h: argv_show_error(): refine the 'option X requires a value' error msg.midipix1-1/+3
2022-11-07ntux_cmd_chmod(): added --refobj support.midipix2-9/+109
2022-11-07driver: chmod: renamed option --refmode to --refobj.midipix3-6/+6
2022-11-07ntux_chmod_options[]: entered the correct option description.midipix1-1/+1
2022-10-30ntux_cmd_bridge(): initial implementation and integration.midipix6-12/+395
2022-10-30ntux_strcpy(): null-terminate the destination string.midipix1-3/+7
2022-09-26ntux_cmd_fspath(): use posix absolute notation as a fallback --syntax.midipix1-0/+14
2022-09-26ntux_cmd_fspath(): record errors in errv[] as needed.midipix1-4/+17
2022-09-26ntux_cmd_fspath(): initial implementation and driver integration.midipix6-1/+181
2022-09-15ntux_cmd_chmod(): apply '+p' to permissions inherited via '+P' as needed.midipix1-1/+1
2022-09-11ntux_cmd_chmod(): added +P support (inherit container ACE's).midipix1-10/+275
2022-09-11ntux_cmd_chmod(): parse --strmode in a posix-compatible manner.midipix1-18/+60
2022-09-11ntux_cmd_aceit(): initial implementation and driver integration.midipix6-1/+303
2021-12-30A new home.midipix22-22/+22
2021-07-06Annual chores.midipix22-22/+22
2021-05-05argv.h: tty colors: added argv_usage_plain().midipix1-4/+30
2020-05-14ntux_cmd_chmod(): properly set errno upon non-system-call failure.midipix1-12/+16
2020-05-14ntux_output_strerror(): pretty-printing: removed extra period.midipix1-1/+1
2020-05-14ntux_cmd_chmod(): added initial --owner and --group support.midipix2-7/+58
2020-05-14ntux_cmd_chmod(): --strmode is now optional.midipix1-8/+11
2020-05-14driver: chmod: added --owner and --group support.midipix3-0/+16
2020-01-27argv.h: remove stale comment regarding sofort.midipix1-1/+0
2019-12-22ntux_cmd_spawn(), ntux_cmd_strace(): pass-through exit code of child process.midipix3-4/+16
2019-12-07ntux_cmd_chmod(): remove m+p (not needed), support ace propagation (+p, -p).midipix1-6/+20
2019-10-17init: adjust initialization of struct __psx_context to match current abi.midipix1-1/+1
2019-06-06process initialization: update to match current def. of struct __psx_context.midipix1-1/+1
2019-05-27ntux_init_vrfs.c: add missing #include's.midipix1-0/+3
2019-05-27framework: code against the newly added __xfi_xxx interfaces.midipix14-90/+54
2019-03-11init: adjust initialization of struct __psx_context (pre-alpha abi).midipix3-3/+3
2019-01-26struct __psx_context: update: .refaddr --> .usrmain.midipix3-2/+18
2018-10-12ntux_cmd_chmod(): initial implementation.midipix1-3/+128
2018-10-12driver: added 'chmod' command support.midipix6-1/+122
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.midipix2-3/+3
2018-08-05ntux_cmd_strace(): integrated the driver's fdctx.midipix1-2/+4
2018-08-05ntux_cmd_stat(): integrated the driver's fdctx.midipix1-3/+9
2018-08-05ntux_output_error_record_plain(): integrated the driver's fdctx.midipix1-6/+8
2018-08-05driver, library interfaces: support alternate fd's for input/output/error/log.midipix4-19/+138
2018-08-04library: removed ntux_create_driver_ctx() [too much of a good thing].midipix1-26/+0
2018-07-15internals: removed the surrogate streams layer, as it is no longer needed.midipix2-78/+0
2018-07-15output interfaces: restrict to pure fdio via use of ntux_dprintf().midipix1-8/+12
2018-07-15ntux_version(): restrict to pure fdio via use of ntux_dprintf().midipix1-1/+2
2018-07-15ntux_cmd_stat(): restrict to pure fdio via use of ntux_dprintf().midipix1-2/+2