index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
signal.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2016-05-27
linux-user: Support for restarting system calls for SPARC targets
Timothy E Baldwin
1
-1
/
+1
2016-05-27
linux-user: Support for restarting system calls for ARM targets
Timothy E Baldwin
1
-5
/
+5
2016-05-27
linux-user: Support for restarting system calls for x86 targets
Timothy E Baldwin
1
-8
/
+7
2016-05-27
linux-user: Reindent signal handling
Timothy E Baldwin
1
-752
/
+791
2016-03-04
linux-user: arm: fix coding style for some linux-user signal functions
Paolo Bonzini
1
-54
/
+56
2016-02-26
linux-user: Use restrictive mask when calling cpsr_write()
Peter Maydell
1
-1
/
+1
2016-02-26
target-arm: Add write_type argument to cpsr_write()
Peter Maydell
1
-2
/
+2
2016-01-29
linux-user: Clean up includes
Peter Maydell
1
-6
/
+1
2016-01-08
linux-user,sh4: fix signal retcode address
Laurent Vivier
1
-10
/
+6
2015-12-17
linux-user: convert DEBUG_SIGNAL logging to tracepoints
Paolo Bonzini
1
-60
/
+58
2015-10-07
linux-user/tilegx: Implement tilegx signal features
Chen Gang
1
-1
/
+158
2015-10-01
linux-user/signal.c: Use setup_rt_frame() instead of setup_frame() for target...
Chen Gang
1
-7
/
+2
2015-09-11
maint: remove unused include for assert.h
Daniel P. Berrange
1
-1
/
+0
2015-07-09
translate-all: Change tb_flush() env argument to cpu
Peter Crosthwaite
1
-1
/
+1
2015-05-27
s390x: Common access to floating point registers
Eric Farman
1
-2
/
+2
2015-01-27
linux-user: Fix broken m68k signal handling on 64 bit hosts
Peter Maydell
1
-3
/
+3
2015-01-27
linux-user/signal.c: Remove unnecessary wrapper copy_siginfo_to_user
Peter Maydell
1
-17
/
+11
2015-01-27
linux-user/signal.c: Remove current_exec_domain_sig()
Peter Maydell
1
-25
/
+6
2014-09-08
linux-user: Handle PPC64 ELFv2 Function Pointers
Tom Musta
1
-10
/
+30
2014-09-08
linux-user: Implement do_setcontext for PPC64
Tom Musta
1
-5
/
+5
2014-09-08
linux-user: Properly Dereference PPC64 ELFv1 Signal Handler Pointer
Tom Musta
1
-0
/
+29
2014-09-08
linux-user: Enable Signal Handlers on PPC64
Tom Musta
1
-48
/
+73
2014-09-08
linux-user: Split PPC Trampoline Encoding from Register Save
Tom Musta
1
-6
/
+12
[next]