]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Thu, 1 Nov 2007 21:54:17 +0000 (21:54 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 1 Nov 2007 21:54:17 +0000 (21:54 +0000)
ChangeLog

index 4912201bc7cda87d444c32214bd7118ec8e10628..1776494e04afe16e67d2ce39a71fac42317612a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
+2007-11-01  Roland McGrath  <roland@redhat.com>
+
+       * linux/sh64/syscallent.h: Fix SYS_socket_subcall check.
+       From Paul Mundt <lethal@linux-sh.org>.
+
+       * linux/sh/syscallent.h: Update numerous calls.
+       From Paul Mundt <lethal@linux-sh.org>.
+
 2007-09-22  Dmitry V. Levin <ldv@altlinux.org>
 
+       * 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.