summaryrefslogtreecommitdiff
path: root/bin/chmod
AgeCommit message (Expand)Author
2017-06-07X is not restricted to just the + operator;Jason McIntyre
2017-05-28chown: Remove SUPPORT_DOT ifdef - it's on by default for 22 yearsAdam Wolk
2017-02-17In chmod's symbolic mode without -h and -R flags, a missing FTS_COMFOLLOWTheo Buehler
2016-10-19Delete useless setlocale(3) in src/bin/.Ingo Schwarze
2016-09-11Symlinks to binaries should belong to root:bin.Martin Natano
2015-12-31Document the -h option for chmod and chflags, rewording the chgrp(1) andPhilip Guenther
2015-10-09Change all tame callers to namechange to pledge(2).Theo de Raadt
2015-10-03oops! cannot tame the chmod case, because the kernel drops theTheo de Raadt
2015-10-03the chmod & chflags codepaths can use tame "stdio rpath fattr". theTheo de Raadt
2015-10-03KNFTheo de Raadt
2015-09-14Avoid .Ns right after .Pf, it's pointless.Ingo Schwarze
2015-06-25Put fts_close() where missing.Masao Uebayashi
2015-03-13remove the first comma from constructs like ", and," and ", or,": you can useJason McIntyre
2014-12-13Correct the handling of symbolic links by chmod/chgrp/chown/chflags,Philip Guenther
2014-12-13Properly validate ranges:Tobias Stoeckmann
2014-10-06In case of invalid syntax like "chmod -Pr -w tf" (trailing mode letterIngo Schwarze
2014-05-21Use errc/warnc to simplify code.Philip Guenther
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalPhilip Guenther
2014-01-28consistency fixes, to match the other ch* utils;Jason McIntyre
2014-01-25sticky bit is marked xsi;Jason McIntyre
2014-01-23add a note to STANDARDS about non-root use of chown;Jason McIntyre
2014-01-21paste in the fs.posix.setuid blurb from chown(1), as it'sJason McIntyre
2014-01-21document that specifying ":group" (without an owner) is an extension;Jason McIntyre
2014-01-21- remove brackets in -H description: the information is quite relevantJason McIntyre
2012-12-04remove some unnecessary sys/param.h inclusionsTheo de Raadt
2011-07-13ellipsis is not an optional argument; replace ".Ar file ..." -> ".Ar";Igor Sobrado
2011-03-09zap from usage() as well; reminded by jmc@Okan Demirmen
2011-03-09remove non-standard flagOkan Demirmen
2010-09-03add an EXIT STATUS section for /bin;Jason McIntyre
2010-01-12sync comment with reality, -f won't be documented.Jasper Lievisse Adriaanse
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-08-20- arch is superuser-onlyMartynas Venckus
2009-08-14sort list of flags.Igor Sobrado
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2009-01-21fix the synopsis for chown(8)Igor Sobrado
2009-01-04replace hardcoded exit values with .Ex macros;Igor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29- consistent STANDARDS blurbJason McIntyre
2007-02-25shuffle the text somewhat to make the page read better;Jason McIntyre
2007-02-25document the "opaque", "arch", and "nodump" flags more fully;Jason McIntyre
2006-04-25various small lint cleanups; ok ottoTheo de Raadt
2006-01-26`t' and `X' are now included in posix spec;Jason McIntyre
2006-01-25some warning reductionTed Unangst
2006-01-25an old diff from tech to convert to using strtonum and some other miscTed Unangst
2005-11-29kill unused var found by lint. ok deraadt@Otto Moerbeek
2005-10-15sync usage();Jason McIntyre
2005-10-15clean up SYNOPSIS;Jason McIntyre
2005-10-15standardise EXAMPLES;Jason McIntyre
2005-10-15simplify the .Ar file ... line;Jason McIntyre
2005-10-15- fix SYNOPSIS blipJason McIntyre