qemu-irix/linux-user
Aurelien Jarno 60e99246d6 linux-user/ia64: workaround ia64 strangenesses
ia64 has some strangenesses that need to be workaround:
- it has a __clone2() syscall instead of the using clone() one, with
  different arguments, and which is not declared in the usual headers.
- ucontext.uc_sigmask is declared with type long int, while it is
  actually of type sigset_t.
- uc_mcontext, uc_sigmask, uc_stack, uc_link are declared using #define,
  which clashes with the target_ucontext fields. Change their names to
  tuc_*, as already done for some target architectures.
2010-04-01 21:51:58 +02:00
..
alpha alpha-linux-user: Implement signals. 2010-02-28 17:54:52 +01:00
arm linux-user: Add the syscall id for pselect6 on ARM 2010-03-26 20:48:30 +01:00
cris
i386
m68k
microblaze
mips
mips64
mipsn32
ppc
sh4
sparc
sparc64
x86_64
cpu-uname.c linux-user: adapt uname machine to emulated CPU 2010-02-06 17:19:43 +01:00
cpu-uname.h linux-user: adapt uname machine to emulated CPU 2010-02-06 17:19:43 +01:00
elfload.c linux-user/ppc: use the Linux register layout 2010-03-28 16:52:27 +02:00
elfload32.c
errno_defs.h
flat.h
flatload.c
ioctls.h
linux_loop.h
linuxload.c
m68k-sim.c
main.c Compile qemu-timer only once 2010-03-29 19:24:00 +00:00
mmap.c Fix usermode virtual address type 2010-03-12 23:25:52 +00:00
qemu-types.h
qemu.h linux-user: Use RLIMIT_STACK for default stack size. 2010-03-27 14:16:51 +01:00
signal.c linux-user/ia64: workaround ia64 strangenesses 2010-04-01 21:51:58 +02:00
socket.h
strace.c Fix strace or FUTEX_PRIVATE_FLAG 2010-02-19 16:04:51 +00:00
strace.list
syscall.c linux-user/ia64: workaround ia64 strangenesses 2010-04-01 21:51:58 +02:00
syscall_defs.h alpha-linux-user: Implement signals. 2010-02-28 17:54:52 +01:00
syscall_types.h
uaccess.c
vm86.c