]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add compat.linux.emul_path, so it can be set to something other
authortrasz <trasz@FreeBSD.org>
Mon, 16 Dec 2019 20:07:04 +0000 (20:07 +0000)
committertrasz <trasz@FreeBSD.org>
Mon, 16 Dec 2019 20:07:04 +0000 (20:07 +0000)
commite41f6b35b706a65fc5243073451db8cc3214dbc0
tree5b5fbf88c8878ba6b1bf665ea0486f39508e70b4
parent72481ca7a46713ab955c8e4f974ffdb644e56aaf
Add compat.linux.emul_path, so it can be set to something other
than "/compat/linux".  Useful when you have several compat directories
with different Linux versions and you don't want to clash with files
installed by linux-c7 packages.

Reviewed by: bcr (manpages)
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D22574
share/man/man4/linux.4
sys/amd64/linux/linux_sysvec.c
sys/amd64/linux32/linux32_sysvec.c
sys/arm64/linux/linux_sysvec.c
sys/compat/linux/linux_util.c
sys/compat/linux/linux_util.h
sys/i386/linux/linux_sysvec.c