mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
Improvements include: - Improved OS detection and reporting for FreeBSD 11 and 12. - Improved networking resume for DHCP FreeBSD guests. - Check for Xen, VirtualPC etc., only if VMware not detected. - Improve timesync when the offset is large. Full changelog is available at: https://github.com/vmware/open-vm-tools/blob/master/open-vm-tools/ChangeLog PR: 221194
12 lines
379 B
C
12 lines
379 B
C
--- lib/include/guest_os.h.orig 2017-07-28 21:59:15 UTC
|
|
+++ lib/include/guest_os.h
|
|
@@ -493,7 +493,8 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set);
|
|
#define STR_OS_WIN_64_BIT_EXTENSION ", 64-bit"
|
|
|
|
/* FreeBSD */
|
|
-#define STR_OS_FREEBSD "freeBSD"
|
|
+#define STR_OS_FREEBSD "freeBSD"
|
|
+#define STR_OS_FREEBSD11 "freeBSD11"
|
|
|
|
/* Solaris */
|
|
#define STR_OS_SOLARIS "solaris"
|