Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Feb 2024 13:29:44 -0500
From:      Greg Wallace <greg@freebsdfoundation.org>
To:        Christian Moerz <freebsd@ny-central.org>
Cc:        "freebsd-enterprisewg@FreeBSD.org" <freebsd-enterprisewg@freebsd.org>
Subject:   Re: Quick update
Message-ID:  <CAP=s-_hkREc%2BYeor4oTFZ1hAV6KQszskPCZg3WrtW48SLR5uSg@mail.gmail.com>
In-Reply-To: <PAXPR08MB67669F91FB41442BD2FB4296945F2@PAXPR08MB6766.eurprd08.prod.outlook.com>
References:  <CAP=s-_g7g_SWshi_h9ZDxbjrym4TugSKbsYi=UQCn2g6Pc=qsQ@mail.gmail.com> <PAXPR08MB67669F91FB41442BD2FB4296945F2@PAXPR08MB6766.eurprd08.prod.outlook.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--0000000000002e53d406128972e4
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

Thank you for forwarding this, Chris. Sorry everyone for the misfire!

On Thu, Feb 29, 2024, 12:58 PM Christian Moerz <freebsd@ny-central.org>
wrote:

> For anyone who has not gotten this because this went to the @
> freebsdfoundation.org mailing list domain=E2=80=A6
>
> Below is an update from Greg and me.
>
>
>
> Chris
>
>
>
> *From: *Greg Wallace <greg@freebsdfoundation.org>
> *Date: *Wednesday, 28. February 2024 at 19:09
> *To: *Enterprise WG <enterprise-wg@freebsdfoundation.org>
> *Subject: *Quick update
>
> Hi Everyone,
>
>
>
> I know it's been a couple months since my last update.
>
>
>
> The year has started off with a bang and I have also been waiting to have
> some more concrete updates to share.
>
>
>
> February update
>
>
>
> Here's where a few of the major efforts stand:
>
>    - OCI runtime extension
>
>
>    - The Working Group has been approved and Doug has been making
>       progress. He added use cases to the Requirements page
>       <https://github.com/opencontainers/wg-freebsd-runtime/blob/main/doc=
s/REQUIREMENTS.md>.
>       He has also been joining the weekly Jails calls and you can find mo=
re
>       detailed updates there.
>       - I am presently trying to find a good day and time for the WG to
>       hold bi-weekly meetings and once set, I will be updating this page =
with
>       meeting links and note:
>       https://github.com/opencontainers/wg-freebsd-runtime
>
>
>    - bhyve manageability (thanks to Chris M. for providing these bullets)
>
>
>    - We have identified some core elements that we are missing around
>       bhyve manageability - generally speaking, it would be nice to have =
tooling
>       and configurability for bhyve like for jails (i.e jls, jexec, =E2=
=80=A6)
>       - we are looking at new developments (sysutils/vmstated) as well as
>       existing ones (sysutils/bmd) to contrast available options on how t=
o
>       develop and work towards this. Both address =E2=80=9Cstate manageme=
nt=E2=80=9D for bhyve
>       virtual machines.
>       - for now, the consensus on network management is to not combine it
>       with the management tooling for bhyve and leave that as separate =
=E2=80=9Cwork
>       bench=E2=80=9D with rc scripting and existing utilities.
>       - We plan to further improve the base utility vmrun.sh to also
>       address setting up Windows guests.
>       - We updated the FreeBSD handbook=E2=80=99s virtualization chapter =
with a
>       first improvement iteration A second iteration and expansion is alr=
eady
>       under review with
>
>
>    - setting up Windows guests
>          - snapshot and restore experimental feature
>          - jailing bhyve with vnet
>
>
>    - We also updated the bhyve man page with a first improvement
>       iteration, which is actively under review.
>
>
>    - .NET support
>
>
>    - You may recall that this primarily came to light in the Enterprise
>       WG because the lack of .NET support for FreeBSD prevents projects h=
osted on
>       GitHub and using GitHub Actions from accepting patches from FreeBSD
>       developers (Samba came up initially, and there are many others).
>       - Thanks to some heroic work from the FreeBSD community, FreeBSD is
>       now a Community Supported Platform in .NET (at least for version 8)
>
>
>    - see: https://github.com/dotnet/runtime/issues/14537
>          - you can now run run $ pkg install dotnet and it will work
>          - This means your .NET apps will run on FreeBSD and with a few
>          tweaks you can also use Azure Pipelines (see:
>          https://github.com/dotnet/runtime/issues/14537#issuecomment-1958=
830867
>          )
>
>
>    - Still to do are getting full support in GHA, and what I am trying to
>       make happen is to get FreeBSD added as an officially supported plat=
form by
>       the .NET team. There are also a few other smaller things related to
>       powershell and finishing up Azure Pipelines
>
> This table summarizes the .NET bring up situation:
>
> Component
>
> Link
>
> Description
>
> Status
>
> Work to date by
>
> dotnet
>
> Issue 1139 <https://github.com/dotnet/source-build/issues/1139>;
>
> Building the .NET Core SDK on FreeBSD
>
> Closed
>
> FreeBSD Community
>
> dotnet
>
> Issue 14537 <https://github.com/dotnet/runtime/issues/14537>;
>
> Support for FreeBSD
>
> Open
>
> FreeBSD Community
>
> libunwind
>
> PR276346 <https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276346>;
>
> devel/libunwind: Update to 1.8.0
>
> Closed
>
> FreeBSD Community
>
> installer
>
> Issue 248 <https://github.com/dotnet/installer/issues/248>;
>
> Re-enable FreeBSD builds once core-setup is building for FreeBSD again
>
> Closed
>
> FreeBSD Community
>
> dotnet
>
> Issue 71338 <https://github.com/dotnet/runtime/issues/71338>;
>
> Support for FreeBSD-arm64 - Ampere partnership opportunity?
>
> FreeBSD Community
>
> PowerShell
>
> Pull 20041 <https://github.com/PowerShell/PowerShell/pull/20041>;
>
> WIP: Add platform support for FreeBSD
>
> FreeBSD Community
>
>
>
> PowerShell/PowerShell-Native
>
> Pull 92 <https://github.com/PowerShell/PowerShell-Native/pull/92>;
>
> Fix FreeBSD build failures. Update tests for FreeBSD
>
> Waiting on repo owner MS
>
> FreeBSD Community
>
> .NET Virtual Monolithic Repository (VMR)
>
> https://github.com/dotnet/dotnet
>
> Need scoping in FreeBSD community
>
> FreeBSD Community
>
>
>
> actions/runner
>
> Issue 385 <https://github.com/actions/runner/issues/385>;
>
> FreeBSD support
>
> Need feedback from MS
>
>
>
> microsoft/azure-pipelines-agent
>
> Pull 3266 <https://github.com/microsoft/azure-pipelines-agent/pull/3266>;
>
> Adjustments for FreeBSD Beckhoff needs
>
> Waiting on repo owner MS
>
> Azure Pipelines Task SDK
>
> Pull 799 <https://github.com/microsoft/azure-pipelines-task-lib/pull/799>;
>
> Add FreeBSD support for Azure Pipelines Task SDK
>
> Waiting on repo owner MS
>
>    - Kerberos
>
>
>    - Decision to switch to MIT from Heimdal. This will help out a lot in
>       the long term. In the short term, lots of work has gone into patchi=
ng
>       Heimdal.
>
>
>    - AD / DNS integration
>
>
>    - I don't have an update here. If others on list do, please chime in
>
>
>    - smbfs driver update in kernel
>
>
>    - no update from previous
>
>
>    - OpenJDK
>
>
>    - Foundation is still looking for a contractor
>
>
>    - Better support for FreeBSD in AI, in particular CUDA
>
>
>    - No update
>
>
>    - OTHER
>
>
>    - The engineer working on the FreeBSD CIS Benchmark is making
>       excellent progress. On track to have all section complete and out f=
or
>       review in Q2
>
>
>
> Look forward to hearing from others on things you have in motion and any
> ideas on how to make progress in areas like AI.
>
>
>
> Thanks!
>
>
>
> --
>
> Greg Wallace
>
> Director of Partnerships & Research
>
> [image: Image removed by sender.]
>
> M +1 919-247-3165
>
> Schedule a meeting <https://calendly.com/greg-freebsdfound/30min>;
>
> Get your FreeBSD Gear <https://freebsd-foundation.myshopify.com/>;
>
> --
> Discussion on this list is governed by the FreeBSD Code of Conduct. Pleas=
e
> familiarize yourself with it here:
> https://www.freebsd.org/internal/code-of-conduct/
> ---
> You received this message because you are subscribed to the Google Groups
> "Enterprise WG" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to enterprise-wg+unsubscribe@freebsdfoundation.org.
> To view this discussion on the web visit
> https://groups.google.com/a/freebsdfoundation.org/d/msgid/enterprise-wg/C=
AP%3Ds-_g7g_SWshi_h9ZDxbjrym4TugSKbsYi%3DUQCn2g6Pc%3DqsQ%40mail.gmail.com
> <https://groups.google.com/a/freebsdfoundation.org/d/msgid/enterprise-wg/=
CAP%3Ds-_g7g_SWshi_h9ZDxbjrym4TugSKbsYi%3DUQCn2g6Pc%3DqsQ%40mail.gmail.com?=
utm_medium=3Demail&utm_source=3Dfooter>
>

