aboutsummaryrefslogtreecommitdiff
path: root/linux-user/strace.c
AgeCommit message (Expand)Author
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
2020-08-27linux-user: Add an api to print enumareted argument values with straceFilip Bozuta
2020-08-27linux-user: Add strace support for printing arguments of syscalls used to loc...Filip Bozuta
2020-08-27linux-user: Add strace support for printing arguments of truncate()/ftruncate...Filip Bozuta
2020-08-27linux-user: Make cpu_env accessible in strace.cFilip Bozuta
2020-08-23linux-user: Fix "print_fdset()" in "strace.c" to not print ", " after last valueFilip Bozuta
2020-07-14linux-user: fix print_syscall_err() when syscall returned value is negativeLaurent Vivier
2020-07-14linux-user: fix the errno value in print_syscall_err()Laurent Vivier
2020-07-13linux-user: Fix Coverity CID 1430271 / CID 1430272Laurent Vivier