From: Roland McGrath Date: Tue, 24 Jul 2007 01:53:09 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~179 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b912ffe5ccfb0b682f1c18f44f5cc1f0eb4cb1b9;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 61e8487a..0e0b6ee9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,32 @@ +2007-07-23 Roland McGrath + + * linux/arm/syscallent.h: Add move_pages. + * linux/hppa/syscallent.h: Likewise. + * linux/ia64/syscallent.h: Likewise. + * linux/m68k/syscallent.h: Likewise. + * linux/mips/syscallent.h: Likewise. + * linux/powerpc/syscallent.h: Likewise. + * linux/s390/syscallent.h: Likewise. + * linux/s390x/syscallent.h: Likewise. + * linux/sh/syscallent.h: Likewise. + * linux/sh64/syscallent.h: Likewise. + * linux/sparc/syscallent.h: Likewise. + * linux/sparc64/syscallent.h: Likewise. + + * linux/syscallent.h: move_pages takes 6 args, not 5. + * linux/x86_64/syscallent.h: Likewise. + +2007-07-23 Ulrich Drepper + + * mem.c (move_pages_flags): New variable. + (sys_move_pages): New function. + * linux/syscall.h: Declare sys_move_pages. + * linux/syscallent.h: Add entry for sys_move_pages. + * linux/x86_64/syscallent.h: Likewise. + + * mem.c (MPOL_MF_MOVE, MPOL_MF_MOVE_ALL): Define. + (mbindflags): Add MPOL_MF_MOVE and MPOL_MF_MOVE_ALL entries. + 2007-07-23 Roland McGrath * util.c (tv_add): Fix rounding comparison.