Subject: CVS commit: [netbsd-3] src
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 01/20/2006 20:48:42
Module Name:	src
Committed By:	riz
Date:		Fri Jan 20 20:48:42 UTC 2006

Modified Files:
	src/doc [netbsd-3]: CHANGES-3.1
	src/include [netbsd-3]: mntopts.h
	src/lib/libc/sys [netbsd-3]: mount.2
	src/sbin/mount [netbsd-3]: mount.8
	src/share/man/man4 [netbsd-3]: options.4
	src/share/man/man7 [netbsd-3]: symlink.7
	src/sys/conf [netbsd-3]: files newvers.sh
	src/sys/kern [netbsd-3]: init_main.c vfs_lookup.c vfs_syscalls.c
	src/sys/sys [netbsd-3]: fstypes.h systm.h

Log Message:
Back out tickets 490, 559, and 560, which added "magic symlinks", at
the request of chs@ (thorpej@ concurs), as there is consensus that
this should be changed to a system-wide tunable, rather than a mount
option.


To generate a diff of this commit:
cvs rdiff -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-3.1
cvs rdiff -r1.5.2.1 -r1.5.2.2 src/include/mntopts.h
cvs rdiff -r1.32.2.1 -r1.32.2.2 src/lib/libc/sys/mount.2
cvs rdiff -r1.46.2.1 -r1.46.2.2 src/sbin/mount/mount.8
cvs rdiff -r1.268.2.5 -r1.268.2.6 src/share/man/man4/options.4
cvs rdiff -r1.6.6.2 -r1.6.6.3 src/share/man/man7/symlink.7
cvs rdiff -r1.712.2.6 -r1.712.2.7 src/sys/conf/files
cvs rdiff -r1.40.4.1 -r1.40.4.2 src/sys/conf/newvers.sh
cvs rdiff -r1.244.6.5 -r1.244.6.6 src/sys/kern/init_main.c
cvs rdiff -r1.57.2.2 -r1.57.2.3 src/sys/kern/vfs_lookup.c
cvs rdiff -r1.217.2.8 -r1.217.2.9 src/sys/kern/vfs_syscalls.c
cvs rdiff -r1.3.10.1 -r1.3.10.2 src/sys/sys/fstypes.h
cvs rdiff -r1.175.4.1 -r1.175.4.2 src/sys/sys/systm.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.