VBoxNetAdp/FreeBSD: Implement media state (thanks to Ed Maste)
VBoxNetAdp/freebsd: Fix crash during destruction
VBoxNetAdp/FreeBSD: Add VIMAGE support (Thanks to Mikolaj Golub and Bernhard Froehlich)
netflt: FreeBSD build fix by Howard Su
Main/HostOnly: FreeBSD ioctl fix (#4213)
Main/HostOnly: FreeBSD fix (#4213)
netadp: coding style
netadp: Re-create configured vboxnetX interfaces (#4213) on Darwin and FreeBSD
build fixes
netadp: Re-create configured vboxnetX interfaces (#4213) on Linux
*: spelling fixes, thanks Timeless!
strncpy
*: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked around memchr(,, RTSTR_MAX) issue in RTStrEnd. Here (linux.amd64 / glibc-2.10.1-r1) memchr fails for cb > ~(size_t)11. Since RTSTR_MAX is ~(size_t)0, this behavior breaks several IPRT string APIs.
FreeBSD-VBoxNetAdp/VBoxNetFlt: Fix names so vboxnetadp can load vboxnetflt
FreeBSD: Fix build break
VBoxNetAdp: ioctl cleanup.
FreeBSD: Add support for bridged and hostonly networking. Contributed by Fredrik Lindberg