summaryrefslogtreecommitdiffstats
path: root/bin/chmod (follow)
Commit message (Expand)AuthorAgeFilesLines
* More Version 1 AT&T UNIX history.schwarze2019-09-061-2/+7
* More correction of section 3 layout. directory->opendir, fts->fts_open,deraadt2019-09-024-12/+12
* Use uid_from_user(3) and gid_from_group(3) in utilities thatmillert2018-09-161-7/+5
* markup flag arguments; ok jmc@ schwarze@anton2018-08-251-16/+26
* use .Fl macro for command line optionsschwarze2018-08-051-3/+3
* X is not restricted to just the + operator;jmc2017-06-071-12/+3
* chown: Remove SUPPORT_DOT ifdef - it's on by default for 22 yearsawolk2017-05-283-11/+15
* In chmod's symbolic mode without -h and -R flags, a missing FTS_COMFOLLOWtb2017-02-171-2/+4
* Delete useless setlocale(3) in src/bin/.schwarze2016-10-191-7/+4
* Symlinks to binaries should belong to root:bin.natano2016-09-111-6/+8
* Document the -h option for chmod and chflags, rewording the chgrp(1) andguenther2015-12-315-21/+37
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* oops! cannot tame the chmod case, because the kernel drops thederaadt2015-10-031-4/+1
* the chmod & chflags codepaths can use tame "stdio rpath fattr". thederaadt2015-10-031-1/+7
* KNFderaadt2015-10-031-3/+2
* Avoid .Ns right after .Pf, it's pointless.schwarze2015-09-141-3/+3
* Put fts_close() where missing.uebayasi2015-06-251-1/+2
* remove the first comma from constructs like ", and," and ", or,": you can usejmc2015-03-131-3/+3
* Correct the handling of symbolic links by chmod/chgrp/chown/chflags,guenther2014-12-133-52/+49
* Properly validate ranges:tobias2014-12-131-8/+10
* In case of invalid syntax like "chmod -Pr -w tf" (trailing mode letterschwarze2014-10-061-9/+13
* Use errc/warnc to simplify code.guenther2014-05-211-3/+3
* lint is dead (long live the lint!), so stop using it as a cpp conditionalguenther2014-03-161-5/+1
* consistency fixes, to match the other ch* utils;jmc2014-01-281-6/+9
* sticky bit is marked xsi;jmc2014-01-251-2/+10
* add a note to STANDARDS about non-root use of chown;jmc2014-01-231-2/+7
* paste in the fs.posix.setuid blurb from chown(1), as it'sjmc2014-01-211-1/+12
* document that specifying ":group" (without an owner) is an extension;jmc2014-01-211-1/+7
* - remove brackets in -H description: the information is quite relevantjmc2014-01-213-19/+36
* remove some unnecessary sys/param.h inclusionsderaadt2012-12-041-2/+2
* ellipsis is not an optional argument; replace ".Ar file ..." -> ".Ar";sobrado2011-07-131-13/+5
* zap from usage() as well; reminded by jmc@okan2011-03-091-3/+3
* remove non-standard flagokan2011-03-092-20/+7
* add an EXIT STATUS section for /bin;jmc2010-09-034-14/+14
* sync comment with reality, -f won't be documented.jasper2010-01-121-2/+2
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
* - arch is superuser-onlymartynas2009-08-201-8/+5
* sort list of flags.sobrado2009-08-141-3/+3
* bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewjmc2009-02-083-9/+9
* fix the synopsis for chown(8)sobrado2009-01-211-3/+7
* replace hardcoded exit values with .Ex macros;sobrado2009-01-043-15/+9
* convert to new .Dd format;jmc2007-05-314-8/+8
* - consistent STANDARDS blurbjmc2007-05-293-12/+26
* shuffle the text somewhat to make the page read better;jmc2007-02-251-18/+15
* document the "opaque", "arch", and "nodump" flags more fully;jmc2007-02-251-2/+21
* various small lint cleanups; ok ottoderaadt2006-04-251-5/+7
* `t' and `X' are now included in posix spec;jmc2006-01-261-9/+3
* some warning reductiontedu2006-01-251-15/+16
* an old diff from tech to convert to using strtonum and some other misctedu2006-01-251-36/+45
* kill unused var found by lint. ok deraadt@otto2005-11-291-7/+6