qemu-irix/linux-user
Pavel Zbitskiy fe54b24930 linux-user: fixed getsockopt() optlen
optlen parameter of getsockopt() of type socklen_t* was read into
variable of type socklen_t, that caused zeroing out of upper 4 bytes
when running s390x on top of x86_64. This patch changes optlen type
to abi_ulong.

Signed-off-by: Pavel Zbitskiy <pavel.zbitskiy@gmail.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
2014-01-15 23:36:03 +04:00
..
aarch64 linux-user: AArch64: define TARGET_CLONE_BACKWARDS 2014-01-08 19:07:20 +00:00
alpha
arm target-arm: Widen thread-local register state fields to 64 bits 2014-01-07 19:17:59 +00:00
cris
i386
m68k
microblaze
mips
mips64
openrisc
ppc
s390x linux-user: fixed s390x clone() argument order 2014-01-15 23:35:51 +04:00
sh4
sparc
sparc64
unicore32
x86_64
Makefile.objs
cpu-uname.c
cpu-uname.h
elfload.c linux-user: Remove regs parameter of load_elf_binary and load_flt_binary 2014-01-10 08:51:37 +02:00
errno_defs.h
flat.h
flatload.c linux-user: Remove regs parameter of load_elf_binary and load_flt_binary 2014-01-10 08:51:37 +02:00
ioctls.h
linux_loop.h
linuxload.c linux-user: Remove regs parameter of load_elf_binary and load_flt_binary 2014-01-10 08:51:37 +02:00
m68k-sim.c
main.c target-arm: A64: support for ld/st/cl exclusive 2014-01-08 19:07:20 +00:00
mmap.c
qemu.h linux-user: Remove regs parameter of load_elf_binary and load_flt_binary 2014-01-10 08:51:37 +02:00
signal.c Merge remote-tracking branch 'mjt/trivial-patches' into staging 2014-01-09 11:24:12 -08:00
socket.h
strace.c
strace.list
syscall.c linux-user: fixed getsockopt() optlen 2014-01-15 23:36:03 +04:00
syscall_defs.h linux-user: Support the accept4 socketcall 2014-01-10 08:51:36 +02:00
syscall_types.h
target_flat.h
uaccess.c
vm86.c