]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Tue, 20 May 2008 01:39:07 +0000 (01:39 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 20 May 2008 01:39:07 +0000 (01:39 +0000)
ChangeLog

index ec2ad46e94c1c700de12e1e0d54025c79178adf2..e1223684bce9dcc282e2b83b0c2abb0e1691e440 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2008-05-19  Roland McGrath  <roland@redhat.com>
 
+       * configure.ac: Add check for struct sigcontext_struct in <signal.h>.
+       * signal.c [! HAVE_ASM_SIGCONTEXT_H] [I386] (struct sigcontext_struct):
+       Conditionalize definition on !HAVE_STRUCT_SIGCONTEXT_STRUCT.
+       Fixes Debian#456879.
+
        * util.c [LINUX] (setbpt): Use correct SYS_clone number for current
        personality.
        Fixes RH#447475.
        SYS_ipc_nsubcalls): Define
        * linux/sparc/syscallent.h: Add socketcall and ipc entries.
 
+2008-01-25  Bruna Moreira <bruna.moreira@indt.org>
+
+       * defs.h [ARM]: Define SUPPORTED_PERSONALITIES to 2.
+       * syscall.c (get_scno) [ARM]: Add support for architecture specific
+       syscalls.
+       * linux/arm/syscallent.h: Update network syscalls list.
+       * linux/arm/syscallent1.h: New file. Add new architecture specific
+       syscalls.
+       * linux/arm/errnoent1.h: New file.
+       * linux/arm/ioctlent1.h: New file.
+       * linux/arm/signalent1.h: New file.
+       Fixes Debian#441000.
+
+2008-01-07  Paul Mundt  <lethal@linux-sh.org>
+
+       * linux/sh64/syscallent.h: Update numerous calls, fix others.
+
 2007-08-26  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * defs.h [MIPS]: Include <sgidefs.h>.