summaryrefslogtreecommitdiffstats
path: root/linux-user/strace.list
Commit message (Expand)AuthorAgeFilesLines
* linux-user: Add strace output for timer_settime64() syscallHelge Deller2022-11-021-1/+4
* linux-user: Add close_range() syscallHelge Deller2022-11-021-0/+3
* linux-user: Implement faccessat2WANG Xuerui2022-10-211-0/+3
* linux-user: Add parameters of getrandom() syscall for straceHelge Deller2022-09-281-1/+1
* linux-user: Add proper strace format strings for getdents()/getdents64()Helge Deller2022-09-271-2/+2
* linux-user: Implement stracing madvise()Ilya Leoshkevich2022-09-271-1/+1
* linux-user: Add strace for clock_nanosleep()Helge Deller2022-09-271-1/+2
* linux-user: Add pidfd_open(), pidfd_send_signal() and pidfd_getfd() syscallsHelge Deller2022-09-271-0/+9
* linux-user: Add missing clock_gettime64() syscall straceHelge Deller2022-09-271-0/+4
* linux-user/strace: Adjust get_thread_area for m68kRichard Henderson2022-06-021-0/+5
* linux-user: Add copy_file_range to strace.listGiuseppe Musacchio2021-05-181-0/+3
* linux-user: Add strace support for printing arguments of llseekKito Cheng2021-05-151-0/+3
* linux-user: strace now handles unshare syscall args correctlyMatus Kysel2021-05-151-1/+1
* linux-user: Add strace support for printing arguments of some clock and time ...Filip Bozuta2020-08-271-6/+11
* linux-user: Add strace support for printing arguments of syscalls used to loc...Filip Bozuta2020-08-271-4/+4
* linux-user: Add strace support for printing arguments of truncate()/ftruncate...Filip Bozuta2020-08-271-5/+5
* linux-user: Add strace support for printing arguments of ioctl()Filip Bozuta2020-07-041-1/+2
* linux-user: Add strace support for printing arguments of fallocate()Filip Bozuta2020-06-291-1/+1
* linux-user: Add strace support for printing arguments of chown()/lchown()Filip Bozuta2020-06-291-2/+2
* linux-user: Add strace support for printing arguments of lseek()Filip Bozuta2020-06-291-1/+1
* linux-user: Add strace support for printing argument of syscalls used for ext...Filip Bozuta2020-06-291-9/+12
* linux-user: Add strace support for a group of syscallsFilip Bozuta2020-06-291-4/+4
* linux-user/strace.list: fix epoll_create{,1} -strace outputSergei Trofimovich2020-06-051-2/+2
* linux-user/strace: Improve output of various syscallsHelge Deller2020-02-191-26/+26
* linux-user/strace: Improve bind() outputPhilippe Mathieu-Daudé2019-10-211-1/+1
* linux-user/strace: Improve settimeofday()Philippe Mathieu-Daudé2019-10-211-1/+1
* linux-user: add strace for dup3Andreas Schwab2019-10-211-0/+3
* linux-user: Add support for strace for statx() syscallJim Wilson2019-07-021-0/+3
* linux-user: Nicer strace output of chroot() syscallHelge Deller2019-03-071-1/+1
* linux-user/strace: Improve recvmsg() outputPhilippe Mathieu-Daudé2018-07-031-1/+1
* linux-user/strace: Improve capget()/capset() outputPhilippe Mathieu-Daudé2018-07-031-2/+2
* linux-user/alpha: Fix epoll syscallsRichard Henderson2018-06-111-9/+0Star
* linux-user: add rt_tgsigqueueinfo() straceMiloš Stojanović2017-05-291-1/+1
* linux-user: add tkill(), tgkill() and rt_sigqueueinfo() straceMiloš Stojanović2017-05-291-3/+3
* linux-user: add strace for getuid(), gettid(), getppid(), geteuid()Miloš Stojanović2017-05-291-4/+4
* linux-user: Add support for syncfs() syscallAleksandar Markovic2016-10-211-1/+1
* linux-user: Add support for clock_adjtime() syscallAleksandar Markovic2016-10-211-0/+3
* linux-user: Remove a duplicate item from strace.listAleksandar Markovic2016-10-211-3/+0Star
* linux-user: Fix syslog() syscall supportAleksandar Markovic2016-10-211-1/+1
* linux-user: Add support for adjtimex() syscallAleksandar Markovic2016-10-211-1/+2
* linux-user: Add missing Mips syscalls items in strace.listAleksandar Markovic2016-09-231-0/+114
* linux-user: update get_thread_area/set_thread_area straceLaurent Vivier2016-06-261-2/+4
* linux-user: add socket() straceLaurent Vivier2016-06-261-1/+1
* linux-user: add socketcall() straceLaurent Vivier2016-06-261-1/+1
* linux-user: add setns and unshareRiku Voipio2014-08-221-0/+3
* linux-user: support timerfd_{create, gettime, settime} syscallsRiku Voipio2014-08-221-0/+9
* linux-user: support strace of epoll_create1Paul Burton2014-06-291-0/+3
* [v2] linux-user: implement m68k atomic syscallsRiku Voipio2013-09-241-0/+6
* alpha-linux-user: Fix umount syscall numbersRichard Henderson2013-09-241-3/+0Star
* linux-user: Merge pread/pwrite into pread64/pwrite64Peter Maydell2012-12-081-6/+0Star