aboutsummaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
Diffstat (limited to 'website')
-rw-r--r--website/archetypes/release/hardware.adoc2
-rw-r--r--website/content/en/releases/15.0R/relnotes.adoc2
-rw-r--r--website/content/en/status/report-2025-04-2025-06/foundation-sta.adoc1
-rw-r--r--website/content/en/status/report-2025-04-2025-06/srcmgr.adoc23
4 files changed, 26 insertions, 2 deletions
diff --git a/website/archetypes/release/hardware.adoc b/website/archetypes/release/hardware.adoc
index 7aca4e5f41..ccfb63ebda 100644
--- a/website/archetypes/release/hardware.adoc
+++ b/website/archetypes/release/hardware.adoc
@@ -902,3 +902,5 @@ Information regarding specific video cards and compatibility with Xorg can be fo
&hwlist.sdhci;
&hwlist.superio;
+
+&hwlist.u2f;
diff --git a/website/content/en/releases/15.0R/relnotes.adoc b/website/content/en/releases/15.0R/relnotes.adoc
index d4c6675e05..d91e1fae8e 100644
--- a/website/content/en/releases/15.0R/relnotes.adoc
+++ b/website/content/en/releases/15.0R/relnotes.adoc
@@ -870,7 +870,7 @@ The LinuxKPI 802.11 comapt layer man:linuxkpi_wlan[4] gained support for the Gal
The man:rtw88[4] driver was made to work (associate) again and a memory leak got resolved. (Sponsored by The FreeBSD Foundation)
-Following other drivers man:iwlwififw[4] firmware was removed from the base system in favor of the ports based solution and man:fwget[8] support. (Sponsored by The FreeBSD Foundation)
+Following other drivers man:iwlwififw[4] firmware was removed from the base system in favor of the ports based solution and man:fwget[8] support. In case of updating from earlier releases, users must install the firmware packages upfront. (Sponsored by The FreeBSD Foundation)
[[hardware]]
== Hardware Support
diff --git a/website/content/en/status/report-2025-04-2025-06/foundation-sta.adoc b/website/content/en/status/report-2025-04-2025-06/foundation-sta.adoc
index f031280704..925df9e910 100644
--- a/website/content/en/status/report-2025-04-2025-06/foundation-sta.adoc
+++ b/website/content/en/status/report-2025-04-2025-06/foundation-sta.adoc
@@ -39,7 +39,6 @@ The detailed scope was co-created with core@, srcmgr@, secteam@. Work items are
** Move build scripts into the public repository (not started)
* Could
** Environment Standardization (not started)
-** Use enclaves, hardware-enforced secure containers (not started)
** Ports to build reproducibly (not started)
** CI to verify reproducibility (in progress)
** Documentation to allow 3rd parties to confirm reproducibility (not started)
diff --git a/website/content/en/status/report-2025-04-2025-06/srcmgr.adoc b/website/content/en/status/report-2025-04-2025-06/srcmgr.adoc
new file mode 100644
index 0000000000..cc52d85021
--- /dev/null
+++ b/website/content/en/status/report-2025-04-2025-06/srcmgr.adoc
@@ -0,0 +1,23 @@
+=== Source Management Team
+
+Contact: srcmgr <srcmgr@FreeBSD.org>
+
+The srcmgr@ team aims to make src developers more productive, and works to manage the large number of bug reports, pull requests and code reviews that we receive.
+link:https://github.com/freebsd/meetings/tree/master/srcmgr[Meeting minutes] are available on GitHub.
+
+We held a bug-busting session on 2025-05-23 with about 10 attendees.
+
+Members of srcmgr@ gave a link:https://wiki.freebsd.org/DevSummit/202506?action=AttachFile&do=view&target=srcmgr+happenings.pdf[presentation] at the 2025 FreeBSD developer summit in Ottawa.
+
+Per the discussion at the developer summit, the i386 and 32-bit powerpc targets have been disconnected from the build.
+
+To help ensure continuity of the team, we introduced a "lurkers" program which lets src committers participate in bi-weekly srcmgr meetings, giving developers an opportunity to decide whether they are interested in officially joining srcmgr@ without taking on any specific obligations.
+After soliciting interested developers, we have five lurkers who have been joining calls over the past couple of months:
+
+- Jake Freeland <jfree@FreeBSD.org>
+- Olivier Certner <olce@FreeBSD.org>
+- Dag-Erling Smørgrav <des@FreeBSD.org>
+- Bojan Novković <bnovkov@FreeBSD.org>
+- Kyle Evans <kevans@FreeBSD.org>
+
+Aside from participating in discussions, they have been working on src development tasks -- especially in preparation for FreeBSD 15.0 -- and topics such as monitoring stale Phabricator reviews, performance regression tracking, and using git notes to track certain types of commit metadata.