]> git.ipfire.org Git - thirdparty/open-vm-tools.git/log
thirdparty/open-vm-tools.git
8 years agoShared header files update; no impact on open-vm-tools.
Oliver Kurth [Fri, 15 Sep 2017 18:22:43 +0000 (11:22 -0700)] 
Shared header files update; no impact on open-vm-tools.

8 years agoShared header files update; no impact on open-vm-tools.
Oliver Kurth [Fri, 15 Sep 2017 18:22:42 +0000 (11:22 -0700)] 
Shared header files update; no impact on open-vm-tools.

8 years agoShared header file update; no impact on open-vm-tools.
Oliver Kurth [Fri, 15 Sep 2017 18:22:42 +0000 (11:22 -0700)] 
Shared header file update; no impact on open-vm-tools.

8 years agoShared header file update; no impact on open-vm-tools.
Oliver Kurth [Fri, 15 Sep 2017 18:22:42 +0000 (11:22 -0700)] 
Shared header file update; no impact on open-vm-tools.

8 years agoUpdate vmtools version history for the 10.0.7 update release.
Oliver Kurth [Fri, 15 Sep 2017 18:22:42 +0000 (11:22 -0700)] 
Update vmtools version history for the 10.0.7 update release.

8 years agoUpdate vmtools version history for the 10.0.6 update release.
Oliver Kurth [Fri, 15 Sep 2017 18:22:42 +0000 (11:22 -0700)] 
Update vmtools version history for the 10.0.6 update release.

8 years agoShared header file update; no impact on open-vm-tools.
Oliver Kurth [Fri, 15 Sep 2017 18:22:42 +0000 (11:22 -0700)] 
Shared header file update; no impact on open-vm-tools.

8 years agoShared header file update; no impact on open-vm-tools.
Oliver Kurth [Fri, 15 Sep 2017 18:22:42 +0000 (11:22 -0700)] 
Shared header file update; no impact on open-vm-tools.

8 years agoShared header files update; no impact on open-vm-tools.
Oliver Kurth [Fri, 15 Sep 2017 18:22:42 +0000 (11:22 -0700)] 
Shared header files update; no impact on open-vm-tools.

8 years agoShared header file update; no impact on open-vm-tools.
Oliver Kurth [Fri, 15 Sep 2017 18:22:42 +0000 (11:22 -0700)] 
Shared header file update; no impact on open-vm-tools.

8 years agoKorean messages for the toolbox-cmd have been updated.
Oliver Kurth [Fri, 15 Sep 2017 18:22:42 +0000 (11:22 -0700)] 
Korean messages for the toolbox-cmd have been updated.

8 years agoBulk updates to the common-agent (CAF) code.
Oliver Kurth [Fri, 15 Sep 2017 18:22:42 +0000 (11:22 -0700)] 
Bulk updates to the common-agent (CAF) code.

8 years agoThe Posix_GetAddrInfo and Posix_GetNameInfo wrapper functions are modified to
Oliver Kurth [Fri, 15 Sep 2017 18:22:41 +0000 (11:22 -0700)] 
The Posix_GetAddrInfo and Posix_GetNameInfo wrapper functions are modified to
convert between UTF-8 and UTF-16 encodings.

8 years agoUpdates to CAF accessory files.
Oliver Kurth [Fri, 15 Sep 2017 18:22:41 +0000 (11:22 -0700)] 
Updates to CAF accessory files.

8 years agoThe namespacetool links with the vmtools lib which has implemented the
Oliver Kurth [Fri, 15 Sep 2017 18:22:41 +0000 (11:22 -0700)] 
The namespacetool links with the vmtools lib which has implemented the
functions "Debug" and "Panic".  The locale definitions of these functions
in the namespacetool source has been removed.

