index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
strace.c
Age
Commit message (
Expand
)
Author
2011-10-27
linux-user: fix abi_(u)long, target_ulong mismatch
Matthias Braun
2011-05-02
linux-user: Fix compilation for "old" linux versions
Stefan Weil
2011-04-26
linux-user: improve traces
Laurent Vivier
2011-02-17
linux-user: in linux-user/strace.c, tswap() is useless
Laurent Vivier
2011-02-17
linux-user: add rmdir() strace
Laurent Vivier
2011-02-09
linux-user: fix build errors for mmap2-only ports
Mike Frysinger
2011-02-09
linux-user: decode MAP_{UNINITIALIZED,EXECUTABLE} in strace
Mike Frysinger
2010-06-16
Strace mprotect flags.
Paul Brook
2010-02-19
Fix strace or FUTEX_PRIVATE_FLAG
Paul Brook
2009-06-19
linux-user: strace now handles guest stringscorrectly [v2]
Riku Voipio
2009-06-16
linux-user: strace now handles guest strings correctly [v2]
Mika Westerberg
2008-12-22
Use the ARRAY_SIZE() macro where appropriate.
malc
2008-12-13
Remove unnecessary trailing newlines
blueswir1
2008-10-03
Fix warning about unused function
blueswir1
2008-09-30
Silence some warnings about uninitialized variables
blueswir1
2008-09-14
Fix warnings that would be caused by gcc flag -Wwrite-strings
blueswir1
2008-05-29
Strace fallback for unknown syscalls.
pbrook
2007-11-14
printf format fix
bellard
2007-11-11
hex numbers must have a leading 0x
bellard
2007-11-11
use correct types
bellard
2007-11-11
Linux user memory access API change (initial patch by Thayne Harbaugh)
bellard
2007-11-03
Fix some compiler warnings.
ths
2007-11-01
Add new files fir strace support, missed in earlier commit.
ths