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 kernel compatability enhancements (through 3.19)
[palacios.git] / linux_module / iface-keyed-stream.c
2015-12-22 Peter Dinda Linux kernel compatability enhancements (through 3.19)
2015-09-01 Peter Dinda Cleanup and sanity-checking of integer overflow, null...
2015-09-01 Peter Dinda Cleanup and sanity-checking of before/after null-check...
2015-08-31 Peter Dinda Cleanup and sanity-checking of use of strncpy/strcpy...
2014-06-23 Peter Dinda Guest control cleanup
2014-01-14 Peter Dinda Error checking fixes, minor bug in keyed stream, minor...
2013-08-28 Peter Dinda Checkpoint/Restore fixes
2013-08-04 Peter Dinda Polling changes in host devices and keyed stream
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-12-27 Peter Dinda Allow spaces in key names for textfile: saves
2012-12-26 Peter Dinda Implemntation of newer keyed stream interface on linux...
2012-07-07 Peter Dinda Extensive, Pedantic Error Checking in Linux module...
2012-06-20 Diana Palsetia and... Network support for keyed streams "net:"
2012-06-19 Ben Scholbrock Updates to linux module to use linux print macros
2012-02-24 Patrick G. Bridges Fixed host device and keyed stream compilation on diffe...
2012-02-17 Peter Dinda Clean up compat ioctl handlers in host-dev and keyed...
2011-10-06 Patrick G. Bridges Fix compile error in keyed stream for newer linux kernels
2011-07-25 Peter Dinda Cleanups and bug fixing for user-space keyed stream...
2011-07-23 Clint Sbisa Initial integration and reimplementation of user-space...
2011-07-18 Peter Dinda Preallocation in keyed stream interface + bug fixes
2011-07-14 Peter Dinda Keyed stream updates - creation of directories and...
2011-07-10 Peter Dinda Added file stream functionality to keyed stream interface
2011-06-14 Jack Lange module reorganization