Age | Commit message (Expand) | Author | Files | Lines |
2020-03-20 | linux-user: fix socket() strace | Laurent Vivier | 1 | -1/+7 |
2020-02-19 | linux-user: Use `qemu_log' for strace | Josh Kunz | 1 | -236/+243 |
2019-10-21 | linux-user/strace: Let print_sockaddr() have a 'last' argument | Philippe Mathieu-Daudé | 1 | -5/+5 |
2019-10-21 | linux-user/strace: Improve bind() output | Philippe Mathieu-Daudé | 1 | -1/+14 |
2019-10-21 | linux-user/strace: Add print_sockfd() | Philippe Mathieu-Daudé | 1 | -7/+16 |
2019-10-21 | linux-user/strace: Dump AF_NETLINK sockaddr content | Philippe Mathieu-Daudé | 1 | -0/+37 |
2019-10-21 | linux-user/strace: Improve settimeofday() | Philippe Mathieu-Daudé | 1 | -0/+13 |
2019-10-21 | linux-user/strace: Add print_timezone() | Philippe Mathieu-Daudé | 1 | -0/+20 |
2019-10-21 | linux-user/strace: Display invalid pointer in print_timeval() | Philippe Mathieu-Daudé | 1 | -1/+3 |
2019-07-02 | linux-user: Add support for strace for statx() syscall | Jim Wilson | 1 | -0/+86 |
2019-03-07 | linux-user: Nicer strace output of chroot() syscall | Helge Deller | 1 | -0/+12 |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini | 1 | -2/+2 |
2018-11-12 | linux-user: Add support for SO_REUSEPORT | Yunqiang Su | 1 | -0/+3 |
2018-08-16 | linux-user: Add preprocessor availability control to some syscalls | Aleksandar Rikalo | 1 | -1/+13 |
2017-10-16 | linux-user: fix O_TMPFILE handling | Riku Voipio | 1 | -0/+4 |
2017-05-29 | linux-user: add strace support for uinfo structure of rt_sigqueueinfo() and r... | Miloš Stojanović | 1 | -2/+111 |
2017-05-29 | linux-user: fix inconsistent spaces in print_siginfo() output | Miloš Stojanović | 1 | -6/+6 |
2017-05-29 | linux-user: add rt_tgsigqueueinfo() strace | Miloš Stojanović | 1 | -0/+15 |
2017-05-29 | linux-user: add tkill(), tgkill() and rt_sigqueueinfo() strace | Miloš Stojanović | 1 | -0/+41 |
2017-02-14 | linux-user: remove ifdef __USER_MISC | Riku Voipio | 1 | -2/+0 |
2016-10-21 | linux-user: Add support for clock_adjtime() syscall | Aleksandar Markovic | 1 | -0/+76 |
2016-10-21 | linux-user: Fix syslog() syscall support | Aleksandar Markovic | 1 | -0/+72 |
2016-10-21 | linux-user: Fix socketcall() syscall support | Aleksandar Markovic | 1 | -18/+21 |
2016-10-21 | linux-user: Add support for adjtimex() syscall | Aleksandar Markovic | 1 | -0/+46 |
2016-09-21 | linux-user: report signals being taken in strace output | Peter Maydell | 1 | -0/+106 |
2016-06-26 | linux-user: fix clone() strace | Laurent Vivier | 1 | -22/+20 |
2016-06-26 | linux-user: add socket() strace | Laurent Vivier | 1 | -0/+23 |
2016-06-26 | linux-user: add socketcall() strace | Laurent Vivier | 1 | -0/+549 |
2016-06-26 | linux-user: Support F_GETPIPE_SZ and F_SETPIPE_SZ fcntls | Peter Maydell | 1 | -0/+7 |
2016-06-16 | os-posix: include sys/mman.h | Paolo Bonzini | 1 | -1/+0 |
2016-06-08 | linux-user: Make target_strerror() return 'const char *' | Peter Maydell | 1 | -2/+2 |
2016-01-29 | linux-user: Clean up includes | Peter Maydell | 1 | -3/+1 |
2013-04-05 | linux-user: Don't omit comma for strace of rt_sigaction() | Peter Maydell | 1 | -1/+1 |
2013-03-11 | linux-user: fix futex strace of FUTEX_CLOCK_REALTIME | John Rigby | 1 | -0/+6 |
2013-03-11 | linux-user: improve print_fcntl() | Laurent Vivier | 1 | -18/+79 |
2013-01-30 | linux-user: correct print_timeval() swap tv_sec and tv_usec | Laurent Vivier | 1 | -1/+1 |
2012-08-04 | linux-user: Handle O_SYNC, O_NOATIME, O_CLOEXEC, O_PATH | Richard Henderson | 1 | -1/+11 |
2012-02-02 | linux-user/strace.c: Correct errno printing for mmap etc | Peter Maydell | 1 | -5/+4 |
2012-02-02 | linux-user: fix QEMU_STRACE=1 segfault | Alexander Graf | 1 | -4/+14 |
2011-10-27 | linux-user: fix abi_(u)long, target_ulong mismatch | Matthias Braun | 1 | -2/+2 |
2011-05-02 | linux-user: Fix compilation for "old" linux versions | Stefan Weil | 1 | -0/+12 |
2011-04-26 | linux-user: improve traces | Laurent Vivier | 1 | -0/+161 |
2011-02-17 | linux-user: in linux-user/strace.c, tswap() is useless | Laurent Vivier | 1 | -46/+33 |
2011-02-17 | linux-user: add rmdir() strace | Laurent Vivier | 1 | -0/+12 |
2011-02-09 | linux-user: fix build errors for mmap2-only ports | Mike Frysinger | 1 | -1/+1 |
2011-02-09 | linux-user: decode MAP_{UNINITIALIZED,EXECUTABLE} in strace | Mike Frysinger | 1 | -0/+4 |
2010-06-16 | Strace mprotect flags. | Paul Brook | 1 | -0/+3 |
2010-02-19 | Fix strace or FUTEX_PRIVATE_FLAG | Paul Brook | 1 | -1/+3 |
2009-06-19 | linux-user: strace now handles guest stringscorrectly [v2] | Riku Voipio | 1 | -1/+0 |
2009-06-16 | linux-user: strace now handles guest strings correctly [v2] | Mika Westerberg | 1 | -18/+1054 |