Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/06/2005 18:53:00
Module Name: src
Committed By: thorpej
Date: Wed Jul 6 18:53:00 UTC 2005
Modified Files:
src/sys/kern: vfs_lookup.c
Log Message:
A few tweaks to magic symlinks:
- Add a @{var} syntax in addition to @var. This allows for patterns like
@{ostype}-@{osrelease}-@{machine_arch}.
- Add a @emul variable that expands to the process's emulation name
(e.g. "netbsd", "netbsd32", "linux", etc.)
To generate a diff of this commit:
cvs rdiff -r1.62 -r1.63 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.