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 based on cppcheck pass (Core)
[palacios.git] / palacios / src / palacios / vmm_hashtable.c
2015-07-01 Peter Dinda Cleanup based on cppcheck pass (Core)
2014-03-24 Kyle Hale add ability to destroy hashtable iterators
2009-07-24 Jack Lange changed hashtable functions to match Palacios naming...
2009-04-14 Jack Lange removed floating poing operations from hashtable, load...
2009-03-03 Jack Lange reformatting of the source files
2009-01-29 Jack Lange added profiling support
2008-10-15 Jack Lange tried to reduce compiler warnings, and cut down on...
2008-10-07 Jack Lange fixed ceil linking issue and net.c compile problems
2008-10-03 Jack Lange added new copyright and license
2008-09-25 Jack Lange modified copyright tags
2008-09-25 Jack Lange modified copyright tags
2008-08-22 Jack Lange reworked the hash table implementation
2008-07-31 Jack Lange added hash table