summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-08-05build system: configure, Makefile.in: added initial pkgconfig support.midipix3-3/+84
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.midipix5-20/+152
2018-08-05whitespace meditation.midipix1-9/+13
2018-08-04library: removed ntux_create_driver_ctx() [too much of a good thing].midipix2-27/+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.midipix4-0/+71
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-08project: added the install-app-extras build target, for cmd specific symlinks.midipix1-0/+15
2018-06-08project: set default location of executable and symlinks to $EXEC_PREFIX/ntux.midipix1-0/+1
2018-06-08build system: configure: support alternate bindir relative to exec_prefix.midipix1-1/+8
2018-06-08driver: support cmd selection via symlinks and/or program name.midipix2-12/+68
2018-06-08ntux_cmd_strace(): initial implementation and integration.midipix4-0/+142
2018-06-08driver: added initial strace-specific support.midipix4-0/+21
2018-06-08src/init: #define PE_LDSO in a CFLAGS-friendly way.midipix2-2/+6
2018-06-05build system: PE targets: mdso integration: support non-default --libpath.midipix1-1/+2
2018-06-05build system: configure: added initial dependency tracking support.midipix2-0/+9
2018-06-05build system: configure: added initial --program-prefix support.midipix2-0/+8
2018-05-23project: ldso: added a missing link reference.midipix1-1/+1
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).midipix8-8/+182
2018-05-22ntux_cmd_spawn(): initial implementation and integration.midipix4-0/+59
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.midipix7-40/+189
2018-05-21annual chores.midipix12-12/+12
2018-05-21project: nolibc: add missing makefile dependency on surrogate headers.midipix1-1/+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.midipix4-2/+132
2018-05-21driver & output: error info vector, error strings: initial implementation.midipix13-0/+618
2018-05-21driver: require --cmd=<cmd> as needed.midipix3-0/+16
2018-05-21utility: ntux_entry_point(): update to match current abi.midipix1-1/+1
2018-05-21build system: added --cchost support.midipix5-4/+31
2018-05-21build system: added PERK to the toolchain variables.midipix2-0/+2
2018-05-21build system: toolchain: added definitions for message and resource compilers.midipix2-0/+4
2018-05-21build system: PE targets: added mdso-based import library generation support.midipix7-3/+30
2018-05-21build system: midipix.mk: OS_SONAME: use symlinks by default.midipix1-1/+1
2018-05-21build system: allow cmdline overriding of the static archive's base name.midipix1-1/+2
2018-05-21build system: added extended dir variables.midipix3-0/+140
2018-05-21build system: added --sbindir support.midipix3-0/+10
2018-05-21added clbuild-bat: a poor man's transitional clbuild command translator.midipix4-0/+232