8 years agoopen-vm-tools: Fixes to build with FreeBSD
Oliver Kurth [Fri, 15 Sep 2017 18:22:41 +0000 (11:22 -0700)] 
open-vm-tools: Fixes to build with FreeBSD
 - amd64 in host_cpu means 64bit, add that to configure.ac
 - use 'z' for FMTSZ in FreeBSD, just like Linux

8 years agoUpdate copyright years for CAF Makefiles
Oliver Kurth [Fri, 15 Sep 2017 18:22:41 +0000 (11:22 -0700)] 
Update copyright years for CAF Makefiles

8 years agoDefault shared-secret authentication to unsupported (disabled).
Oliver Kurth [Fri, 15 Sep 2017 18:22:41 +0000 (11:22 -0700)] 
Default shared-secret authentication to unsupported (disabled).

8 years agoMake VSS BackupComplete as final steps of the vmbackup process.
Oliver Kurth [Fri, 15 Sep 2017 18:22:41 +0000 (11:22 -0700)] 
Make VSS BackupComplete as final steps of the vmbackup process.

VSS process break up to two steps when
CreateSnapshotEx(WindowsQuiesceSpec) & App-quiescing is applicable:
1) VSS quiesce and DoSnapshotSet (perform backup and commit snapshot)
2) VSS SetBackupSucceeded/BackupComplete (VSS notify app BackupCompleted)

Add a new operator to wait for VMX snapshot complete notification.

8 years agoCommon header file update; not needed by open-vm-tools.
Oliver Kurth [Fri, 15 Sep 2017 18:22:41 +0000 (11:22 -0700)] 
Common header file update; not needed by open-vm-tools.

8 years agoSome source code clean up in vmcisockets
Oliver Kurth [Fri, 15 Sep 2017 18:22:41 +0000 (11:22 -0700)] 
Some source code clean up in vmcisockets

 1. Remove a typedef that didn't def a type (newer compilers warn).
 2. Rename a local that had the same name as a var in a higher scope.
    (note: there is no confusion or lost error case luckily here)

8 years agoRemove wmemchr() from bsd_output_shared.c since it is no longer required.
Oliver Kurth [Fri, 15 Sep 2017 18:22:41 +0000 (11:22 -0700)] 
Remove wmemchr() from bsd_output_shared.c since it is no longer required.

8 years agoUpdated shared header files, not relevant to open-vm-tools
Oliver Kurth [Fri, 15 Sep 2017 18:22:40 +0000 (11:22 -0700)] 
Updated shared header files, not relevant to open-vm-tools

8 years agoGuestRPC vmbackup.h header file update.
Oliver Kurth [Fri, 15 Sep 2017 18:22:40 +0000 (11:22 -0700)] 
GuestRPC vmbackup.h header file update.

A new RPC messages has been added: VMBACKUP_PROTOCOL_SNAPSHOT_COMPLETED

8 years agoCAF changes to support release in open-vm-tools.
Oliver Kurth [Fri, 15 Sep 2017 18:22:40 +0000 (11:22 -0700)] 
CAF changes to support release in open-vm-tools.

8 years agoUpdate of the common-agent (CAF) service source from the development team.
Oliver Kurth [Fri, 15 Sep 2017 18:22:40 +0000 (11:22 -0700)] 
Update of the common-agent (CAF) service source from the development team.

8 years agoL10n messages updates for toolbox
Oliver Kurth [Fri, 15 Sep 2017 18:22:40 +0000 (11:22 -0700)] 
L10n messages updates for toolbox

8 years agoVGAuth cmdline parser improvements
Oliver Kurth [Fri, 15 Sep 2017 18:22:40 +0000 (11:22 -0700)] 
VGAuth cmdline parser improvements

Restore support for '=' between option and value.

8 years agoUse the primary connection remote IP for the secondary UDP connection.
Oliver Kurth [Fri, 15 Sep 2017 18:22:40 +0000 (11:22 -0700)] 
Use the primary connection remote IP for the secondary UDP connection.

