summaryrefslogtreecommitdiff
path: root/linux-user/strace.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-03Fix warning about unused functionblueswir11-0/+2
2008-09-30Silence some warnings about uninitialized variablesblueswir11-2/+2
2008-09-14Fix warnings that would be caused by gcc flag -Wwrite-stringsblueswir11-14/+15
2008-05-29Strace fallback for unknown syscalls.pbrook1-1/+2
2007-11-14printf format fixbellard1-1/+3
2007-11-11hex numbers must have a leading 0xbellard1-3/+3
2007-11-11use correct typesbellard1-32/+38
2007-11-11Linux user memory access API change (initial patch by Thayne Harbaugh)bellard1-16/+17
2007-11-03Fix some compiler warnings.ths1-1/+6
2007-11-01Add new files fir strace support, missed in earlier commit.ths1-0/+299