History log of /src/usr.bin/chflags/chflags.c |
Revision | | Date | Author | Comments |
1.18 |
| 05-May-2023 |
kre | If chown and chgrp can grow -d flags to suppress performing the operation when it will have no effect (other than changing the inode's ctime value) then chmod and chflags should also have -d flags for the same purpose. Make it so.
|
1.17 |
| 28-Apr-2023 |
andvar | one more place for recently fixed typo, s/phisycal/physical/.
|
1.16 |
| 29-Aug-2011 |
joerg | static + __dead
|
1.15 |
| 21-Jul-2008 |
lukem | Remove the \n and tabs from the __COPYRIGHT() strings. Tweak to use a consistent format.
|
1.14 |
| 14-Dec-2006 |
he | branches: 1.14.12; Adapt chflags to the move of string_to_flags() and flags_to_string() to libutil.
|
1.13 |
| 17-Feb-2005 |
xtraeme | Kill __P(), use ANSI function declarations.
|
1.12 |
| 20-Jan-2005 |
xtraeme | whitespace, remove main() prototype.
|
1.11 |
| 12-Jan-2005 |
xtraeme | * Kill __P() * ANSIfy * Remove main() prototype
|
1.10 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.9 |
| 07-Jul-2002 |
bjh21 | Align default behaviour of chmod, chgrp, chown, and chflags with symlink(7), IEEE 1003.1-2001 (where applicable) and other systems, by follwoing symlinks on the command line and changing their targets' modes/ownership/flags, rather than ignoring them.
This fixes PR standards/563 (at last).
|
1.8 |
| 04-Aug-2000 |
enami | - Introduce new flag -h to operate on symlink. - Don't print (first) pathname on fts_open failure; it doesn't make sense.
|
1.7 |
| 08-Jul-2000 |
enami | - Kill the auto variable Pflag like other ch* commands. - Pass NULL instead of 0 where a pointer is expected. - Use consistient error message format. - Use tab for basic indentation.
|
1.6 |
| 10-Oct-1998 |
mrg | create a "stat_flags.h" to go with stat_flags.c
|
1.5 |
| 18-Oct-1997 |
lukem | WARNSify, fix .Nm usage
|
1.4 |
| 26-Mar-1995 |
glass | rcsid consistency
|
1.3 |
| 04-Jan-1995 |
mycroft | Document the `arch' flag. Fix the test of the getopt(3) return value.
|
1.2 |
| 14-Nov-1994 |
jtc | Changed to conform to NetBSD's new RCS Id convention.
|
1.1 |
| 14-Nov-1994 |
jtc | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 14-Nov-1994 |
jtc | imported from 4.4lite
|
1.14.12.1 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|