syscall_emul: rename OpenFlagTransTable structThe structure definition only had the open system call flag set in mind whenit was named, so we rename it here with the intention of using it to defineadditional tables to translate flags for other system calls in the future.
arch: fix build under MacOSXput O_DIRECT under ifdefs -- this fixes build for MacOSX.Also use correct class for arm64 openFlagTable.Committed by: Nilay Vaish <nilay@cs.wisc.edu>
arch, base, dev, kern, sym: FreeBSD supportThis adds support for FreeBSD/aarch64 FS and SE mode (basic set of syscalls only)Committed by: Nilay Vaish <nilay@cs.wisc.edu>