Age | Commit message (Expand) | Author | Files | Lines |
2024-06-30 | driver: ntux_get_driver_ctx(): update initialization of struct argv_ctx. | midipix | 1 | -1/+1 |
2024-06-22 | argv.h: argv_show_status(): output keyval pairs where appropriate. | midipix | 1 | -0/+23 |
2024-06-22 | argv.h: argv_scan(): added option for parsing keyval pair and keyval array. | midipix | 1 | -5/+203 |
2024-06-22 | argv.h: argv_show_status(): refactor for better readability. | midipix | 1 | -2/+4 |
2024-06-22 | argv.h: argv_alloc(): refactor for better readability. | midipix | 1 | -7/+11 |
2024-06-22 | argv.h: whitespace meditation. | midipix | 1 | -6/+6 |
2024-05-28 | argv.h: usage screen: avoid extra <stace> when all long options are hybrid-only. | midipix | 1 | -1/+11 |
2024-05-28 | argv.h: usage screen: prettify: <short-option><space><long-option>. | midipix | 1 | -1/+1 |
2024-05-15 | argv.h: argv_usage_impl(): use a sentinel with a non-contant format specifier. | midipix | 1 | -1/+1 |
2024-04-13 | build system: annual chores. | midipix | 1 | -1/+1 |
2024-04-03 | build system: cfgtest.sh: properly cast the probed interface's address. | midipix | 1 | -1/+1 |
2024-03-18 | build system: ccenv.sh: bsd targets: define __BSD_VISIBLE as needed. | midipix | 1 | -4/+21 |
2024-03-17 | build system: ccenv.sh: supplement solar gates with the necessary extensions. | midipix | 1 | -0/+13 |
2024-03-11 | build system: cfgtest.sh: fix typo in status message. | midipix | 1 | -1/+1 |
2024-03-07 | build system: cfgtest.sh: fix c99 conformance bugs (newline, one declaration). | midipix | 2 | -12/+22 |
2024-02-24 | build system: configure: do not (potentially) change the search path semantics. | midipix | 1 | -17/+0 |
2024-02-22 | build system: if supported, add -Wpedantic to --strict cflags. | midipix | 2 | -1/+2 |
2024-02-22 | build system: ccenv.sh: legacy PE targets: define __PE__ and friends as needed. | midipix | 1 | -0/+14 |
2024-02-22 | build system: Makefile.in: remove CFLAGS_OS (duplicate, already in ccenv.in). | midipix | 1 | -1/+0 |
2024-02-18 | build system: ccenv: detect compiler support of visibility attributes. | midipix | 4 | -1/+77 |
2024-02-03 | build system: usage(): handle lack of a of project-specific cfgdefs.usage. | midipix | 1 | -1/+6 |
2024-01-27 | argv.h: argv_scan(): properly handle (fhybrid && ARGV_OPTARG_OPTIONAL). | midipix | 1 | -1/+6 |
2024-01-27 | argv.h: argv_scan(): whitespace meditation. | midipix | 1 | -16/+34 |
2024-01-26 | argv.h: argv_show_error: refactor handling of vendor-specific option string. | midipix | 1 | -10/+19 |
2024-01-26 | argv.h: argv_show_error(): gracefully handle vendor-specific (-W) arguments. | midipix | 1 | -3/+24 |
2023-12-23 | build system: annual chores. | midipix | 1 | -1/+1 |
2023-05-07 | build system: ./configure: base SHELL on the environment's CONFIG_SHELL. | midipix | 3 | -2/+3 |
2022-12-21 | argv.h: argv_show_error(): refine the 'option X requires a value' error msg. | midipix | 1 | -1/+3 |
2022-11-07 | ntux_cmd_chmod(): added --refobj support. | midipix | 3 | -9/+111 |
2022-11-07 | driver: chmod: renamed option --refmode to --refobj. | midipix | 4 | -7/+7 |
2022-11-07 | ntux_chmod_options[]: entered the correct option description. | midipix | 1 | -1/+1 |
2022-10-30 | ntux_cmd_bridge(): initial implementation and integration. | midipix | 9 | -12/+419 |
2022-10-30 | ntux_strcpy(): null-terminate the destination string. | midipix | 1 | -3/+7 |
2022-09-26 | ntux_cmd_fspath(): use posix absolute notation as a fallback --syntax. | midipix | 1 | -0/+14 |
2022-09-26 | ntux_cmd_fspath(): record errors in errv[] as needed. | midipix | 1 | -4/+17 |
2022-09-26 | ntux_cmd_fspath(): initial implementation and driver integration. | midipix | 9 | -1/+193 |
2022-09-26 | project: install-app-extras: install the ntux.aceit symbolic link. | midipix | 1 | -0/+3 |
2022-09-15 | ntux_cmd_chmod(): apply '+p' to permissions inherited via '+P' as needed. | midipix | 1 | -1/+1 |
2022-09-11 | ntux_cmd_chmod(): added +P support (inherit container ACE's). | midipix | 1 | -10/+275 |
2022-09-11 | ntux_cmd_chmod(): parse --strmode in a posix-compatible manner. | midipix | 1 | -18/+60 |
2022-09-11 | ntux_cmd_aceit(): initial implementation and driver integration. | midipix | 8 | -1/+309 |
2021-12-30 | A new home. | midipix | 25 | -25/+25 |
2021-07-06 | Annual chores. | midipix | 24 | -24/+24 |
2021-06-23 | build system: configure: config_ccenv(): relax the --sysroot requirement. | midipix | 1 | -4/+0 |
2021-06-15 | build system: configure: config_ccenv(): fix typo. | midipix | 1 | -2/+2 |
2021-06-15 | build system: configure: config_ccenv(): refined --sysroot related logic. | midipix | 1 | -1/+4 |
2021-06-15 | build system: Makefile.in: .ldflags-host: use the correct ldflags variable. | midipix | 1 | -1/+1 |
2021-06-14 | build system: modern.m4: m4_pathvar(): also convert hyphen to an underscore. | midipix | 1 | -1/+1 |
2021-06-14 | build system: modern.m4: refactored, added additional helper macros. | midipix | 1 | -3/+33 |
2021-06-13 | build system: modern.m4: refactor, added m4_toupper() and m4_tolower(). | midipix | 1 | -1/+6 |