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.


Extensive, Pedantic Error Checking in Linux module, especially for memory
authorPeter Dinda <pdinda@northwestern.edu>
Wed, 27 Jun 2012 19:20:45 +0000 (14:20 -0500)
committerPeter Dinda <pdinda@northwestern.edu>
Sat, 7 Jul 2012 21:21:55 +0000 (16:21 -0500)
commit07aa8f3c18a33af0961e7546980a63ab5f6fba4f
tree1bb72ef467eaf0c83426c2d748c8d147683f7fd7
parent8f7141b61d0c58befc5433a22d9af728fe3bb6f9
Extensive, Pedantic Error Checking in Linux module, especially for memory
21 files changed:
linux_module/iface-code-inject.c
linux_module/iface-console.c
linux_module/iface-env-inject.c
linux_module/iface-file.c
linux_module/iface-graphics-console.c
linux_module/iface-host-dev.c
linux_module/iface-keyed-stream.c
linux_module/iface-packet.c
linux_module/iface-socket.c
linux_module/iface-stream.c
linux_module/linux-exts.c
linux_module/main.c
linux_module/mm.c
linux_module/palacios-stubs.c
linux_module/palacios-vnet-brg.c
linux_module/palacios-vnet-ctrl.c
linux_module/palacios-vnet.c
linux_module/util-hashtable.c
linux_module/util-queue.c
linux_module/util-ringbuffer.c
linux_module/vm.c