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.


added extension for syscall interception
authorKyle Hale <kh@u.northwestern.edu>
Thu, 23 Jun 2011 00:23:46 +0000 (19:23 -0500)
committerJack Lange <jacklange@cs.pitt.edu>
Thu, 23 Jun 2011 01:18:37 +0000 (20:18 -0500)
commit6c6ad2a1b0a88307b9e129ca37522b444ddd7cab
treeffbf98facb020155d1eea343867ddbb99a9287cc
parent8c9612241905ae3df73f663f82a5d36a9597f252
added extension for syscall interception
palacios/include/interfaces/syscall_hijack.h [new file with mode: 0644]
palacios/src/extensions/ext_syscall_hijack.c