The Linux-VServer Project recently got one syscall reserved for i386, and, as this project is considered platform independant, would like to do similar for other platforms ... we know that vservers work or at least where tested on the following platforms i386, x86_64, ppc, sparc, and sparc64 ... please advice how to proceed ... as I'm not subscribed to any of those lists (yet), please CC me, or the vserver mailing list ... thanks in advance, Herbert # This patch includes the following deltas: # ChangeSet 1.1378 -> 1.1379 # arch/i386/kernel/entry.S 1.68 -> 1.69 # entry.S | 1 + 1 files changed, 1 insertion(+) diff -Nru a/arch/i386/kernel/entry.S b/arch/i386/kernel/entry.S --- a/arch/i386/kernel/entry.S Wed Oct 1 11:14:26 2003 +++ b/arch/i386/kernel/entry.S Wed Oct 1 11:14:26 2003 @@ -879,5 +879,6 @@ .long sys_tgkill /* 270 */ .long sys_utimes .long sys_fadvise64_64 + .long sys_ni_syscall /* sys_vserver */ nr_syscalls=(.-sys_call_table)/4