8 years agoImprove VGAuth logging
Oliver Kurth [Fri, 15 Sep 2017 18:22:40 +0000 (11:22 -0700)] 
Improve VGAuth logging

Make the default logging more useful by converting a number of Debug() calls
into Log() calls.  Request basics and errors are dumped.  Tokens are hidden
for security concerns and certs are hidden to reduce the noise level.

8 years agoCommon source code merge
Oliver Kurth [Fri, 15 Sep 2017 18:22:39 +0000 (11:22 -0700)] 
Common source code merge

- Update poll timer callback's to use 64bit integers for delay.
- Avoid creating substrs if unnecessary in Unicode_CompareRange.
- Vmxnet3: Add Receive Data Ring Support.
- Comment cleanup.

8 years agoFix the CAF upgrade script to handle upgrades from an "old"
Oliver Kurth [Fri, 15 Sep 2017 18:22:39 +0000 (11:22 -0700)] 
Fix the CAF upgrade script to handle upgrades from an "old"
(pre cafenv-appconfig) version of CAF.

8 years agoBuild change; not related to open-vm-tools.
Oliver Kurth [Fri, 15 Sep 2017 18:22:39 +0000 (11:22 -0700)] 
Build change; not related to open-vm-tools.

8 years agolib/poll: Attempt to use IPv6 sockets first for Windows socket pair
Oliver Kurth [Fri, 15 Sep 2017 18:22:39 +0000 (11:22 -0700)] 
lib/poll: Attempt to use IPv6 sockets first for Windows socket pair

We should always use IPv6 sockets even for loopbacks if IPv6 is supported so
that we can work properly in IPv6-only environments where IPv4 has been
disabled.

If the IPv6 socket fails to create then we can fallback to IPv4.

8 years agoUpdate the Copyright year to 2016.
Oliver Kurth [Fri, 15 Sep 2017 18:22:39 +0000 (11:22 -0700)] 
Update the Copyright year to 2016.

8 years agoAdd a stolen time interface for guests
Oliver Kurth [Fri, 15 Sep 2017 18:22:39 +0000 (11:22 -0700)] 
Add a stolen time interface for guests

This change adds a cheap stolen time interface for guests. Guests must
use the backdoor port to register a per-VCPU object in memory called the
"stealclock" with the monitor. From then on, until the clock is
disabled, the monitor publishes clock values whenever stolen time is
accumulated. A complete specification of the interface is included in
this change, as a text document: bora/doc/stealclock.txt.

Pending clock updates are represented by an idempotent monitor action,
posted whenever stolen time is accumulated. In the current
implementation, this is whenever we update stolen time on transit from
host to vmm. In the future, it may an action posted by the vmkernel,
whenever stolen time is updated.

8 years agoVMkernel build change; not related to open-vm-tools.
Oliver Kurth [Fri, 15 Sep 2017 18:22:39 +0000 (11:22 -0700)] 
VMkernel build change; not related to open-vm-tools.

8 years agoexcept common-agent/etc/config from .gitignore
Oliver Kurth [Wed, 13 Sep 2017 23:46:38 +0000 (16:46 -0700)] 
except common-agent/etc/config from .gitignore

8 years agoadd .gitignore
Dyno Hongjun Fu [Tue, 24 Nov 2015 06:00:25 +0000 (22:00 -0800)] 
add .gitignore

8 years agoreset buildNumber.h to 10.0.5 version
Oliver Kurth [Fri, 15 Sep 2017 18:06:34 +0000 (11:06 -0700)] 
reset buildNumber.h to 10.0.5 version

8 years agoclobber to create a starting point for the development branch
Oliver Kurth [Wed, 13 Sep 2017 23:24:53 +0000 (16:24 -0700)] 
clobber to create a starting point for the development branch

8 years agoUpdate README.md
jonathanvmw [Fri, 1 Sep 2017 17:30:23 +0000 (10:30 -0700)] 
Update README.md

