| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-09-06 | More Version 1 AT&T UNIX history. |  schwarze | 1 | -2/+7 |
| 2019-09-02 | More correction of section 3 layout. directory->opendir, fts->fts_open, |  deraadt | 4 | -12/+12 |
| 2018-09-16 | Use uid_from_user(3) and gid_from_group(3) in utilities that |  millert | 1 | -7/+5 |
| 2018-08-25 | markup flag arguments; ok jmc@ schwarze@ |  anton | 1 | -16/+26 |
| 2018-08-05 | use .Fl macro for command line options |  schwarze | 1 | -3/+3 |
| 2017-06-07 | X is not restricted to just the + operator; |  jmc | 1 | -12/+3 |
| 2017-05-28 | chown: Remove SUPPORT_DOT ifdef - it's on by default for 22 years |  awolk | 3 | -11/+15 |
| 2017-02-17 | In chmod's symbolic mode without -h and -R flags, a missing FTS_COMFOLLOW |  tb | 1 | -2/+4 |
| 2016-10-19 | Delete useless setlocale(3) in src/bin/. |  schwarze | 1 | -7/+4 |
| 2016-09-11 | Symlinks to binaries should belong to root:bin. |  natano | 1 | -6/+8 |
| 2015-12-31 | Document the -h option for chmod and chflags, rewording the chgrp(1) and |  guenther | 5 | -21/+37 |
| 2015-10-09 | Change all tame callers to namechange to pledge(2). |  deraadt | 1 | -3/+3 |
| 2015-10-03 | oops! cannot tame the chmod case, because the kernel drops the |  deraadt | 1 | -4/+1 |
| 2015-10-03 | the chmod & chflags codepaths can use tame "stdio rpath fattr". the |  deraadt | 1 | -1/+7 |
| 2015-10-03 | KNF |  deraadt | 1 | -3/+2 |
| 2015-09-14 | Avoid .Ns right after .Pf, it's pointless. |  schwarze | 1 | -3/+3 |
| 2015-06-25 | Put fts_close() where missing. |  uebayasi | 1 | -1/+2 |
| 2015-03-13 | remove the first comma from constructs like ", and," and ", or,": you can use |  jmc | 1 | -3/+3 |
| 2014-12-13 | Correct the handling of symbolic links by chmod/chgrp/chown/chflags, |  guenther | 3 | -52/+49 |
| 2014-12-13 | Properly validate ranges: |  tobias | 1 | -8/+10 |
| 2014-10-06 | In case of invalid syntax like "chmod -Pr -w tf" (trailing mode letter |  schwarze | 1 | -9/+13 |
| 2014-05-21 | Use errc/warnc to simplify code. |  guenther | 1 | -3/+3 |
| 2014-03-16 | lint is dead (long live the lint!), so stop using it as a cpp conditional |  guenther | 1 | -5/+1 |
| 2014-01-28 | consistency fixes, to match the other ch* utils; |  jmc | 1 | -6/+9 |
| 2014-01-25 | sticky bit is marked xsi; |  jmc | 1 | -2/+10 |
| 2014-01-23 | add a note to STANDARDS about non-root use of chown; |  jmc | 1 | -2/+7 |
| 2014-01-21 | paste in the fs.posix.setuid blurb from chown(1), as it's |  jmc | 1 | -1/+12 |
| 2014-01-21 | document that specifying ":group" (without an owner) is an extension; |  jmc | 1 | -1/+7 |
| 2014-01-21 | - remove brackets in -H description: the information is quite relevant |  jmc | 3 | -19/+36 |
| 2012-12-04 | remove some unnecessary sys/param.h inclusions |  deraadt | 1 | -2/+2 |
| 2011-07-13 | ellipsis is not an optional argument; replace ".Ar file ..." -> ".Ar"; |  sobrado | 1 | -13/+5 |
| 2011-03-09 | zap from usage() as well; reminded by jmc@ |  okan | 1 | -3/+3 |
| 2011-03-09 | remove non-standard flag |  okan | 2 | -20/+7 |
| 2010-09-03 | add an EXIT STATUS section for /bin; |  jmc | 4 | -14/+14 |
| 2010-01-12 | sync comment with reality, -f won't be documented. |  jasper | 1 | -2/+2 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 1 | -15/+1 |
| 2009-08-20 | - arch is superuser-only |  martynas | 1 | -8/+5 |
| 2009-08-14 | sort list of flags. |  sobrado | 1 | -3/+3 |
| 2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few |  jmc | 3 | -9/+9 |
| 2009-01-21 | fix the synopsis for chown(8) |  sobrado | 1 | -3/+7 |
| 2009-01-04 | replace hardcoded exit values with .Ex macros; |  sobrado | 3 | -15/+9 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 4 | -8/+8 |
| 2007-05-29 | - consistent STANDARDS blurb |  jmc | 3 | -12/+26 |
| 2007-02-25 | shuffle the text somewhat to make the page read better; |  jmc | 1 | -18/+15 |
| 2007-02-25 | document the "opaque", "arch", and "nodump" flags more fully; |  jmc | 1 | -2/+21 |
| 2006-04-25 | various small lint cleanups; ok otto |  deraadt | 1 | -5/+7 |
| 2006-01-26 | `t' and `X' are now included in posix spec; |  jmc | 1 | -9/+3 |
| 2006-01-25 | some warning reduction |  tedu | 1 | -15/+16 |
| 2006-01-25 | an old diff from tech to convert to using strtonum and some other misc |  tedu | 1 | -36/+45 |
| 2005-11-29 | kill unused var found by lint. ok deraadt@ |  otto | 1 | -7/+6 |