Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


New Gears Tools And Structure
authorKyle Hale <kh@u.northwestern.edu>
Fri, 13 Apr 2012 21:23:36 +0000 (16:23 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Fri, 13 Apr 2012 21:36:40 +0000 (16:36 -0500)
commit7229981629c6baa0afb61cc99cfcf6dd029c9c93
treea25c701bb06fa2ab0f7887ab0cb37eae45309e0e
parent9d84074437acf7f519ca27e42110715b60a1992e
New Gears Tools And Structure
16 files changed:
palacios/include/gears/code_inject.h [new file with mode: 0644]
palacios/include/gears/env_inject.h [new file with mode: 0644]
palacios/include/gears/execve_hook.h [new file with mode: 0644]
palacios/include/gears/process_environment.h [new file with mode: 0644]
palacios/include/gears/sw_intr.h [new file with mode: 0644]
palacios/include/gears/syscall_hijack.h [new file with mode: 0644]
palacios/include/gears/syscall_ref.h [new file with mode: 0644]
palacios/src/gears/Kconfig [new file with mode: 0644]
palacios/src/gears/Makefile [new file with mode: 0644]
palacios/src/gears/elf.h [new file with mode: 0644]
palacios/src/gears/ext_code_inject.c [new file with mode: 0644]
palacios/src/gears/ext_env_inject.c [new file with mode: 0644]
palacios/src/gears/ext_execve_hook.c [new file with mode: 0644]
palacios/src/gears/ext_process_environment.c [new file with mode: 0644]
palacios/src/gears/ext_sw_intr.c [new file with mode: 0644]
palacios/src/gears/ext_syscall_hijack.c [new file with mode: 0644]