--0000000000002e53d406128972e4
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"auto">Thank you for forwarding this, Chris. Sorry everyone for =
the misfire!</div><br><div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"=
gmail_attr">On Thu, Feb 29, 2024, 12:58 PM Christian Moerz &lt;<a href=3D"m=
ailto:freebsd@ny-central.org">freebsd@ny-central.org</a>&gt; wrote:<br></di=
v><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:=
1px #ccc solid;padding-left:1ex">





<div lang=3D"en-AT" link=3D"blue" vlink=3D"purple" style=3D"word-wrap:break=
-word">
<div class=3D"m_-1601344713787803219WordSection1">
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt">For anyone who has =
not gotten this because this went to the @<a href=3D"http://freebsdfoundati=
on.org" target=3D"_blank" rel=3D"noreferrer">freebsdfoundation.org</a> mail=
ing list domain=E2=80=A6<u></u><u></u></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt">Below is an update =
from Greg and me.<u></u><u></u></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt"><u></u>=C2=A0<u></u=
></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt">Chris<u></u><u></u>=
</span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:11.0pt"><u></u>=C2=A0<u></u=
></span></p>
<div id=3D"m_-1601344713787803219mail-editor-reference-message-container">
<div>
<div style=3D"border:none;border-top:solid #b5c4df 1.0pt;padding:3.0pt 0cm =
0cm 0cm">
<p class=3D"MsoNormal" style=3D"margin-bottom:12.0pt"><b><span style=3D"col=
or:black">From:
</span></b><span style=3D"color:black">Greg Wallace &lt;<a href=3D"mailto:g=
reg@freebsdfoundation.org" target=3D"_blank" rel=3D"noreferrer">greg@freebs=
dfoundation.org</a>&gt;<br>
<b>Date: </b>Wednesday, 28. February 2024 at 19:09<br>
<b>To: </b>Enterprise WG &lt;<a href=3D"mailto:enterprise-wg@freebsdfoundat=
ion.org" target=3D"_blank" rel=3D"noreferrer">enterprise-wg@freebsdfoundati=
on.org</a>&gt;<br>
<b>Subject: </b>Quick update<u></u><u></u></span></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Arial&quot;,sans-se=
rif">Hi Everyone,</span><u></u><u></u></p>
<div>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Arial&quot;,sans-se=
rif">I know it&#39;s been a couple months since my last update.=C2=A0</span=
><u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Arial&quot;,sans-se=
rif">The year=C2=A0has started off with a bang and I have also been waiting=
 to have some more concrete updates to share.</span><u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
