]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r339586:
authorbz <bz@FreeBSD.org>
Wed, 31 Oct 2018 12:05:45 +0000 (12:05 +0000)
committerbz <bz@FreeBSD.org>
Wed, 31 Oct 2018 12:05:45 +0000 (12:05 +0000)
commit521a0aa4c2eb45e23318f576a2406f2b51a2b723
treef4434ef67b3326cc7276236293d200c2fbc2da72
parent7b7c4e42429a06d92cf57b4b5288a4493b20049b
MFC r339586:

  In bhyve's fbuf emulation improve the overall "usage" message and
  for the vga option, rather than printing the entire option string,
  only print vga (as we do for everything else).

MFC r339681:

  Allow the bhyve VNC server to listen on IPv6 for incoming connections.

  Alternatively to IPv4 address:port this will allow to listen on IPv6
  link-local (incl. scope), a specific address, or ::.  Addresses have
  to be given in RFC2732 format so that [::]:port parsing will work.

  This patch also starts to introduce WITH_INET/INET6_SUPPORT to bhyve.

PR: 232018
  Submitted by: Dave Rush (northwoodlogic.free gmail.com) (original)
  Reviewed by: Dave Rush (updated verison)

Approved by: re (kib)
usr.sbin/bhyve/Makefile
usr.sbin/bhyve/bhyve.8
usr.sbin/bhyve/pci_fbuf.c
usr.sbin/bhyve/rfb.c