diff --git a/website/content/en/status/report-2023-01-2023-03/doceng.adoc b/website/content/en/status/report-2023-01-2023-03/doceng.adoc --- a/website/content/en/status/report-2023-01-2023-03/doceng.adoc +++ b/website/content/en/status/report-2023-01-2023-03/doceng.adoc @@ -74,7 +74,8 @@ Contact: Sergio Carlavilla -Chapters 1 to 6 have been updated. Chapter 7 is work in progress. +Chapters 1 to 6 have been updated. +Chapter 7 is work in progress. ==== FreeBSD Website Revamp - WebApps working group diff --git a/website/content/en/status/report-2023-01-2023-03/drm-drivers.adoc b/website/content/en/status/report-2023-01-2023-03/drm-drivers.adoc --- a/website/content/en/status/report-2023-01-2023-03/drm-drivers.adoc +++ b/website/content/en/status/report-2023-01-2023-03/drm-drivers.adoc @@ -47,4 +47,5 @@ This backend will be provided with the DRM drivers, not the FreeBSD kernel, to make it easier to maintain as the drivers evolve. This is still a work in progress and locking in particular is tricky to get right. -Regarding the bad support of Intel 12th gen in the 5.17 update, bug fixes backported to Linux 5.17.x patch releases will probably not be ported as part of this work. Instead we will focus on Linux 5.18 (released on May 22, 2022) and following. +Regarding the bad support of Intel 12th gen in the 5.17 update, bug fixes backported to Linux 5.17.x patch releases will probably not be ported as part of this work. +Instead we will focus on Linux 5.18 (released on May 22, 2022) and following. diff --git a/website/content/en/status/report-2023-01-2023-03/freebsd-foundation.adoc b/website/content/en/status/report-2023-01-2023-03/freebsd-foundation.adoc --- a/website/content/en/status/report-2023-01-2023-03/freebsd-foundation.adoc +++ b/website/content/en/status/report-2023-01-2023-03/freebsd-foundation.adoc @@ -86,9 +86,12 @@ Check out some of our advocacy and education work: -* Hosted a stand at FOSDEM 2023, February 4-5, 2023 in Brussels, Belgium. Check out the link:https://freebsdfoundation.org/blog/fosdem-2023-conference-report/[trip report]. -* Hosted a table at State of Open Con 2023, February, 7-8, 2023, in London, England. link:https://freebsdfoundation.org/blog/advocating-for-freebsd-around-the-world/[Read more] about it. -* Sponsored, held a workshop and hosted a booth at SCALE 20x, in March 9-12, 2023, Pasadena, California. Check out the link:https://freebsdfoundation.org/blog/freebsd-at-scale-20x/[trip report]. +* Hosted a stand at FOSDEM 2023, February 4-5, 2023 in Brussels, Belgium. +Check out the link:https://freebsdfoundation.org/blog/fosdem-2023-conference-report/[trip report]. +* Hosted a table at State of Open Con 2023, February, 7-8, 2023, in London, England. +link:https://freebsdfoundation.org/blog/advocating-for-freebsd-around-the-world/[Read more] about it. +* Sponsored, held a workshop and hosted a booth at SCALE 20x, in March 9-12, 2023, Pasadena, California. +Check out the link:https://freebsdfoundation.org/blog/freebsd-at-scale-20x/[trip report]. * Sponsored Open Source 101, March 23 2023, in Charlotte, NC. * Sponsored and began planning the in-person link:https://wiki.freebsd.org/DevSummit/202305[May 2023 Developer Summit] taking place May 17-18, 2023 in Ottawa, Ontario * Secured our Media Partner sponsorship status and submitted a workshop for link:https://2023.allthingsopen.org/[All Things Open], October 15-17, 2023 in Raleigh, NC. @@ -107,7 +110,9 @@ ** link:https://freebsdfoundation.org/news-and-events/latest-news/vmblog-state-of-open-con-qa-with-deb-goodkin/[VMBlog State of Open Con Q&A with Deb Goodkin] -We help educate the world about FreeBSD by publishing the professionally produced FreeBSD Journal. As we mentioned previously, the FreeBSD Journal is now a free publication. Find out more and access the latest issues at link:https://www.freebsdfoundation.org/journal/[https://www.FreeBSDfoundation.org/journal/]. +We help educate the world about FreeBSD by publishing the professionally produced FreeBSD Journal. +As we mentioned previously, the FreeBSD Journal is now a free publication. +Find out more and access the latest issues at link:https://www.freebsdfoundation.org/journal/[https://www.FreeBSDfoundation.org/journal/]. You can find out more about events we attended and upcoming events at link:https://www.FreeBSDfoundation.org/news-and-events/[https://www.FreeBSDfoundation.org/news-and-events/]. diff --git a/website/content/en/status/report-2023-01-2023-03/freshports.adoc b/website/content/en/status/report-2023-01-2023-03/freshports.adoc --- a/website/content/en/status/report-2023-01-2023-03/freshports.adoc +++ b/website/content/en/status/report-2023-01-2023-03/freshports.adoc @@ -6,7 +6,8 @@ Contact: Dan Langille -FreshPorts and FreshSource have reported upon FreeBSD commits for 20 years. They cover all commits, not just ports. +FreshPorts and FreshSource have reported upon FreeBSD commits for 20 years. +They cover all commits, not just ports. FreshPorts tracks the commits and extracts data from the port Makefiles to create a database of information useful to both port maintainers and port users. diff --git a/website/content/en/status/report-2023-01-2023-03/kinst.adoc b/website/content/en/status/report-2023-01-2023-03/kinst.adoc --- a/website/content/en/status/report-2023-01-2023-03/kinst.adoc +++ b/website/content/en/status/report-2023-01-2023-03/kinst.adoc @@ -7,9 +7,8 @@ Contact: Christos Margiolis + Contact: Mark Johnston -kinst is a new DTrace provider created by christos@ and markj@ that allows for -arbitrary instruction tracing in a kernel function. kinst has been added to the -base system in FreeBSD 14.0. +kinst is a new DTrace provider created by christos@ and markj@ that allows for arbitrary instruction tracing in a kernel function. +kinst has been added to the base system in FreeBSD 14.0. link:https://www.freebsd.org/status/report-2022-07-2022-09/#_dtrace_instruction_level_dynamic_tracing[The 2022Q3 status report gives a brief introduction to kinst.] We're now working on inline function tracing (see review D38825 above) -- a much-requested DTrace feature -- by using kernel DWARF and ELF info to find the call sites of each inline copy and use that information to transform D syntax by turning kinst probes of the form: