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.


Small fixes in v3_free.c
authorKyle Hale <kh@u.northwestern.edu>
Thu, 5 Jul 2012 19:38:51 +0000 (14:38 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Sat, 7 Jul 2012 22:47:40 +0000 (17:47 -0500)
commit69f8e46cb46163c55b2832fe5e504d8090ec084e
tree98cd5a22eb5de6331db2032829a265a40fe2ab03
parent47dc84c2e6854edb598062918070b2da97e8f10a
Small fixes in v3_free.c

Use strtol instead of atoi for more flexible index numbers. Also, fail
on error returned from ioctl.
linux_usr/v3_free.c