Add support for the various new APIs in 2.2 and 2.3, in particular, netv2.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Wed, 8 Aug 2007 20:05:26 +0000 (20:05 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Wed, 8 Aug 2007 20:05:26 +0000 (20:05 +0000)
commita6be71d3e49f0f633705ba5e4e08cc1cac811344
tree53cc1d1766345e4bf556840e6ee6ee403b2fe9c5
parent183a694eeaacf1c3268c4e487731c4a7438132e0
Add support for the various new APIs in 2.2 and 2.3, in particular, netv2.

git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2578 94cd875c-1c1d-0410-91d2-eb244daf1a30
30 files changed:
AUTHORS
configure.ac
ensc_wrappers/wrappers-vserver.hc
kernel/inode_cmd.h
kernel/network.h
kernel/network_cmd.h
lib/Makefile-files
lib/syscall_ctxcreate-v13.hc
lib/syscall_ctxcreate-v21.hc [new file with mode: 0644]
lib/syscall_ctxcreate.c
lib/syscall_fgetiattr-v22.hc [new file with mode: 0644]
lib/syscall_fgetiattr.c [new file with mode: 0644]
lib/syscall_fsetiattr-v22.hc [new file with mode: 0644]
lib/syscall_fsetiattr.c [new file with mode: 0644]
lib/syscall_netadd-net.hc
lib/syscall_netadd-netv2.hc [new file with mode: 0644]
lib/syscall_netadd.c
lib/syscall_netremove-net.hc
lib/syscall_netremove-netv2.hc [new file with mode: 0644]
lib/syscall_netremove.c
lib/syscall_setsched-v22.hc [new file with mode: 0644]
lib/syscall_setsched.c
lib/vserver-internal.h
lib/vserver.h
lib_internal/sys_unshare.h [new file with mode: 0644]
src/chbind.c
src/naddress.c
src/rpm-fake.c
src/vcontext.c
vserver-start/main.c