From 42c68291c4c2512de04de31a90cb1c408d75a277 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 29 Jun 2023 13:50:52 -0700 Subject: environment: separate illumos and Solaris kernels in Machines While both kernels are derived from the OpenSolaris project of Sun, they have diverged and code that works with one may not work with the other. As such, we should provide different values for them. This was requested by both Oracle and the illumos upstreams. Fixes: #11922 --- docs/markdown/Reference-tables.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/markdown') diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index b553832..377b362 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -175,7 +175,8 @@ Native names as returned by the `.kernel()` method. | netbsd | | | nt | | | xnu | Kernel of various Apple OSes | -| sunos | | +| illumos | Kernel derived from OpenSolaris by community efforts | +| solaris | Kernel derived from OpenSolaris by Oracle | | dragonfly | | | haiku| | | none | For e.g. bare metal embedded | -- cgit v1.1