K 10 svn:author V 5 jceel K 8 svn:date V 27 2016-11-24T22:16:18.296959Z K 7 svn:log V 279 virtio_console: handle short writes to an Unix domain socket gracefully. writev() can do a short write. Retrying it results in a very convoluted and complex code, so we iterate over iovec and do regular stream_write() instead. Approved by: trasz Sponsored by: iXsystems, Inc. END