]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Thu, 7 Oct 2004 18:53:17 +0000 (18:53 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 7 Oct 2004 18:53:17 +0000 (18:53 +0000)
ChangeLog

index 1a6f67586c8ec7e7794eebe75767ecdd13a78f88..4b9c02663a0cc461ccb7513882d5708f3ba52d5f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,17 @@
 2004-10-07  Roland McGrath  <roland@redhat.com>
 
+       * 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 <drepper@redhat.com>.
+
        * 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 <drepper@redhat.com>.
 
 2004-09-13  Dmitry V. Levin  <ldv@altlinux.org>