]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Wed, 12 Sep 2007 01:26:48 +0000 (01:26 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 12 Sep 2007 01:26:48 +0000 (01:26 +0000)
ChangeLog

index d6ceff9b1a6ea816bf8ef03993fc677b485a2ddb..83cd896e0f62a193d9f7b24a55ae303f17204873 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2007-09-11  Roland McGrath  <roland@redhat.com>
+
+       * linux/sparc/syscall.h: Add missing decls.
+       * linux/sparc/syscallent.h: Correct entries for setgroups32,
+       getgroups32, sys_getdents64.
+       From Jakub Bogusz <qboosh@pld-linux.org>.
+
+       * linux/alpha/syscallent.h: Correct entries for madvise, setresgid,
+       getresgid, pivot_root, mincore, pciconfig_iobase, getdents64.
+       From Jakub Bogusz <qboosh@pld-linux.org>.
+
+       * linux/syscallent.h: Fix getegid32 entry.
+       From Jakub Bogusz <qboosh@pld-linux.org>.
+
+       * defs.h [LINUXSPARC]: Use asm/psrcompat.h for [SPARC64], not asm/psr.h.
+       From Jakub Bogusz <qboosh@pld-linux.org>.
+
+       * mem.c (sys_getpagesize): Define for [SPARC || SPARC64] too.
+       From Jakub Bogusz <qboosh@pld-linux.org>.
+
 2007-08-20  Dmitry V. Levin <ldv@altlinux.org>
 
        * syscall.c (qual_syscall, qualify): Fix nsyscalls and MAX_QUALS misuse.