initial checkin
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Mon, 29 Sep 2003 22:01:59 +0000 (22:01 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Mon, 29 Sep 2003 22:01:59 +0000 (22:01 +0000)
commitda691fd4bad5e187b307b7fd86bf5fd61e47c3fc
tree3bb79a0f2c190a9545cdcd0fa7dc3c25594c7aae
parentd5b1a6d4087708da251095c2a23c1e64f6531da9
initial checkin

git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2 94cd875c-1c1d-0410-91d2-eb244daf1a30
109 files changed:
util-vserver/.cvsignore [new file with mode: 0644]
util-vserver/AUTHORS [new file with mode: 0644]
util-vserver/Makefile.am [new file with mode: 0644]
util-vserver/NEWS [new file with mode: 0644]
util-vserver/README [new file with mode: 0644]
util-vserver/THANKS [new file with mode: 0644]
util-vserver/configure.ac [new file with mode: 0644]
util-vserver/distrib/Makefile-files [new file with mode: 0644]
util-vserver/distrib/install-mdk8.2 [new file with mode: 0644]
util-vserver/distrib/install-post.sh [new file with mode: 0644]
util-vserver/distrib/install-pre.sh [new file with mode: 0644]
util-vserver/distrib/install-rh7.2 [new file with mode: 0644]
util-vserver/distrib/install-rh7.3 [new file with mode: 0644]
util-vserver/distrib/install-rh8.0 [new file with mode: 0644]
util-vserver/distrib/install-rh9.0 [new file with mode: 0644]
util-vserver/distrib/mdk8.2-minimum [new file with mode: 0644]
util-vserver/distrib/rh7.3-minimum [new file with mode: 0644]
util-vserver/distrib/rh8.0-minimum [new file with mode: 0644]
util-vserver/distrib/rh9.0-minimum [new file with mode: 0644]
util-vserver/distrib/sample.conf [new file with mode: 0644]
util-vserver/distrib/sample.sh [new file with mode: 0755]
util-vserver/doc/FAQ.txt [new file with mode: 0644]
util-vserver/doc/Makefile-files [new file with mode: 0644]
util-vserver/doc/changelog.txt [new file with mode: 0644]
util-vserver/doc/intro.txt [new file with mode: 0644]
util-vserver/lib/Makefile-files [new file with mode: 0644]
util-vserver/lib/syscall.c [new file with mode: 0644]
util-vserver/lib/vserver.h [new file with mode: 0644]
util-vserver/m4/changelog.am [new file with mode: 0644]
util-vserver/m4/ensc_cflags.m4 [new file with mode: 0644]
util-vserver/m4/gpgsig.am [new file with mode: 0644]
util-vserver/m4/validate.am [new file with mode: 0644]
util-vserver/man/Makefile-files [new file with mode: 0644]
util-vserver/man/chbind.8 [new file with mode: 0644]
util-vserver/man/chcontext.8 [new file with mode: 0644]
util-vserver/man/distrib-info.8 [new file with mode: 0644]
util-vserver/man/newvserver.8 [new file with mode: 0644]
util-vserver/man/rebootmgr.8 [new file with mode: 0644]
util-vserver/man/reducecap.8 [new file with mode: 0644]
util-vserver/man/vps.8 [new file with mode: 0644]
util-vserver/man/vpstree.8 [new file with mode: 0644]
util-vserver/man/vrpm.8 [new file with mode: 0644]
util-vserver/man/vserver-copy.8 [new file with mode: 0644]
util-vserver/man/vserver-stat.8 [new file with mode: 0644]
util-vserver/man/vserver.8 [new file with mode: 0644]
util-vserver/man/vtop.8 [new file with mode: 0644]
util-vserver/newvserver.defaults [new file with mode: 0644]
util-vserver/scripts/Makefile-files [new file with mode: 0644]
util-vserver/scripts/distrib-info [new file with mode: 0755]
util-vserver/scripts/rootshell [new file with mode: 0755]
util-vserver/scripts/save_s_context [new file with mode: 0755]
util-vserver/scripts/util-vserver-vars.subst [new file with mode: 0644]
util-vserver/scripts/vkill [new file with mode: 0755]
util-vserver/scripts/vprofile [new file with mode: 0755]
util-vserver/scripts/vps [new file with mode: 0755]
util-vserver/scripts/vpstree [new file with mode: 0755]
util-vserver/scripts/vrpm [new file with mode: 0755]
util-vserver/scripts/vserver [new file with mode: 0755]
util-vserver/scripts/vserver-copy [new file with mode: 0755]
util-vserver/scripts/vserverkillall [new file with mode: 0755]
util-vserver/scripts/vservers.grabinfo.sh [new file with mode: 0644]
util-vserver/scripts/vsysvwrapper [new file with mode: 0755]
util-vserver/scripts/vtop [new file with mode: 0755]
util-vserver/scripts/vunify.old.sh [new file with mode: 0755]
util-vserver/src/Makefile-files [new file with mode: 0644]
util-vserver/src/capchroot.c [new file with mode: 0644]
util-vserver/src/chbind.c [new file with mode: 0644]
util-vserver/src/chcontext.c [new file with mode: 0644]
util-vserver/src/fakerunlevel.c [new file with mode: 0644]
util-vserver/src/filetime.c [new file with mode: 0644]
util-vserver/src/ifspec.c [new file with mode: 0644]
util-vserver/src/listdevip.c [new file with mode: 0644]
util-vserver/src/parserpmdump.c [new file with mode: 0644]
util-vserver/src/readlink.c [new file with mode: 0644]
util-vserver/src/rebootmgr.c [new file with mode: 0644]
util-vserver/src/reducecap.c [new file with mode: 0644]
util-vserver/src/setctxlimit.c [new file with mode: 0644]
util-vserver/src/showattr.c [new file with mode: 0644]
util-vserver/src/showperm.c [new file with mode: 0644]
util-vserver/src/vbuild.cc [new file with mode: 0644]
util-vserver/src/vcheck.cc [new file with mode: 0644]
util-vserver/src/vdu.c [new file with mode: 0644]
util-vserver/src/vfiles.cc [new file with mode: 0644]
util-vserver/src/vreboot.c [new file with mode: 0644]
util-vserver/src/vserver-stat.c [new file with mode: 0644]
util-vserver/src/vunify.cc [new file with mode: 0644]
util-vserver/src/vutil.cc [new file with mode: 0644]
util-vserver/src/vutil.h [new file with mode: 0644]
util-vserver/src/vutil.p [new file with mode: 0644]
util-vserver/sysv/Makefile-files [new file with mode: 0644]
util-vserver/sysv/rebootmgr.subst [new file with mode: 0755]
util-vserver/sysv/v_gated.subst [new file with mode: 0755]
util-vserver/sysv/v_httpd.subst [new file with mode: 0755]
util-vserver/sysv/v_named.subst [new file with mode: 0755]
util-vserver/sysv/v_portmap.subst [new file with mode: 0755]
util-vserver/sysv/v_sendmail.subst [new file with mode: 0755]
util-vserver/sysv/v_smb.subst [new file with mode: 0755]
util-vserver/sysv/v_sshd.subst [new file with mode: 0755]
util-vserver/sysv/v_xinetd.subst [new file with mode: 0755]
util-vserver/sysv/vservers.conf [new file with mode: 0644]
util-vserver/sysv/vservers.subst [new file with mode: 0755]
util-vserver/tests/Makefile-files [new file with mode: 0644]
util-vserver/tests/chrootsafe.cc [new file with mode: 0644]
util-vserver/tests/escaperoot.cc [new file with mode: 0644]
util-vserver/tests/forkbomb.cc [new file with mode: 0644]
util-vserver/tests/testipc.cc [new file with mode: 0644]
util-vserver/tests/testlimit.cc [new file with mode: 0644]
util-vserver/tests/testopenf.cc [new file with mode: 0644]
util-vserver/vserver.spec.in [new file with mode: 0644]