summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-14argv.h: output usage and errors using [argv_]dprintf rather than fprint.midipix2-41/+54
2018-07-14driver: argv usage and error output: use the signal-resilient ntux_dprintf().midipix2-0/+5
2018-07-14internals: added ntux_dprintf(), a signal-resilient dprintf implementation.midipix2-0/+69
2018-07-14argv.h: argv_get(): be consistent between forward decl. and impl.midipix1-1/+1
2018-07-14argv.h: move definition of struct argv_meta_impl to the implementation block.midipix1-6/+6
2018-06-13ntux_cmd_strace(): open the log file with O_TRUNC.midipix1-1/+3
2018-06-08driver: support cmd selection via symlinks and/or program name.midipix1-12/+67
2018-06-08ntux_cmd_strace(): initial implementation and integration.midipix2-0/+140
2018-06-08driver: added initial strace-specific support.midipix3-0/+16
2018-06-08src/init: #define PE_LDSO in a CFLAGS-friendly way.midipix2-2/+6
2018-05-23src/init: #define PE_LDSO (loader initialization interfaces) as needed.midipix2-0/+4
2018-05-23utility: support all three linking modes (ldso/vrfs/static).midipix4-6/+170
2018-05-22ntux_cmd_spawn(): initial implementation and integration.midipix2-0/+57
2018-05-22argv.h: whitespace meditation.midipix1-5/+9
2018-05-22argv: argv_scan(): properly handle optional argument values of short options.midipix1-0/+2
2018-05-22driver: added --cmd={spawn|strace} support, support multiple option sets.midipix5-40/+182
2018-05-21annual chores.midipix10-10/+10
2018-05-21internals: nolibc: stddef.h: use the __offsetof macro from psxtypes.midipix1-1/+1
2018-05-21ntux_cmd_stat(): initial implementation and integration.midipix2-2/+125