|
From: <sv...@va...> - 2009-10-27 09:01:53
|
Author: tom
Date: 2009-10-27 09:01:43 +0000 (Tue, 27 Oct 2009)
New Revision: 10906
Log:
Update linux system calls lists to match 2.6.31.5 kernel.
Modified:
trunk/coregrind/m_syswrap/syswrap-amd64-linux.c
trunk/coregrind/m_syswrap/syswrap-ppc32-linux.c
trunk/coregrind/m_syswrap/syswrap-ppc64-linux.c
trunk/coregrind/m_syswrap/syswrap-x86-linux.c
trunk/include/vki/vki-scnums-amd64-linux.h
trunk/include/vki/vki-scnums-ppc32-linux.h
trunk/include/vki/vki-scnums-ppc64-linux.h
trunk/include/vki/vki-scnums-x86-linux.h
Modified: trunk/coregrind/m_syswrap/syswrap-amd64-linux.c
===================================================================
--- trunk/coregrind/m_syswrap/syswrap-amd64-linux.c 2009-10-26 16:14:04 UTC (rev 10905)
+++ trunk/coregrind/m_syswrap/syswrap-amd64-linux.c 2009-10-27 09:01:43 UTC (rev 10906)
@@ -1376,6 +1376,11 @@
// (__NR_dup3, sys_ni_syscall) // 292
LINXY(__NR_pipe2, sys_pipe2) // 293
// (__NR_inotify_init1, sys_ni_syscall) // 294
+
+ // (__NR_preadv, sys_ni_syscall) // 295
+ // (__NR_pwritev, sys_ni_syscall) // 296
+ // (__NR_rt_tgsigqueueinfo, sys_ni_syscall) // 297
+ // (__NR_perf_counter_open, sys_ni_syscall) // 298
};
const UInt ML_(syscall_table_size) =
Modified: trunk/coregrind/m_syswrap/syswrap-ppc32-linux.c
===================================================================
--- trunk/coregrind/m_syswrap/syswrap-ppc32-linux.c 2009-10-26 16:14:04 UTC (rev 10905)
+++ trunk/coregrind/m_syswrap/syswrap-ppc32-linux.c 2009-10-27 09:01:43 UTC (rev 10906)
@@ -1868,6 +1868,10 @@
// (__NR_dup3, sys_ni_syscall) // 316
LINXY(__NR_pipe2, sys_pipe2) // 317
// (__NR_inotify_init1, sys_ni_syscall) // 318
+ // (__NR_perf_counter_open, sys_ni_syscall) // 319
+ // (__NR_preadv, sys_ni_syscall) // 320
+ // (__NR_pwritev, sys_ni_syscall) // 321
+ // (__NR_rt_tgsigqueueinfo, sys_ni_syscall) // 322
};
const UInt ML_(syscall_table_size) =
Modified: trunk/coregrind/m_syswrap/syswrap-ppc64-linux.c
===================================================================
--- trunk/coregrind/m_syswrap/syswrap-ppc64-linux.c 2009-10-26 16:14:04 UTC (rev 10905)
+++ trunk/coregrind/m_syswrap/syswrap-ppc64-linux.c 2009-10-27 09:01:43 UTC (rev 10906)
@@ -1508,6 +1508,10 @@
// (__NR_dup3, sys_ni_syscall) // 316
LINXY(__NR_pipe2, sys_pipe2) // 317
// (__NR_inotify_init1, sys_ni_syscall) // 318
+ // (__NR_perf_counter_open, sys_ni_syscall) // 319
+ // (__NR_preadv, sys_ni_syscall) // 320
+ // (__NR_pwritev, sys_ni_syscall) // 321
+ // (__NR_rt_tgsigqueueinfo, sys_ni_syscall) // 322
};
const UInt ML_(syscall_table_size) =
Modified: trunk/coregrind/m_syswrap/syswrap-x86-linux.c
===================================================================
--- trunk/coregrind/m_syswrap/syswrap-x86-linux.c 2009-10-26 16:14:04 UTC (rev 10905)
+++ trunk/coregrind/m_syswrap/syswrap-x86-linux.c 2009-10-27 09:01:43 UTC (rev 10906)
@@ -2255,6 +2255,11 @@
// (__NR_dup3, sys_ni_syscall) // 330
LINXY(__NR_pipe2, sys_pipe2) // 331
// (__NR_inotify_init1, sys_ni_syscall) // 332
+ // (__NR_preadv, sys_ni_syscall) // 333
+ // (__NR_pwritev, sys_ni_syscall) // 334
+
+ // (__NR_rt_tgsigqueueinfo, sys_ni_syscall) // 335
+ // (__NR_perf_counter_open, sys_ni_syscall) // 336
};
const UInt ML_(syscall_table_size) =
Modified: trunk/include/vki/vki-scnums-amd64-linux.h
===================================================================
--- trunk/include/vki/vki-scnums-amd64-linux.h 2009-10-26 16:14:04 UTC (rev 10905)
+++ trunk/include/vki/vki-scnums-amd64-linux.h 2009-10-27 09:01:43 UTC (rev 10906)
@@ -376,6 +376,10 @@
#define __NR_dup3 292
#define __NR_pipe2 293
#define __NR_inotify_init1 294
+#define __NR_preadv 295
+#define __NR_pwritev 296
+#define __NR_rt_tgsigqueueinfo 297
+#define __NR_perf_counter_open 298
#endif /* __VKI_SCNUMS_AMD64_LINUX_H */
Modified: trunk/include/vki/vki-scnums-ppc32-linux.h
===================================================================
--- trunk/include/vki/vki-scnums-ppc32-linux.h 2009-10-26 16:14:04 UTC (rev 10905)
+++ trunk/include/vki/vki-scnums-ppc32-linux.h 2009-10-27 09:01:43 UTC (rev 10906)
@@ -361,6 +361,10 @@
#define __NR_dup3 316
#define __NR_pipe2 317
#define __NR_inotify_init1 318
+#define __NR_perf_counter_open 319
+#define __NR_preadv 320
+#define __NR_pwritev 321
+#define __NR_rt_tgsigqueueinfo 322
#endif /* __VKI_SCNUMS_PPC32_LINUX_H */
Modified: trunk/include/vki/vki-scnums-ppc64-linux.h
===================================================================
--- trunk/include/vki/vki-scnums-ppc64-linux.h 2009-10-26 16:14:04 UTC (rev 10905)
+++ trunk/include/vki/vki-scnums-ppc64-linux.h 2009-10-27 09:01:43 UTC (rev 10906)
@@ -353,6 +353,10 @@
#define __NR_dup3 316
#define __NR_pipe2 317
#define __NR_inotify_init1 318
+#define __NR_perf_counter_open 319
+#define __NR_preadv 320
+#define __NR_pwritev 321
+#define __NR_rt_tgsigqueueinfo 322
#endif /* __VKI_SCNUMS_PPC64_LINUX_H */
Modified: trunk/include/vki/vki-scnums-x86-linux.h
===================================================================
--- trunk/include/vki/vki-scnums-x86-linux.h 2009-10-26 16:14:04 UTC (rev 10905)
+++ trunk/include/vki/vki-scnums-x86-linux.h 2009-10-27 09:01:43 UTC (rev 10906)
@@ -367,6 +367,10 @@
#define __NR_dup3 330
#define __NR_pipe2 331
#define __NR_inotify_init1 332
+#define __NR_preadv 333
+#define __NR_pwritev 334
+#define __NR_rt_tgsigqueueinfo 335
+#define __NR_perf_counter_open 336
#endif /* __VKI_SCNUMS_X86_LINUX_H */
|