Update build instructions.

8 years agoUpdate README.md
dsouders [Tue, 22 Aug 2017 14:31:58 +0000 (10:31 -0400)] 
Update README.md

8 years agoMerge branch 'stable-10.1.x'
Oliver Kurth [Wed, 16 Aug 2017 19:45:28 +0000 (12:45 -0700)] 
Merge branch 'stable-10.1.x'

8 years agoprepare to release 10.1.10 stable-10.1.10
Oliver Kurth [Fri, 28 Jul 2017 21:43:23 +0000 (14:43 -0700)] 
prepare to release 10.1.10

8 years agoThe previous change to the Linux VMCI driver resulted in intermittent
Oliver Kurth [Fri, 28 Jul 2017 19:16:51 +0000 (12:16 -0700)] 
The previous change to the Linux VMCI driver resulted in intermittent
hangs during soft reboots of RHEL 6.8 Linux VM.  This change reverts
that code change and resets the driver version number.

This reverts commit 7023998ba5594871a658c5ef1be4dbda6c0158eb.

8 years agoPreviously Common Agent Framework (CAF) builds were linking against
Oliver Kurth [Fri, 28 Jul 2017 19:16:51 +0000 (12:16 -0700)] 
Previously Common Agent Framework (CAF) builds were linking against
specific versions of PCRE and libiconv.  That restriction has been removed.

9 years agorandomly generate tmp directory name
Oliver Kurth [Fri, 7 Jul 2017 00:00:55 +0000 (17:00 -0700)] 
randomly generate tmp directory name

9 years agoCheck for Xen, VirtualPC etc., only if VMware not detected
Oliver Kurth [Wed, 7 Jun 2017 00:17:04 +0000 (17:17 -0700)] 
Check for Xen, VirtualPC etc., only if VMware not detected

9 years agoUpdate the Tools-10.1.10 Open Source License File.
Oliver Kurth [Wed, 7 Jun 2017 00:17:04 +0000 (17:17 -0700)] 
Update the Tools-10.1.10 Open Source License File.

9 years agoFreeBSD: Use the "dhclient" command to renew a DHCP IP address.
Oliver Kurth [Wed, 7 Jun 2017 00:17:04 +0000 (17:17 -0700)] 
FreeBSD: Use the "dhclient" command to renew a DHCP IP address.

On FreeBSD, "/etc/rc.d/netif" is sufficient to stop a network interface
when suspending a VM.  When resuming a VM, DHCP configured interfaces
must be restarted with "/etc/rc.d/dhclient".

This fix is courtesy of Steve Wills, maintainer of open-vm-tools on
FreeBSD, and Shuai Wang.

Pull request: https://github.com/vmware/open-vm-tools/pull/142

9 years agoVMCI: reset datagram buffer pointer on dealloc
Oliver Kurth [Wed, 7 Jun 2017 00:17:04 +0000 (17:17 -0700)] 
VMCI: reset datagram buffer pointer on dealloc

Fix a potential guest crash when unloading the VMCI
driver while upgrading to a specific version of UEK.
A BH may run during module unload and attempt to deliver
datagrams to the datagram buffer after it has been
deallocated. It turns out that the tasklet may not
yet have been scheduled, so add a tasklet_disable to
guard against that.  Also, reset the datagram buffer
pointer when the buffer is deallocated to indicate
that it is no longer there.

9 years agoAdd support for the new selection target name "text/rtf" for copy/paste.
Oliver Kurth [Wed, 7 Jun 2017 00:17:04 +0000 (17:17 -0700)] 
Add support for the new selection target name "text/rtf" for copy/paste.

9 years agoGOSTable: split FreeBSD
Oliver Kurth [Wed, 7 Jun 2017 00:17:03 +0000 (17:17 -0700)] 
GOSTable: split FreeBSD

Split FreeBSD into freeBSD (old) and freeBSD11 (going
forward). This is to cover driver differences.

