summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-21driver & output: error info vector, error strings: initial implementation.midipix9-0/+586
2018-05-21driver: require --cmd=<cmd> as needed.midipix2-0/+15
2018-05-21utility: ntux_entry_point(): update to match current abi.midipix1-1/+1
2018-05-21driver: added --cmd support, added 'stat' as an available command.midipix3-2/+12
2016-12-27argv.h: use an option vector rather than a direct pointer to the option table.midipix3-41/+67
2016-12-27create free-standing, libpsxscl-based project skeleton.midipix23-0/+1788