new layout - make room for slice-space stuff
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 3 Sep 2012 13:39:05 +0000 (15:39 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 3 Sep 2012 13:39:05 +0000 (15:39 +0200)
51 files changed:
root-context/Makefile [moved from Makefile with 100% similarity]
root-context/dcookie.c [moved from dcookie.c with 100% similarity]
root-context/exec/claimport [moved from exec/claimport with 100% similarity]
root-context/exec/comon_exec [moved from exec/comon_exec with 100% similarity]
root-context/exec/connectswitch [moved from exec/connectswitch with 100% similarity]
root-context/exec/dotsshmount [moved from exec/dotsshmount with 100% similarity]
root-context/exec/goodfences [moved from exec/goodfences with 100% similarity]
root-context/exec/hide_netif [moved from exec/hide_netif with 100% similarity]
root-context/exec/if_port_forward [moved from exec/if_port_forward with 100% similarity]
root-context/exec/ipfw-be [moved from exec/ipfw-be with 100% similarity]
root-context/exec/makeswitch [moved from exec/makeswitch with 100% similarity]
root-context/exec/mknod [moved from exec/mknod with 100% similarity]
root-context/exec/nfsmount [moved from exec/nfsmount with 100% similarity]
root-context/exec/nonamespace [moved from exec/nonamespace with 100% similarity]
root-context/exec/pfmount [moved from exec/pfmount with 100% similarity]
root-context/exec/pl-ps [moved from exec/pl-ps with 100% similarity]
root-context/exec/portsummary [moved from exec/portsummary with 100% similarity]
root-context/exec/prox [moved from exec/prox with 100% similarity]
root-context/exec/raw_tcp_port [moved from exec/raw_tcp_port with 100% similarity]
root-context/exec/reserve_tcp_port [moved from exec/reserve_tcp_port with 100% similarity]
root-context/exec/reserve_udp_port [moved from exec/reserve_udp_port with 100% similarity]
root-context/exec/rsyncauthlogs [moved from exec/rsyncauthlogs with 100% similarity]
root-context/exec/rsyncnodelogs [moved from exec/rsyncnodelogs with 100% similarity]
root-context/exec/run_with_devices [moved from exec/run_with_devices with 100% similarity]
root-context/exec/setup-link [moved from exec/setup-link with 100% similarity]
root-context/exec/setup-nat [moved from exec/setup-nat with 100% similarity]
root-context/exec/showswitch [moved from exec/showswitch with 100% similarity]
root-context/exec/slice_config [moved from exec/slice_config with 100% similarity]
root-context/exec/sliceip [moved from exec/sliceip with 100% similarity]
root-context/exec/switcheroo [moved from exec/switcheroo with 100% similarity]
root-context/exec/umount [moved from exec/umount with 100% similarity]
root-context/exec/vif_down [moved from exec/vif_down with 100% similarity]
root-context/exec/vif_up [moved from exec/vif_up with 100% similarity]
root-context/exec/vroute [moved from exec/vroute with 100% similarity]
root-context/exec/vtop [moved from exec/vtop with 100% similarity]
root-context/fd_bind53.c [moved from fd_bind53.c with 100% similarity]
root-context/fd_bmsocket.c [moved from fd_bmsocket.c with 100% similarity]
root-context/fd_fusemount.c [moved from fd_fusemount.c with 100% similarity]
root-context/fd_netlink.c [moved from fd_netlink.c with 100% similarity]
root-context/fd_packetseer.c [moved from fd_packetseer.c with 100% similarity]
root-context/fd_tos.c [moved from fd_tos.c with 100% similarity]
root-context/fd_tuntap.c [moved from fd_tuntap.c with 100% similarity]
root-context/fd_udpsocket.c [moved from fd_udpsocket.c with 100% similarity]
root-context/fdpass.c [moved from fdpass.c with 100% similarity]
root-context/fdpass.h [moved from fdpass.h with 100% similarity]
root-context/support/Makefile [moved from support/Makefile with 100% similarity]
root-context/support/pltap.c [moved from support/pltap.c with 100% similarity]
root-context/support/pltun.c [moved from support/pltun.c with 100% similarity]
root-context/support/tunalloc.c [moved from support/tunalloc.c with 100% similarity]
root-context/support/tunalloc.h [moved from support/tunalloc.h with 100% similarity]
root-context/vsys-scripts.spec [moved from vsys-scripts.spec with 100% similarity]

similarity index 100%
rename from Makefile
rename to root-context/Makefile
similarity index 100%
rename from dcookie.c
rename to root-context/dcookie.c
similarity index 100%
rename from exec/claimport
rename to root-context/exec/claimport
similarity index 100%
rename from exec/comon_exec
rename to root-context/exec/comon_exec
similarity index 100%
rename from exec/goodfences
rename to root-context/exec/goodfences
similarity index 100%
rename from exec/hide_netif
rename to root-context/exec/hide_netif
similarity index 100%
rename from exec/ipfw-be
rename to root-context/exec/ipfw-be
similarity index 100%
rename from exec/makeswitch
rename to root-context/exec/makeswitch
similarity index 100%
rename from exec/mknod
rename to root-context/exec/mknod
similarity index 100%
rename from exec/nfsmount
rename to root-context/exec/nfsmount
similarity index 100%
rename from exec/pfmount
rename to root-context/exec/pfmount
similarity index 100%
rename from exec/pl-ps
rename to root-context/exec/pl-ps
similarity index 100%
rename from exec/prox
rename to root-context/exec/prox
similarity index 100%
rename from exec/setup-link
rename to root-context/exec/setup-link
similarity index 100%
rename from exec/setup-nat
rename to root-context/exec/setup-nat
similarity index 100%
rename from exec/showswitch
rename to root-context/exec/showswitch
similarity index 100%
rename from exec/sliceip
rename to root-context/exec/sliceip
similarity index 100%
rename from exec/switcheroo
rename to root-context/exec/switcheroo
similarity index 100%
rename from exec/umount
rename to root-context/exec/umount
similarity index 100%
rename from exec/vif_down
rename to root-context/exec/vif_down
similarity index 100%
rename from exec/vif_up
rename to root-context/exec/vif_up
similarity index 100%
rename from exec/vroute
rename to root-context/exec/vroute
similarity index 100%
rename from exec/vtop
rename to root-context/exec/vtop
similarity index 100%
rename from fd_bind53.c
rename to root-context/fd_bind53.c
similarity index 100%
rename from fd_bmsocket.c
rename to root-context/fd_bmsocket.c
similarity index 100%
rename from fd_fusemount.c
rename to root-context/fd_fusemount.c
similarity index 100%
rename from fd_netlink.c
rename to root-context/fd_netlink.c
similarity index 100%
rename from fd_packetseer.c
rename to root-context/fd_packetseer.c
similarity index 100%
rename from fd_tos.c
rename to root-context/fd_tos.c
similarity index 100%
rename from fd_tuntap.c
rename to root-context/fd_tuntap.c
similarity index 100%
rename from fd_udpsocket.c
rename to root-context/fd_udpsocket.c
similarity index 100%
rename from fdpass.c
rename to root-context/fdpass.c
similarity index 100%
rename from fdpass.h
rename to root-context/fdpass.h
similarity index 100%
rename from support/pltap.c
rename to root-context/support/pltap.c
similarity index 100%
rename from support/pltun.c
rename to root-context/support/pltun.c