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
2009-08-25
m68k, linux-user: add setup_rt_frame
Laurent Vivier
1
-3
/
+202
2009-08-25
m68k,linux-user: add setup_frame
Laurent Vivier
1
-0
/
+183
2009-07-20
Fix most warnings (errors with -Werror) when debugging is enabled
Blue Swirl
1
-2
/
+2
2009-07-18
Avoid name clashes with symbols that leak from system headers
malc
1
-4
/
+4
2009-07-16
Update to a hopefully more future proof FSF address
Blue Swirl
1
-3
/
+1
2009-07-09
MIPS signal handling fix
Paul Brook
1
-0
/
+2
2009-06-16
linux-user: implemented ELF coredump support for ARM target
Mika Westerberg
1
-3
/
+37
2009-05-26
microblaze: linux-user support.
Edgar E. Iglesias
1
-0
/
+216
2009-05-16
linux-user: ppc signal handling
Nathan Froyd
1
-0
/
+596
2009-04-21
MIPS signal handling fixes.
pbrook
1
-4
/
+101
2009-04-16
Translate signal values in exit status.
pbrook
1
-1
/
+1
2009-04-15
linux-user: proper exit code for uncaught signals
aurel32
1
-12
/
+25
2009-03-07
Use a dedicated function to request exit from execution loop
aurel32
1
-1
/
+1
2009-03-07
The _exit syscall is used for both thread termination in NPTL applications,
pbrook
1
-1
/
+1
2009-02-01
Replace noreturn with QEMU_NORETURN
malc
1
-1
/
+1
2009-01-30
linux-user: fix signal.c warning
aurel32
1
-4
/
+4
2009-01-14
Add noreturn function attribute
blueswir1
1
-1
/
+2
2009-01-05
Fix more FSF addresses
blueswir1
1
-1
/
+2
2009-01-03
Fix qemu endless loop when raising a SIGSEGV/SIGBUS signal with gdbstub in us...
aurel32
1
-2
/
+2
2008-12-18
User-mode GDB stub improvements - handle signals
aurel32
1
-16
/
+49
2008-11-27
linux-user: Add support for STOP/CONT signals.
ths
1
-1
/
+6
2008-11-27
linux-user: sig is target signal.
ths
1
-1
/
+1
2008-10-08
CRIS: linux-user signals dont need ERP compensation after break anymore.
edgar_igl
1
-3
/
+0
2008-10-05
Make target_sigaltstack_used static
blueswir1
1
-1
/
+1
2008-09-16
Move offsetof to osdep.h, remove local defintions.
balrog
1
-4
/
+0
2008-08-17
Fix some warnings that would be generated by gcc -Wmissing-prototypes
blueswir1
1
-2
/
+3
2008-07-16
Fix a bunch of type mismatch-related warnings (Jan Kiszka).
balrog
1
-3
/
+3
2008-06-27
More efficient target register / TC accesses.
ths
1
-17
/
+17
2008-06-07
Multithreaded locking fixes.
pbrook
1
-2
/
+2
2008-05-31
Make signal queues per thread.
pbrook
1
-126
/
+131
2008-05-31
Fix usermode build.
pbrook
1
-1
/
+1
2008-05-30
Copy siginfo.si_code.
pbrook
1
-1
/
+1
2008-05-30
Translate whole of target_sigset. Use host sigset accessors.
pbrook
1
-38
/
+30
2008-05-30
Perform target->host signal mapping for *kill syscalls.
pbrook
1
-1
/
+5
2008-05-07
Update ARM non-rt sigframe layout.
pbrook
1
-101
/
+165
2008-05-06
Update ARM rt_frame layout.
pbrook
1
-14
/
+140
2008-03-21
Fix Thumb signal handlers.
pbrook
1
-28
/
+3
2008-03-03
CRIS signals:
edgar_igl
1
-57
/
+58
2008-02-28
First try at supporting ordinary signals for CRIS linux-user guests.
edgar_igl
1
-0
/
+172
2008-02-12
Make MIPS MT implementation more cache friendly.
ths
1
-14
/
+14
2007-12-02
SH4: Signal handling for the user space emulator, by Magnus Damm.
ths
1
-10
/
+311
2007-11-11
fixed more invalid pointer usage
bellard
1
-48
/
+55
2007-11-11
user access fixes
bellard
1
-55
/
+57
2007-11-11
removed warnings - improved sparc32/64 signal frame setup - disabled x86 fram...
bellard
1
-59
/
+92
2007-11-11
removed warnings - fixed arm stack copy bug
bellard
1
-8
/
+19
2007-11-11
Linux user memory access API change (initial patch by Thayne Harbaugh)
bellard
1
-106
/
+138
2007-11-08
Clean out the N32 macros from target-mips, and introduce MIPS ABI specific
ths
1
-3
/
+3
2007-11-08
removed obsolete x86 code copy support
bellard
1
-5
/
+1
2007-10-20
Syscall target errno fixes, by Thayne Harbaugh.
ths
1
-7
/
+10
2007-10-14
Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)
blueswir1
1
-133
/
+133
[next]