aboutsummaryrefslogtreecommitdiff
path: root/linux-user/strace.c
AgeCommit message (Expand)Author
2024-10-22linux-user: Trace rt_sigprocmask's sigsetsIlya Leoshkevich
2024-10-08linux-user: Add strace for recvfrom()Philippe Mathieu-Daudé
2024-10-08linux-user: Add strace for sendto()Philippe Mathieu-Daudé
2024-10-08linux-user: Factor print_buf_len() outPhilippe Mathieu-Daudé
2024-10-08linux-user: Display sockaddr buffer as pointerPhilippe Mathieu-Daudé
2024-10-08linux-user: Correct print_sockaddr() formatPhilippe Mathieu-Daudé
2024-10-08linux-user: Trace wait4()'s and waitpid()'s wstatusIlya Leoshkevich
2024-10-08linux-user: add strace support for openat2Michael Vogt
2024-03-26linux-user: Fix shmat() straceIlya Leoshkevich
2024-03-26linux-user: Fix semctl() straceIlya Leoshkevich
2024-03-01linux-user: Add strace for shmatRichard Henderson
2023-09-29linux-user/strace: Clean up local variable shadowingPhilippe Mathieu-Daudé
2023-07-18linux-user: Fix strace output for old_mmapHelge Deller
2023-07-15linux-user: Populate more bits in mmap_flags_tblRichard Henderson
2023-07-15linux-user/strace: Expand struct flags to hold a maskRichard Henderson
2023-07-08linux-user: Improve strace output of pread64() and pwrite64()Helge Deller
2023-03-10linux-user: Emulate CLONE_PIDFD flag in clone()Helge Deller
2023-03-10linux-user: Add strace for prlimit64() syscallHelge Deller
2023-03-10linux-user: Provide print_raw_param64() for 64-bit valuesHelge Deller
2023-02-03linux-user: Show 4th argument of rt_sigprocmask() in straceHelge Deller
2023-02-03linux-user: add more netlink protocol constantsLetu Ren
2023-02-03linux-user: fix strace build w/out munlockallMike Frysinger
2023-02-03linux-user: Add missing MAP_HUGETLB and MAP_STACK flags in straceHelge Deller
2023-01-25linux-user/strace: Add output for execveat() syscallDrew DeVault
2023-01-25linux-user/strace: Extract print_execve_argv() from print_execve()Drew DeVault
2023-01-25linux-user/strace: Constify struct flagsPhilippe Mathieu-Daudé
2022-10-21linux-user: Implement faccessat2WANG Xuerui
2022-10-21linux-user: fix pidfd_send_signal()Laurent Vivier
2022-09-27linux-user: Lock log around straceRichard Henderson
2022-09-27linux-user: Update print_futex_opRichard Henderson
2022-09-27linux-user: Implement stracing madvise()Ilya Leoshkevich
2022-09-27linux-user: Show timespec on strace for futex()Helge Deller
2022-09-27linux-user: Add strace for clock_nanosleep()Helge Deller
2022-09-27linux-user: Fix strace of chmod() if mode == 0Helge Deller
2022-09-27linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscallsHelge Deller
2022-09-27linux-user: Add missing clock_gettime64() syscall straceHelge Deller
2022-09-27linux-user: Add missing signals in strace outputHelge Deller
2022-06-02linux-user/strace: Use is_error in print_syscall_errRichard Henderson
2022-05-23linux-user: Have do_syscall() use CPUArchState* instead of void*Philippe Mathieu-Daudé
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell
2021-09-13linux-user: Split strace prototypes into strace.hPeter Maydell
2021-05-15linux-user: Add strace support for printing arguments of llseekKito Cheng
2021-05-15linux-user: strace now handles unshare syscall args correctlyMatus Kysel
2021-01-21linux-user: Add IPv6 options to do_print_sockopt()Shu-Chun Weng
2021-01-20linux-user: add missing UDP get/setsockopt optionShu-Chun Weng
2021-01-20linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntlsShu-Chun Weng
2020-12-15linux-user: remove GNUC checkMarc-André Lureau
2020-09-01linux-user: Add strace support for printing OFD fcntl operationsMike Gelfand
2020-08-27linux-user: Add strace support for printing arguments for ioctls used for ter...Filip Bozuta
2020-08-27linux-user: Add strace support for printing arguments of some clock and time ...Filip Bozuta