From: Roland McGrath Date: Wed, 3 Aug 2005 11:29:26 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~336 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9554a485749b87ee7ff76f9cbec6c7716c22fc18;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 06f1b812..32bb567a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2005-07-19 Michael Schmitz + + Long overdue m68k cleanup. + * linux/syscallent.h: remove m68k declarations. + * linux/m68k/syscallent.h: new file, fixed up declarations + to match kernel version 2.6.11. Newer syscalls are sufficiently + different from i386 to merit a separate file. + +2005-08-03 Roland McGrath + + * linux/x86_64/syscallent.h: Update init_module argument count. + * linux/sparc/syscallent.h: Likewise. + * linux/sparc64/syscallent2.h: Likewise. + * linux/sparc64/syscallent.h: Likewise. + * linux/sh/syscallent.h: Likewise. + * linux/sh64/syscallent.h: Likewise. + * linux/s390/syscallent.h: Likewise. + * linux/s390x/syscallent.h: Likewise. + * linux/powerpc/syscallent.h: Likewise. + * linux/arm/syscallent.h: Likewise. + +2005-07-22 James Lentini + + * bjm.c (sys_init_module): Display all three arguments. + * linux/syscallent.h: Update argument count. + 2005-08-03 Roland McGrath * process.c (internal_wait): Don't suspend when known child is known