Index: Makefile =================================================================== RCS file: /var/cvs/linux-2.6/Makefile,v retrieving revision 1.374 diff -u -p -r1.374 Makefile --- Makefile 13 May 2005 06:06:10 -0000 1.374 +++ Makefile 14 May 2005 22:58:47 -0000 @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 12 -EXTRAVERSION =-rc4-pa3 +EXTRAVERSION =-rc4-pa4 NAME=Woozy Numbat # *DOCUMENTATION* Index: arch/parisc/kernel/syscall_table.S =================================================================== RCS file: /var/cvs/linux-2.6/arch/parisc/kernel/syscall_table.S,v retrieving revision 1.15 diff -u -p -r1.15 syscall_table.S --- arch/parisc/kernel/syscall_table.S 13 May 2005 05:25:09 -0000 1.15 +++ arch/parisc/kernel/syscall_table.S 14 May 2005 22:58:48 -0000 @@ -368,5 +368,9 @@ ENTRY_COMP(mbind) /* 260 */ ENTRY_COMP(get_mempolicy) ENTRY_COMP(set_mempolicy) + ENTRY_SAME(ni_syscall) /* 263: reserved for vserver */ + ENTRY_SAME(add_key) + ENTRY_SAME(request_key) /* 265 */ + ENTRY_SAME(keyctl) /* Nothing yet */ Index: include/asm-parisc/unistd.h =================================================================== RCS file: /var/cvs/linux-2.6/include/asm-parisc/unistd.h,v retrieving revision 1.16 diff -u -p -r1.16 unistd.h --- include/asm-parisc/unistd.h 23 Mar 2005 17:13:38 -0000 1.16 +++ include/asm-parisc/unistd.h 14 May 2005 22:58:51 -0000 @@ -687,8 +687,8 @@ #define __NR_shmget (__NR_Linux + 194) #define __NR_shmctl (__NR_Linux + 195) -#define __NR_getpmsg (__NR_Linux + 196) /* some people actually want streams */ -#define __NR_putpmsg (__NR_Linux + 197) /* some people actually want streams */ +#define __NR_getpmsg (__NR_Linux + 196) /* Somebody *wants* streams? */ +#define __NR_putpmsg (__NR_Linux + 197) #define __NR_lstat64 (__NR_Linux + 198) #define __NR_truncate64 (__NR_Linux + 199) @@ -755,8 +755,12 @@ #define __NR_mbind (__NR_Linux + 260) #define __NR_get_mempolicy (__NR_Linux + 261) #define __NR_set_mempolicy (__NR_Linux + 262) +#define __NR_vserver (__NR_Linux + 263) +#define __NR_add_key (__NR_Linux + 264) +#define __NR_request_key (__NR_Linux + 265) +#define __NR_keyctl (__NR_Linux + 266) -#define __NR_Linux_syscalls 263 +#define __NR_Linux_syscalls 267 #define HPUX_GATEWAY_ADDR 0xC0000004 #define LINUX_GATEWAY_ADDR 0x100