summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-11-22build system: added --cfghost support.midipix4-2/+17
2018-11-10build system: host flavors: support suffixed library extensions.midipix7-3/+23
2018-10-12ntux_cmd_chmod(): initial implementation.midipix1-3/+128
2018-10-12driver: added 'chmod' command support.midipix9-1/+138
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.midipix4-4/+5
2018-08-05build system: configure: replace non-simple backtick with $(...) construct.midipix1-1/+1
2018-08-05project: added initial pkgconfig.support.midipix1-0/+9
2018-08-05build system: fix shared/static install target dependencies on install-pkgconf.midipix1-2/+2
2018-08-05build system: all-shared binary: added missing build-dep on $(SHARED_SOLINK).midipix1-1/+1
2018-08-05build system: all-shared front-end variant: fix ordering of -l$(PACKAGE).midipix1-1/+1
2018-08-05build system: install-shared, install-static: added initial pkgconfig support.midipix3-0/+133
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