Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vyos-legacy/vyos-open-vm-tools

VyOS version of the open-vm-tools
https://github.com/vyos-legacy/vyos-open-vm-tools

Fix review comments on malloc-based aligned allocator

Signed-off-by: Marcelo Vanzin <[email protected]>

732d5fb5b947d32e2461e60d6cb235cd0d37c64a authored over 15 years ago
Change for future ARM version of View Open Client (plus other small fixes)

Signed-off-by: Marcelo Vanzin <[email protected]>

4274d04e7235b687aa608a310a54f93d414b05a1 authored over 15 years ago
Changes in shared code that don't affect open-vm-tools functionality.

Signed-off-by: Marcelo Vanzin <[email protected]>

046bd4633838b11fd9d9ded4a865c4650d185439 authored over 15 years ago
Linux HGFS: disable vsock transport by default

I got a bit carried away and left vsock transport enabled in
my previous commit, better keep it ...

dbcdda4f83bd0cda92afcf0464c03b308c8b6193 authored over 15 years ago
Linux HGFS: avoid unnecessary copying of buffers

Instead of allocating additional memory chunk when sending over
TCP/Vsock channel and using loca...

ba7b44d054577ca9efee89fcd4001aa4ba6e016c authored over 15 years ago
Add Support for auto upgrading tools at windows xp shutdown.

This feature is only enabled if toolsd on the guest alerts the vmx that upgrade at shutdown is su...

695473db24998a4bc36f91310f237375b771d40b authored over 15 years ago
Internal branch sync. Included in this change:

. Refactoring of functions from lib/user to lib/misc.

. lib/file: Directory tree deletion. Don'...

610449c26fb4b50fe0f4af1c9397bdde3d23da99 authored over 15 years ago
Internal branch sync. Included in this change:

. Changes in shared code that don't affect open-vm-tools functionality.

. Don't linearize vmxne...

3056d8d64c2ddb779b54b4d8b38c76b537baa0e7 authored over 15 years ago
Move the CPUID-related functions out of vm_basic_asm.h into a new

file, x86cpuid_asm.h.

This allows us to remove the dependency between vm_basic_asm.h and
x86cpui...

6e0b638f052f2b5fbf7c931c586ff213c5538fe1 authored over 15 years ago
Handle capabilities in VMwareUser on Vista/Win7. We can't set the guest

resolution without a user session attached to the console in Vista/Win7
because of session 0 isol...

79601f9f54d79c102aee9f28de0e47cbea17f3c2 authored over 15 years ago
Add checking errors returned by CPName_GetComponent.

CPName_GetComponent returns either length of the name or -1
in case of errors. Need to check for...

55e9a285a8fcaabf0e11373fc29ea6b83bd51abd authored over 15 years ago
Changes in shared code that don't affect open-vm-tools functionality.

Signed-off-by: Marcelo Vanzin <[email protected]>

d3773b671f08aecb920ff83ae8e80618e9f8d261 authored over 15 years ago
Original Description:

Fix linux driver build warnings

Our users gripe. I spent 15 minutes and solved gripe.

Signed-o...

22715be6e0e49c3c3b0771976126e0dc915907ad authored over 15 years ago
Run programs in a user environment without Tools' settings.

vmware-user on Linux uses the app-loader tool to set up its
environment so it can use various bu...

55af33a6d4fecd8b176dcbdd08b00bf0644f4c58 authored over 15 years ago
Pvscsi driver accepts 16 byte CDBs, emulation rejects OUT_OF_BAND_CDB flag

As pointed out in bug 472258, our linux driver doesn't set
host->max_cmd_len, so the guest kerne...

b142e36c68b78782972b54bc21ba673344fc73ac authored over 15 years ago
Changes in shared code that don't affect open-vm-tools functionality.

Signed-off-by: Marcelo Vanzin <[email protected]>

5c0c4b1e39586adf65f13c12297dddd6d84df03f authored over 15 years ago
Clean up usage of vm_app.h in bora-vmsoft.

That header has been "deprecated" and replaced by more app-specific ones in
the new guestABI com...

077367fec1f444d70dd5d41ac38dcdee1561cf84 authored over 15 years ago
Move guestCaps.h to its new location.

Another change towards the goal of isolating host/guest interfaces.

Signed-off-by: Marcelo Vanz...

