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
Added few msg ids for proper L10n messages in the toolboxcmd utility.
Signed-off-by: Dmitry Tor...
defff25dc8577b2c0478a9f0e787468e8a956810 authored over 12 years agoSigned-off-by: Dmitry Torokhov <[email protected]>
cbcf57675c6c0a8f1da301c29bfcaed031ad2f85 authored over 12 years ago
There are some cases on Mac OS where the $HOME environment variable has
not been set even though...
Final initial change set for fixing FSEvents polling for Lion OS X 10.7.
This is currently an OS...
Signed-off-by: Dmitry Torokhov <[email protected]>
fe3c903546c5340bd9c2691f7eccef934d6460cb authored over 12 years agoSigned-off-by: Dmitry Torokhov <[email protected]>
dd7daaf553b98de57cfb027c3e973b111799866a authored over 12 years agoStrip out redundant calls to memset() before free().
Signed-off-by: Dmitry Torokhov <dtor@vmwar...
b4493cb178e42161e7daafd5f116aae7e914e27a authored over 12 years agoWe should test for presence of __ANDROID__ macro, not ANDROID_X86.
Signed-off-by: Dmitry Torokh...
0b18ef7a16fa4b5750769d29602ae89b85212547 authored over 12 years ago
When the tools are restarted, and the clock is modified (out of sync
with the host's clock), if ...
Signed-off-by: Dmitry Torokhov <[email protected]>
90766520c9a335c6ac1baaa5845b8dfb3f559339 authored over 12 years agoSigned-off-by: Dmitry Torokhov <[email protected]>
482332b8d4282df09838df5ea4c58df9cdb4faf3 authored over 12 years agoARM isn't just Android and iOS...
Signed-off-by: Dmitry Torokhov <[email protected]>
85a42b14e8dfc15f1e012109a0d9fee8a5c8278a authored over 12 years ago
Use PRINTF_DECL to validate proper message format and arg count for
MsgList_Append. And fix the ...
Unfortunately GCC isn't very good at warning for this, so I've probably
missed some. Also fix a...
Auth_AuthenticateUser in authPosix.c, for both the PAM and non-PAM
paths, has a short-circuit en...
Ivy Bridge features are still under wraps, but we no longer need to
hide model 3A from Community...
Signed-off-by: Dmitry Torokhov <[email protected]>
5f32b14b957b52dd1a1247703f827c1317832d69 authored over 12 years ago
container_of() is a useful operation even outide of lists
so let's add it to vm_basic_defs.h so ...
It was overwriting the amount to add with the result, which goes
horribly wrong if the strex fai...
Unfortuntely these have been broken since we switched over to
the QPair interface. The stats ar...
sys/timeb.h is deprecated in FreeBSD9.0 and may cause compilation
warnings turning into breakage...
This change doesn't fix anything. It only adds context for debugging.
Signed-off-by: Dmitry To...
9ac70d7fba5254e0e40413038ef142e9f393dcf3 authored over 12 years agoSigned-off-by: Dmitry Torokhov <[email protected]>
86414109fb2fe7a11245573a61fd2daa7dbafe09 authored over 12 years ago
There are functions which operate on 32bit and 64bit variables, but
their inline assembly is not...
Change the compiler to apple llvm 3.1(clang) from gcc. This patch mainly
worked on three things....
Server APIs for the file system change events renaming and
type renamed.
Signed-off-by: Dmitry ...
fcc5c7592ffeded6bbf5357e6aaa6c3f9bce3728 authored over 12 years ago
Server callback for receiving file system change events renaming and
type renamed.
Signed-off-b...
a49bd0d1cfae0aea3228a99436373c0e39e1e021 authored over 12 years ago
Commit 32991ab305ace7017c62f8eecbe5eb36dc32e13b removed d_alloc_root()
(it was replaced by d_mak...
Signed-off-by: Dmitry Torokhov <[email protected]>
d9ec8a96c58da298ff418acb4384e782719ddadb authored over 12 years ago
For some reason gcc options for hgfs are not happy with typecast
of 'const void *' to 'volatile ...
Finally, the mythical sequential packet socket type appears. This socket
type is specifically f...
MXUser_ControlExclLock(lock, MXUSER_CONTROL_ENABLE_STATS, ...) would always
return FALSE due to ...
Signed-off-by: Dmitry Torokhov <[email protected]>
d313075bdeb7386171463fd8971c19782d83be79 authored over 12 years ago. another fix for File_PathJoin
. remove the utf::string _variant_t/uvariant_t constructors
. ...
9f7be45cb2adfb5cf710139cc13a5518ec2d93a6 authored over 12 years ago
We're trying to perform really large atomic allocations, for example
when allocating a packet to...
The nicInfo structure was not getting populated because the
RecordRoutingInfo function was faili...
Signed-off-by: Dmitry Torokhov <[email protected]>
ef2d03d2d3bd60a56a3b1b8e62dc58ef29857fc1 authored over 12 years ago
This changeset adds support for AVX instructions promoted to enable
use of the full 256bits of t...
When we login into a VM, a new VMware Tools process starts with the
logged in User account. If ...
change ~0 to (ULONG)~0
Signed-off-by: Dmitry Torokhov <[email protected]>
c89a391c0962a251b8f48e24b5921fedcf9379e9 authored over 12 years agoAdded code to bump up the tools version for Fusion 4.1.2.
Signed-off-by: Dmitry Torokhov <dtor@...
6c137180e47d95394ceb34fc633476c8124472fb authored over 12 years ago
The ESX NFSv3 client can't handle rename. So we need to switch back to
the write-the-descriptor ...
Many OS APIs represent processors using a uintptr_t bitfield.
Processor groups were added in Win...
. return a new error if the 'mount' command fails.
. changes in shared code that don't affect o...
867d8ca0fb620cac34b6e35b4590534fdc6d1892 authored over 12 years ago
This group of instructions is already supported on AMD in
previous HW versions. Extend support t...
Signed-off-by: Dmitry Torokhov <[email protected]>
4e01f6ed02d47c3efed605a2ae984ad53dc449d2 authored over 12 years ago
Customer opened a thread in the Workstation forums noting he had trouble
entering Unity.¹ After...
The new Haswell CPU seems to behave like the other newish Intel
architectures, so in the main th...
wgs/gsx/server (non-esx) code still lives within its older still active
siblings. I located as m...
Signed-off-by: Dmitry Torokhov <[email protected]>
8a1a6dc8416432b731dd43c88e91d26b3042547c authored over 12 years agoSigned-off-by: Dmitry Torokhov <[email protected]>
a8eeedaa786168fce6fb9ff85071d5345fe7bdbf authored over 12 years ago
As things stand we can only have 64 unique types of guests for
hosted products. We used them all...
. VMCI: increase pinned QP limit to support larger vPageChannel
. VMCI: Doxygen vPageChannel AP...
161e4907028ce9dde80030f24f85a6e8fe659bee authored over 12 years agoFormally recognize MS Hyper-V Server in the GOS Table, UI and VMX.
Signed-off-by: Dmitry Torokh...
b12aecd270facaac9a8d9e767fa6e8c259d884e9 authored over 12 years ago
Added proper macros to bump up the tools version on hosted12 branch
for TP2.
Signed-off-by: Dmi...
4e36fa5f58dc3d5e53738760703346f4f3c313e9 authored over 12 years ago
In the routing code, we overwrite the ANY source context for DGRAMs
destined for the host so tha...
Some time ago the GOS table ID values were changed from defines to
an enum however the "enumity"...
We've got reference counting on locks which is different than
the lock count (recursive depth). ...
. remove VMCF transport from DnD
. changes in shared code that don't affect open-vm-tools
funct...
In kernels version greater than 2.6.34 the vmxnet_load_multicast
function used to return the ent...
This change implements the VMCI device backend part of the
VMCI firewall.
Signed-off-by: Dmitry...
e9f178eec971692fba4e8206b3fa616f378175c8 authored over 12 years agoThis change adds API documentation for vmci_sockets.h using Doxygen.
Signed-off-by: Dmitry Toro...
1cef7e27ca5f5626c3baf770575c1f78070e7a66 authored over 12 years agoAdd proper #defines to bump the version of tools for next milestone.
Signed-off-by: Dmitry Toro...
47867fe563eca5604e59d945885a8ab0d7f44859 authored over 12 years ago
I think that File_PathJoin's ASSERTs were a bit too aggressive. I
believe that the intention wa...
The upcoming Haswell CPU adds 8 new instructions advertised via
a new BMI2 bit from the cpuid in...
Signed-off-by: Dmitry Torokhov <[email protected]>
5f6de78089977e33c8ce29783a6f4fa0f05d9bc0 authored over 12 years agoSigned-off-by: Dmitry Torokhov <[email protected]>
a3024aa1cbecc94b8099646a2c804c8f355862ac authored almost 13 years ago
I swear that half of changes in open-vm-tools repositoty
are due to arbitrator version updates r...
Signed-off-by: Dmitry Torokhov <[email protected]>
b2e39b0ec855e2454817b6b7598a46270c1ea0b4 authored almost 13 years ago
The upcoming VMCI firewall feature needs to understand the
protocol format used by control packe...
. updates to German and Japanese translations
. make File_GetVMFSAttributes public.
. small cl...
8811e8d63a83b8c22bd4c1c309ce02568d87b6be authored almost 13 years agoSome ethtool callbacks were deprecated, remove them.
Signed-off-by: Dmitry Torokhov <dtor@vmwar...
4d2b02b1aa90d1a3df7777246416288ef89511f2 authored almost 13 years agolib not log
Signed-off-by: Dmitry Torokhov <[email protected]>
f98f16625866138220326ed6f1b05f87ebd5cbc9 authored almost 13 years agoSigned-off-by: Dmitry Torokhov <[email protected]>
d2cb2154c7014d9857f50c7947eeeabde8a45136 authored almost 13 years ago. VMCI: fix for locking scheme.
. updates to Chinese/German/Japanese/Korean translations.
. ch...
f872b34706bf1c5a43d713843f1410be47fefd8d authored almost 13 years ago
This CS does NOT fix all of the problems with a Solaris 11 Tools install, though
the drivers do ...
Signed-off-by: Dmitry Torokhov <[email protected]>
93176d5a5edc1de2c3851b1342c3b7163d04db49 authored almost 13 years ago
This is to relieve VIX Client code from having to parse OS specific
command names from the full ...
Signed-off-by: Dmitry Torokhov <[email protected]>
1ec2a02df370e91f5c1caedb7e8c27398f822f7e authored almost 13 years ago
This change adds an option to set the hypervisor CPUID bits that tells
Windows to disable Watchd...
This new function returns a temp path name in the same directory
as the argument path.
Signed-o...
e5b5baec3721fef7c10256ded9012079212c2101 authored almost 13 years agoSigned-off-by: Dmitry Torokhov <[email protected]>
2edd468eca9586f13a90bc6c52827e9967756c2b authored almost 13 years ago
2 ASSERTs can trigger due to input values from the guest cpuid call. The
first one happens if th...
Make things easier to read and maintain. Basically, line things up.
Signed-off-by: Dmitry Torok...
c12f4963878658643ca950fdddf6b2f6abe84512 authored almost 13 years ago
We'll need this soon so we need to have the framework in place now. The
UI presence can be tweek...
The constant arguments to the "bt" family of instructions are limited
to [0,31] for 32-bit opera...
Signed-off-by: Dmitry Torokhov <[email protected]>
d5dbe1f0d62aebfba490152133a84d95c4ee85ff authored almost 13 years agohgfs: Mode argument is now umode_t, rather than int.
vmxnet3: Features are netdev_features_t, r...
1da8fbf593f3586bb222b54f909cf1db98cf92ef authored almost 13 years agoSimplify formatting strings for paths.
Signed-off-by: Dmitry Torokhov <[email protected]>
9143dfc8b7063774057e381238eb060757390fc4 authored almost 13 years ago
We don't know of any reason why darwin12 will require support
different than darwin11 so for now...
Since Mac OS version 10.7, the proper way to retrieve kernel zone
information is to call mach_zo...
When calling File_CreateDirectoryHierarchy, there was no way to know
what was actually created b...
There's a nasty bug where, if the detach callback gets invoked at the
same time that the client ...
The following change defines new backdoro command to be used by BIOS
to check if it needs to ena...
Signed-off-by: Dmitry Torokhov <[email protected]>
a7e9dcf23158a09c957db728a988d0892afca4cf authored almost 13 years ago. FileIO_AtomicUpdate() should preserve errno value.
. More VGAuth changes
Signed-off-by: Dmit...
48c4ec254f7b4a3cb7b1d460b27088bb5a00448e authored almost 13 years agoif_timer and if_watchdog were depricated in FreeBSD9.0
Signed-off-by: Dmitry Torokhov <dtor@vmw...
f23628071fa7add966076b40911cbc3299b27b6a authored almost 13 years agoSigned-off-by: Dmitry Torokhov <[email protected]>
debbd2c10c7a51bcdb1c509fa112df504f07fd13 authored almost 13 years ago
The VMCI context keeps track of queue pairs allocated by that
context in a handle array. This ha...
Signed-off-by: Dmitry Torokhov <[email protected]>
bf3078d5f3265e8b6a2a13acf64645908bad3eb6 authored almost 13 years ago