index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-user
/
strace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-21
linux-user: Add IPv6 options to do_print_sockopt()
Shu-Chun Weng
1
-0
/
+109
2021-01-20
linux-user: add missing UDP get/setsockopt option
Shu-Chun Weng
1
-0
/
+6
2021-01-20
linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntls
Shu-Chun Weng
1
-7
/
+32
2020-12-15
linux-user: remove GNUC check
Marc-André Lureau
1
-4
/
+0
2020-09-01
linux-user: Add strace support for printing OFD fcntl operations
Mike Gelfand
1
-0
/
+12
2020-08-27
linux-user: Add strace support for printing arguments for ioctls used for ter...
Filip Bozuta
1
-0
/
+195
2020-08-27
linux-user: Add strace support for printing arguments of some clock and time ...
Filip Bozuta
1
-66
/
+221
2020-08-27
linux-user: Add an api to print enumareted argument values with strace
Filip Bozuta
1
-0
/
+31
2020-08-27
linux-user: Add strace support for printing arguments of syscalls used to loc...
Filip Bozuta
1
-0
/
+21
2020-08-27
linux-user: Add strace support for printing arguments of truncate()/ftruncate...
Filip Bozuta
1
-0
/
+47
2020-08-27
linux-user: Make cpu_env accessible in strace.c
Filip Bozuta
1
-237
/
+242
2020-08-23
linux-user: Fix "print_fdset()" in "strace.c" to not print ", " after last value
Filip Bozuta
1
-2
/
+6
2020-07-14
linux-user: fix print_syscall_err() when syscall returned value is negative
Laurent Vivier
1
-23
/
+13
2020-07-14
linux-user: fix the errno value in print_syscall_err()
Laurent Vivier
1
-1
/
+1
2020-07-13
linux-user: Fix Coverity CID 1430271 / CID 1430272
Laurent Vivier
1
-4
/
+12
2020-07-04
linux-user: Add strace support for printing arguments of ioctl()
Filip Bozuta
1
-0
/
+107
2020-06-29
linux-user: Add strace support for printing arguments of fallocate()
Filip Bozuta
1
-0
/
+40
2020-06-29
linux-user: Add strace support for printing arguments of chown()/lchown()
Filip Bozuta
1
-0
/
+15
2020-06-29
linux-user: Add strace support for printing arguments of lseek()
Filip Bozuta
1
-0
/
+31
2020-06-29
linux-user: Add strace support for printing argument of syscalls used for ext...
Filip Bozuta
1
-0
/
+121
2020-06-29
linux-user: Add strace support for a group of syscalls
Filip Bozuta
1
-1
/
+12
2020-06-29
linux-user: Extend strace support to enable argument printing after syscall e...
Filip Bozuta
1
-53
/
+57
2020-03-20
linux-user: Protect more syscalls
Alistair Francis
1
-0
/
+2
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
[next]