summaryrefslogtreecommitdiffhomepage
path: root/src/cmds/ntux_cmd_chmod.c
AgeCommit message (Expand)AuthorFilesLines
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-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.midipix1-6/+10
2018-10-12ntux_cmd_chmod(): initial implementation.midipix1-3/+128
2018-10-12driver: added 'chmod' command support.midipix1-0/+26