From 9d9540bfe5e717a1d680a848fc2ed5bb425430f7 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 20 May 2008 01:39:07 +0000 Subject: [PATCH] . --- ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/ChangeLog b/ChangeLog index ec2ad46e..e1223684 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2008-05-19 Roland McGrath + * configure.ac: Add check for struct sigcontext_struct in . + * 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. @@ -24,6 +29,23 @@ SYS_ipc_nsubcalls): Define * linux/sparc/syscallent.h: Add socketcall and ipc entries. +2008-01-25 Bruna Moreira + + * 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 + + * linux/sh64/syscallent.h: Update numerous calls, fix others. + 2007-08-26 Daniel Jacobowitz * defs.h [MIPS]: Include . -- 2.40.0