summaryrefslogtreecommitdiff
path: root/contrib/hyperv/tools
AgeCommit message (Expand)Author
2023-06-27hyperv/kvp: Remove set but unused variables.John Baldwin
2017-07-31hyperv: Add VF bringup scripts and devd rules.Sepherosa Ziehau
2017-05-04hyperv/kvp: Fix pool direcrory and file permissionSepherosa Ziehau
2016-11-17hyperv/vss: Nuke unused variables.Sepherosa Ziehau
2016-11-15hyperv/vss: Add driver and tools for VSSSepherosa Ziehau
2016-11-02hyperv/kvp: Don't mix message status codes and function return values.Sepherosa Ziehau
2016-01-11hyperv/kvp_daemon: Make poll(2) block indefinitelySepherosa Ziehau
2015-08-20Appease gcc-4.2Pedro F. Giffuni
2014-11-11Test errno against EEXIST as well.Xin LI
2014-11-11Rename variable name from 'index' to 'idx' to avoid shadowing index(3).Xin LI
2014-10-27Remove an extra copy of hv_kvp_daemon(8) [1].Xin LI
2014-09-25Use a char * as iterator over a bounded string.Xin LI
2014-09-25Use strlcpy(). I don't believe these are real problems but it's betterXin LI
2014-09-25Refactor the code a little bit to avoid NULL deference whenXin LI
2014-09-25Plug a file descriptor leak.Xin LI
2014-09-25Being able to access a path do not necessarily mean we have accessXin LI
2014-09-13Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft,Xin LI