</div>
<div>
<p style=3D"margin:0cm"><span style=3D"font-family:&quot;Arial&quot;,sans-s=
erif;color:black">February update</span><span style=3D"font-family:&quot;Ar=
ial&quot;,sans-serif"><u></u><u></u></span></p>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;Arial&quot;,sans-se=
rif"><u></u>=C2=A0<u></u></span></p>
<p style=3D"margin:0cm"><span style=3D"font-family:&quot;Arial&quot;,sans-s=
erif;color:black">Here&#39;s where a few of the major efforts stand:</span>=
<span style=3D"font-family:&quot;Arial&quot;,sans-serif"><u></u><u></u></sp=
an></p>
<ul style=3D"margin-top:0cm" type=3D"disc">
<li style=3D"color:black;margin-top:12.0pt;margin-bottom:0cm;vertical-align=
:baseline;font-variant-numeric:normal;font-variant-east-asian:normal;font-v=
ariant-alternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">OCI runtime extens=
ion<u></u><u></u></span></li></ul>
<ul style=3D"margin-top:0cm" type=3D"disc">
<ul style=3D"margin-top:0cm" type=3D"circle">
<li style=3D"color:black;margin-top:0cm;margin-bottom:0cm;vertical-align:ba=
seline;font-variant-numeric:normal;font-variant-east-asian:normal;font-vari=
ant-alternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">The Working Group =
has been approved and Doug has been making progress. He added use cases to =
the<a href=3D"https://github.com/opencontainers/wg-freebsd-runtime/blob/mai=
n/docs/REQUIREMENTS.md" target=3D"_blank" rel=3D"noreferrer"><span style=3D=
"color:black">
</span>Requirements page</a>. He has also been joining the weekly Jails cal=
ls and you can find more detailed updates there.<u></u><u></u></span></li><=
li style=3D"color:black;margin-top:0cm;margin-bottom:0cm;vertical-align:bas=
eline;font-variant-numeric:normal;font-variant-east-asian:normal;font-varia=
nt-alternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">I am presently try=
ing to find a good day and time for the WG to hold bi-weekly meetings and o=
nce set, I will be updating this page with meeting links and note:
<a href=3D"https://github.com/opencontainers/wg-freebsd-runtime" target=3D"=
_blank" rel=3D"noreferrer">https://github.com/opencontainers/wg-freebsd-run=
time</a><u></u><u></u></span></li></ul>
</ul>
<ul style=3D"margin-top:0cm" type=3D"disc">
<li style=3D"color:black;margin-top:0cm;margin-bottom:0cm;vertical-align:ba=
seline;font-variant-numeric:normal;font-variant-east-asian:normal;font-vari=
ant-alternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">bhyve manageabilit=
y (thanks to Chris M. for providing these bullets)<u></u><u></u></span></li=
></ul>
<ul style=3D"margin-top:0cm" type=3D"disc">
<ul style=3D"margin-top:0cm" type=3D"circle">
<li style=3D"color:black;margin-top:0cm;margin-bottom:0cm;vertical-align:ba=
seline;font-variant-numeric:normal;font-variant-east-asian:normal;font-vari=
ant-alternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">We have identified=
 some core elements that we are missing around bhyve manageability - genera=
lly speaking, it would be nice to have tooling and configurability for bhyv=
e like for jails (i.e jls, jexec, =E2=80=A6)<u></u><u></u></span></li><li s=
tyle=3D"color:black;margin-top:0cm;margin-bottom:0cm;vertical-align:baselin=
e;font-variant-numeric:normal;font-variant-east-asian:normal;font-variant-a=
lternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">we are looking at =
new developments (sysutils/vmstated) as well as existing ones (sysutils/bmd=
) to contrast available options on how to develop and work towards this. Bo=
th address =E2=80=9Cstate management=E2=80=9D for bhyve virtual
 machines.<u></u><u></u></span></li><li style=3D"color:black;margin-top:0cm=
;margin-bottom:0cm;vertical-align:baseline;font-variant-numeric:normal;font=
-variant-east-asian:normal;font-variant-alternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">for now, the conse=
nsus on network management is to not combine it with the management tooling=
 for bhyve and leave that as separate =E2=80=9Cwork bench=E2=80=9D with rc =
