index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
linux-user
/
strace.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux-user: Split linux-user internals out of qemu.h
Peter Maydell
2021-09-13
1
-0
/
+1
*
linux-user: Split strace prototypes into strace.h
Peter Maydell
2021-09-13
1
-0
/
+2
*
linux-user: Add strace support for printing arguments of llseek
Kito Cheng
2021-05-15
1
-1
/
+2
*
linux-user: strace now handles unshare syscall args correctly
Matus Kysel
2021-05-15
1
-0
/
+18
*
linux-user: Add IPv6 options to do_print_sockopt()
Shu-Chun Weng
2021-01-21
1
-0
/
+109
*
linux-user: add missing UDP get/setsockopt option
Shu-Chun Weng
2021-01-20
1
-0
/
+6
*
linux-user: Support F_ADD_SEALS and F_GET_SEALS fcntls
Shu-Chun Weng
2021-01-20
1
-7
/
+32
*
linux-user: remove GNUC check
Marc-André Lureau
2020-12-15
1
-4
/
+0
*
linux-user: Add strace support for printing OFD fcntl operations
Mike Gelfand
2020-09-01
1
-0
/
+12
*
linux-user: Add strace support for printing arguments for ioctls used for ter...
Filip Bozuta
2020-08-27
1
-0
/
+195
*
linux-user: Add strace support for printing arguments of some clock and time ...
Filip Bozuta
2020-08-27
1
-66
/
+221
*
linux-user: Add an api to print enumareted argument values with strace
Filip Bozuta
2020-08-27
1
-0
/
+31
*
linux-user: Add strace support for printing arguments of syscalls used to loc...
Filip Bozuta
2020-08-27
1
-0
/
+21
*
linux-user: Add strace support for printing arguments of truncate()/ftruncate...
Filip Bozuta
2020-08-27
1
-0
/
+47
*
linux-user: Make cpu_env accessible in strace.c
Filip Bozuta
2020-08-27
1
-237
/
+242
*
linux-user: Fix "print_fdset()" in "strace.c" to not print ", " after last value
Filip Bozuta
2020-08-23
1
-2
/
+6
*
linux-user: fix print_syscall_err() when syscall returned value is negative
Laurent Vivier
2020-07-14
1
-23
/
+13
*
linux-user: fix the errno value in print_syscall_err()
Laurent Vivier
2020-07-14
1
-1
/
+1
*
linux-user: Fix Coverity CID 1430271 / CID 1430272
Laurent Vivier
2020-07-13
1
-4
/
+12
*
linux-user: Add strace support for printing arguments of ioctl()
Filip Bozuta
2020-07-04
1
-0
/
+107
*
linux-user: Add strace support for printing arguments of fallocate()
Filip Bozuta
2020-06-29
1
-0
/
+40
*
linux-user: Add strace support for printing arguments of chown()/lchown()
Filip Bozuta
2020-06-29
1
-0
/
+15
*
linux-user: Add strace support for printing arguments of lseek()
Filip Bozuta
2020-06-29
1
-0
/
+31
*
linux-user: Add strace support for printing argument of syscalls used for ext...
Filip Bozuta
2020-06-29
1
-0
/
+121
*
linux-user: Add strace support for a group of syscalls
Filip Bozuta
2020-06-29
1
-1
/
+12
*
linux-user: Extend strace support to enable argument printing after syscall e...
Filip Bozuta
2020-06-29
1
-53
/
+57
*
linux-user: Protect more syscalls
Alistair Francis
2020-03-20
1
-0
/
+2
*
linux-user: fix socket() strace
Laurent Vivier
2020-03-20
1
-1
/
+7
*
linux-user: Use `qemu_log' for strace
Josh Kunz
2020-02-19
1
-236
/
+243
*
linux-user/strace: Let print_sockaddr() have a 'last' argument
Philippe Mathieu-Daudé
2019-10-21
1
-5
/
+5
*
linux-user/strace: Improve bind() output
Philippe Mathieu-Daudé
2019-10-21
1
-1
/
+14
*
linux-user/strace: Add print_sockfd()
Philippe Mathieu-Daudé
2019-10-21
1
-7
/
+16
*
linux-user/strace: Dump AF_NETLINK sockaddr content
Philippe Mathieu-Daudé
2019-10-21
1
-0
/
+37
*
linux-user/strace: Improve settimeofday()
Philippe Mathieu-Daudé
2019-10-21
1
-0
/
+13
*
linux-user/strace: Add print_timezone()
Philippe Mathieu-Daudé
2019-10-21
1
-0
/
+20
*
linux-user/strace: Display invalid pointer in print_timeval()
Philippe Mathieu-Daudé
2019-10-21
1
-1
/
+3
*
linux-user: Add support for strace for statx() syscall
Jim Wilson
2019-07-02
1
-0
/
+86
*
linux-user: Nicer strace output of chroot() syscall
Helge Deller
2019-03-07
1
-0
/
+12
*
avoid TABs in files that only contain a few
Paolo Bonzini
2019-01-11
1
-2
/
+2
*
linux-user: Add support for SO_REUSEPORT
Yunqiang Su
2018-11-12
1
-0
/
+3
*
linux-user: Add preprocessor availability control to some syscalls
Aleksandar Rikalo
2018-08-16
1
-1
/
+13
*
linux-user: fix O_TMPFILE handling
Riku Voipio
2017-10-16
1
-0
/
+4
*
linux-user: add strace support for uinfo structure of rt_sigqueueinfo() and r...
Miloš Stojanović
2017-05-29
1
-2
/
+111
*
linux-user: fix inconsistent spaces in print_siginfo() output
Miloš Stojanović
2017-05-29
1
-6
/
+6
*
linux-user: add rt_tgsigqueueinfo() strace
Miloš Stojanović
2017-05-29
1
-0
/
+15
*
linux-user: add tkill(), tgkill() and rt_sigqueueinfo() strace
Miloš Stojanović
2017-05-29
1
-0
/
+41
*
linux-user: remove ifdef __USER_MISC
Riku Voipio
2017-02-14
1
-2
/
+0
*
linux-user: Add support for clock_adjtime() syscall
Aleksandar Markovic
2016-10-21
1
-0
/
+76
*
linux-user: Fix syslog() syscall support
Aleksandar Markovic
2016-10-21
1
-0
/
+72
*
linux-user: Fix socketcall() syscall support
Aleksandar Markovic
2016-10-21
1
-18
/
+21
[next]