summaryrefslogtreecommitdiffstats
path: root/bin/chmod/chmod.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r282208:smh2015-06-011-46/+44
* - Don't include both <sys/types.h> and <sys/param.h>trasz2009-09-021-9/+6
* Make the code more readable and fix chmod(1) on symlinks withtrasz2009-08-311-13/+15
* With NFSv4 ACLs, it is possible that applying a mode to an ACL whichtrasz2009-07-011-2/+30
* Staticify internal routines.delphij2009-06-231-2/+2
* /*- or .\"- or #- to begin license clauses.imp2005-01-101-1/+1
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* Print unambiguous paths with -R -v.ru2003-12-161-1/+1
* Remove the code for parsing octal modes, since setmode(3) alreadytobez2003-10-311-22/+5
* Quiet warnings about copyright[].obrien2003-05-011-2/+2
* Remove now unnecessary main() prototype.mux2003-01-291-1/+0
* Allow "-v -v" to mean very verbose.obrien2002-08-041-3/+19
* err() is documented as allowing NULL for the format string but GCC isn'tdillon2002-07-101-1/+1
* Consistently use __FBSDIDobrien2002-06-301-2/+2
* Fix warnings inspired by lint, a commercial lint and WARNS=4markm2002-02-221-9/+8
* Modernization effort for bin/c*:imp2002-02-021-7/+5
* Fixed the bug from the previous revision.ru2001-05-311-1/+1
* Change noop option -h to do the real work. Now mode of symbolic linkru2001-05-281-7/+17
* Follow symbolic links named as command line arguments if run without -R.ru2001-05-281-2/+3
* Make this compile with WARNS=2kris2001-05-201-0/+1
* Optimize out no-op chmod() syscalls.peter2000-07-291-2/+5
* Don't call warn() with no format string. This is potentially exploitable, alt...kris2000-07-101-1/+1
* Default to not -v.obrien1999-11-281-2/+2
* Add "-v".obrien1999-11-271-2/+9
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Document -f flag:chris1999-08-081-3/+3
* Free memory obtained from setmode.imp1998-12-161-1/+2
* Restore original Lite-2 sccsid. Restore include of sys/types.h.charnier1998-05-131-2/+3
* Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.charnier1998-05-061-3/+4
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-281-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Cleanup man page and -Wall cleaning.steve1996-12-141-3/+3
* chmod(2) directories once only (was twice)adam1996-08-101-6/+5
* You will find enclosed some changes to make gcc -Wall more happy injoerg1995-03-191-1/+3
* Include <limits.h> to get the definition of INT_MAX - don't depend onbde1995-02-031-1/+2
* Added $Id$dg1994-09-241-0/+2
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+201
OpenPOWER on IntegriCloud