On 17 December 2013 11:52, Stacey Son <s...@freebsd.org> wrote: > [v3] > > - Rebases to commit f46e720a82ccdf1a521cf459448f3f96ed895d43 (HEAD). > - Changes 'HOST_API_DIR' to 'HOST_VARIANT_DIR' for the BSD variant. > - Fixes boundry condition bug in mmap() system call handler. > - Fixes floating point support for MIPS64. > - Fixes execve() syscall handler so shell scripts are properly exec'ed. > - Fixes uninitialized data bug for extended attribute syscall handlers. > - Fixes minor typos in ACL syscall structures.
> This patch series adds a significant number of system calls and mips/arm > support for bsd-user. In its current state it can emulate most > FreeBSD mips/mips64 and arm target binaries on a x86 host in a simple > chroot environment. (see https://wiki.freebsd.org/QemuUserModeHowTo for > the details.) I've been hoping somebody who uses FreeBSD would review these, but since nobody has I'm going to take a look at them. However, I've noticed that none of the patches in this series have Signed-off-by: lines (oddly, since v2 and v1 certainly did). We can't apply them at all without those, so you'll need to fix that in your next respin. thanks -- PMM