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.


Cleanup and sanity-checking of use of strncpy/strcpy (Coverity static analysis)
[palacios.git] / palacios / src / palacios / vmm_symmod.c
2015-08-31 Peter Dinda Cleanup and sanity-checking of use of strncpy/strcpy...
2012-12-29 Peter Dinda Context-based output infrastructure (V3_Print, etc...
2012-07-07 Peter Dinda Lots of pedantic error checking in Palacios proper...
2011-01-27 Jack Lange build fixes and cleanup code to handle VMM shutdown
2011-01-13 Jack Lange almost all deinitialization has been added
2010-05-18 Jack Lange memory lookup refactorization
2010-05-14 Jack Lange symbiotic module changes
2010-05-06 Jack Lange symbiotic module fixes
2010-03-13 Jack Lange symbiotic updates for module loading
2010-03-12 Jack Lange symbiotic module updates
2010-02-11 Jack Lange added global module registry
2010-02-11 Jack Lange added module directory tree and build configuration
2010-02-10 Jack Lange Added symbiotic module loader framework