moby/pkg/system
Sebastiaan van Stijn 5f04517c48
pkg/system: remove deprecated GetOSVersion(), consts, SecurityInfo utils.
This removes the deprecated wrappers, so that the package no longer has
hcsshim as a dependency. These wrappers were no longer used in our code,
and were deprecated in the 20.10 release (giving external consumers to
replace the deprecated ones).

Note that there are two consts which were unused, but for which there is
no replacement in golang.org/x/sys;

    const (
        PROCESS_TRUST_LABEL_SECURITY_INFORMATION = 0x00000080
        ACCESS_FILTER_SECURITY_INFORMATION       = 0x00000100
    )

PROCESS_TRUST_LABEL_SECURITY_INFORMATION is documented as "reserved", and I could
not find clear documentation about ACCESS_FILTER_SECURITY_INFORMATION, so not sure
if they must be included in golang.org/x/sys: https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-dtyp/23e75ca3-98fd-4396-84e5-86cd9d40d343

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-06-18 23:09:55 +02:00
..
args_windows.go Windows: (WCOW) Generate OCI spec that remote runtime can escape 2019-03-12 18:41:55 -07:00
chtimes.go Add canonical import comment 2018-02-05 16:51:57 -05:00
chtimes_linux_test.go reformat "nolint" comments 2021-06-10 13:03:42 +02:00
chtimes_nowindows.go pkg/system: fix compile on darwin (macOS) 2020-11-10 20:49:09 +01:00
chtimes_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
chtimes_windows.go pkg/system: normalize comment formatting 2019-11-27 15:38:17 +01:00
chtimes_windows_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
errors.go Add canonical import comment 2018-02-05 16:51:57 -05:00
exitcode.go Add canonical import comment 2018-02-05 16:51:57 -05:00
filesys_unix.go Allow system.MkDirAll() to be used as drop-in for os.MkDirAll() 2019-08-08 15:05:49 +02:00
filesys_windows.go pkg/system: simplify IsAbs() 2020-03-09 16:35:12 +01:00
init.go Add canonical import comment 2018-02-05 16:51:57 -05:00
init_windows.go LCOW: add "no_lcow" build tag to allow disabling lcow 2020-04-02 19:54:16 +02:00
lcow_unsupported.go Remove LCOW code (step 1) 2021-06-03 21:16:21 +02:00
lstat_unix.go Fix some go_vet issues 2018-12-19 23:57:06 +01:00
lstat_unix_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
lstat_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
meminfo.go Add canonical import comment 2018-02-05 16:51:57 -05:00
meminfo_linux.go goimports: fix imports 2019-09-18 12:56:54 +02:00
meminfo_unix_test.go goimports: fix imports 2019-09-18 12:56:54 +02:00
meminfo_unsupported.go Add canonical import comment 2018-02-05 16:51:57 -05:00
meminfo_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
mknod.go Add canonical import comment 2018-02-05 16:51:57 -05:00
mknod_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
path.go Remove LCOW code (step 1) 2021-06-03 21:16:21 +02:00
path_unix.go Remove LCOW code (step 1) 2021-06-03 21:16:21 +02:00
path_windows.go Remove LCOW code (step 1) 2021-06-03 21:16:21 +02:00
path_windows_test.go pkg/system: fix minor linting issues 2020-03-09 16:40:05 +01:00
process_unix.go add zombie check for container when killing it, alernative fix for #40735. 2020-04-10 16:46:31 +08:00
process_windows.go pkg/system: fix minor linting issues 2020-03-09 16:40:05 +01:00
rm.go pkg/system: fix compile on darwin (macOS) 2020-11-10 20:49:09 +01:00
rm_nodarwin_test.go pkg/system: fix compile on darwin (macOS) 2020-11-10 20:49:09 +01:00
rm_test.go pkg/system: fix compile on darwin (macOS) 2020-11-10 20:49:09 +01:00
rm_windows.go pkg/system: make EnsureRemoveAll unix-specific 2020-09-21 01:23:28 -07:00
stat_bsd.go Unify same fromStatT() implementation for FreeBSD and NetBSD 2020-09-14 18:33:04 +02:00
stat_darwin.go Add canonical import comment 2018-02-05 16:51:57 -05:00
stat_linux.go reformat "nolint" comments 2021-06-10 13:03:42 +02:00
stat_openbsd.go Add canonical import comment 2018-02-05 16:51:57 -05:00
stat_solaris.go Add solaris support to lstat 2020-08-12 11:40:58 +02:00
stat_unix.go Fix some go_vet issues 2018-12-19 23:57:06 +01:00
stat_unix_test.go fix "stat.Rdev" invalid operation mismatched types on mips64el 2020-05-26 14:50:06 +08:00
stat_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
syscall_unix.go pkg/system: remove unused CommandLineToArgv 2020-03-09 17:02:53 +01:00
syscall_windows.go pkg/system: remove deprecated GetOSVersion(), consts, SecurityInfo utils. 2021-06-18 23:09:55 +02:00
syscall_windows_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
umask.go Add canonical import comment 2018-02-05 16:51:57 -05:00
umask_windows.go Add canonical import comment 2018-02-05 16:51:57 -05:00
utimes_unix.go Use UtimesNano from x/sys/unix to implement LUtimesNano 2019-08-22 08:25:13 +02:00
utimes_unix_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00
utimes_unsupported.go Add canonical import comment 2018-02-05 16:51:57 -05:00
xattrs_linux.go pkg/system.getxattr: handle changed size case 2020-02-26 07:56:12 -08:00
xattrs_unsupported.go Add canonical import comment 2018-02-05 16:51:57 -05:00