]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update linux system call lists.
authorTom Hughes <tom@compton.nu>
Thu, 9 Feb 2012 11:38:10 +0000 (11:38 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 9 Feb 2012 11:38:10 +0000 (11:38 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12370

include/vki/vki-scnums-amd64-linux.h
include/vki/vki-scnums-arm-linux.h
include/vki/vki-scnums-ppc32-linux.h
include/vki/vki-scnums-ppc64-linux.h
include/vki/vki-scnums-s390x-linux.h
include/vki/vki-scnums-x86-linux.h

index 81db2398d9ccbcd7cf3d9831be622a760e27ee95..2285fb9a3d918d5e6097a7279a571a05af69cef8 100644 (file)
@@ -32,7 +32,7 @@
 #ifndef __VKI_SCNUMS_AMD64_LINUX_H
 #define __VKI_SCNUMS_AMD64_LINUX_H
 
-// From linux-2.6.9/include/asm-x86_64/unistd.h
+// Derived from linux-2.6/arch/x86/syscalls/syscall_64.tbl
 
 #define __NR_read                                0
 #define __NR_write                               1
 #define __NR_syncfs             306
 #define __NR_sendmmsg           307
 #define __NR_setns              308
+#define __NR_getcpu             309
+#define __NR_process_vm_readv   310
+#define __NR_process_vm_writev  311
 
 #endif /* __VKI_SCNUMS_AMD64_LINUX_H */
 
index 0a184fa249fd8d1d54941e252116a7b8e4780c14..f2a1da1b0e14faf857334cb14df46c188647ee43 100644 (file)
@@ -32,7 +32,7 @@
 #ifndef __VKI_SCNUMS_ARM_LINUX_H
 #define __VKI_SCNUMS_ARM_LINUX_H
 
-// From linux-2.6.26.2/include/asm-arm/unistd.h
+// From linux-2.6/arch/arm/include/asm/unistd.h
 
 #define __NR_restart_syscall             0
 #define __NR_exit                        1
 #define __NR_syncfs                    373
 #define __NR_sendmmsg                  374
 #define __NR_setns                     375
+#define __NR_process_vm_readv          376
+#define __NR_process_vm_writev         377
 
 
 
index 3eb20bae5951fb3d96fc383746c2ae5f778042e5..a13e4831197315c5ec5fe95aa86a31d0b2bd67b2 100644 (file)
@@ -32,7 +32,7 @@
 #ifndef __VKI_SCNUMS_PPC32_LINUX_H
 #define __VKI_SCNUMS_PPC32_LINUX_H
 
-// From linux-2.6.9/include/asm-ppc/unistd.h
+// From linux-2.6/arc/powerpc/include/asm/unistd.h
 
 #define __NR_restart_syscall     0
 #define __NR_exit                1
 #define __NR_syncfs            348
 #define __NR_sendmmsg          349
 #define __NR_setns             350
+#define __NR_process_vm_readv  351
+#define __NR_process_vm_writev 352
 
 #endif /* __VKI_SCNUMS_PPC32_LINUX_H */
 
index 75c5b82c188e2d9ef6d9991b8e53df14d7d122a5..08b1f5c077cdba1385602ea92562c06f8d125939 100644 (file)
@@ -32,7 +32,7 @@
 #ifndef __VKI_SCNUMS_PPC64_LINUX_H
 #define __VKI_SCNUMS_PPC64_LINUX_H
 
-// From linux-2.6.16-rc4/include/asm-powerpc/unistd.h
+// From linux-2.6/arc/powerpc/include/asm/unistd.h
 
 #define __NR_restart_syscall      0
 #define __NR_exit                 1
 #define __NR_syncfs            348
 #define __NR_sendmmsg          349
 #define __NR_setns             350
+#define __NR_process_vm_readv  351
+#define __NR_process_vm_writev 352
 
 #endif /* __VKI_SCNUMS_PPC64_LINUX_H */
 
index 348d36aa988e2343107694614f4a43f54b7f4ccd..2d63858de961ad2acda28bfff52a0d6bddf0f232 100644 (file)
@@ -34,7 +34,7 @@
 #define __VKI_SCNUMS_S390X_LINUX_H
 
 //----------------------------------------------------------------------
-// From linux-2.6.39.2/include/asm-s390/unistd.h
+// From linux-2.6/arch/s390/include/asm/unistd.h
 //----------------------------------------------------------------------
 
 /*
 #define __NR_open_by_handle_at 336
 #define __NR_clock_adjtime     337
 #define __NR_syncfs            338
-#define NR_syscalls 339
+#define __NR_setns             339
+#define __NR_process_vm_readv  340
+#define __NR_process_vm_writev 341
+#define NR_syscalls 342
 
 /* 
  * There are some system calls that are not present on 64 bit, some
index 9bdd86d6516517fe07c8649f36662749f80cb01a..6b445a6f86c2649bccd22c8dde409c32a7320f7e 100644 (file)
@@ -32,7 +32,7 @@
 #ifndef __VKI_SCNUMS_X86_LINUX_H
 #define __VKI_SCNUMS_X86_LINUX_H
 
-// From linux-2.6.9/include/asm-i386/unistd.h
+// Derived from linux-2.6/arch/x86/syscalls/syscall_32.tbl
 
 #define __NR_restart_syscall      0
 #define __NR_exit                1
 #define __NR_syncfs             344
 #define __NR_sendmmsg          345
 #define __NR_setns             346
+#define __NR_process_vm_readv   347
+#define __NR_process_vm_writev  348
 
 #endif /* __VKI_SCNUMS_X86_LINUX_H */