summaryrefslogtreecommitdiffstats
path: root/contrib/hyperv
Commit message (Expand)AuthorAgeFilesLines
* hyperv/kvp_daemon: Make poll(2) block indefinitelysephe2016-01-111-1/+1
* Appease gcc-4.2pfg2015-08-201-1/+1
* Test errno against EEXIST as well.delphij2014-11-111-1/+1
* Rename variable name from 'index' to 'idx' to avoid shadowing index(3).delphij2014-11-111-5/+5
* Remove an extra copy of hv_kvp_daemon(8) [1].delphij2014-10-271-18/+50
* Use a char * as iterator over a bounded string.delphij2014-09-251-4/+3
* Use strlcpy(). I don't believe these are real problems but it's betterdelphij2014-09-251-7/+7
* Refactor the code a little bit to avoid NULL deference whendelphij2014-09-251-12/+11
* Plug a file descriptor leak.delphij2014-09-251-0/+3
* Being able to access a path do not necessarily mean we have accessdelphij2014-09-251-6/+4
* Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft,delphij2014-09-135-0/+1695
OpenPOWER on IntegriCloud