aboutsummaryrefslogtreecommitdiff
path: root/bin/chmod/chmod.c
Commit message (Collapse)AuthorAgeFilesLines
* Default to not -v.David E. O'Brien1999-11-281-2/+2
| | | | | | | Fix usage() style bug spotted by BDE. Notes: svn path=/head/; revision=53824
* Add "-v".David E. O'Brien1999-11-271-2/+9
| | | | Notes: svn path=/head/; revision=53780
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50471
* Document -f flag:Chris Costello1999-08-081-3/+3
| | | | | | | | -f Do not display a diagnostic message if chmod could not modify the mode for file. Notes: svn path=/head/; revision=49544
* Free memory obtained from setmode.Warner Losh1998-12-161-1/+2
| | | | | | | Obtained from: OpenBSD Notes: svn path=/head/; revision=41842
* Restore original Lite-2 sccsid. Restore include of sys/types.h.Philippe Charnier1998-05-131-2/+3
| | | | Notes: svn path=/head/; revision=36002
* Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.Philippe Charnier1998-05-061-3/+4
| | | | Notes: svn path=/head/; revision=35773
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24348
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22988
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Cleanup man page and -Wall cleaning.Steve Price1996-12-141-3/+3
| | | | Notes: svn path=/head/; revision=20411
* chmod(2) directories once only (was twice)Adam David1996-08-101-6/+5
| | | | Notes: svn path=/head/; revision=17496
* You will find enclosed some changes to make gcc -Wall more happy inJoerg Wunsch1995-03-191-1/+3
| | | | | | | | | | | | /usr/src/bin. Note that some patches are still needed in that directory. I (Joerg) finished most of Philippe's cleanup. /bin/sh will still need *allot* of work, however. Submitted by: charnier@lirmm.fr (Philippe Charnier) Notes: svn path=/head/; revision=7165
* Include <limits.h> to get the definition of INT_MAX - don't depend onBruce Evans1995-02-031-1/+2
| | | | | | | namespace pollution in <time.h>. Notes: svn path=/head/; revision=6170
* Added $Id$David Greenman1994-09-241-0/+2
| | | | Notes: svn path=/head/; revision=3044
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+201
Notes: svn path=/head/; revision=1556