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
*
sparc: fix expression with uninitialized initial value
Blue Swirl
2012-08-09
1
-5
/
+3
*
Replace 'struct siginfo' with 'siginfo_t'.
Richard W.M. Jones
2012-08-01
1
-4
/
+4
*
target-or32: Add linux user support
Jia Liu
2012-07-27
1
-0
/
+229
*
qemu-log: cleanup
Blue Swirl
2012-06-21
1
-8
/
+4
*
Bad zero comparison for sas_ss_flags on powerpc
Alex Barcelo
2012-03-15
1
-1
/
+1
*
Rename CPUState -> CPUArchState
Andreas Färber
2012-03-14
1
-8
/
+8
*
linux-user: Don't overuse CPUState
Andreas Färber
2012-03-14
1
-97
/
+104
*
Spelling fixes in comments (it's -> its)
Stefan Weil
2012-03-08
1
-1
/
+1
*
linux-user: Fix sa_flags byte swaps for mips
Andreas Färber
2012-02-02
1
-0
/
+8
*
fix spelling in linux-user sub directory
Dong Xu Wang
2011-12-02
1
-1
/
+1
*
Merge remote-tracking branch 'riku/linux-user-for-upstream' into staging
Anthony Liguori
2011-10-31
1
-11
/
+11
|
\
|
*
linux-user: fix abi_(u)long, target_ulong mismatch
Matthias Braun
2011-10-27
1
-11
/
+11
*
|
target-sparc: Change fpr representation to doubles.
Richard Henderson
2011-10-26
1
-12
/
+16
|
/
*
linux-user: Remove unused code
Stefan Weil
2011-10-05
1
-4
/
+1
*
linux-user: Correct a few missuses of host addresses
Edgar E. Iglesias
2011-08-26
1
-14
/
+15
*
linux-user/signal.c: Rename s390 target_ucontext fields to fix ia64
Peter Maydell
2011-07-13
1
-15
/
+15
*
linux-user/signal.c: Remove unused fenab
Peter Maydell
2011-06-21
1
-2
/
+5
*
linux-user/signal.c: Remove only-ever-set variable fpu_save_addr
Peter Maydell
2011-06-21
1
-5
/
+5
*
Don't translate pointer when in restore_sigcontext
Mike McCormack
2011-06-20
1
-2
/
+2
*
Fix compilation warning due to missing header for sigaction (followup)
Alexandre Raymond
2011-06-08
1
-1
/
+0
*
s390x: s390x-linux-user support
Ulrich Hecht
2011-05-20
1
-0
/
+333
*
Fix typo in comment (dieing -> dying)
Stefan Weil
2011-05-08
1
-1
/
+1
*
linux-user/arm: fix compilation failures using softfloat's struct types
Peter Maydell
2011-02-10
1
-2
/
+2
*
linux-user: avoid gcc array overrun warning for sparc
Peter Maydell
2011-02-01
1
-3
/
+4
*
linux-user: ARM: clear the IT bits when invoking a signal handler
Peter Maydell
2011-01-14
1
-7
/
+9
*
ARM: linux-user: Restore iWMMXT state from ucontext on sigreturn
Peter Maydell
2010-12-03
1
-0
/
+30
*
ARM: linux-user: Expose iWMMXT registers to signal handlers
Peter Maydell
2010-12-03
1
-0
/
+37
*
ARM: linux-user: Restore VFP state from ucontext on sigreturn
Peter Maydell
2010-12-03
1
-0
/
+40
*
ARM: linux-user: Expose VFP registers to signal handlers
Peter Maydell
2010-12-03
1
-1
/
+46
*
ARM: linux-user: Correct size of padding in target_ucontext_v2
Peter Maydell
2010-12-03
1
-1
/
+1
*
microblaze: target-ify target_ucontext
Richard Henderson
2010-11-23
1
-9
/
+9
*
microblaze: Pass a ucontext * as 3rd sighandler arg
Edgar E. Iglesias
2010-07-23
1
-6
/
+20
*
microblaze: Correct signal frame setup.
Edgar E. Iglesias
2010-07-15
1
-1
/
+2
*
sparc: Fix lazy flag calculation on interrupts, refactor
Blue Swirl
2010-05-09
1
-2
/
+2
*
linux-user/ia64: workaround ia64 strangenesses
Aurelien Jarno
2010-04-01
1
-104
/
+104
*
Replace assert(0) with abort() or cpu_abort()
Blue Swirl
2010-03-18
1
-1
/
+0
*
Fix build with -DNDEBUG in CFLAGS
Blue Swirl
2010-03-13
1
-1
/
+1
*
linux-user: Save/restore fpu registers to signal context on sh4
takasi-y@ops.dti.ne.jp
2010-03-06
1
-8
/
+21
*
alpha-linux-user: Implement signals.
Richard Henderson
2010-02-28
1
-0
/
+267
*
linux-user: cleanup force_sig() calls
Riku Voipio
2009-12-19
1
-20
/
+20
*
linux-user: remove hardcoded value of _NSIG in signal.c
Arnaud Patard
2009-11-24
1
-6
/
+6
*
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
[next]