summaryrefslogtreecommitdiffhomepage
path: root/src/cmds
AgeCommit message (Expand)AuthorFilesLines
2022-09-11ntux_cmd_chmod(): parse --strmode in a posix-compatible manner.midipix1-18/+60
2022-09-11ntux_cmd_aceit(): initial implementation and driver integration.midipix1-0/+266
2021-12-30A new home.midipix4-4/+4
2021-07-06Annual chores.midipix4-4/+4
2020-05-14ntux_cmd_chmod(): properly set errno upon non-system-call failure.midipix1-12/+16
2020-05-14ntux_cmd_chmod(): added initial --owner and --group support.midipix1-6/+54
2020-05-14ntux_cmd_chmod(): --strmode is now optional.midipix1-8/+11
2019-12-22ntux_cmd_spawn(), ntux_cmd_strace(): pass-through exit code of child process.midipix2-2/+8
2019-12-07ntux_cmd_chmod(): remove m+p (not needed), support ace propagation (+p, -p).midipix1-6/+20
2019-05-27framework: code against the newly added __xfi_xxx interfaces.midipix4-10/+12
2018-10-12ntux_cmd_chmod(): initial implementation.midipix1-3/+128
2018-10-12driver: added 'chmod' command support.midipix1-0/+26
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-07-15ntux_cmd_stat(): restrict to pure fdio via use of ntux_dprintf().midipix1-2/+2
2018-06-13ntux_cmd_strace(): open the log file with O_TRUNC.midipix1-1/+3
2018-06-08ntux_cmd_strace(): initial implementation and integration.midipix1-0/+137
2018-05-22ntux_cmd_spawn(): initial implementation and integration.midipix1-0/+54
2018-05-21ntux_cmd_stat(): initial implementation and integration.midipix1-0/+123