2968f89b4cec398e083634fe637225184e24519a authored over 15 years ago
An __FUNCTION__ change

Signed-off-by: Marcelo Vanzin <[email protected]>

41349c844a743902cf8e05ce045a5ab1b972ea17 authored over 15 years ago
Save the native environment in vmtoolsd.

Save the native environment so that applications that need to execute
sub-processes using it are...

eb9293a2d74cd12dc6673fa2287499e5f22a4b1e authored over 15 years ago
Make LINUX_ONLY generally available

A LINUX_ONLY macro has been part of the fileTrack facility for some
time. Let's make it generall...

cdffeb45f25872099867e4453cebece5ac314404 authored over 15 years ago
Fix illegal symbols.

These will cause builds to fail when the symbol checker
is enabled.

Signed-off-by: Marcelo Vanz...

a25f944e3a48714f5890508f67da958d69130e2b authored over 15 years ago
Changes in shared code that don't affect open-vm-tools functionality.

Signed-off-by: Marcelo Vanzin <[email protected]>

c9b5ace96f4f5dd9994f4e84d1259b88bdb0f118 authored over 15 years ago
Add support for a "common" plugin directory to vmtoolsd.

This allows sharing the same binary for plugins that will be loaded in
different containers. Thi...

eacaf3ae23fb92eff6b5825bc46b1a618b8b7f1c authored over 15 years ago
Fix runtime glib warning.

Signed-off-by: Marcelo Vanzin <[email protected]>

d22861c8d52d49e0c58192387ca541057cd8961c authored over 15 years ago
Retire GuestApp_ControlRecord().

The user-visible functionality was removed a while ago at PM's request,
time to kill the underly...

0a4faeebda7d3b88d4acd474e1c12cce10eb8697 authored over 15 years ago
Use the pthread implementation of sync mutex in open-vm-tools.

This avoids having to deal with the eventfd library used by the
syncWaitQ code.

For some backgr...

6f43bd1ac7b13500c81f03bddd77becfa5b8f7f1 authored over 15 years ago
Changes in shared code that don't affect open-vm-tools functionality.

Signed-off-by: Marcelo Vanzin <[email protected]>

b7a76526296507a3b362b0ebe9164268d1b739c3 authored over 15 years ago
Fix vmtoolsd infinitely spawning itself.

If the pid file was provided using "--background=", the code failed to
remove that argument from...

598518498a6163157c8cf19c8c48bf39da4ad438 authored over 15 years ago
Fix linking of vmmemclt linux driver (in open-vm-tools).

Signed-off-by: Marcelo Vanzin <[email protected]>

7a0d68118aaccb110a18b3b36cba059a3c46ef6b authored over 15 years ago
Move a few guest rpc definitions to their new guestABI location.

This change still keeps the old "vm_app.h" file (which just includes
the new ones) to avoid too ...

2375f5f3b58dadb5cb71f1c6d87950070ed3ee05 authored over 15 years ago
Update Tools version.

Signed-off-by: Marcelo Vanzin <[email protected]>

ff5da4006b5262c8f9f90eda93c54b0eebc96012 authored over 15 years ago
(Trivial) Correct hgfs default path to "/Volumes/VMware Shared Folders"

Signed-off-by: Marcelo Vanzin <[email protected]>

eadd2786ebd2863d17020936fe0145ef16409080 authored over 15 years ago
Changes in shared code that don't affect open-vm-tools functionality.

Signed-off-by: Marcelo Vanzin <[email protected]>

8dbf4098f0064a56910ea3608c567411dd9d3a4a authored over 15 years ago
Fix resource leaks discovered by coverity run

Strings were not released at all the exit points in some dispatch
handlers: HgfsServerSymlinkCre...

370da949bc948aafc33cd1d7f07896cb2afa98a8 authored over 15 years ago
Return a better error when host fails the lowest version request.

Signed-off-by: Marcelo Vanzin <[email protected]>

0cf6d333c19c8ad8180242d185903b29b03c05ab authored over 15 years ago
Remove makefiles for linux 2.4 kernel modules.

Signed-off-by: Marcelo Vanzin <[email protected]>

b88c8ca62ba3e26f217e96eb0ae21f730123e160 authored over 15 years ago
Move vmbackup definitions to the guestABI directory.

Another change to isolate host/guest interfaces into their own place.
Source changes just reflec...

