index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
signal.c
Age
Commit message (
Expand
)
Author
2008-08-17
Fix some warnings that would be generated by gcc -Wmissing-prototypes
blueswir1
2008-07-16
Fix a bunch of type mismatch-related warnings (Jan Kiszka).
balrog
2008-06-27
More efficient target register / TC accesses.
ths
2008-06-07
Multithreaded locking fixes.
pbrook
2008-05-31
Make signal queues per thread.
pbrook
2008-05-31
Fix usermode build.
pbrook
2008-05-30
Copy siginfo.si_code.
pbrook
2008-05-30
Translate whole of target_sigset. Use host sigset accessors.
pbrook
2008-05-30
Perform target->host signal mapping for *kill syscalls.
pbrook
2008-05-07
Update ARM non-rt sigframe layout.
pbrook
2008-05-06
Update ARM rt_frame layout.
pbrook
2008-03-21
Fix Thumb signal handlers.
pbrook
2008-03-03
CRIS signals:
edgar_igl
2008-02-28
First try at supporting ordinary signals for CRIS linux-user guests.
edgar_igl
2008-02-12
Make MIPS MT implementation more cache friendly.
ths
2007-12-02
SH4: Signal handling for the user space emulator, by Magnus Damm.
ths
2007-11-11
fixed more invalid pointer usage
bellard
2007-11-11
user access fixes
bellard
2007-11-11
removed warnings - improved sparc32/64 signal frame setup - disabled x86 fram...
bellard
2007-11-11
removed warnings - fixed arm stack copy bug
bellard
2007-11-11
Linux user memory access API change (initial patch by Thayne Harbaugh)
bellard
2007-11-08
Clean out the N32 macros from target-mips, and introduce MIPS ABI specific
ths
2007-11-08
removed obsolete x86 code copy support
bellard
2007-10-20
Syscall target errno fixes, by Thayne Harbaugh.
ths
2007-10-14
Support for 32 bit ABI on 64 bit targets (only enabled Sparc64)
blueswir1
2007-10-05
Implement sparc64_[gs]et_context
blueswir1
2007-09-30
Code provision for n32/n64 mips userland emulation. Not functional yet.
ths
2007-09-27
linux-user sigaltstack() syscall, by Thayne Harbaugh.
ths
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-09-06
Partial support for 34K multithreading, not functional yet.
ths
2007-07-12
Sigio fd passing, by Alexander Graf.
ths
2007-07-11
Spelling fixes, by Stefan Weil.
ths
2007-05-13
MIPS linux-user update.
ths
2007-04-06
Code provision for x86_64 and PowerPC 64 linux user mode support.
j_mayer
2007-03-31
Don't let sigaction handle SIGKILL/SIGSTOP, by Stuart Anderson.
ths
2006-10-28
removed invalid code
bellard
2006-07-18
Sparc64 host support (Blue Swirl)
bellard
2006-06-27
initial MIPS signal handling (initial patch by Raphael Rigo)
bellard
2006-03-25
Avoid accessing guest memory directly in usermode emulation.
pbrook
2005-11-26
ARM system emulation (Paul Brook)
bellard
2005-04-17
gdb support for user mode (Paul Brook)
bellard
2005-04-07
ia64 host support (David Mosberger)
bellard
2005-01-30
initial sparc64 support
bellard
2005-01-03
64 bit target fixes - removed warnings
bellard
2004-12-19
SPARC merge
bellard
2004-09-30
SPARC fixes (Blue Swirl)
bellard
2004-06-19
sigset_t endianness fix in signal context
bellard
2004-02-22
use kernel like macros for user access (will be useful someday to have a bett...
bellard
2004-02-16
experimental code copy support
bellard
[next]