66600 | 01-Apr-1994 |
bostic |
setting errno and then not exiting isn't safe |
66553 | 31-Mar-1994 |
bostic |
doing a chmod on a directory causing a cycle is probably the right thing to do |
66549 | 31-Mar-1994 |
bostic |
check for fts_read error |
66545 | 31-Mar-1994 |
bostic |
better wording |
66544 | 31-Mar-1994 |
bostic |
do some more error checking on the octal value |
66543 | 31-Mar-1994 |
bostic |
POSIX 1003.2B/D9 symbolic links |
66445 | 25-Mar-1994 |
bostic |
handle all of the 'weird' strings check only the first two chars, so that long perm specs (e.g. "-xr") are OK. From: "Chris G. Demetriou" <cgd@postgres.Berkeley.EDU> |
66444 | 25-Mar-1994 |
bostic |
add 'permcopy' chars to the accepted perm list explain what they are correctly explain the operation of "-x", etc. From: "Chris G. Demetriou" <cgd@postgres.Berkeley.EDU> |
65163 | 16-Dec-1993 |
bostic |
handle first argument of -r,o=rw, for example |
63674 | 29-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
63673 | 29-Jun-1993 |
mckusick |
garmmer nits |
63597 | 27-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
63596 | 27-Jun-1993 |
bostic |
don't set FTS_NOSTAT, because don't want to "chmod" symbolic links From: Theo Deraadt <deraadt@sun-lamp.cs.berkeley.edu> |
60680 | 31-May-1993 |
bostic |
4.4BSD snapshot (revision 8.1) |
58142 | 21-Feb-1993 |
bostic |
use err(3) functions, minor cleanups |
55736 | 27-Jul-1992 |
bostic |
on second thought, make it symlink(7) |
55719 | 27-Jul-1992 |
bostic |
add symlin(1) |
53783 | 01-Jun-1992 |
elan |
Added -Hh documentation. |
53782 | 01-Jun-1992 |
elan |
Added -Hh options. |
52237 | 27-Jan-1992 |
bostic |
fts_statb -> fts_statp |
52070 | 28-Dec-1991 |
bostic |
don't permit illegal file modes; lots of minor ANSI/cleanup |
50492 | 23-Jul-1991 |
cael |
.Os change |
50181 | 27-Jun-1991 |
bostic |
add POSIX/IEEE contribution notice |
47235 | 12-Mar-1991 |
bostic |
fts(3) now sets errno correctly, FTS_DNX no longer exists |
47089 | 07-Mar-1991 |
cael |
upgrade to new -mdoc macros & rip out -f flag |