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.


This patch changes the comment format (// to /* ... */) in some header
[palacios.git] / palacios / include / palacios / vmm_socket.h
2010-04-13 Erik van der Kouwe This patch changes the comment format (// to /* .....
2009-06-05 Jack Lange added utility socket functions
2009-03-03 Jack Lange reformatting include files
2009-03-03 Jack Lange changed V3_SOCK to int, and updated the sock_set types...
2009-02-10 Lei Xia Modify Socket, Make V3_SOCK long
2009-02-03 Lei Xia V3_Sockets Macros tested
2009-02-03 Jack Lange fixed spurious characters...
2009-02-03 Lei Xia Finish the VMM Socket Layer
2008-12-01 Jack Lange small fixes
2008-11-25 Jack Lange stupid error fix
2008-11-25 Jack Lange added sock_set functions for select() support
2008-11-24 Jack Lange added socket interface