From: Roland McGrath Date: Thu, 1 Nov 2007 21:54:17 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~113 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e020138749939eb492f77b388c355410b527e5d9;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 4912201b..1776494e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ +2007-11-01 Roland McGrath + + * linux/sh64/syscallent.h: Fix SYS_socket_subcall check. + From Paul Mundt . + + * linux/sh/syscallent.h: Update numerous calls. + From Paul Mundt . + 2007-09-22 Dmitry V. Levin + * desc.c (sys_pselect6): Decode signal mask when entering syscall. + Relax signal mask size check. + * time.c (print_timespec, sprint_timespec): New functions. * defs.h (print_timespec, sprint_timespec): Declare them. * desc.c (sys_io_getevents): Use print_timespec.