Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Matt Fleming <mjf@netbsd.org>
List: source-changes
Date: 12/04/2007 22:09:03
Module Name:	src
Committed By:	mjf
Date:		Tue Dec  4 22:09:03 UTC 2007

Modified Files:
	src/etc/rc.d: cleartmp perusertmp
	src/lib/libutil: login_cap.c
	src/share/man/man7: symlink.7
	src/sys/kern: vfs_lookup.c

Log Message:
Implement a new magic string for magic symlinks, @ruid, which exapnds to the
real user id of the process and use this magic string for per-user tmp.
This should fix PR/35687

Kernel parts reviewed by wrstuden@


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/etc/rc.d/cleartmp
cvs rdiff -r1.6 -r1.7 src/etc/rc.d/perusertmp
cvs rdiff -r1.28 -r1.29 src/lib/libutil/login_cap.c
cvs rdiff -r1.12 -r1.13 src/share/man/man7/symlink.7
cvs rdiff -r1.100 -r1.101 src/sys/kern/vfs_lookup.c

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