summaryrefslogtreecommitdiffstats
path: root/usr.sbin/chown/chown.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a spelling mistake.dwmalone2002-07-171-1/+1
* Kill __P(), use ANSI C function declarations, remove local prototype for main,jmallett2002-06-301-21/+14
* In the SUPPORT_DOT case, warn that seperation with a period is deprecated.jmallett2002-06-271-0/+1
* Don't exit immediately if an error occurs, continue but exit non-zero.tjr2002-06-021-5/+9
* Add prototypes for main() so that these programs compile with -Werrorluigi2001-12-141-0/+1
* Clean up, WARNSify, unbreak -v option handling.ru2001-09-131-52/+51
* Fixed the bug from the previous revision.ru2001-05-311-1/+1
* Follow symbolic links named as command line arguments if run without -R.ru2001-05-281-2/+3
* Initialize vflag like the rest (not necessary, but this keeps it together)peter2000-07-291-1/+4
* Somehow I didn't get all the "-v" code commited.obrien2000-03-081-1/+4
* Add "-v".obrien1999-11-271-4/+10
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Backed out previous commit. chown(8) doesn't follow symlinks bybde1998-05-031-1/+2
* Don't ignore symbolic links in the absence of -h, -H or -L options.helbig1998-05-021-2/+1
* Allow -R and -h to be combined as long as no symlink-following flagsjkh1998-03-091-2/+2
* Chown(8) compiled with -DSUPPORT_DOT (backward compatibility) doeswosch1997-09-211-6/+6
* Cosmetic in man page. Sync usage() with man page.charnier1997-09-041-6/+6
* Correct error message when the superuser tries to changesteve1997-08-241-13/+11
* Activate the -h flag which tells chown/chgrp to work on the symlink itselfpeter1997-03-311-13/+16
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-311-1/+1
* chown(8) and chgrp(1) directories once onlyadam1996-08-141-5/+4
* Remove trailing whitespace.rgrimes1995-05-301-5/+5
* groups[] is of type gid_t.dg1994-09-231-1/+1
* BSD 4.4 Lite usr.sbin Sourcesrgrimes1994-05-261-0/+273
OpenPOWER on IntegriCloud