syscall_emul: [patch 5/22] remove LiveProcess class and use Process insteadThe EIOProcess class was removed recently and it was the only other classwhich derived from Process. Since every Process invocation is also aLiveProcess invocation, it makes sense to simplify the organization bycombining the fields from LiveProcess into Process.
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>