Age | Commit message (Expand) | Author | Files | Lines |
2022-10-30 | ntux_cmd_bridge(): initial implementation and integration. | midipix | 1 | -0/+202 |
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 | 1 | -0/+91 |
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 | 1 | -0/+266 |
2021-12-30 | A new home. | midipix | 4 | -4/+4 |
2021-07-06 | Annual chores. | midipix | 4 | -4/+4 |
2020-05-14 | ntux_cmd_chmod(): properly set errno upon non-system-call failure. | midipix | 1 | -12/+16 |
2020-05-14 | ntux_cmd_chmod(): added initial --owner and --group support. | midipix | 1 | -6/+54 |
2020-05-14 | ntux_cmd_chmod(): --strmode is now optional. | midipix | 1 | -8/+11 |
2019-12-22 | ntux_cmd_spawn(), ntux_cmd_strace(): pass-through exit code of child process. | midipix | 2 | -2/+8 |
2019-12-07 | ntux_cmd_chmod(): remove m+p (not needed), support ace propagation (+p, -p). | midipix | 1 | -6/+20 |
2019-05-27 | framework: code against the newly added __xfi_xxx interfaces. | midipix | 4 | -10/+12 |
2018-10-12 | ntux_cmd_chmod(): initial implementation. | midipix | 1 | -3/+128 |
2018-10-12 | driver: added 'chmod' command support. | midipix | 1 | -0/+26 |
2018-08-05 | ntux_cmd_strace(): integrated the driver's fdctx. | midipix | 1 | -2/+4 |
2018-08-05 | ntux_cmd_stat(): integrated the driver's fdctx. | midipix | 1 | -3/+9 |
2018-07-15 | ntux_cmd_stat(): restrict to pure fdio via use of ntux_dprintf(). | midipix | 1 | -2/+2 |
2018-06-13 | ntux_cmd_strace(): open the log file with O_TRUNC. | midipix | 1 | -1/+3 |
2018-06-08 | ntux_cmd_strace(): initial implementation and integration. | midipix | 1 | -0/+137 |
2018-05-22 | ntux_cmd_spawn(): initial implementation and integration. | midipix | 1 | -0/+54 |
2018-05-21 | ntux_cmd_stat(): initial implementation and integration. | midipix | 1 | -0/+123 |