aboutsummaryrefslogtreecommitdiff
path: root/contrib/hyperv
Commit message (Expand)AuthorAgeFilesLines
* hyperv: Add VF bringup scripts and devd rules.Sepherosa Ziehau2017-07-312-0/+198
* hyperv/kvp: Fix pool direcrory and file permissionSepherosa Ziehau2017-05-041-2/+8
* hyperv/vss: Nuke unused variables.Sepherosa Ziehau2016-11-171-2/+1
* hyperv/vss: Add driver and tools for VSSSepherosa Ziehau2016-11-152-0/+363
* hyperv/kvp: Don't mix message status codes and function return values.Sepherosa Ziehau2016-11-021-31/+37
* hyperv/kvp_daemon: Make poll(2) block indefinitelySepherosa Ziehau2016-01-111-1/+1
* Appease gcc-4.2Pedro F. Giffuni2015-08-201-1/+1
* Test errno against EEXIST as well.Xin LI2014-11-111-1/+1
* Rename variable name from 'index' to 'idx' to avoid shadowing index(3).Xin LI2014-11-111-5/+5
* Remove an extra copy of hv_kvp_daemon(8) [1].Xin LI2014-10-271-18/+50
* Use a char * as iterator over a bounded string.Xin LI2014-09-251-4/+3
* Use strlcpy(). I don't believe these are real problems but it's betterXin LI2014-09-251-7/+7
* Refactor the code a little bit to avoid NULL deference whenXin LI2014-09-251-12/+11
* Plug a file descriptor leak.Xin LI2014-09-251-0/+3
* Being able to access a path do not necessarily mean we have accessXin LI2014-09-251-6/+4
* Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft,Xin LI2014-09-135-0/+1695