summaryrefslogtreecommitdiffstats
path: root/sys/dev/pv/hypervic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt2020-05-291-2/+0
* include sys/sensors.h for sensor usejsg2019-12-311-0/+1
* Fail if unknown type of an address family was specifiedmikeb2017-08-101-0/+2
* Add missing mtx_leave() calls in two hypervic error pathsjsg2017-02-231-2/+6
* Introduce pvbus_reboot() and pvbus_shutdown() to move the repeatedreyk2017-01-101-10/+2
* When running on Azure, the initial timesync "sync" message is not correct,reyk2016-12-161-2/+1
* Handle IP address information requestsmikeb2016-11-071-9/+171
* Support for key removal and value update operationsmikeb2016-11-031-30/+81
* Add locks to key-value pair poolsmikeb2016-11-031-7/+37
* Implement a Key-Value Pair exchange interfacemikeb2016-11-031-8/+470
* Let Integrated Components allocate the receive buffer themselvesmikeb2016-11-031-24/+52
* Improve protocol version negotiation for Integrated Componentsmikeb2016-10-281-12/+45
* Channel API users should pick the bufring sizemikeb2016-10-251-13/+8
* Get rid of the ch_buf member that is not part of the channel APImikeb2016-10-121-91/+104
* Move Hyper-V integration components into a separate source filemikeb2016-10-111-0/+403