Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Appease gcc-4.2 | pfg | 2015-08-20 | 1 | -1/+1 |
* | Test errno against EEXIST as well. | delphij | 2014-11-11 | 1 | -1/+1 |
* | Rename variable name from 'index' to 'idx' to avoid shadowing index(3). | delphij | 2014-11-11 | 1 | -5/+5 |
* | Remove an extra copy of hv_kvp_daemon(8) [1]. | delphij | 2014-10-27 | 1 | -18/+50 |
* | Use a char * as iterator over a bounded string. | delphij | 2014-09-25 | 1 | -4/+3 |
* | Use strlcpy(). I don't believe these are real problems but it's better | delphij | 2014-09-25 | 1 | -7/+7 |
* | Refactor the code a little bit to avoid NULL deference when | delphij | 2014-09-25 | 1 | -12/+11 |
* | Plug a file descriptor leak. | delphij | 2014-09-25 | 1 | -0/+3 |
* | Being able to access a path do not necessarily mean we have access | delphij | 2014-09-25 | 1 | -6/+4 |
* | Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft, | delphij | 2014-09-13 | 5 | -0/+1695 |