9 years agoFixed MarkDown Syntax
Markus KARG [Sat, 22 Apr 2017 10:04:56 +0000 (12:04 +0200)] 
Fixed MarkDown Syntax

The MarkDown Syntax was wrong, so the file README.md rendered rather urgly on GitHub.

9 years agoFix an invalid class pointer access when the VSS provider is not installed.
Oliver Kurth [Wed, 3 May 2017 00:15:52 +0000 (17:15 -0700)] 
Fix an invalid class pointer access when the VSS provider is not installed.

Customers may disable VSS support by not installing the VMware snapshot
provider, which may lead to the VSS provider being uninitialized, which in
turn can cause an invalid class pointer access during initialization
completion.

This change fixes the issue by checking the provider initialization status
before running the initialization completer.

9 years agoMerge pull request #160 from mkarg/patch-1
Oliver Kurth [Tue, 25 Apr 2017 20:51:16 +0000 (13:51 -0700)] 
Merge pull request #160 from mkarg/patch-1

Fixed MarkDown Syntax

9 years agoFixed MarkDown Syntax 160/head
Markus KARG [Sat, 22 Apr 2017 10:04:56 +0000 (12:04 +0200)] 
Fixed MarkDown Syntax

The MarkDown Syntax was wrong, so the file README.md rendered rather urgly on GitHub.

9 years agoInclude sysmacros.h directly as mandated by glibc-2.25.
Oliver Kurth [Fri, 21 Apr 2017 01:04:18 +0000 (18:04 -0700)] 
Include sysmacros.h directly as mandated by glibc-2.25.

glibc-2.25 generates a deprecation warning for using the 'major'
macro without including sysmacros.h.
https://sourceware.org/glibc/wiki/Release/2.25

This breaks Fedora builds of open-vm-tools because Fedora 26 is
switching to glibc-2.25.

9 years agoFix timesync state to be uncalibrated when adjustment is large (>60ms).
Oliver Kurth [Fri, 21 Apr 2017 01:04:18 +0000 (18:04 -0700)] 
Fix timesync state to be uncalibrated when adjustment is large (>60ms).

Open-vm-tools has a timesync plugin to adjust the guest time to match the
host time. Timesync relies on a state machine (uncalibrated, calibrating
and PLL states) to adjust the amount of guest time to match host time.
If the guest and host time differ by more than 60ms, the state machine
should reset to the uncalibrated state. This change fixes a bug that could
leave the state in PLL mode even when the guest and host times differed by
more than 60ms, since the absolute value of adjustment was not considered,
which in turn caused the time sync to happen more slowly than expected.

9 years agoSet the version number for open-vm-tools 10.1.x, Update 2 to 10.1.10
Oliver Kurth [Fri, 21 Apr 2017 01:04:18 +0000 (18:04 -0700)] 
Set the version number for open-vm-tools 10.1.x, Update 2 to 10.1.10

9 years agoresolve conflict in ReleaseNotes.md
Oliver Kurth [Sat, 25 Feb 2017 00:27:17 +0000 (16:27 -0800)] 
resolve conflict in ReleaseNotes.md

9 years agoupdate ReleaseNotes.md stable-10.1.5
Oliver Kurth [Fri, 24 Feb 2017 22:15:37 +0000 (14:15 -0800)] 
update ReleaseNotes.md

9 years agoRemoved the unrelated mention of kernel modules.
Ravindra Kumar [Wed, 22 Feb 2017 21:39:50 +0000 (13:39 -0800)] 
Removed the unrelated mention of kernel modules.

9 years agoupdate NEWS ChangeLog README
Oliver Kurth [Wed, 22 Feb 2017 21:07:00 +0000 (13:07 -0800)] 
update NEWS ChangeLog README

9 years agoupdate build numbers
Oliver Kurth [Wed, 22 Feb 2017 21:06:40 +0000 (13:06 -0800)] 
update build numbers

