From: Roland McGrath Date: Mon, 9 May 2005 08:03:06 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~384 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=682291ec61d4b9e2397cd739679139e4c17fb0d2;p=strace . --- diff --git a/ChangeLog b/ChangeLog index d2981910..9c7b3087 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2005-05-09 Roland McGrath + + * configure.ac: Check for libaio.h. + * desc.c (sys_io_setup, sys_io_submit, sys_io_cancel, + sys_io_getevents, sys_io_destroy): New functions. + * linux/syscall.h: Declare them. + * linux/syscallent.h: Use those for io_* syscalls. + * linux/alpha/syscallent.h: Likewise. + * linux/hppa/syscallent.h: Likewise. + * linux/ia64/syscallent.h: Likewise. + * linux/mips/syscallent.h: Likewise. + * linux/powerpc/syscallent.h: Likewise. + * linux/s390/syscallent.h: Likewise. + * linux/s390x/syscallent.h: Likewise. + * linux/x86_64/syscallent.h: Likewise. + From Zach Brown . + Fixes RH#155065. + + * debian/control (Architecture): Add ppc64. + Fixes Debian bug #301089. + 2005-05-05 Anton Blanchard * process.c (ptrace_cmds): Add PTRACE_GETVRREGS and PTRACE_SETVRREGS