index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
signal.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-18
Remove empty statements
Ladi Prosek
1
-1
/
+1
2017-11-07
linux-user: Restrict usage of sa_restorer
Richard Henderson
1
-2
/
+2
2017-10-16
target/m68k,linux-user: manage FP registers in ucontext
Laurent Vivier
1
-0
/
+43
2017-07-20
Replace 'struct ucontext' with 'ucontext_t' type
Khem Raj
1
-5
/
+5
2017-07-18
linux-user/sh4: Clean env->flags on signal boundaries
Richard Henderson
1
-0
/
+3
2017-07-18
linux-user/sh4: Notice gUSA regions during signal delivery
Richard Henderson
1
-0
/
+28
2017-05-04
target/openrisc: implement shadow registers
Stafford Horne
1
-8
/
+9
2017-02-27
linux-user: fix do_rt_sigreturn on m68k linux userspace emulation
Michael Karcher
1
-2
/
+1
2017-02-27
linux-user: correctly manage SR in ucontext
Laurent Vivier
1
-2
/
+3
2017-02-27
linux-user: Add signal handling support for x86_64
Pranith Kumar
1
-51
/
+227
2017-02-16
linux-user: fill target sigcontext struct accordingly
Jose Ricardo Ziviani
1
-0
/
+5
2017-01-24
nios2: Add usermode binaries emulation
Marek Vasut
1
-2
/
+237
2017-01-23
linux-user: Add HPPA signal handling
Richard Henderson
1
-1
/
+190
2016-09-23
ppc: Fix signal delivery in ppc-user and ppc64-user
Benjamin Herrenschmidt
1
-37
/
+87
2016-09-21
linux-user: Fix incorrect offset of tuc_stack in ARM do_sigframe_return_v2
Timothy E Baldwin
1
-4
/
+14
2016-09-21
linux-user: Implement force_sigsegv() via force_sig()
Peter Maydell
1
-15
/
+2
2016-09-21
linux-user: SIGSEGV from sigreturn need not be fatal
Peter Maydell
1
-27
/
+54
2016-09-21
linux-user: ARM: Give SIGSEGV if signal frame setup fails
Peter Maydell
1
-6
/
+17
2016-09-21
linux-user: SIGSEGV on signal entry need not be fatal
Peter Maydell
1
-38
/
+49
2016-09-21
linux-user: Pass si_type information to queue_signal() explicitly
Peter Maydell
1
-7
/
+3
2016-09-21
linux-user: Recheck for pending synchronous signals too
Peter Maydell
1
-2
/
+5
2016-09-21
linux-user: report signals being taken in strace output
Peter Maydell
1
-0
/
+4
2016-09-15
linux-user,s390x: remove useless cast
Laurent Vivier
1
-1
/
+1
2016-07-19
linux-user: Forget about synchronous signal once it is delivered
Peter Maydell
1
-4
/
+4
2016-06-26
linux-user: Don't use sigfillset() on uc->uc_sigmask
Peter Maydell
1
-1
/
+9
2016-06-24
linux-user: Avoid possible misalignment in host_to_target_siginfo()
Peter Maydell
1
-2
/
+11
2016-06-20
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
1
-11
/
+4
2016-06-08
linux-user: Avoid possible misalignment in target_to_host_siginfo()
Peter Maydell
1
-7
/
+12
2016-06-07
linux-user: Use both si_code and si_signo when converting siginfo_t
Peter Maydell
1
-49
/
+116
2016-06-07
linux-user: Block signals during sigaction() handling
Timothy E Baldwin
1
-3
/
+9
2016-06-07
linux-user: Queue synchronous signals separately
Timothy E Baldwin
1
-32
/
+42
2016-06-07
linux-user: Remove real-time signal queuing
Timothy E Baldwin
1
-57
/
+13
2016-06-07
linux-user: Remove redundant default action check in queue_signal()
Timothy E Baldwin
1
-37
/
+0
2016-06-07
linux-user: Fix race between multiple signals
Peter Maydell
1
-49
/
+114
2016-06-07
linux-user: Factor out uses of do_sigprocmask() from sigreturn code
Peter Maydell
1
-23
/
+32
2016-06-07
linux-user: Fix stray tab-indent
Peter Maydell
1
-1
/
+2
2016-06-07
linux-user: Move handle_pending_signal() to avoid need for declaration
Peter Maydell
1
-23
/
+21
2016-06-07
linux-user: Factor out handle_signal code from process_pending_signals()
Peter Maydell
1
-11
/
+18
2016-05-27
linux-user,target-ppc: fix use of MSR_LE
Laurent Vivier
1
-3
/
+3
2016-05-27
linux-user/signal.c: Use s390 target space address instead of host space
Chen Gang
1
-2
/
+2
2016-05-27
linux-user/signal.c: Use target address instead of host address for microblaz...
Chen Gang
1
-1
/
+2
2016-05-27
linux-user/signal.c: Generate opcode data for restorer in setup_rt_frame
Chen Gang
1
-2
/
+10
2016-05-27
linux-user: Provide safe_syscall for fixing races between signals and syscalls
Timothy E Baldwin
1
-0
/
+10
2016-05-27
linux-user: Support for restarting system calls for Microblaze targets
Timothy E Baldwin
1
-1
/
+1
2016-05-27
linux-user: Support for restarting system calls for tilegx targets
Peter Maydell
1
-1
/
+1
2016-05-27
linux-user: Support for restarting system calls for CRIS targets
Timothy E Baldwin
1
-1
/
+1
2016-05-27
linux-user: Support for restarting system calls for S390 targets
Timothy E Baldwin
1
-2
/
+2
2016-05-27
linux-user: Support for restarting system calls for M68K targets
Timothy E Baldwin
1
-12
/
+8
2016-05-27
linux-user: Support for restarting system calls for Alpha targets
Timothy E Baldwin
1
-2
/
+2
2016-05-27
linux-user: Support for restarting system calls for SH4 targets
Timothy E Baldwin
1
-10
/
+6
[next]