History log of /netbsd-src/bin/chmod/chmod.c (Results 26 – 39 of 39)
Revision Date Author Comments
# 85a7e987 20-Jul-1997 thorpej <thorpej@NetBSD.org>

- Use __COPYRIGHT() and __RCSID().
- Fix compiler warnings.


# 52a3f396 26-Jun-1997 kleink <kleink@NetBSD.org>

POSIX.2 utilities must call setlocale(LC_ALL, "");


# 49f0ad86 21-Mar-1995 cgd <cgd@NetBSD.org>

convert to new RCS id conventions.


# 71dcdbe0 15-Jan-1995 mycroft <mycroft@NetBSD.org>

Change directory permissions in pre-order.


# 691f8c42 20-Sep-1994 mycroft <mycroft@NetBSD.org>

Need limits.h.


# a7a05335 20-Sep-1994 mycroft <mycroft@NetBSD.org>

Merge with 4.4-Lite.


# 84a5ff8d 11-Feb-1994 cgd <cgd@NetBSD.org>

don't barf over strange mode specs


# 54bfcbbb 06-Aug-1993 mycroft <mycroft@NetBSD.org>

Incorporate new version from uunet, with local changes.


# ec2040d7 05-Aug-1993 deraadt <deraadt@NetBSD.org>

change for new fts library


# a579b792 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 032eb355 07-Jun-1993 deraadt <deraadt@NetBSD.org>

chmod.0 says:
Symbolic links are not indirected through, nor are their modes altered.
things were much worse. it would try to chmod() symbolic links, in some cases
applying the modes of the symb

chmod.0 says:
Symbolic links are not indirected through, nor are their modes altered.
things were much worse. it would try to chmod() symbolic links, in some cases
applying the modes of the symbolic link to the file that it pointed to.

show more ...


# 06be6008 23-Mar-1993 cgd <cgd@NetBSD.org>

changed "Id" to "Header" for rcsids


# 346aa5dd 22-Mar-1993 cgd <cgd@NetBSD.org>

added rcs ids to all files


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources


12