262 Commits (82fcf66e052d6dae834255a814969c67e13b6791)

Author SHA1 Message Date
Michael Weiser 50f22fa60d linux-user: Fix endianess of aarch64 signal trampoline 8 years ago
Laurent Vivier ef59760b88 linux-user, m68k: correctly manage SR in context 8 years ago
Ladi Prosek 3c254ab8d7 Remove empty statements 9 years ago
Richard Henderson 7f047de18c linux-user: Restrict usage of sa_restorer 9 years ago
Laurent Vivier ee46a46b02 target/m68k,linux-user: manage FP registers in ucontext 9 years ago
Khem Raj 04b33e2186 Replace 'struct ucontext' with 'ucontext_t' type 9 years ago
Richard Henderson b0e9c51a00 linux-user/sh4: Clean env->flags on signal boundaries 9 years ago
Richard Henderson b0e4f0edf5 linux-user/sh4: Notice gUSA regions during signal delivery 9 years ago
Stafford Horne d89e71e873 target/openrisc: implement shadow registers 9 years ago
Michael Karcher 59ebb6e451 linux-user: fix do_rt_sigreturn on m68k linux userspace emulation 9 years ago
Laurent Vivier 3219de458c linux-user: correctly manage SR in ucontext 9 years ago
Pranith Kumar 1c1df0198b linux-user: Add signal handling support for x86_64 9 years ago
Jose Ricardo Ziviani 26920a2961 linux-user: fill target sigcontext struct accordingly 9 years ago
Marek Vasut a0a839b65b nios2: Add usermode binaries emulation 9 years ago
Richard Henderson 1659e38e1d linux-user: Add HPPA signal handling 9 years ago
Benjamin Herrenschmidt 95cda4c44e ppc: Fix signal delivery in ppc-user and ppc64-user 10 years ago
Timothy E Baldwin 45eafb4d32 linux-user: Fix incorrect offset of tuc_stack in ARM do_sigframe_return_v2 10 years ago
Peter Maydell c4b3574402 linux-user: Implement force_sigsegv() via force_sig() 10 years ago
Peter Maydell c599d4d6d6 linux-user: SIGSEGV from sigreturn need not be fatal 10 years ago
Peter Maydell 28298c912e linux-user: ARM: Give SIGSEGV if signal frame setup fails 10 years ago
Peter Maydell 0939166997 linux-user: SIGSEGV on signal entry need not be fatal 10 years ago
Peter Maydell 9d2803f720 linux-user: Pass si_type information to queue_signal() explicitly 10 years ago
Peter Maydell 8bd3773cce linux-user: Recheck for pending synchronous signals too 10 years ago
Peter Maydell 0cb581d6bd linux-user: report signals being taken in strace output 10 years ago
Laurent Vivier c1bc91c35c linux-user,s390x: remove useless cast 10 years ago
Peter Maydell 31efaef1d9 linux-user: Forget about synchronous signal once it is delivered 10 years ago
Peter Maydell 1d48fdd9d8 linux-user: Don't use sigfillset() on uc->uc_sigmask 10 years ago
Peter Maydell 55d72a7eb3 linux-user: Avoid possible misalignment in host_to_target_siginfo() 10 years ago
Eduardo Habkost 9be385980d coccinelle: Remove unnecessary variables for function return value 10 years ago
Peter Maydell 90c0f080fe linux-user: Avoid possible misalignment in target_to_host_siginfo() 10 years ago
Peter Maydell a70dadc7f1 linux-user: Use both si_code and si_signo when converting siginfo_t 10 years ago
Timothy E Baldwin ef6a778ea2 linux-user: Block signals during sigaction() handling 10 years ago
Timothy E Baldwin 655ed67c2a linux-user: Queue synchronous signals separately 10 years ago
Timothy E Baldwin 907f5fddaa linux-user: Remove real-time signal queuing 10 years ago
Timothy E Baldwin c19c1578f8 linux-user: Remove redundant default action check in queue_signal() 10 years ago
Peter Maydell 3d3efba020 linux-user: Fix race between multiple signals 10 years ago
Peter Maydell 9eede5b69f linux-user: Factor out uses of do_sigprocmask() from sigreturn code 10 years ago
Peter Maydell 7ec87e06c7 linux-user: Fix stray tab-indent 10 years ago
Peter Maydell e902d588dc linux-user: Move handle_pending_signal() to avoid need for declaration 10 years ago
Peter Maydell eb5525013a linux-user: Factor out handle_signal code from process_pending_signals() 10 years ago
Laurent Vivier 49e55cbacf linux-user,target-ppc: fix use of MSR_LE 10 years ago
Chen Gang 5b1d59d0bb linux-user/signal.c: Use s390 target space address instead of host space 10 years ago
Chen Gang 166c97edd6 linux-user/signal.c: Use target address instead of host address for microblaze restorer 10 years ago
Chen Gang f1d9d1071c linux-user/signal.c: Generate opcode data for restorer in setup_rt_frame 10 years ago
Timothy E Baldwin 4d330cee37 linux-user: Provide safe_syscall for fixing races between signals and syscalls 10 years ago
Timothy E Baldwin 4134ecfeb9 linux-user: Support for restarting system calls for Microblaze targets 10 years ago
Peter Maydell a9175169cc linux-user: Support for restarting system calls for tilegx targets 10 years ago
Timothy E Baldwin 6205086558 linux-user: Support for restarting system calls for CRIS targets 10 years ago
Timothy E Baldwin 47405ab642 linux-user: Support for restarting system calls for S390 targets 10 years ago
Timothy E Baldwin 7ccb84a916 linux-user: Support for restarting system calls for M68K targets 10 years ago