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
Compiling vsock on RHEL6 produces following warning:
/home/test/dyno/vsock-only/linux/af_vsock....
4a6a9fa7a6cb282994a330c17048c78dce856a97 authored over 14 years ago
KERNEL_VERSION exists in kernel sources since 2.1.90 so
if we can't find it that means environme...
Signed-off-by: Marcelo Vanzin <[email protected]>
70cf7092c436e223f926917dd00c2fe8b78e5ef3 authored over 14 years agoSigned-off-by: Marcelo Vanzin <[email protected]>
1cfe647b8373a23e2488a58bb8ed60f5da54e286 authored over 14 years agoSigned-off-by: Marcelo Vanzin <[email protected]>
f72b845ea792d2c17193d38708c87d85430cf77a authored over 14 years ago
Balloon initialization code is way too complicated for the kernel
driver code. Instead of implem...
Delete some unwanted "()"s and ":"s.
Signed-off-by: Marcelo Vanzin <[email protected]>
4e306e7b734bf883e8d22e33b920ae773bb90a76 authored over 14 years ago
The VMCI kernel API should be the same for both host and
guest. Currently, that is not the case....
Signed-off-by: Marcelo Vanzin <[email protected]>
f142bbb91f281578438099555a977986c246f43f authored over 14 years ago
Due to sock_def_readable() RCU conversion (git commit
43815482370c510c569fd18edb57afcb0fa8cab6) ...
Add some newlines and comments. Change a hard-coded size
to sizeof. Added an assignment to for...
The VMCI kernel API should be the same for both host and
guest. Currently, that is not the case....
The VMCI kernel API should be the same for both host and
guest. Currently, that is not the case....
We do not support Solaris 9 and stopped generating PBMs for it,
let's remove references to it in...
Instead of using userspace program to provide a separate thread on
Solaris create a proper kerne...
We are kernel drivers, we should have at least some idea what is
going on and what gets called w...
It is quite silly to pass and maintain name of the driver in global
"state", let's simply use pr...
Now that VTHREAD_UI_ID has been removed, there is only
one caller of VThreadBase_InitThread. So...
Turns out vobd never called Atomic_Init, which tripped up
an ASSERT that verifies Atomic_Init is...
The FileIO stats are not thread-safe (PR 488887), but no one ever
looks at them anyway (PR 56336...
This change adds MSI/MSI-X support to VMCI.
The device is now MSI/MSI-X capable, and supports u...
9858bc6c21945e4f227460c51aa1fcf808c99f3b authored over 14 years ago
Nominally, man pages say that pthread_kill on an
exited thread return ESRCH. Unfortunately, man...
Signed-off-by: Marcelo Vanzin <[email protected]>
f2c698be6bac5ddfb4b2d05dc770d50ae2a6cf9c authored over 14 years ago
Current implementation always reports -1 when the file does not exist.
Fixing it to report actua...
Since the chances of not using a GNU compiler for ARM or any
other architecture we'll use is ver...
When a user or inadvertently tries to create a new file or folder
or overwrite a folder in the r...
Signed-off-by: Marcelo Vanzin <[email protected]>
e494a2f41056b6284ee620ae06bc2668290afff4 authored over 14 years agoSigned-off-by: Marcelo Vanzin <[email protected]>
d24bca8f9ee5ca61c15c51c13b00a49bc1049ac0 authored over 14 years ago
1. Implementing handlers for creating and destroying sessions in server.
2. Implementing sending...
Signed-off-by: Marcelo Vanzin <[email protected]>
905cd545436983ed9a64c6f915c5530c36093017 authored over 14 years agoSigned-off-by: Marcelo Vanzin <[email protected]>
4dc0e650929a7dd8932aec872ccac20c1ee60f40 authored over 14 years agoSigned-off-by: Marcelo Vanzin <[email protected]>
9b88977283acf307c517402dc93fd931a41a2225 authored over 14 years agoSigned-off-by: Marcelo Vanzin <[email protected]>
245405030d0d4b738793c90a022c4f3e0a5b7806 authored over 14 years ago
The common routine to output ballooning statistics does not work
for Solraris (which uses kstats...
Too much class name data being pushed around. Inherit the name
whenever possible.
Signed-off-by...
01165c5709e5951cd732c6c17eed00b291afa439 authored over 14 years agoSigned-off-by: Marcelo Vanzin <[email protected]>
ce2975392fc4881bf48294aad72081761b518e0c authored over 14 years agoSigned-off-by: Marcelo Vanzin <[email protected]>
317a8748ae9aa8b01ddda7bed965609eb68d4394 authored over 14 years agoSigned-off-by: Marcelo Vanzin <[email protected]>
d26e8c4e05086d80909f22ef75b93b9f9b9101a2 authored over 14 years ago
ctime() is not thread safe because it uses an internal static buffer.
Use ctime_r() instead. Th...
Signed-off-by: Marcelo Vanzin <[email protected]>
4b028b0a98d48fad5956199f4a27cfcb11f9b6b2 authored over 14 years agoSigned-off-by: Marcelo Vanzin <[email protected]>
31d4cfc4e2c18596e624f746970e877d47bf9ba8 authored over 14 years ago
I am splitting the original change notification change because there are
just too many minor cha...
Signed-off-by: Marcelo Vanzin <[email protected]>
c0a71bf90db1bc3d5523f133fff5b37fe1e978fb authored over 14 years agomay miss a signal. Backing out until this is addressed.
Signed-off-by: Marcelo Vanzin <mvanzin@v...
2d5f60d63aec4f391d7695bebcd70a6f71ebdecc authored over 14 years agoSigned-off-by: Marcelo Vanzin <[email protected]>
aaa1a7d277c30852dd42f79b87e17e9c429caec9 authored over 14 years agoSigned-off-by: Marcelo Vanzin <[email protected]>
953067574ba70f3571b2dddfd4375bfbeba395d3 authored over 14 years ago
Support for Async operations is now present. We use shared memory mechanism
to notify guest.
Sh...
985278c27ccfa95f3ff5ab869426daa1f4022c3f authored over 14 years agoSigned-off-by: Marcelo Vanzin <[email protected]>
3039ed645c8ab9201ec47d8ea6626fa487865c8d authored over 14 years ago. fix bug where VM was unable to grab input after GH DnD.
. Unity changes that don't affect ope...
c95595f97627216b7f38c23f113854eaa5b218f7 authored over 14 years agoSigned-off-by: Marcelo Vanzin <[email protected]>
ce6684002b5654e13f3798d0d3eb8088f3715253 authored over 14 years ago
Make HostinfoOSVersionInit atomic. Clean it up some
while we're in there.
Signed-off-by: Marce...
18aef51f2b0b34c8f84c5d4c601f32d259777561 authored over 14 years ago
TimeUtil_DaysAdd was not thread safe because it kept the number
of days in each of the 12 months...
Now that the balloon driver has been accepted upstream there is
no need to distribute it in open...
Signed-off-by: Marcelo Vanzin <[email protected]>
3b256ca01b21f82b29a44c99200fd650868c9770 authored over 14 years agoSigned-off-by: Marcelo Vanzin <[email protected]>
c09afe3bf1b6b4457f49a5b208e7bc88cdf3335c authored over 14 years agoSigned-off-by: Marcelo Vanzin <[email protected]>
b37637e9536821a7f668dc2ae54861b46bb8e8c9 authored over 14 years ago
Cache the mac timer scaling information; make things have a little
bit lower overhead.
Signed-o...
6928a6fa9259f85c90c726a706bceb6e145f9bd1 authored over 14 years agoPicking up even more review comments...
Signed-off-by: Marcelo Vanzin <[email protected]>
0067d84464df5c50bda71f55823c803c19fceba7 authored over 14 years agoSigned-off-by: Marcelo Vanzin <[email protected]>
f2a8b8e15d56ef34f3d92722173139dec72bcf7e authored over 14 years agoPick up a bunch of comments.
Signed-off-by: Marcelo Vanzin <[email protected]>
c767ef4246f22e1a03f58a81156da94144ebb1c8 authored over 14 years agoSigned-off-by: Marcelo Vanzin <[email protected]>
f79a9cd36b03a1edd3f80b251aaac5b34e99a358 authored over 14 years ago
On long MXUser condVar wait operations periodically call the
lib/thread watchdog so as to allow ...
The watchdog routine needs to be used by both MX and MXUser
however planting the callback in onl...
Signed-off-by: Marcelo Vanzin <[email protected]>
90bf2232d5422676cd85ce87a1bafd9ec92916f2 authored over 14 years ago
Provide nanosecond reporting routines; microseconds are getting a bit
"long in the tooth" for so...
Signed-off-by: Marcelo Vanzin <[email protected]>
0a24fcd032abbb3952923884117a9c01050a3d3e authored over 14 years agoA condVar should be destroyed before the lock it is associated with.
Signed-off-by: Marcelo Van...
675b8a7c3d1a58547ef2e8c9de0c36473929193e authored over 14 years ago
This logger using the "log" RPC to log to the host's vmware.log. It's
useful when enabling file ...
Signed-off-by: Marcelo Vanzin <[email protected]>
98eb09e996ae85e06a387e58a01eb6cce12bf0a4 authored over 14 years agoAn ifdef sneeked in that is not in the style of the rest of the code.
Signed-off-by: Marcelo Va...
223f0e2a8cb368b2eafb7cee4ef40488ab22efeb authored over 14 years agoAs a result of review comments that didn't make it in time for the previous checkin.
Signed-off...
3a897515571700219363fb20c59160a1331a797f authored over 14 years agoSigned-off-by: Marcelo Vanzin <[email protected]>
d9710647f83f15ebe323ef1787cdc0eb51fe7cc5 authored over 14 years agoSigned-off-by: Marcelo Vanzin <[email protected]>
dd790bac7f8be70de6dff5bc363912d3c274454d authored over 14 years ago
This makes the code cleaner and it will be possible to look for
other run time conditions if we ...
The MXUser condVar code dealt only with a lock count of 1,
something that is OK for exclusive lo...
We are not shipping modules for FreeBSD 5 so no need to handle
anything lower either.
Signed-of...
681824ec0f8aee55db0172cd9e367db7bb68d663 authored over 14 years ago
Finally getting around to simplifying the logic based on review
comments.
Signed-off-by: Marcel...
7b5c9fcf97184eb2c5995cd641e2e6bf3b7220a8 authored over 14 years agoSigned-off-by: Marcelo Vanzin <[email protected]>
b0c33afa4a22e67c669913ba9ff54cbecd35abf6 authored over 14 years agoNo condVar operations with bound locks
Signed-off-by: Marcelo Vanzin <[email protected]>
24330ecb6cb88288c8821049a40f9fd5a1a2daf1 authored over 14 years agoUse a few defines.
Signed-off-by: Marcelo Vanzin <[email protected]>
092db7cd4e8b957cbd748fde2583f30d2babf348 authored over 14 years agoSigned-off-by: Marcelo Vanzin <[email protected]>
8fe5ea2ec8b6e24bcb660c6a95ad4734e55059f9 authored over 14 years ago
This doesn't cover all existing cases, but the others can't switch just
yet.
Signed-off-by: Mar...
70b2bbc2fd3f1de64d1b8836cf8b49e237744d2e authored over 14 years ago
Use the test's own XDR structures instead, and avoid exporting the GHI
functions in vmtoolslib.
...
Pass the timeout value through now that timeouts are possible
Signed-off-by: Marcelo Vanzin <mv...
1d5ffac00f004a814694a29ecae698ccb7aa3e57 authored over 14 years ago
The signature word in the MXUser header had the same value for all
of the lock types. Make the s...
Signed-off-by: Marcelo Vanzin <[email protected]>
9ec9095523ef4ba7c4e13e98c08de15711334343 authored over 14 years agoCaught a typo...
Signed-off-by: Marcelo Vanzin <[email protected]>
6c279da56737390f78231007c67a9d6185e00e07 authored over 14 years agoSigned-off-by: Marcelo Vanzin <[email protected]>
d3a6db36f5efddc085afacaa41ee07106bb7dbe1 authored over 14 years agoTypo...
Signed-off-by: Marcelo Vanzin <[email protected]>
7244559a02d6e4694bff8c804c4fe288c469d68a authored over 14 years ago
Refactored the MXUser condVar code to make it much easier to
read and maintain. Doing this befor...
The assertion with the tryLock failed... in the wrong place.
Signed-off-by: Marcelo Vanzin <mva...
e8dd62dd1b7d26c13cef012d87d16522ad4ff2a7 authored over 14 years agoThe code needs to return an error number, not a bool.
Signed-off-by: Marcelo Vanzin <mvanzin@vm...
830503d4ac09a119a935d2b5c8db1e937c76f72c authored over 14 years ago
Undo an earlier change since the code isn't headed in the way first
anticipated.
Signed-off-by:...
aab1ff7f7d018737dd150f0fa0fe39d7bd44fd3f authored over 14 years ago
If an attempt was made to acquire the lock involved
with a condVar (on one thread) while the loc...
Signed-off-by: Marcelo Vanzin <[email protected]>
4bd6012160e1b9fc93661fc88798f61c0ce3e95b authored over 14 years agoSigned-off-by: Marcelo Vanzin <[email protected]>
14512abc681106efcd61f0c5090e02eeb176b118 authored over 14 years ago
The MXUser RW lock release code has a bug in it... it asserts on
an unexpected reference count. ...
Clean up a bit before a change to fix a bug
Signed-off-by: Marcelo Vanzin <[email protected]>
edc221b4bc755966ec2bed51f20e682ff8d08868 authored over 14 years agoSigned-off-by: Marcelo Vanzin <[email protected]>
eae40328e8d7000755a164743444a171a52fdf6a authored over 14 years agoSigned-off-by: Marcelo Vanzin <[email protected]>
6d51c7105d3b9f817c174671fac943c608830a22 authored over 14 years ago