qemu-e2k/linux-user
Richard Henderson ba0e276db4 target-alpha: Fixes for alpha-linux syscalls.
1. Add correct definitions of error numbers.
2. Implement SYS_osf_sigprocmask
3. Implement SYS_osf_get/setsysinfo for IEEE_FP_CONTROL.

This last requires exposing the FPCR value to do_syscall.
Since this value is actually split up into the float_status,
expose routines from helper.c to access it.

Finally, also add a float_exception_mask field to float_status.
We don't actually use it to control delivery of exceptions to
the emulator yet, but simply hold the value that we placed there
when loading/storing the FPCR.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2009-12-13 20:32:36 +01:00
..
alpha target-alpha: Fixes for alpha-linux syscalls. 2009-12-13 20:32:36 +01:00
arm
cris
i386
m68k
microblaze
mips
mips64
mipsn32
ppc
sh4
sparc
sparc64
x86_64
elfload.c target-alpha: Drop bogus UNIQ initial value on Linux. 2009-12-13 20:32:36 +01:00
elfload32.c
errno_defs.h
flat.h
flatload.c
ioctls.h linux-user: KD/VT/FB ioctls 2009-10-17 11:38:00 +03:00
linux_loop.h
linuxload.c linux-user: don't zero a buffer twice 2009-10-16 14:36:36 +03:00
m68k-sim.c
main.c Fix ARM userspace strex implementation. 2009-12-11 15:38:50 +00:00
mmap.c
qemu-types.h
qemu.h
signal.c linux-user: remove hardcoded value of _NSIG in signal.c 2009-11-24 19:51:12 +01:00
socket.h
strace.c
strace.list
syscall.c target-alpha: Fixes for alpha-linux syscalls. 2009-12-13 20:32:36 +01:00
syscall_defs.h linux-user: KD/VT/FB ioctls 2009-10-17 11:38:00 +03:00
syscall_types.h linux-user: KD/VT/FB ioctls 2009-10-17 11:38:00 +03:00
uaccess.c
vm86.c