COMMITS
/ linux-user/strace.c July 17, 2023
H
linux-user: Fix strace output for old_mmap
Helge Deller committed
July 7, 2023
R
linux-user: Populate more bits in mmap_flags_tbl
Richard Henderson committed
R
linux-user/strace: Expand struct flags to hold a mask
Richard Henderson committed
March 12, 2023
H
linux-user: Improve strace output of pread64() and pwrite64()
Helge Deller committed
November 29, 2022
H
linux-user: Emulate CLONE_PIDFD flag in clone()
Helge Deller committed
December 22, 2022
H
linux-user: Add strace for prlimit64() syscall
Helge Deller committed
January 31, 2023
H
linux-user: Provide print_raw_param64() for 64-bit values
Helge Deller committed
January 30, 2023
H
linux-user: Show 4th argument of rt_sigprocmask() in strace
Helge Deller committed
January 1, 2023
L
linux-user: add more netlink protocol constants
Letu Ren committed
January 18, 2023
M
linux-user: fix strace build w/out munlockall
Mike Frysinger committed
December 13, 2022
H
linux-user: Add missing MAP_HUGETLB and MAP_STACK flags in strace
Helge Deller committed
November 4, 2022
D
linux-user/strace: Add output for execveat() syscall
Drew DeVault committed
D
linux-user/strace: Extract print_execve_argv() from print_execve()
Drew DeVault committed
P
linux-user/strace: Constify struct flags
Philippe Mathieu-Daudé committed
October 9, 2022
W
linux-user: Implement faccessat2
WANG Xuerui committed
October 5, 2022
L
linux-user: fix pidfd_send_signal()
Laurent Vivier committed
August 29, 2022
R
linux-user: Lock log around strace
Richard Henderson committed
R
linux-user: Update print_futex_op
Richard Henderson committed
September 6, 2022
I
linux-user: Implement stracing madvise()
Ilya Leoshkevich committed
September 18, 2022
H
linux-user: Show timespec on strace for futex()
Helge Deller committed
H
linux-user: Add strace for clock_nanosleep()
Helge Deller committed
H
linux-user: Fix strace of chmod() if mode == 0
Helge Deller committed
H
linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscalls
Helge Deller committed
H
linux-user: Add missing clock_gettime64() syscall strace
Helge Deller committed
H
linux-user: Add missing signals in strace output
Helge Deller committed
June 2, 2022
R
linux-user/strace: Use is_error in print_syscall_err
Richard Henderson committed
May 9, 2022
P
linux-user: Have do_syscall() use CPUArchState* instead of void*
Philippe Mathieu-Daudé committed
September 8, 2021
P
linux-user: Split linux-user internals out of qemu.h
Peter Maydell committed
P
linux-user: Split strace prototypes into strace.h
Peter Maydell committed
May 12, 2021
K
linux-user: Add strace support for printing arguments of llseek
Kito Cheng committed
April 6, 2021
M
linux-user: strace now handles unshare syscall args correctly
Matus Kysel committed
December 18, 2020
S
linux-user: Add IPv6 options to do_print_sockopt()
Shu-Chun Weng committed
S
linux-user: add missing UDP get/setsockopt option
Shu-Chun Weng committed
S
linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntls
Shu-Chun Weng committed
December 10, 2020
M
linux-user: remove GNUC check
Marc-André Lureau committed
August 30, 2020
M
linux-user: Add strace support for printing OFD fcntl operations
Mike Gelfand committed
July 23, 2020
August 11, 2020
F
linux-user: Add strace support for printing arguments of some clock and time functions
Filip Bozuta committed
F
linux-user: Add an api to print enumareted argument values with strace
Filip Bozuta committed
F
F
linux-user: Add strace support for printing arguments of truncate()/ftruncate() and getsid()
Filip Bozuta committed
F
linux-user: Make cpu_env accessible in strace.c
Filip Bozuta committed
July 2, 2020
F
linux-user: Fix "print_fdset()" in "strace.c" to not print ", " after last value
Filip Bozuta committed
July 8, 2020
L
linux-user: fix print_syscall_err() when syscall returned value is negative
Laurent Vivier committed
L
linux-user: fix the errno value in print_syscall_err()
Laurent Vivier committed
July 9, 2020
L
linux-user: Fix Coverity CID 1430271 / CID 1430272
Laurent Vivier committed
June 19, 2020
F
linux-user: Add strace support for printing arguments of ioctl()
Filip Bozuta committed
F
linux-user: Add strace support for printing arguments of fallocate()
Filip Bozuta committed
F
linux-user: Add strace support for printing arguments of chown()/lchown()
Filip Bozuta committed
F
linux-user: Add strace support for printing arguments of lseek()
Filip Bozuta committed