Age | Commit message (Expand) | Author | Files | Lines |
2024-02-21 | core api: simplified the _exec_ interfaces. | midipix | 1 | -16/+9 |
2024-02-20 | utility api's: _output_ namespace: simplified the execution context interfaces. | midipix | 1 | -1/+1 |
2024-02-19 | library api's: _ectx_ (command execution context) namespace overhaul. | midipix | 1 | -4/+4 |
2024-02-10 | Annual chores. | midipix | 1 | -1/+1 |
2024-02-10 | code base: simplify checks against value returned from snprintf() via wrapper. | midipix | 1 | -2/+4 |
2024-02-09 | uninstall mode: invoke the argv interfaces via the driver-provided wrappers. | midipix | 1 | -9/+7 |
2021-12-30 | A new home. | midipix | 1 | -1/+1 |
2021-07-06 | Annual chores. | midipix | 1 | -1/+1 |
2021-05-05 | uninstall mode: driver: added (referential) --sysroot support. | midipix | 1 | -0/+3 |
2021-04-15 | library: replace all uses of unlink() with unlinkat(). | midipix | 1 | -1/+1 |
2021-04-15 | library: replace all uses of rmdir() with unlinkat(). | midipix | 1 | -2/+2 |
2021-04-15 | library: replace all uses of [slbt_]readlink() with [slbt_]readlinkat(). | midipix | 1 | -3/+7 |
2021-04-15 | library: replace all uses of stat() and lstat() with fstatat() counterparts. | midipix | 1 | -3/+8 |
2021-04-03 | uninstall mode: always respect the SLBT_DRIVER_ANNOTATE_NEVER flag. | midipix | 1 | -4/+16 |
2021-03-21 | slbt_exec_uninstall(): remove hard-coded shell logic, revisit later as needed. | midipix | 1 | -4/+0 |
2020-12-20 | internals: error tracing: record the not-found path upon ENOENT as needed. | midipix | 1 | -3/+3 |
2018-11-10 | install mode: slbt_exec_uninstall_entry(): refactor (".so" --> dsosuffix). | midipix | 1 | -6/+10 |
2018-06-27 | annual chores. | midipix | 1 | -1/+1 |
2018-06-27 | driver, library interfaces: support alternate fd's for input/output/error/log. | midipix | 1 | -6/+14 |
2018-06-27 | argv.h: output usage and errors using [argv_]dprintf rather than fprint. | midipix | 1 | -2/+3 |
2017-02-05 | annual chores, properly performed. | midipix | 1 | -1/+1 |
2017-02-04 | annual chores. | midipix | 1 | -1/+1 |
2016-12-25 | argv.h: use an option vector rather than a direct pointer to the option table. | midipix | 1 | -6/+9 |
2016-11-01 | error trace: use descriptive errcodes for invocations of SLBT_CUSTOM_ERROR. | Kylie McClain | 1 | -1/+1 |
2016-09-24 | uninstall mode: initial implementation. | midipix | 1 | -0/+348 |