8f82dc88d133f2b7f0b5817cd823d41ed3fd8ad2 authored over 15 years ago
OVT: Quick build fix.

A comma broke free of its leash and was found wandering the streets.

Signed-off-by: Marcelo Van...

69a66efa04d5a8b6c67930a98d6ecc0cfc5a5dbc authored over 15 years ago
OVT: use 1:1 threading library instead of pthreads on FreeBSD

This is a followup to the chage that switches from using pthread
library to 1:1 threading librar...

84fc5cf93aa79381c2379153106747f4c5cde11f authored over 15 years ago
Original Description:

Add RPC to support enabling and disabling 3D in guest.

Add an RPC that allows the UI to reset Ae...

bffe39b97cedd97b383ff57786dbbbd519d8eacc authored over 15 years ago
GuestInfo: Let users tweak poll loop behavior.

Requested nearly a year ago by Ken Barr, this change introduces a new
Tools config option for th...

e99492f5a78129a6d6fb9822c6fc69927a184d7d authored over 15 years ago
ToolsCore: Signal config file reloads.

This change introduces a new signal, tcs_conf_reload, which is emitted
in response to a successf...

2367531352105e53da557eb8d0b1010827c741e9 authored over 15 years ago
Fix typo.

Signed-off-by: Marcelo Vanzin <[email protected]>

4905151cf4fa8063a9ebc4bc5ab4b69c328c8c3b authored over 15 years ago
Internal branch sync. Included in this change:

. fix an issue with double-clicks in Unity.

. drop IO channels in favor of hybrid FD, X11 queue...

7e93793930094f0a6ae12adf21ccd234dfb83ed3 authored over 15 years ago
Changes in shared code that don't affect open-vm-tools functionality.

Signed-off-by: Marcelo Vanzin <[email protected]>

8ff97558841c9d75af49767e9e0378a53ee2a8a0 authored over 15 years ago
Updating open-vm-tools version for release 2009.09.18-193784.

Signed-off-by: Marcelo Vanzin <[email protected]>

c9f8135d245e7bc3c61e044b378e7b95d61fe6b7 authored over 15 years ago
open-vm-tools: remove reference to perl installer from README.

