1. c84be71 linux-user: Extend strace support to enable argument printing after syscall execution by Filip Bozuta · 4 years, 6 months ago
  2. 859e8a8 linux-user: Protect more syscalls by Alistair Francis · 4 years, 10 months ago
  3. 2039b1b linux-user: fix socket() strace by Laurent Vivier · 4 years, 10 months ago
  4. 4b25a50 linux-user: Use `qemu_log' for strace by Josh Kunz · 5 years ago
  5. 42b15d7 linux-user/strace: Let print_sockaddr() have a 'last' argument by Philippe Mathieu-Daudé · 5 years ago
  6. bb10540 linux-user/strace: Improve bind() output by Philippe Mathieu-Daudé · 5 years ago
  7. d84fe1e linux-user/strace: Add print_sockfd() by Philippe Mathieu-Daudé · 5 years ago
  8. 814ae70 linux-user/strace: Dump AF_NETLINK sockaddr content by Philippe Mathieu-Daudé · 5 years ago
  9. 0d2187c linux-user/strace: Improve settimeofday() by Philippe Mathieu-Daudé · 5 years ago
  10. 6d33e03 linux-user/strace: Add print_timezone() by Philippe Mathieu-Daudé · 5 years ago
  11. 8f93089 linux-user/strace: Display invalid pointer in print_timeval() by Philippe Mathieu-Daudé · 5 years ago
  12. d42744f linux-user: Add support for strace for statx() syscall by Jim Wilson · 6 years ago
  13. 1b7695f linux-user: Nicer strace output of chroot() syscall by Helge Deller · 6 years ago
  14. 7d37435 avoid TABs in files that only contain a few by Paolo Bonzini · 6 years ago
  15. 113a9dd linux-user: Add support for SO_REUSEPORT by Yunqiang Su · 6 years ago
  16. 4f7f892 linux-user: Add preprocessor availability control to some syscalls by Aleksandar Rikalo · 6 years ago
  17. 5f9cee4 linux-user: fix O_TMPFILE handling by Riku Voipio · 7 years ago
  18. ba9fcea linux-user: add strace support for uinfo structure of rt_sigqueueinfo() and rt_tgsigqueueinfo() by Miloš Stojanović · 8 years ago
  19. f196c37 linux-user: fix inconsistent spaces in print_siginfo() output by Miloš Stojanović · 8 years ago
  20. 243e0fe linux-user: add rt_tgsigqueueinfo() strace by Miloš Stojanović · 8 years ago
  21. 5162264 linux-user: add tkill(), tgkill() and rt_sigqueueinfo() strace by Miloš Stojanović · 8 years ago
  22. b9a0be9 linux-user: remove ifdef __USER_MISC by Riku Voipio · 8 years ago
  23. 38860a0 linux-user: Add support for clock_adjtime() syscall by Aleksandar Markovic · 8 years ago
  24. da2c8ad linux-user: Fix syslog() syscall support by Aleksandar Markovic · 8 years ago
  25. ff71a45 linux-user: Fix socketcall() syscall support by Aleksandar Markovic · 8 years ago
  26. 19f59bc linux-user: Add support for adjtimex() syscall by Aleksandar Markovic · 8 years ago
  27. 0cb581d linux-user: report signals being taken in strace output by Peter Maydell · 8 years ago
  28. 84bd828 linux-user: fix clone() strace by Laurent Vivier · 9 years ago
  29. 8997d1b linux-user: add socket() strace by Laurent Vivier · 9 years ago
  30. fb3aabf linux-user: add socketcall() strace by Laurent Vivier · 9 years ago
  31. 7e3b92e linux-user: Support F_GETPIPE_SZ and F_SETPIPE_SZ fcntls by Peter Maydell · 9 years ago
  32. 02d0e09 os-posix: include sys/mman.h by Paolo Bonzini · 9 years ago
  33. 7dcdaea linux-user: Make target_strerror() return 'const char *' by Peter Maydell · 9 years ago
  34. d39594e linux-user: Clean up includes by Peter Maydell · 9 years ago
  35. abe2084 linux-user: Don't omit comma for strace of rt_sigaction() by Peter Maydell · 12 years ago
  36. bfb669f linux-user: fix futex strace of FUTEX_CLOCK_REALTIME by John Rigby · 12 years ago
  37. d95ec14 linux-user: improve print_fcntl() by Laurent Vivier · 12 years ago
  38. 910ee4e linux-user: correct print_timeval() swap tv_sec and tv_usec by Laurent Vivier · 12 years ago
  39. afc8763 linux-user: Handle O_SYNC, O_NOATIME, O_CLOEXEC, O_PATH by Richard Henderson · 12 years ago
  40. 2a7e124 linux-user/strace.c: Correct errno printing for mmap etc by Peter Maydell · 13 years ago
  41. 962b289 linux-user: fix QEMU_STRACE=1 segfault by Alexander Graf · 13 years ago
  42. cbb21ee linux-user: fix abi_(u)long, target_ulong mismatch by Matthias Braun · 13 years ago
  43. 6f11f01 linux-user: Fix compilation for "old" linux versions by Stefan Weil · 14 years ago
  44. 608e559 linux-user: improve traces by Laurent Vivier · 14 years ago
  45. d2ee72a linux-user: in linux-user/strace.c, tswap() is useless by Laurent Vivier · 14 years ago
  46. 4de596c linux-user: add rmdir() strace by Laurent Vivier · 14 years ago
  47. 8d9016c linux-user: fix build errors for mmap2-only ports by Mike Frysinger · 14 years ago
  48. 906c1b8 linux-user: decode MAP_{UNINITIALIZED,EXECUTABLE} in strace by Mike Frysinger · 14 years ago
  49. 9e0b74a Strace mprotect flags. by Paul Brook · 15 years ago
  50. 5f2243f Fix strace or FUTEX_PRIVATE_FLAG by Paul Brook · 15 years ago
  51. 03dfe9f linux-user: strace now handles guest stringscorrectly [v2] by Riku Voipio · 16 years ago
  52. 74d753a linux-user: strace now handles guest strings correctly [v2] by Mika Westerberg · 16 years ago
  53. b1503cd Use the ARRAY_SIZE() macro where appropriate. by malc · 16 years ago
  54. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  55. 3e46b2e Fix warning about unused function by blueswir1 · 16 years ago
  56. 98448f5 Silence some warnings about uninitialized variables by blueswir1 · 16 years ago
  57. 7ccfb2e Fix warnings that would be caused by gcc flag -Wwrite-strings by blueswir1 · 16 years ago
  58. 74c11e5 Strace fallback for unknown syscalls. by pbrook · 17 years ago
  59. 6b23f77 printf format fix by bellard · 17 years ago
  60. 29fa23e hex numbers must have a leading 0x by bellard · 17 years ago
  61. c16f9ed use correct types by bellard · 17 years ago
  62. 579a97f Linux user memory access API change (initial patch by Thayne Harbaugh) by bellard · 17 years ago
  63. f3e3285 Fix some compiler warnings. by ths · 17 years ago
  64. 33189d3 Add new files fir strace support, missed in earlier commit. by ths · 17 years ago