8000 Tags · derMonarch/hcsshim · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: derMonarch/hcsshim

Tags

v0.8.10

Toggle v0.8.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#875 from katiewasnothere/modify_memory

Add calls to modify UVM memory size and tests

v0.8.9

Toggle v0.8.9's commit message
Added Version support for IPv6 Dual stack support in HNS

Signed-off-by: Vinod K L Swamy <vinodko@microsoft.com>

v0.8.8

Toggle v0.8.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#799 from microsoft/fix_test_go_mods

Update test vendor with up to date hcsshim and containerd/containerd/log

v0.8.7

Toggle v0.8.7's commit message
Fix race condition in legacy process stdio code

HcsCreateProcess returns a set of stdio handles for the newly created
process. A while ago, we used to cache these handles and return them
the first time stdio handles were requested for the process, and then
get new handles via HcsGetProcessInfo for each subsequent request. At
some point, this code was cleaned up to instead always return the
original set of handles as non-closable (for new callers) and always get
new handles via HcsGetProcessInfo (for legacy callers, who required
closable handles).

However, this change introduced a race condition for legacy callers,
where in the case of a short lived container process, the container
could have terminated between when it was started and when the
orchestrator requested stdio handles. This led to ERROR_NOT_FOUND
being returned from HcsGetProcessInfo.

This change addresses this by returning the original handles the first
time stdio handles are requested, and then calling HcsGetProcessInfo for
every subsequent request (just as it used to work a while ago).

Signed-off-by: Kevin Parsons <kevpar@microsoft.com>

v0.8.6

Toggle v0.8.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#469 from Quasilyte/patch-1

internal/safeopen: fix strings.Contains args order

v0.8.5

Toggle v0.8.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#460 from Microsoft/go_runhcs_path

Allow relative path match for runhcs.exe

v0.8.4

Toggle v0.8.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#459 from Microsoft/vmlinux

Add decompressed kernel support for LCOW start

v0.8.3

Toggle v0.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#409 from Microsoft/uvm_lcow_kernel_opts

More LCOW boot opts

v0.8.2

Toggle v0.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#390 from Microsoft/runhcs_cmd_context

Store the runhcs.exe path for faster invocation

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#370 from Microsoft/jjh/annotations2

Fix panic
0