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.


Linux compatibility fixes
[palacios.git] / linux_module / iface-file.c
2015-09-27 Kyle Hale Linux compatibility fixes
2015-08-31 Peter Dinda Cleanup and sanity-checking of OOB accesses and pointer...
2015-08-31 Peter Dinda Cleanup and sanity-checking of use of strncpy/strcpy...
2014-06-21 Peter Dinda Make newly created files 0600 by default
2014-01-14 Peter Dinda Error checking fixes, minor bug in keyed stream, minor...
2013-10-08 Kyle Hale error checking in file close
2013-05-28 Peter Dinda Lock bugfixes - missing lock deinits This also adds...
2013-05-24 Peter Dinda Lock checking framework and cleanup of linux module...
2012-07-13 Kyle Hale proper cleanup in iface-file and iface-host-dev
2012-07-07 Peter Dinda Extensive, Pedantic Error Checking in Linux module...
2012-06-22 Peter Dinda Compilation fixes for more recent kernels
2012-06-19 Ben Scholbrock Updates to linux module to use linux print macros
2012-04-24 Jack Lange various fixes
2012-02-08 Jack Lange bug fixes for VMX
2011-11-19 Jack Lange updated kernel version numbers for file interface Release-1.3
2011-11-11 Patrick G. Bridges Minor change to linux version numbers in module build...
2011-11-03 Jack Lange linux file interface fixes
2011-10-27 Jack Lange removed debugging mkdir call
2011-10-27 Jack Lange updated file interface to work with earlier 2.6 kernels...
2011-10-27 Jack Lange added directory creation to the file interface
2011-09-16 Jack Lange hooking checkpoints into vmm execution
2011-06-14 Jack Lange module reorganization