
Brings in a variety of changes, mostly to the containerd shim. There is also a change to the Windows layer unpack code which fixes #4301. Release link: https://github.com/microsoft/hcsshim/releases/tag/v0.8.10 Signed-off-by: Kevin Parsons <kevpar@microsoft.com>
6 lines
320 B
Go
6 lines
320 B
Go
// Package winapi contains various low-level bindings to Windows APIs. It can
|
|
// be thought of as an extension to golang.org/x/sys/windows.
|
|
package winapi
|
|
|
|
//go:generate go run ..\..\mksyscall_windows.go -output zsyscall_windows.go jobobject.go path.go logon.go memory.go processor.go devices.go filesystem.go errors.go
|