|
From: <sv...@va...> - 2012-02-09 11:42:49
|
Author: tom Date: 2012-02-09 11:38:10 +0000 (Thu, 09 Feb 2012) New Revision: 12370 Log: Update linux system call lists. Modified: trunk/include/vki/vki-scnums-amd64-linux.h trunk/include/vki/vki-scnums-arm-linux.h trunk/include/vki/vki-scnums-ppc32-linux.h trunk/include/vki/vki-scnums-ppc64-linux.h trunk/include/vki/vki-scnums-s390x-linux.h trunk/include/vki/vki-scnums-x86-linux.h Modified: trunk/include/vki/vki-scnums-amd64-linux.h =================================================================== --- trunk/include/vki/vki-scnums-amd64-linux.h 2012-02-08 22:23:55 UTC (rev 12369) +++ trunk/include/vki/vki-scnums-amd64-linux.h 2012-02-09 11:38:10 UTC (rev 12370) @@ -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 @@ -390,6 +390,9 @@ #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 */ Modified: trunk/include/vki/vki-scnums-arm-linux.h =================================================================== --- trunk/include/vki/vki-scnums-arm-linux.h 2012-02-08 22:23:55 UTC (rev 12369) +++ trunk/include/vki/vki-scnums-arm-linux.h 2012-02-09 11:38:10 UTC (rev 12370) @@ -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 @@ -412,6 +412,8 @@ #define __NR_syncfs 373 #define __NR_sendmmsg 374 #define __NR_setns 375 +#define __NR_process_vm_readv 376 +#define __NR_process_vm_writev 377 Modified: trunk/include/vki/vki-scnums-ppc32-linux.h =================================================================== --- trunk/include/vki/vki-scnums-ppc32-linux.h 2012-02-08 22:23:55 UTC (rev 12369) +++ trunk/include/vki/vki-scnums-ppc32-linux.h 2012-02-09 11:38:10 UTC (rev 12370) @@ -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 @@ -393,6 +393,8 @@ #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 */ Modified: trunk/include/vki/vki-scnums-ppc64-linux.h =================================================================== --- trunk/include/vki/vki-scnums-ppc64-linux.h 2012-02-08 22:23:55 UTC (rev 12369) +++ trunk/include/vki/vki-scnums-ppc64-linux.h 2012-02-09 11:38:10 UTC (rev 12370) @@ -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 @@ -385,6 +385,8 @@ #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 */ Modified: trunk/include/vki/vki-scnums-s390x-linux.h =================================================================== --- trunk/include/vki/vki-scnums-s390x-linux.h 2012-02-08 22:23:55 UTC (rev 12369) +++ trunk/include/vki/vki-scnums-s390x-linux.h 2012-02-09 11:38:10 UTC (rev 12370) @@ -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 //---------------------------------------------------------------------- /* @@ -304,7 +304,10 @@ #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 Modified: trunk/include/vki/vki-scnums-x86-linux.h =================================================================== --- trunk/include/vki/vki-scnums-x86-linux.h 2012-02-08 22:23:55 UTC (rev 12369) +++ trunk/include/vki/vki-scnums-x86-linux.h 2012-02-09 11:38:10 UTC (rev 12370) @@ -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 @@ -381,6 +381,8 @@ #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 */ |