scripting and existing utilities.<u></u><u></u></span></li><li style=3D"col=
or:black;margin-top:0cm;margin-bottom:0cm;vertical-align:baseline;font-vari=
ant-numeric:normal;font-variant-east-asian:normal;font-variant-alternates:n=
ormal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">We plan to further=
 improve the base utility vmrun.sh to also address setting up Windows guest=
s.<u></u><u></u></span></li><li style=3D"color:black;margin-top:0cm;margin-=
bottom:0cm;vertical-align:baseline;font-variant-numeric:normal;font-variant=
-east-asian:normal;font-variant-alternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">We updated the Fre=
eBSD handbook=E2=80=99s virtualization chapter with a first improvement ite=
ration A second iteration and expansion is already under review with<u></u>=
<u></u></span></li></ul>
</ul>
<ul style=3D"margin-top:0cm" type=3D"disc">
<ul style=3D"margin-top:0cm" type=3D"circle">
<ul style=3D"margin-top:0cm" type=3D"square">
<li style=3D"color:black;margin-top:0cm;margin-bottom:0cm;vertical-align:ba=
seline;font-variant-numeric:normal;font-variant-east-asian:normal;font-vari=
ant-alternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">setting up Windows=
 guests<u></u><u></u></span></li><li style=3D"color:black;margin-top:0cm;ma=
rgin-bottom:0cm;vertical-align:baseline;font-variant-numeric:normal;font-va=
riant-east-asian:normal;font-variant-alternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">snapshot and resto=
re experimental feature<u></u><u></u></span></li><li style=3D"color:black;m=
argin-top:0cm;margin-bottom:0cm;vertical-align:baseline;font-variant-numeri=
c:normal;font-variant-east-asian:normal;font-variant-alternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">jailing bhyve with=
 vnet<u></u><u></u></span></li></ul>
</ul>
</ul>
<ul style=3D"margin-top:0cm" type=3D"disc">
<ul style=3D"margin-top:0cm" type=3D"circle">
<li style=3D"color:black;margin-top:0cm;margin-bottom:0cm;vertical-align:ba=
seline;font-variant-numeric:normal;font-variant-east-asian:normal;font-vari=
ant-alternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">We also updated th=
e bhyve man page with a first improvement iteration, which is actively unde=
r review.<u></u><u></u></span></li></ul>
</ul>
<ul style=3D"margin-top:0cm" type=3D"disc">
<li style=3D"color:black;margin-top:0cm;margin-bottom:0cm;vertical-align:ba=
seline;font-variant-numeric:normal;font-variant-east-asian:normal;font-vari=
ant-alternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">.NET support<u></u=
><u></u></span></li></ul>
<ul style=3D"margin-top:0cm" type=3D"disc">
<ul style=3D"margin-top:0cm" type=3D"circle">
<li style=3D"color:black;margin-top:0cm;margin-bottom:0cm;vertical-align:ba=
seline;font-variant-numeric:normal;font-variant-east-asian:normal;font-vari=
ant-alternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">You may recall tha=
t this primarily came to light in the Enterprise WG because the lack of .NE=
T support for FreeBSD prevents projects hosted on GitHub and using GitHub A=
ctions from accepting patches from FreeBSD developers
 (Samba came up initially, and there are many others).<u></u><u></u></span>=
