Initial revision
parents
Showing
.cvsignore
0 → 100644
AUTHORS
0 → 100644
COPYING
0 → 100644
This diff is collapsed.
Click to expand it.
ChangeLog
0 → 100644
INSTALL
0 → 100644
Makefile.am
0 → 100644
NEWS
0 → 100644
README
0 → 100644
RELEASE-NOTES
0 → 100644
bootstrap
0 → 100755
config/.cvsignore
0 → 100644
config/Makefile.am
0 → 100644
config/config.guess
0 → 100755
This diff is collapsed.
Click to expand it.
config/config.sub
0 → 100755
This diff is collapsed.
Click to expand it.
config/depcomp
0 → 100755
This diff is collapsed.
Click to expand it.
config/install-sh
0 → 100755
This diff is collapsed.
Click to expand it.
config/ltmain.sh
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
config/missing
0 → 100755
This diff is collapsed.
Click to expand it.
configure.in
0 → 100644
doc/fstab
0 → 100644
doc/lxc.conf
0 → 100644
etc/.cvsignore
0 → 100644
etc/Makefile.am
0 → 100644
etc/lxc-complex-config.in
0 → 100644
etc/lxc-macvlan.conf.in
0 → 100644
etc/lxc-no-netns.conf.in
0 → 100644
etc/lxc-phys.conf.in
0 → 100644
etc/lxc-veth.conf.in
0 → 100644
lxc.spec.in
0 → 100644
src/.cvsignore
0 → 100644
src/Makefile.am
0 → 100644
src/liblxc/.cvsignore
0 → 100644
src/liblxc/Makefile.am
0 → 100644
src/liblxc/cgroup.c
0 → 100644
src/liblxc/cgroup.h
0 → 100644
src/liblxc/conf.c
0 → 100644
This diff is collapsed.
Click to expand it.
src/liblxc/conf.h
0 → 100644
src/liblxc/create.c
0 → 100644
src/liblxc/destroy.c
0 → 100644
src/liblxc/execute.c
0 → 100644
src/liblxc/freezer.c
0 → 100644
src/liblxc/genl.c
0 → 100644
src/liblxc/genl.h
0 → 100644
src/liblxc/kill.c
0 → 100644
src/liblxc/list.c
0 → 100644
src/liblxc/list.h
0 → 100644
src/liblxc/lock.c
0 → 100644
src/liblxc/lock.h
0 → 100644
src/liblxc/log.c
0 → 100644
src/liblxc/log.h
0 → 100644
src/liblxc/lxc.h
0 → 100644
src/liblxc/monitor.c
0 → 100644
src/liblxc/namespace.h
0 → 100644
src/liblxc/network.c
0 → 100644
This diff is collapsed.
Click to expand it.
src/liblxc/network.h
0 → 100644
src/liblxc/nl.c
0 → 100644
src/liblxc/nl.h
0 → 100644
src/liblxc/rtnl.c
0 → 100644
src/liblxc/rtnl.h
0 → 100644
src/liblxc/start.c
0 → 100644
src/liblxc/state.c
0 → 100644
src/liblxc/state.h
0 → 100644
src/liblxc/stop.c
0 → 100644
src/liblxc/utils.h
0 → 100644
src/lxc/.cvsignore
0 → 100644
src/lxc/Makefile.am
0 → 100644
src/lxc/config.c
0 → 100644
This diff is collapsed.
Click to expand it.
src/lxc/config.h
0 → 100644
src/lxc/lxc-priority.c
0 → 100644
src/lxc/lxc-ps.in
0 → 100755
src/lxc/lxc_console.c
0 → 100644
src/lxc/lxc_create.c
0 → 100644
src/lxc/lxc_destroy.c
0 → 100644
src/lxc/lxc_execute.c
0 → 100644
src/lxc/lxc_freeze.c
0 → 100644
src/lxc/lxc_kill.c
0 → 100644
src/lxc/lxc_monitor.c
0 → 100644
src/lxc/lxc_start.c
0 → 100644
src/lxc/lxc_state.c
0 → 100644
This diff is collapsed.
Click to expand it.
src/lxc/lxc_stop.c
0 → 100644
This diff is collapsed.
Click to expand it.
src/lxc/lxc_unfreeze.c
0 → 100644
This diff is collapsed.
Click to expand it.
test/.cvsignore
0 → 100644
This diff is collapsed.
Click to expand it.
test/Makefile.am
0 → 100644
This diff is collapsed.
Click to expand it.
test/conf.c
0 → 100644
This diff is collapsed.
Click to expand it.
test/confile.c
0 → 100644
This diff is collapsed.
Click to expand it.
test/dev.c
0 → 100644
This diff is collapsed.
Click to expand it.
test/forward.c
0 → 100644
This diff is collapsed.
Click to expand it.
test/ipv4_add.c
0 → 100644
This diff is collapsed.
Click to expand it.
test/ipv6_add.c
0 → 100644
This diff is collapsed.
Click to expand it.
test/lxc_create.c
0 → 100644
This diff is collapsed.
Click to expand it.
test/lxc_destroy.c
0 → 100644
This diff is collapsed.
Click to expand it.
test/lxc_monitor.c
0 → 100644
This diff is collapsed.
Click to expand it.
test/lxc_start.c
0 → 100644
This diff is collapsed.
Click to expand it.
test/lxc_state.c
0 → 100644
This diff is collapsed.
Click to expand it.
test/lxc_stop.c
0 → 100644
This diff is collapsed.
Click to expand it.
test/macvlan.c
0 → 100644
This diff is collapsed.
Click to expand it.
test/movedev.c
0 → 100644
This diff is collapsed.
Click to expand it.
test/proxy.c
0 → 100644
This diff is collapsed.
Click to expand it.
test/tst_list.c
0 → 100644
This diff is collapsed.
Click to expand it.
test/veth.c
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment