Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2023-02-08 00:19:33 +0300
committerCorinna Vinschen <corinna@vinschen.de>2023-02-08 00:21:05 +0300
commit013ccc0686131aa835f1364ea7ca9d07066e03e6 (patch)
tree045c64d05194373c2c04ebae8627b8a31b84c72b /winsup/utils
parent23e49b18ce39bff5693a6dc8edbacfa59df79dab (diff)
Cygwin: cygcheck: add latest product codes
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/utils')
-rw-r--r--winsup/utils/mingw/cygcheck.cc72
1 files changed, 65 insertions, 7 deletions
diff --git a/winsup/utils/mingw/cygcheck.cc b/winsup/utils/mingw/cygcheck.cc
index 7ac19afe5..1ed4fdc6f 100644
--- a/winsup/utils/mingw/cygcheck.cc
+++ b/winsup/utils/mingw/cygcheck.cc
@@ -1580,25 +1580,83 @@ dump_sysinfo ()
/* 0x00000074 */ "",
/* 0x00000075 */ "",
/* 0x00000076 */ "",
- /* 0x00000077 */ "",
+ /* 0x00000077 */ " Team",
/* 0x00000078 */ "",
/* 0x00000079 */ " Education",
/* 0x0000007a */ " Education N",
/* 0x0000007b */ "",
/* 0x0000007c */ "",
- /* 0x0000007d */ "",
- /* 0x0000007e */ "",
+ /* 0x0000007d */ " Enterprise 2015 LTSB",
+ /* 0x0000007e */ " Enterprise 2015 LTSB N",
/* 0x0000007f */ "",
/* 0x00000080 */ "",
- /* 0x00000081 */ "",
- /* 0x00000082 */ "",
- /* 0x00000083 */ "",
+ /* 0x00000081 */ " Enterprise 2015 LTSB Evaluation",
+ /* 0x00000082 */ " Enterprise 2015 LTSB N Evaluation",
+ /* 0x00000083 */ " IoT Core Commercial",
/* 0x00000084 */ "",
/* 0x00000085 */ " Mobile Enterprise",
+ /* 0x00000086 */ "",
+ /* 0x00000087 */ "",
+ /* 0x00000088 */ "",
+ /* 0x00000089 */ "",
+ /* 0x0000008a */ "",
+ /* 0x0000008b */ "",
+ /* 0x0000008c */ "",
+ /* 0x0000008d */ "",
+ /* 0x0000008e */ "",
+ /* 0x0000008f */ "",
+ /* 0x00000090 */ "",
+ /* 0x00000091 */ " Server Datacenter, Semi-Annual Channel (core installation)",
+ /* 0x00000092 */ " Server Standard, Semi-Annual Channel (core installation)",
+ /* 0x00000093 */ "",
+ /* 0x00000094 */ "",
+ /* 0x00000095 */ "",
+ /* 0x00000096 */ "",
+ /* 0x00000097 */ "",
+ /* 0x00000098 */ "",
+ /* 0x00000099 */ "",
+ /* 0x0000009a */ "",
+ /* 0x0000009b */ "",
+ /* 0x0000009c */ "",
+ /* 0x0000009d */ "",
+ /* 0x0000009e */ "",
+ /* 0x0000009f */ "",
+ /* 0x000000a0 */ "",
+ /* 0x000000a1 */ " Pro for Workstations",
+ /* 0x000000a2 */ " Pro for Workstations N",
+ /* 0x000000a3 */ "",
+ /* 0x000000a4 */ " Pro Education",
+ /* 0x000000a5 */ "",
+ /* 0x000000a6 */ "",
+ /* 0x000000a7 */ "",
+ /* 0x000000a8 */ "",
+ /* 0x000000a9 */ "",
+ /* 0x000000aa */ "",
+ /* 0x000000ab */ "",
+ /* 0x000000ac */ "",
+ /* 0x000000ad */ "",
+ /* 0x000000ae */ "",
+ /* 0x000000af */ " Enterprise for Virtual Desktops",
+ /* 0x000000b0 */ "",
+ /* 0x000000b1 */ "",
+ /* 0x000000b2 */ "",
+ /* 0x000000b3 */ "",
+ /* 0x000000b4 */ "",
+ /* 0x000000b5 */ "",
+ /* 0x000000b6 */ "",
+ /* 0x000000b7 */ "",
+ /* 0x000000b8 */ "",
+ /* 0x000000b9 */ "",
+ /* 0x000000ba */ "",
+ /* 0x000000bb */ "",
+ /* 0x000000bc */ " IoT Enterprise",
+ /* 0x000000bd */ "",
+ /* 0x000000be */ "",
+ /* 0x000000bf */ " IoT Enterprise LTSC",
};
if (prod == PRODUCT_UNLICENSED)
strcat (osname, "Unlicensed");
- else if (prod > 0x00000085)
+ else if (prod > 0x000000bf)
strcat (osname, "");
else
strcat (osname, products[prod]);