Subject: re: Absolute symlinks and binary emulation
To: Quentin Garnier <cube@NetBSD.org>
From: matthew green <mrg@eterna.com.au>
List: tech-kern
Date: 06/17/2004 22:22:15
That would also avoid the use of the somewhat hacky emul_find, and we
wouldn't need to use CHECK_ALT* macros in all releveant syscall
emulations.
note that netbsd32 is designed to only use the emulroot for a minimal
number of things - namely, those that shlibs need. everything else
should reference the normal root as-is...
other emulations have different levels, but in all cases not all
calls want/need to be checked..
.mrg.