From: Roland McGrath Date: Thu, 7 Oct 2004 18:53:17 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~493 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa08d7128218bb9674471e59b474ad9c29c5af40;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 1a6f6758..4b9c0266 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,17 @@ 2004-10-07 Roland McGrath + * mem.c [LINUX] (sys_mbind, sys_set_mempolicy, sys_get_mempolicy): + New functions. + * linux/syscall.h: Declare them. + * linux/x86_64/syscallent.h: Likewise. + * linux/syscallent.h: Handle mbind, set_mempolicy, get_mempolicy. + From Ulrich Drepper . + * file.c [LINUX && (I386 || X86_64)] (sys_fadvise64, sys_fadvise64_64): New functions. * linux/syscall.h: Declare them. * linux/syscallent.h: Handle fadvise64 and fadvise64_64 using those. + * linux/x86_64/syscallent.h: Likewise. From Ulrich Drepper . 2004-09-13 Dmitry V. Levin