Also link to new correct URL for getting information about packaging
(had to update the sourcefo...

f147ed3d4ad797d9ae1a8af2e92c3db5f154b759 authored over 15 years ago
rpcChannel: Add wrapper functions for start/stop.

Make the RpcChannel API more obvious by providing RpcChannel_Start
and RpcChannel_Stop functions...

8bb94fbfbdf65b53b87279cf81529756dba7a2ca authored over 15 years ago
Changes in shared code that don't affect open-vm-tools functionality.

Signed-off-by: Marcelo Vanzin <[email protected]>

b6031bd6860d638cbea03cd30623f5eb81d83fed authored over 15 years ago
Changes in shared code that don't affect open-vm-tools functionality.

Signed-off-by: Marcelo Vanzin <[email protected]>

563d2942abfd558c6ba8da9e63edd654d7c150e3 authored over 15 years ago
Update Tools version.

Signed-off-by: Marcelo Vanzin <[email protected]>

fa01e29307cab155029059096e8dbabc1cc32b21 authored over 15 years ago
Internal branch sync. Included in this change:

. Unity: Add {un,}stick window RPC handlers.

. Complain loudly if res set or topology set is ca...

2e52b19490a3d5efdbb85d5c8f14d2d76841da7f authored over 15 years ago
OVT: build libSlashProc only if GLIB is recent enough

libSlashProc uses features only available in glib >= 2.14.0 so
don't try to build it if we detec...

6c9a2b95742b2cbcefe1f785c6066f76542d06af authored over 15 years ago
Move the ASSERT to after the validity check.

Signed-off-by: Marcelo Vanzin <[email protected]>

6bd0f453e755b6a156f75ac50c56a589d56c2ce4 authored over 15 years ago
Internal branch sync. Included in this change:

. reduce Solaris vmxnet3 driver logspew.

Signed-off-by: Marcelo Vanzin <[email protected]>

dd7285a47e2ee97d87e91ebca25bd46faef44662 authored over 15 years ago
Changes in shared code that don't affect open-vm-tools functionality.

Signed-off-by: Marcelo Vanzin <[email protected]>

166b87312dcbcd5a2217ef12bd3cf75d55e13765 authored over 15 years ago
Changes in shared code that don't affect open-vm-tools functionality.

Signed-off-by: Marcelo Vanzin <[email protected]>

27c216513cba39f5442ea77b57d2229151ea8e5a authored over 15 years ago
vmware-user: Fix session locking.

Gtk innards broke our crazy session locking scheme. (Note to self:
look into doing something sa...

2e915d4a5d4c2a868b49a2c2c768d088e0c598c4 authored over 15 years ago
Changes in shared code that don't affect open-vm-tools functionality.

Signed-off-by: Marcelo Vanzin <[email protected]>

5846257207a1b9679b2b34c92b6ca877a95d712b authored over 15 years ago
Remove pesky empty line that makes 'patch' not very happy.

Signed-off-by: Marcelo Vanzin <[email protected]>

d775a839e702ea71a1dc0370e371da5997492528 authored over 15 years ago
Check for SYS_eventfd instead of SYS_eventfd2.

The former is more common (since, well, it was introduced earlier) and
eventfd.c still fails to ...

62b1d22a6f6a63da886ffdab651fa261cd0e6fb3 authored over 15 years ago
Clean up a comment

Signed-off-by: Marcelo Vanzin <[email protected]>

d7065e9615d95c77edffc9f015e6dc5dbb9d4bf5 authored over 15 years ago
Changes in shared code that don't affect open-vm-tools functionality.

Signed-off-by: Marcelo Vanzin <[email protected]>

939a0c0271c40e9417fa5a275057229472ecf877 authored over 15 years ago
Internal branch sync. Included in this change:

. don't translate non-system errors in VIX handler.

Signed-off-by: Marcelo Vanzin <mvanzin@vmwa...

fc089ddaf5e1f56b53779ab62f1137c26798e231 authored over 15 years ago
Changes in shared code that don't affect open-vm-tools functionality.

Signed-off-by: Marcelo Vanzin <[email protected]>

c9e97bf7d7197c3317f36fe1837c69dd3cf6c7a1 authored over 15 years ago
Changes in shared code that don't affect open-vm-tools functionality.

Signed-off-by: Marcelo Vanzin <[email protected]>

cb5eebda328fa580a5598e6ddb4ecd63e2713edb authored over 15 years ago
Changes in shared code that don't affect open-vm-tools functionality.

Signed-off-by: Marcelo Vanzin <[email protected]>

dda7117faf433e75a6fed1d16eac1b5861a78e81 authored over 15 years ago
Toolbox: do not crash when user closes yes/no dialog window

The code did not expect that user may close Yes/No dialog window
by pressing "X" instead of clic...

f38bd92624cc196bc700863e358df954eb5caf9f authored over 15 years ago
Internal branch sync. Included in this change:

. changes to guest info to account for new info gathered on Win32 guests.

. allow name other th...

3130459bb7d98e6adf7434138c7859f93edd6b14 authored over 15 years ago
Changes in shared code that don't affect open-vm-tools functionality.

Signed-off-by: Marcelo Vanzin <[email protected]>

e510ef60c7bf70a8e0e85609495e7dc7c6d89d85 authored over 15 years ago
VMXNET,VMXNET3: fix compilation on RHEL 5.4

RedHat backported GRO patch to 2.6.18 which brought napi_sturct
definition to that kernel; it co...

f77444ea2fd185ecb214922e26be92639941bc01 authored over 15 years ago
Fix a few open-vm-tools compilation issues.

. rpcgen wasn't finding ghiCommonDefines.h if the build directory was
not the same as the source...

46f5be99a7b0c65398bba425a98f3390c87c1666 authored over 15 years ago
Add support for rewinddir() and refresh dirent on first readdir() call.

rm -rf 6.10+ breaks because it does following:
1) fd = open(); // opendir() call to Hgfs
2) unl...

29a7ebdf7381fce8ba1c403d7a4151b49044430c authored over 15 years ago
Add comments regarding barrier usage.

Add comments to explain why we use the naked barriers for PVSCSI
and the races that may arise wi...

de54043e4cfe716a2fe901cc594f2c73a9effe6d authored over 15 years ago
De-duplicate vmmemctl files in open-vm-tools.

These escaped my source clean up streak a few months ago.

