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