Le 21/11/2019 à 20:33, Helge Deller a écrit :
> Improve strace output of various syscalls which either have none
> or only int-type parameters.
>
> Signed-off-by: Helge Deller
>
> ---
> Changes in v3:
> fixed alarm()
> added epoll_create(), epoll_create1(), eventfd(), eventfd2()
>
> Cha
On 11/21/19 8:33 PM, Helge Deller wrote:
Improve strace output of various syscalls which either have none
or only int-type parameters.
Signed-off-by: Helge Deller
---
Changes in v3:
fixed alarm()
added epoll_create(), epoll_create1(), eventfd(), eventfd2()
Changes in v2:
fixed
On Thu, Nov 21, 2019 at 8:33 PM Helge Deller wrote:
>
> Improve strace output of various syscalls which either have none
> or only int-type parameters.
>
> Signed-off-by: Helge Deller
>
> ---
Reviewed-by: Aleksandar Markovic
> Changes in v3:
> fixed alarm()
> added epoll_create(), epo
Improve strace output of various syscalls which either have none
or only int-type parameters.
Signed-off-by: Helge Deller
---
Changes in v3:
fixed alarm()
added epoll_create(), epoll_create1(), eventfd(), eventfd2()
Changes in v2:
fixed ioctl()
diff --git a/linux-user/strace.list