Module Name: src Committed By: martin Date: Sun May 28 09:43:26 UTC 2023
Modified Files: src/sys/kern [netbsd-10]: vfs_lookup.c src/sys/sys [netbsd-10]: proc.h Log Message: Pull up following revision(s) (requested by gutteridge in ticket #175): sys/sys/proc.h: revision 1.371 sys/kern/vfs_lookup.c: revision 1.234 Default PROC_MACHINE_ARCH to machine_arch and use this for magic symlinks to resolve "@machine_arch". This keeps behaviour of magic symlinks and 'uname -p' output the same. Fixes PR 57320. To generate a diff of this commit: cvs rdiff -u -r1.232 -r1.232.4.1 src/sys/kern/vfs_lookup.c cvs rdiff -u -r1.370 -r1.370.4.1 src/sys/sys/proc.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.