Signed-off-by: Marcelo Vanzin <mvanzi...

5e409ecc519476780bc019beb6c908396ac7a37d authored over 15 years ago
Changes in shared code that don't affect open-vm-tools functionality.

Signed-off-by: Marcelo Vanzin <[email protected]>

392303bdd4b4bc9b7ccd593fdbdcc70a5e779131 authored over 15 years ago
Changes in shared code that don't affect open-vm-tools functionality.

Signed-off-by: Marcelo Vanzin <[email protected]>

b432486dc3b83d3ee9cd2f7bb9fda61d5ff81a85 authored over 15 years ago
. add information about what folders changed to the launch menu RPC.

. add a black list of categories that should not be exposed in the
host launch menu (e.g., scr...

2a08e8b3765ad6778e916bdb8b58e621593c03da authored over 15 years ago
Restructure pvscsi linux driver code.

This is all just code movement, no functional changes.
No function declarations are needed now, ...

772666fc9bfe70670e65f092d411fdb25538be7c authored over 15 years ago
Flush out stale file data before changing modification time

This is to address bug 360310, where "cp -p" didn't preserve time and
date. See bug 360310 for d...

98d38b912cc8c60fccb3ad50e2a02ea505ace986 authored over 15 years ago
VMballoon Solaris : regression fix for bug 461152

Errors in Solaris that prevent the module to be loaded

Signed-off-by: Marcelo Vanzin <mvanzin@v...

fe5a0c2f18bc65a3b266fdf1870d46816546722a authored over 15 years ago
Commenting of all Unixes vmballoon

Cleaning/adding missing comment so that code looks nicer

Signed-off-by: Marcelo Vanzin <mvanzin...

c4fe61ba1f80b42cf8f7a748149935a9ffb3f990 authored over 15 years ago
Internal branch sync. Included in this change:

. Use eventfd() instead of pipe() to create waitable objects
in syncWaitQ. Using eventfd() ha...

5ce1a984a38a6d09dee8a4104e6a6b7f2e03458e authored over 15 years ago
Restoring assert to vmballoon Solaris OS_Snprintf

Restoring assert to vmballoon Solaris OS_Snprintf that was originally there.
Removing a small lo...

71e40a8e886b9b91dd5710bd0156876748dbf832 authored over 15 years ago
Changing return type of OS_Init in vmballoon for unixes

A Bool is required because initialization could fail

Signed-off-by: Marcelo Vanzin <mvanzin@vmw...

b941f086bda6c75d3e8691e0ee75a927f7e3ec37 authored over 15 years ago
Misc changes for getting the driver ready for upstreaming.

- Added parameter definition for missing msg_ring_pages.
- use the module_param_named macro for ...

3438dec5c0d312223a96fbb785e52f31fc19891a authored over 15 years ago
Sync git tree with internal development branch @ 2009.08.24.

4f853fa9068895999cbe5236997621cf2d6bec2b authored over 15 years ago
2009.08.24-187411

cfead6f29409b79d6e671a1c3e1b019ea2a0fc44 authored over 15 years ago
2009.07.22-179896

80b7871e367a968240c2f87ed0b58055c4e37e12 authored over 15 years ago
2009.06.18-172495

dfb1a3004ee570110744348110c5fc350fbcdb43 authored over 15 years ago
2009.05.22-167859

ef82596b96b85713b20a92373a5fe48576badb8b authored over 15 years ago
2009.04.23-162451

cf0531851994ab663fc65299be9a19f4600d508f authored over 15 years ago
2009.03.18-154848

7218e81ed06d55114ccc15d1fc35962fea8355df authored almost 16 years ago
2009.02.18-148847

0cca30d49e85cd837819011ae06e09739b23a092 authored almost 16 years ago
2009.01.21-142982

4d3de5672eb28261f5a1dcc755fa1c3d49f1e515 authored almost 16 years ago
Fix the version numbers for the OVT package.

63052628549911a22df7e732de83fb8d58317e5c authored about 16 years ago
2008.12.23-137267

468f99e3d48f405cc022059fca392a71efe17042 authored about 16 years ago
2008.11.18-130226

91fa010a6b7265ff87c8039a0c895140b489dbcf authored about 16 years ago
2008.11.18-130226

ef4a8b2d05b1c15bbe6337f3c36b1ff45402b624 authored about 16 years ago