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