9 years agoExclude non-directory and non-existing paths during quiescing.
Oliver Kurth [Fri, 17 Feb 2017 21:26:23 +0000 (13:26 -0800)] 
Exclude non-directory and non-existing paths during quiescing.

9 years agoMap certain PAM errors to VGAUTH_E_AUTHENTICATION_DENIED.
Oliver Kurth [Fri, 17 Feb 2017 21:26:23 +0000 (13:26 -0800)] 
Map certain PAM errors to VGAUTH_E_AUTHENTICATION_DENIED.

9 years agos/pacakge/package
Peter Goldsborough [Fri, 10 Feb 2017 01:35:46 +0000 (01:35 +0000)] 
s/pacakge/package

9 years agobump version to 10.1.5
Oliver Kurth [Fri, 20 Jan 2017 03:22:59 +0000 (19:22 -0800)] 
bump version to 10.1.5

9 years agoUpdate copyright year
Oliver Kurth [Thu, 19 Jan 2017 01:28:20 +0000 (17:28 -0800)] 
Update copyright year

9 years agoBump the VMware Tools update release to version 10.1.5
Oliver Kurth [Thu, 19 Jan 2017 01:28:20 +0000 (17:28 -0800)] 
Bump the VMware Tools update release to version 10.1.5

Change the "current" version for the VMware Tools update release to
be 10.1.5.   This bump is to allow versions numbers for hot patches
which have been or may yet be issued before the update is GA.

9 years agoBack-out previous Copyright update.
Oliver Kurth [Thu, 19 Jan 2017 01:28:19 +0000 (17:28 -0800)] 
Back-out previous Copyright update.

9 years agoUpdate copyright year to 2017.
Oliver Kurth [Thu, 19 Jan 2017 01:28:18 +0000 (17:28 -0800)] 
Update copyright year to 2017.

9 years agoUpdate tools copyright to 2017
Oliver Kurth [Thu, 19 Jan 2017 01:28:16 +0000 (17:28 -0800)] 
Update tools copyright to 2017

9 years agoChange VMware Tools ISO mapping for centos and oraclelinux effective with 10.1.1
Oliver Kurth [Thu, 19 Jan 2017 01:28:16 +0000 (17:28 -0800)] 
Change VMware Tools ISO mapping for centos and oraclelinux effective with 10.1.1

No impact to open-vm-tools.

9 years agoAdd enhanced log messages and a few new log messages.
Oliver Kurth [Thu, 19 Jan 2017 01:28:16 +0000 (17:28 -0800)] 
Add enhanced log messages and a few new log messages.

9 years agoThaw filesystems if the snapshot commit message to VMX fails
Oliver Kurth [Thu, 19 Jan 2017 01:28:16 +0000 (17:28 -0800)] 
Thaw filesystems if the snapshot commit message to VMX fails

9 years agoSet/update the VMware Tools version for the 10.1.1 release
Oliver Kurth [Thu, 19 Jan 2017 01:28:16 +0000 (17:28 -0800)] 
Set/update the VMware Tools version for the 10.1.1 release

9 years agoUpdate copyright year
Oliver Kurth [Thu, 19 Jan 2017 01:28:20 +0000 (17:28 -0800)] 
Update copyright year

9 years ago- add missing directory common-agent/etc/config
Oliver Kurth [Sat, 24 Dec 2016 00:46:38 +0000 (16:46 -0800)] 
- add missing directory common-agent/etc/config
- fix .gitignore, so the directory above will not be ignored any more

9 years ago- add missing directory common-agent/etc/config
Oliver Kurth [Sat, 24 Dec 2016 00:46:38 +0000 (16:46 -0800)] 
- add missing directory common-agent/etc/config
- fix .gitignore, so the directory above will not be ignored any more

9 years agorelease 10.1.0 from build 4449150 stable-10.1.0
Douglas Souders [Fri, 4 Nov 2016 20:12:16 +0000 (16:12 -0400)] 
release 10.1.0 from build 4449150

