| Commit message (Expand) | Author | Age | Files | Lines |
* | Update sticky(7) cross references. | pluknet | 2011-05-13 | 1 | -3/+3 |
* | - Don't include both <sys/types.h> and <sys/param.h> | trasz | 2009-09-02 | 1 | -9/+6 |
* | Make the code more readable and fix chmod(1) on symlinks with | trasz | 2009-08-31 | 1 | -13/+15 |
* | With NFSv4 ACLs, it is possible that applying a mode to an ACL which | trasz | 2009-07-01 | 1 | -2/+30 |
* | Staticify internal routines. | delphij | 2009-06-23 | 1 | -2/+2 |
* | Make the Monty Python quote more google friendly instead of | trhodes | 2009-01-26 | 1 | -3/+2 |
* | Note the implication of setting the 'w' permission on directories, | trhodes | 2009-01-23 | 1 | -2/+7 |
* | - Mention umask(2) when first referring to it. | ru | 2006-12-22 | 1 | -2/+6 |
* | Expand contractions. | ru | 2005-02-13 | 1 | -1/+1 |
* | Add the new standard EXIT STATUS section where appropriate. | ru | 2005-01-16 | 1 | -5/+5 |
* | /*- or .\"- or #- to begin license clauses. | imp | 2005-01-10 | 2 | -1/+2 |
* | Remove clause 3 from the UCB licenses. | markm | 2004-04-06 | 2 | -8/+0 |
* | Print unambiguous paths with -R -v. | ru | 2003-12-16 | 1 | -1/+1 |
* | Remove the code for parsing octal modes, since setmode(3) already | tobez | 2003-10-31 | 1 | -22/+5 |
* | Quiet warnings about copyright[]. | obrien | 2003-05-01 | 1 | -2/+2 |
* | Remove now unnecessary main() prototype. | mux | 2003-01-29 | 1 | -1/+0 |
* | mdoc(7) police: In DESCRIPTION, list the options in pure alphabetical | ru | 2002-11-25 | 1 | -14/+17 |
* | Cross-reference setfacl(1). | tjr | 2002-11-04 | 1 | -0/+1 |
* | Return the ``u'' | trhodes | 2002-10-01 | 1 | -1/+1 |
* | s/behaviour/behavior/ in the chmod(1) manual | trhodes | 2002-09-28 | 1 | -1/+1 |
* | mdoc(7) police: kill hard sentence breaks and one double space. | ru | 2002-08-09 | 1 | -5/+9 |
* | Allow "-v -v" to mean very verbose. | obrien | 2002-08-04 | 2 | -4/+23 |
* | Revert previous delta, which is not required with rev 1.5 of | sheldonh | 2002-07-15 | 1 | -1/+0 |
* | Don't duplicate the description of the sticky bit that is already | keramida | 2002-07-12 | 1 | -7/+4 |
* | Set WFORMAT=0, because our compiler currently complains about NULL | sheldonh | 2002-07-11 | 1 | -0/+1 |
* | err() is documented as allowing NULL for the format string but GCC isn't | dillon | 2002-07-10 | 1 | -1/+1 |
* | Consistently use __FBSDID | obrien | 2002-06-30 | 1 | -2/+2 |
* | Fix warnings inspired by lint, a commercial lint and WARNS=4 | markm | 2002-02-22 | 1 | -9/+8 |
* | Modernization effort for bin/c*: | imp | 2002-02-02 | 1 | -7/+5 |
* | Refer to the original mode of the file, not the mode of the original | sheldonh | 2002-02-01 | 1 | -3/+3 |
* | Default to WARNS=2. Binary builds that cannot handle this must explicitly | obrien | 2001-12-04 | 1 | -2/+0 |
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -3/+1 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -17/+17 |
* | WARNS= -> WARNS?= | dd | 2001-06-22 | 1 | -1/+1 |
* | Fixed the bug from the previous revision. | ru | 2001-05-31 | 1 | -1/+1 |
* | Change noop option -h to do the real work. Now mode of symbolic link | ru | 2001-05-28 | 2 | -20/+22 |
* | Follow symbolic links named as command line arguments if run without -R. | ru | 2001-05-28 | 1 | -2/+3 |
* | Make it clear that -P is the default. | ru | 2001-05-25 | 1 | -0/+1 |
* | Make this compile with WARNS=2 | kris | 2001-05-20 | 2 | -0/+3 |
* | The 'X' permission symbol is specified by POSIX.2, so don't say that it | ben | 2001-03-01 | 1 | -4/+2 |
* | mdoc(7) police: use the default ``file ...'' feature of the .Ar macro. | ru | 2001-02-13 | 1 | -1/+1 |
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 1 | -1/+1 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
* | Use Fx macro wherever possible. | ru | 2000-11-14 | 1 | -1/+3 |
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -1/+0 |
* | Optimize out no-op chmod() syscalls. | peter | 2000-07-29 | 1 | -2/+5 |
* | Don't call warn() with no format string. This is potentially exploitable, alt... | kris | 2000-07-10 | 1 | -1/+1 |
* | From the PR: | unfurl | 2000-02-17 | 1 | -4/+4 |
* | Default to not -v. | obrien | 1999-11-28 | 1 | -2/+2 |
* | Add "-v". | obrien | 1999-11-27 | 2 | -2/+18 |