summaryrefslogtreecommitdiff
path: root/linux-user/strace.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-16Strace mprotect flags.Paul Brook1-0/+3
2010-02-19Fix strace or FUTEX_PRIVATE_FLAGPaul Brook1-1/+3
2009-06-19linux-user: strace now handles guest stringscorrectly [v2]Riku Voipio1-1/+0
2009-06-16linux-user: strace now handles guest strings correctly [v2]Mika Westerberg1-18/+1054
2008-12-22Use the ARRAY_SIZE() macro where appropriate.malc1-1/+1
2008-12-13Remove unnecessary trailing newlinesblueswir11-1/+0
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