10 years agoAdded details about open-vm-tools-desktop
Ravindra Kumar [Wed, 15 Jun 2016 20:14:07 +0000 (13:14 -0700)] 
Added details about open-vm-tools-desktop

10 years agochangelog for 10.0.5 stable-10.0.5
Dyno Hongjun Fu [Tue, 24 Nov 2015 06:59:42 +0000 (22:59 -0800)] 
changelog for 10.0.5

10 years agoversion bump to 10.0.5
Dyno Hongjun Fu [Tue, 24 Nov 2015 06:33:40 +0000 (22:33 -0800)] 
version bump to 10.0.5

10 years ago[Bug 1526360] fix timestamp check
Dyno Hongjun Fu [Tue, 24 Nov 2015 06:28:27 +0000 (22:28 -0800)] 
[Bug 1526360] fix timestamp check

10 years ago[Bug 1531545] Add an error handler to X11 resolutionSet
Dyno Hongjun Fu [Tue, 24 Nov 2015 06:27:40 +0000 (22:27 -0800)] 
[Bug 1531545] Add an error handler to X11 resolutionSet

10 years ago[Bug 1503195] Kill tasklet when unloading vmci module
Dyno Hongjun Fu [Tue, 24 Nov 2015 06:26:38 +0000 (22:26 -0800)] 
[Bug 1503195] Kill tasklet when unloading vmci module

10 years ago[Bug 1519223] Avoid warning message when logging group is missing.
Dyno Hongjun Fu [Tue, 24 Nov 2015 06:19:34 +0000 (22:19 -0800)] 
[Bug 1519223] Avoid warning message when logging group is missing.

10 years ago[Bug 1473600] Skip freezing autofs mounts.
Dyno Hongjun Fu [Tue, 24 Nov 2015 06:17:59 +0000 (22:17 -0800)] 
[Bug 1473600] Skip freezing autofs mounts.

10 years ago[Bug 1507819] Workaround fix to avoid rpc warning messages flooding by changing log...
Dyno Hongjun Fu [Tue, 24 Nov 2015 06:17:12 +0000 (22:17 -0800)] 
[Bug 1507819] Workaround fix to avoid rpc warning messages flooding by changing log level to debug.

10 years ago[Bug 1526327] make vmhgfs compatible with Linux kernel 4.2
Dyno Hongjun Fu [Tue, 24 Nov 2015 06:10:33 +0000 (22:10 -0800)] 
[Bug 1526327] make vmhgfs compatible with Linux kernel 4.2

10 years agoremove cache files
Dyno Hongjun Fu [Tue, 24 Nov 2015 06:01:24 +0000 (22:01 -0800)] 
remove cache files

10 years agoadd .gitignore
Dyno Hongjun Fu [Tue, 24 Nov 2015 06:00:25 +0000 (22:00 -0800)] 
add .gitignore

10 years agoUpdate ReleaseNotes.md
dsouders [Tue, 1 Sep 2015 21:04:28 +0000 (17:04 -0400)] 
Update ReleaseNotes.md

10 years agoAdding Release Notes
Douglas Souders [Tue, 1 Sep 2015 12:56:05 +0000 (08:56 -0400)] 
Adding Release Notes

10 years agorelease 10.0.0 from build 3000743 open-vm-tools-10.0.0-3000743
Douglas Souders [Fri, 28 Aug 2015 13:56:56 +0000 (09:56 -0400)] 
release 10.0.0 from build 3000743

10 years agoUpdate README.md
Sankar A Tanguturi [Sat, 22 Aug 2015 01:00:04 +0000 (18:00 -0700)] 
Update README.md

10 years agoCorrected URL for automake
Ravindra Kumar [Fri, 21 Aug 2015 19:01:29 +0000 (12:01 -0700)] 
Corrected URL for automake