</li><li style=3D"color:black;margin-top:0cm;margin-bottom:0cm;vertical-ali=
gn:baseline;font-variant-numeric:normal;font-variant-east-asian:normal;font=
-variant-alternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">Thanks to some her=
oic work from the FreeBSD community, FreeBSD is now a Community Supported P=
latform in .NET (at least for version 8)<u></u><u></u></span></li></ul>
</ul>
<ul style=3D"margin-top:0cm" type=3D"disc">
<ul style=3D"margin-top:0cm" type=3D"circle">
<ul style=3D"margin-top:0cm" type=3D"square">
<li style=3D"color:black;margin-top:0cm;margin-bottom:0cm;vertical-align:ba=
seline;font-variant-numeric:normal;font-variant-east-asian:normal;font-vari=
ant-alternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">see: <a href=3D"ht=
tps://github.com/dotnet/runtime/issues/14537" target=3D"_blank" rel=3D"nore=
ferrer">
https://github.com/dotnet/runtime/issues/14537</a><u></u><u></u></span></li=
><li style=3D"color:black;margin-top:0cm;margin-bottom:0cm;vertical-align:b=
aseline;font-variant-numeric:normal;font-variant-east-asian:normal;font-var=
iant-alternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">you can now run ru=
n $ pkg install dotnet and it will work<u></u><u></u></span></li><li style=
=3D"color:black;margin-top:0cm;margin-bottom:0cm;vertical-align:baseline;fo=
nt-variant-numeric:normal;font-variant-east-asian:normal;font-variant-alter=
nates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">This means your .N=
ET apps will run on FreeBSD and with a few tweaks you can also use Azure Pi=
pelines (see:
<a href=3D"https://github.com/dotnet/runtime/issues/14537#issuecomment-1958=
830867" target=3D"_blank" rel=3D"noreferrer">
https://github.com/dotnet/runtime/issues/14537#issuecomment-1958830867</a>)=
<u></u><u></u></span></li></ul>
</ul>
</ul>
<ul style=3D"margin-top:0cm" type=3D"disc">
<ul style=3D"margin-top:0cm" type=3D"circle">
<li style=3D"color:black;margin-top:0cm;margin-bottom:12.0pt;vertical-align=
:baseline;font-variant-numeric:normal;font-variant-east-asian:normal;font-v=
ariant-alternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">Still to do are ge=
tting full support in GHA, and what I am trying to make happen is to get Fr=
eeBSD added as an officially supported platform by the .NET team. There are=
 also a few other smaller things related to
 powershell and finishing up Azure Pipelines<u></u><u></u></span></li></ul>
</ul>
<p style=3D"margin-right:0cm;margin-bottom:12.0pt;margin-left:36.0pt">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif;color:black">This t=
able summarizes the .NET bring up situation:</span><span style=3D"font-fami=
ly:&quot;Arial&quot;,sans-serif"><u></u><u></u></span></p>
<table border=3D"0" cellspacing=3D"0" cellpadding=3D"0" style=3D"border-col=
lapse:collapse">
<tbody>
<tr style=3D"height:45.0pt">
<td style=3D"border:solid black 1.5pt;padding:7.0pt 15.0pt 7.0pt 15.0pt;hei=
ght:45.0pt;overflow:hidden">
<p align=3D"center" style=3D"margin:0cm;text-align:center"><span style=3D"c=
olor:black">Component=C2=A0</span><u></u><u></u></p>
</td>
<td style=3D"border:solid black 1.5pt;border-left:none;padding:7.0pt 15.0pt=
 7.0pt 15.0pt;height:45.0pt;overflow:hidden">
<p align=3D"center" style=3D"margin:0cm;text-align:center"><span style=3D"c=
olor:black">Link</span><u></u><u></u></p>
</td>
<td style=3D"border:solid black 1.5pt;border-left:none;padding:7.0pt 15.0pt=
 7.0pt 15.0pt;height:45.0pt;overflow:hidden">
<p align=3D"center" style=3D"margin:0cm;text-align:center"><span style=3D"c=
olor:black">Description</span><u></u><u></u></p>
</td>
<td style=3D"border:solid black 1.5pt;border-left:none;padding:7.0pt 15.0pt=
 7.0pt 15.0pt;height:45.0pt;overflow:hidden">
<p align=3D"center" style=3D"margin:0cm;text-align:center"><span style=3D"c=
olor:black">Status</span><u></u><u></u></p>
</td>
<td style=3D"border:solid black 1.5pt;border-left:none;padding:7.0pt 15.0pt=
 7.0pt 15.0pt;height:45.0pt;overflow:hidden">
<p align=3D"center" style=3D"margin:0cm;text-align:center"><span style=3D"c=
olor:black">Work to date by</span><u></u><u></u></p>
</td>
</tr>
<tr style=3D"height:45.0pt">
<td style=3D"border:solid black 1.5pt;border-top:none;padding:7.0pt 7.0pt 7=
0pt 7.0pt;height:45.0pt;overflow:hidden">
<p style=3D"margin:0cm"><span style=3D"color:black">dotnet</span><u></u><u>=
</u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:45=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><a href=3D"https://github.com/dotnet/source-build/i=
ssues/1139" target=3D"_blank" rel=3D"noreferrer">Issue 1139</a><u></u><u></=
u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:45=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><span style=3D"color:black">Building the .NET Core =
SDK on FreeBSD</span><u></u><u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:45=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><span style=3D"color:black">Closed</span><u></u><u>=
</u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:7.0pt 7.0pt 7.0pt 7.0pt;height:45=
0pt;overflow:hidden">
<p align=3D"center" style=3D"margin:0cm;text-align:center"><span style=3D"c=
olor:black">FreeBSD Community</span><u></u><u></u></p>
</td>
</tr>
<tr style=3D"height:45.0pt">
<td style=3D"border:solid black 1.5pt;border-top:none;padding:7.0pt 7.0pt 7=
0pt 7.0pt;height:45.0pt;overflow:hidden">
<p style=3D"margin:0cm"><span style=3D"color:black">dotnet</span><u></u><u>=
</u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:45=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><a href=3D"https://github.com/dotnet/runtime/issues=
/14537" target=3D"_blank" rel=3D"noreferrer">Issue 14537</a><u></u><u></u><=
/p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:45=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><span style=3D"color:black">Support for FreeBSD</sp=
an><u></u><u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:45=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><span style=3D"color:#6aa84f">Open</span><u></u><u>=
</u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:7.0pt 7.0pt 7.0pt 7.0pt;height:45=
0pt;overflow:hidden">
<p align=3D"center" style=3D"margin:0cm;text-align:center"><span style=3D"c=
olor:black">FreeBSD Community</span><u></u><u></u></p>
</td>
</tr>
<tr style=3D"height:45.0pt">
<td style=3D"border:solid black 1.5pt;border-top:none;padding:7.0pt 7.0pt 7=
0pt 7.0pt;height:45.0pt;overflow:hidden">
<p style=3D"margin:0cm"><span style=3D"color:black">libunwind</span><u></u>=
<u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:45=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><a href=3D"https://bugs.freebsd.org/bugzilla/show_b=
ug.cgi?id=3D276346" target=3D"_blank" rel=3D"noreferrer">PR276346</a><u></u=
><u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:45=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><span style=3D"color:black">devel/libunwind: Update=
 to 1.8.0</span><u></u><u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:45=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><span style=3D"color:black">Closed</span><u></u><u>=
</u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:7.0pt 7.0pt 7.0pt 7.0pt;height:45=
0pt;overflow:hidden">
<p align=3D"center" style=3D"margin:0cm;text-align:center"><span style=3D"c=
olor:black">FreeBSD Community</span><u></u><u></u></p>
</td>
</tr>
<tr style=3D"height:45.0pt">
<td style=3D"border:solid black 1.5pt;border-top:none;padding:7.0pt 7.0pt 7=
0pt 7.0pt;height:45.0pt;overflow:hidden">
<p style=3D"margin:0cm"><span style=3D"color:black">installer</span><u></u>=
<u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:45=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><a href=3D"https://github.com/dotnet/installer/issu=
es/248" target=3D"_blank" rel=3D"noreferrer">Issue 248</a><u></u><u></u></p=
>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:45=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><span style=3D"color:black">Re-enable FreeBSD build=
s once core-setup is building for FreeBSD again</span><u></u><u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:45=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><span style=3D"color:black">Closed</span><u></u><u>=
</u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:7.0pt 7.0pt 7.0pt 7.0pt;height:45=
0pt;overflow:hidden">
<p align=3D"center" style=3D"margin:0cm;text-align:center"><span style=3D"c=
olor:black">FreeBSD Community</span><u></u><u></u></p>
</td>
</tr>
<tr style=3D"height:45.0pt">
<td style=3D"border:solid black 1.5pt;border-top:none;padding:7.0pt 7.0pt 7=
0pt 7.0pt;height:45.0pt;overflow:hidden">
<p style=3D"margin:0cm"><span style=3D"color:black">dotnet</span><u></u><u>=
</u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:45=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><a href=3D"https://github.com/dotnet/runtime/issues=
/71338" target=3D"_blank" rel=3D"noreferrer">Issue 71338</a><u></u><u></u><=
/p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:45=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><span style=3D"color:black">Support for FreeBSD-arm=
64 - Ampere partnership opportunity?</span><u></u><u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:45=
0pt;overflow:hidden">
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:7.0pt 7.0pt 7.0pt 7.0pt;height:45=
0pt;overflow:hidden">
<p align=3D"center" style=3D"margin:0cm;text-align:center"><span style=3D"c=
olor:black">FreeBSD Community</span><u></u><u></u></p>
</td>
</tr>
<tr style=3D"height:50.0pt">
<td style=3D"border:solid black 1.5pt;border-top:none;padding:7.0pt 7.0pt 7=
0pt 7.0pt;height:50.0pt;overflow:hidden">
<p style=3D"margin:0cm"><span style=3D"color:black">PowerShell</span><u></u=
><u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:50=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><a href=3D"https://github.com/PowerShell/PowerShell=
/pull/20041" target=3D"_blank" rel=3D"noreferrer">Pull 20041</a><u></u><u><=
/u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:50=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><span style=3D"color:black">WIP: Add platform suppo=
rt for FreeBSD</span><u></u><u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:50=
0pt;overflow:hidden">
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:7.0pt 7.0pt 7.0pt 7.0pt;height:50=
0pt;overflow:hidden">
<p align=3D"center" style=3D"margin:0cm;text-align:center"><span style=3D"c=
olor:black">FreeBSD Community</span><u></u><u></u></p>
</td>
</tr>
<tr style=3D"height:50.0pt">
<td style=3D"border:solid black 1.5pt;border-top:none;padding:7.0pt 7.0pt 7=
0pt 7.0pt;height:50.0pt;overflow:hidden">
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p style=3D"margin:0cm"><span style=3D"color:black">PowerShell/PowerShell-N=
ative</span><u></u><u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:50=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><a href=3D"https://github.com/PowerShell/PowerShell=
-Native/pull/92" target=3D"_blank" rel=3D"noreferrer">Pull 92</a><u></u><u>=
</u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:50=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><span style=3D"color:black">Fix FreeBSD build failu=
res. Update tests for FreeBSD</span><u></u><u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:50=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><span style=3D"color:black">Waiting on repo owner M=
S</span><u></u><u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:7.0pt 7.0pt 7.0pt 7.0pt;height:50=
0pt;overflow:hidden">
<p align=3D"center" style=3D"margin:0cm;text-align:center"><span style=3D"c=
olor:black">FreeBSD Community</span><u></u><u></u></p>
</td>
</tr>
<tr style=3D"height:59.0pt">
<td style=3D"border:solid black 1.5pt;border-top:none;padding:7.0pt 7.0pt 7=
0pt 7.0pt;height:59.0pt;overflow:hidden">
<p style=3D"margin:0cm"><span style=3D"color:black">.NET Virtual Monolithic=
 Repository (VMR)</span><u></u><u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:59=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><a href=3D"https://github.com/dotnet/dotnet" target=
=3D"_blank" rel=3D"noreferrer">https://github.com/dotnet/dotnet</a><u></u><=
u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:59=
0pt;overflow:hidden">
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:59=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><span style=3D"color:black">Need scoping in FreeBSD=
 community</span><u></u><u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:7.0pt 7.0pt 7.0pt 7.0pt;height:59=
0pt;overflow:hidden">
<p align=3D"center" style=3D"margin:0cm;text-align:center"><span style=3D"c=
olor:black">FreeBSD Community</span><u></u><u></u></p>
</td>
</tr>
<tr style=3D"height:47.0pt">
<td style=3D"border:solid black 1.5pt;border-top:none;padding:7.0pt 7.0pt 7=
0pt 7.0pt;height:47.0pt;overflow:hidden">
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p style=3D"margin:0cm"><span style=3D"color:black">actions/runner</span><u=
></u><u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:47=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><a href=3D"https://github.com/actions/runner/issues=
/385" target=3D"_blank" rel=3D"noreferrer">Issue 385</a><u></u><u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:47=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><span style=3D"color:black">FreeBSD support</span><=
u></u><u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:47=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><span style=3D"color:black">Need feedback from MS</=
span><u></u><u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:7.0pt 7.0pt 7.0pt 7.0pt;height:47=
0pt;overflow:hidden">
</td>
</tr>
<tr style=3D"height:47.0pt">
<td style=3D"border:solid black 1.5pt;border-top:none;padding:7.0pt 7.0pt 7=
0pt 7.0pt;height:47.0pt;overflow:hidden">
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
<p style=3D"margin:0cm"><span style=3D"color:black">microsoft/azure-pipelin=
es-agent</span><u></u><u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:47=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><a href=3D"https://github.com/microsoft/azure-pipel=
ines-agent/pull/3266" target=3D"_blank" rel=3D"noreferrer">Pull 3266</a><u>=
</u><u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:47=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><span style=3D"color:black">Adjustments for FreeBSD=
 Beckhoff needs</span><u></u><u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:47=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><span style=3D"color:black">Waiting on repo owner M=
S</span><u></u><u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:7.0pt 7.0pt 7.0pt 7.0pt;height:47=
0pt;overflow:hidden">
</td>
</tr>
<tr style=3D"height:47.0pt">
<td style=3D"border:solid black 1.5pt;border-top:none;padding:7.0pt 7.0pt 7=
0pt 7.0pt;height:47.0pt;overflow:hidden">
<p style=3D"margin:0cm"><span style=3D"color:black">Azure Pipelines Task SD=
K</span><u></u><u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:47=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><a href=3D"https://github.com/microsoft/azure-pipel=
ines-task-lib/pull/799" target=3D"_blank" rel=3D"noreferrer">Pull 799</a><u=
></u><u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:47=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><span style=3D"color:black">Add FreeBSD support for=
 Azure Pipelines Task SDK=C2=A0</span><u></u><u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:2.0pt 2.0pt 2.0pt 2.0pt;height:47=
0pt;overflow:hidden">
<p style=3D"margin:0cm"><span style=3D"color:black">Waiting on repo owner M=
S</span><u></u><u></u></p>
</td>
<td style=3D"border-top:none;border-left:none;border-bottom:solid black 1.5=
pt;border-right:solid black 1.5pt;padding:7.0pt 7.0pt 7.0pt 7.0pt;height:47=
0pt;overflow:hidden">
</td>
</tr>
</tbody>
</table>
<ul style=3D"margin-top:0cm" type=3D"disc">
<li style=3D"color:black;margin-top:0cm;margin-bottom:0cm;vertical-align:ba=
seline;font-variant-numeric:normal;font-variant-east-asian:normal;font-vari=
ant-alternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">Kerberos<u></u><u>=
</u></span></li></ul>
<ul style=3D"margin-top:0cm" type=3D"disc">
<ul style=3D"margin-top:0cm" type=3D"circle">
<li style=3D"color:black;margin-top:0cm;margin-bottom:0cm;vertical-align:ba=
seline;font-variant-numeric:normal;font-variant-east-asian:normal;font-vari=
ant-alternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">Decision to switch=
 to MIT from Heimdal. This will help out a lot in the long term. In the sho=
rt term, lots of work has gone into patching Heimdal.<u></u><u></u></span><=
/li></ul>
</ul>
<ul style=3D"margin-top:0cm" type=3D"disc">
<li style=3D"color:black;margin-top:0cm;margin-bottom:0cm;vertical-align:ba=
seline;font-variant-numeric:normal;font-variant-east-asian:normal;font-vari=
ant-alternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">AD / DNS integrati=
on<u></u><u></u></span></li></ul>
<ul style=3D"margin-top:0cm" type=3D"disc">
<ul style=3D"margin-top:0cm" type=3D"circle">
<li style=3D"color:black;margin-top:0cm;margin-bottom:0cm;vertical-align:ba=
seline;font-variant-numeric:normal;font-variant-east-asian:normal;font-vari=
ant-alternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">I don&#39;t have a=
n update here. If others on list do, please chime in<u></u><u></u></span></=
li></ul>
</ul>
<ul style=3D"margin-top:0cm" type=3D"disc">
<li style=3D"color:black;margin-top:0cm;margin-bottom:0cm;vertical-align:ba=
seline;font-variant-numeric:normal;font-variant-east-asian:normal;font-vari=
ant-alternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">smbfs driver updat=
e in kernel<u></u><u></u></span></li></ul>
<ul style=3D"margin-top:0cm" type=3D"disc">
<ul style=3D"margin-top:0cm" type=3D"circle">
<li style=3D"color:black;margin-top:0cm;margin-bottom:0cm;vertical-align:ba=
seline;font-variant-numeric:normal;font-variant-east-asian:normal;font-vari=
ant-alternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">no update from pre=
vious<u></u><u></u></span></li></ul>
</ul>
<ul style=3D"margin-top:0cm" type=3D"disc">
<li style=3D"color:black;margin-top:0cm;margin-bottom:0cm;vertical-align:ba=
seline;font-variant-numeric:normal;font-variant-east-asian:normal;font-vari=
ant-alternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">OpenJDK<u></u><u><=
/u></span></li></ul>
<ul style=3D"margin-top:0cm" type=3D"disc">
<ul style=3D"margin-top:0cm" type=3D"circle">
<li style=3D"color:black;margin-top:0cm;margin-bottom:0cm;vertical-align:ba=
seline;font-variant-numeric:normal;font-variant-east-asian:normal;font-vari=
ant-alternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">Foundation is stil=
l looking for a contractor<u></u><u></u></span></li></ul>
</ul>
<ul style=3D"margin-top:0cm" type=3D"disc">
<li style=3D"color:black;margin-top:0cm;margin-bottom:0cm;vertical-align:ba=
seline;font-variant-numeric:normal;font-variant-east-asian:normal;font-vari=
ant-alternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">Better support for=
 FreeBSD in AI, in particular CUDA<u></u><u></u></span></li></ul>
<ul style=3D"margin-top:0cm" type=3D"disc">
<ul style=3D"margin-top:0cm" type=3D"circle">
<li style=3D"color:black;margin-top:0cm;margin-bottom:0cm;vertical-align:ba=
seline;font-variant-numeric:normal;font-variant-east-asian:normal;font-vari=
ant-alternates:normal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif">No update<u></u><u=
></u></span></li></ul>
</ul>
<ul type=3D"disc">
<li class=3D"MsoNormal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif;color:black">OTHER<=
/span><span style=3D"font-family:&quot;Arial&quot;,sans-serif"><u></u><u></=
u></span></li></ul>
<ul type=3D"disc">
<ul type=3D"circle">
<li class=3D"MsoNormal">
<span style=3D"font-family:&quot;Arial&quot;,sans-serif;color:black">The en=
gineer working on the FreeBSD CIS Benchmark is making excellent progress. O=
n track to have all section complete and out for review in Q2</span><span s=
tyle=3D"font-family:&quot;Arial&quot;,sans-serif"><u></u><u></u></span></li=
></ul>
</ul>
</div>
<div>
<div>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
</div>
<div>
<p class=3D"MsoNormal">Look forward to hearing from others on things you ha=
ve in motion and any ideas on how to make progress in areas like AI.<u></u>=
<u></u></p>
</div>
<div>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
</div>
<div>
<p class=3D"MsoNormal">Thanks!<u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal"><u></u>=C2=A0<u></u></p>
</div>
<p class=3D"MsoNormal"><span class=3D"m_-1601344713787803219gmailsignaturep=
refix">-- </span><u></u><u></u></p>
<div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;tahoma&quot;,sans-s=
erif">Greg Wallace</span><u></u><u></u></p>
<div>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;tahoma&quot;,sans-s=
erif">Director of Partnerships &amp; Research</span><u></u><u></u></p>
</div>
<div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;tahoma&quot;,sans-s=
erif;border:solid windowtext 1.0pt;padding:0cm"><img border=3D"0" width=3D"=
96" height=3D"51" style=3D"width:1.0in;height:.5312in" id=3D"m_-16013447137=
87803219_x0000_i1025" alt=3D"Image removed by sender."></span><u></u><u></u=
></p>
</div>
</div>
<div>
<p class=3D"MsoNormal"><span style=3D"font-family:&quot;tahoma&quot;,sans-s=
erif">M +1 919-247-3165</span><u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal"><a href=3D"https://calendly.com/greg-freebsdfound/30=
min" target=3D"_blank" rel=3D"noreferrer"><span style=3D"font-family:&quot;=
tahoma&quot;,sans-serif">Schedule a meeting</span></a><u></u><u></u></p>
</div>
<div>
<p class=3D"MsoNormal"><a href=3D"https://freebsd-foundation.myshopify.com/=
" target=3D"_blank" rel=3D"noreferrer">Get your FreeBSD Gear</a><u></u><u><=
/u></p>
</div>
</div>
</div>
</div>
</div>
<p class=3D"MsoNormal">-- <br>
Discussion on this list is governed by the FreeBSD Code of Conduct. Please =
familiarize yourself with it here:
<a href=3D"https://www.freebsd.org/internal/code-of-conduct/" target=3D"_bl=
ank" rel=3D"noreferrer">https://www.freebsd.org/internal/code-of-conduct/</=
a><br>
--- <br>
You received this message because you are subscribed to the Google Groups &=
quot;Enterprise WG&quot; group.<br>
To unsubscribe from this group and stop receiving emails from it, send an e=
mail to
<a href=3D"mailto:enterprise-wg+unsubscribe@freebsdfoundation.org" target=
=3D"_blank" rel=3D"noreferrer">enterprise-wg+unsubscribe@freebsdfoundation.=
org</a>.<br>
To view this discussion on the web visit <a href=3D"https://groups.google.c=
om/a/freebsdfoundation.org/d/msgid/enterprise-wg/CAP%3Ds-_g7g_SWshi_h9ZDxbj=
rym4TugSKbsYi%3DUQCn2g6Pc%3DqsQ%40mail.gmail.com?utm_medium=3Demail&amp;utm=
_source=3Dfooter" target=3D"_blank" rel=3D"noreferrer">
https://groups.google.com/a/freebsdfoundation.org/d/msgid/enterprise-wg/CAP=
%3Ds-_g7g_SWshi_h9ZDxbjrym4TugSKbsYi%3DUQCn2g6Pc%3DqsQ%40mail.gmail.com</a>=
<u></u><u></u></p>
</div>
</div>
</div>
</div>

</blockquote></div>

--0000000000002e53d406128972e4--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAP=s-_hkREc%2BYeor4oTFZ1hAV6KQszskPCZg3WrtW48SLR5uSg>