#
da39777e |
| 05-May-2023 |
kre <kre@NetBSD.org> |
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 fo
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.
show more ...
|
#
6ef0b3e4 |
| 28-Apr-2023 |
andvar <andvar@NetBSD.org> |
one more place for recently fixed typo, s/phisycal/physical/.
|
#
6e33bec8 |
| 29-Aug-2011 |
joerg <joerg@NetBSD.org> |
static + __dead
|
#
98e5374c |
| 21-Jul-2008 |
lukem <lukem@NetBSD.org> |
Remove the \n and tabs from the __COPYRIGHT() strings. Tweak to use a consistent format.
|
#
49444675 |
| 14-Dec-2006 |
he <he@NetBSD.org> |
Adapt chflags to the move of string_to_flags() and flags_to_string() to libutil.
|
#
971b39df |
| 17-Feb-2005 |
xtraeme <xtraeme@NetBSD.org> |
Kill __P(), use ANSI function declarations.
|
#
691a36f2 |
| 20-Jan-2005 |
xtraeme <xtraeme@NetBSD.org> |
whitespace, remove main() prototype.
|
#
80a3a079 |
| 12-Jan-2005 |
xtraeme <xtraeme@NetBSD.org> |
* Kill __P() * ANSIfy * Remove main() prototype
|
#
89aaa1bb |
| 07-Aug-2003 |
agc <agc@NetBSD.org> |
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
#
525b0502 |
| 07-Jul-2002 |
bjh21 <bjh21@NetBSD.org> |
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 target
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).
show more ...
|
#
75015c55 |
| 04-Aug-2000 |
enami <enami@NetBSD.org> |
- Introduce new flag -h to operate on symlink. - Don't print (first) pathname on fts_open failure; it doesn't make sense.
|
#
43bbf1ae |
| 08-Jul-2000 |
enami <enami@NetBSD.org> |
- 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.
|
#
14a817a5 |
| 10-Oct-1998 |
mrg <mrg@NetBSD.org> |
create a "stat_flags.h" to go with stat_flags.c
|
#
5f18af1f |
| 18-Oct-1997 |
lukem <lukem@NetBSD.org> |
WARNSify, fix .Nm usage
|
#
e0703aba |
| 26-Mar-1995 |
glass <glass@NetBSD.org> |
rcsid consistency
|
#
def22ebf |
| 04-Jan-1995 |
mycroft <mycroft@NetBSD.org> |
Document the `arch' flag. Fix the test of the getopt(3) return value.
|
#
6e0c4ded |
| 14-Nov-1994 |
jtc <jtc@NetBSD.org> |
Changed to conform to NetBSD's new RCS Id convention.
|
#
9636069c |
| 14-Nov-1994 |
jtc <jtc@NetBSD.org> |
imported from 4.4lite
|