Skip to content

Update#1

Merged
polluks merged 49 commits intopolluks:masterfrom
microsoft:master
Jun 23, 2017
Merged

Update#1
polluks merged 49 commits intopolluks:masterfrom
microsoft:master

Conversation

@polluks
Copy link
Owner

@polluks polluks commented Jun 23, 2017

No description provided.

JumpingYang001 and others added 30 commits March 28, 2017 09:07
Most platforms compress native kits. However, HP-UX and Solaris do not.
Compress kits on those platforms so they're a reasonable size.
Currently there are only dependencies for programs.
Fixes #275.
Disable wchar option on configure and regress so we no longer validate
this build flavor. This is an unused flavor of OMI so there is no point
in maintaining compatibility. It has been left in the files as commented
out in case we do need to re-enable it.
Fixes issue #273
Disable favorsize option on configure and regress so we no longer validate
this build flavor. This is an unused flavor of OMI so there is no point
in maintaining compatibility.
Fixes issue #274
Previous commit accidentally added the -f flag to the cat command.
Memory ordering on PPC is different to X86/AMD and so just because one
chunk of memory is synchronized does not mean others are. This change
adds a memory block around the locking and unlocking of the SLIST so all
relevant memory in the SLIST is properly pulled into the processor
memory cache.
Add location of where to get all platform kits from.
Add Unix supported platforms.
Kerberos Encrypt still in progress
when we run `omicli a root/omi { MSFT_Directory Name "/opt" }`, this provider will crash.
Paul Allen and others added 19 commits May 10, 2017 17:45
Thread count was not being incremented atomically so sometimes it
would miss a thread or two
Because we need this operation to test Associators from Windows to Linux
and the Associators on Windows needs Get-CimInstance command which do enum operation
omiconfigeditor will now support querying for a
given value in a property. If the value is found
then the exit code is 0 and if not then exit code
is 1.

Sample command:
omiconfigeditor httpsport -q 1270 < /etc/opt/omi/conf/omiserver.conf
instead of having each request have its own run thread and selector now
a single selector is created per MI_Application along with an associated
Run thread. This selector is then passed in to the protocols and they
use that instead of their own.
@polluks polluks merged commit 808fdad into polluks:master Jun 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

Comments