aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/chmod.c
AgeCommit message (Expand)Author
2021-03-15chmod: fix +X.Elliott Hughes
2020-12-16chmod.c: mask out the file type bits.Elliott Hughes
2020-11-25Fix help text to explain why o+s isn't +t, add test +s not setting +t.Rob Landley
2020-06-09chmod: fix -R and dangling symlinks.Elliott Hughes
2020-05-01Minor cleanup.Rob Landley
2016-11-21Have dirtree_notdotdot() pass through !node->parent so . and .. on the commandRob Landley
2016-11-08Josh Gao pointed out that chmod -R . (and ..) didn't work.Rob Landley
2015-08-02Mark command-local functions static.Rob Landley
2013-04-17Add -f to chmod (just turns off -v).Rob Landley
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley
2012-10-08New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...Rob Landley
2012-08-25Regularize command headers, update links to standards documents.Rob Landley
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley