diff --git a/website/content/en/status/report-2025-07-2025-09/bananapi-r64-drivers.adoc b/website/content/en/status/report-2025-07-2025-09/bananapi-r64-drivers.adoc index 0142b0aebc..89b086fc16 100644 --- a/website/content/en/status/report-2025-07-2025-09/bananapi-r64-drivers.adoc +++ b/website/content/en/status/report-2025-07-2025-09/bananapi-r64-drivers.adoc @@ -1,32 +1,34 @@ === FreeBSD Driver Development for BananaPi-R64 +Links: + +link:https://wiki.freebsd.org/arm/Bananapi[Wiki] URL: link:https://wiki.freebsd.org/arm/Bananapi[] + Contact: Martin Filla -Wiki: https://wiki.freebsd.org/arm/Bananapi ==== Introduction The Banana Pi R64 is a MediaTek MT7622-based development board (ARM Cortex-A53, dual-core ~1.35 GHz) featuring 4× Gigabit LAN, 1× Gigabit WAN, Wi-Fi (4×4n), Bluetooth 5.0, and multiple peripheral interfaces (UART, SPI, I²C, GPIO, SATA, mini-PCIe, eMMC, etc.). ==== Current State of FreeBSD Support - Implemented so far: * **UART driver** * **Clock management (clocks)** * **Pinctrl/gpio driver** – in active development gpio part * **Storage controllers (eMMC/SD/MMC) driver** * **Ethernet Switch mt7531 driver** * **Ethernet mt7622 driver** Other essential components—Ethernet, USB, SATA, Wi-Fi, etc.—are not yet implemented. ==== Technical Context and Significance Support for Banana Pi R64 in FreeBSD is in the early stages—UART and clocks drivers exist but ppl clock is under development, gpio is under development -- while most critical subsystems remain unimplemented. ==== Development roadmap * Implement missing drivers - USB (XHCI/OTG) - SATA / AHCI - Wi-Fi (likely MediaTek MT7615) - GPIO subsystems ==== Conclusion Support for Banana Pi R64 in FreeBSD is in the early stages—UART and clocks drivers exist but ppl clock is under development, gpio is under development—while most critical subsystems remain unimplemented. Publishing working code and artifacts, plus active collaboration with the FreeBSD community, will be essential to bring this board toward usable status under FreeBSD. diff --git a/website/content/en/status/report-2025-07-2025-09/doceng.adoc b/website/content/en/status/report-2025-07-2025-09/doceng.adoc index 65dd80edab..76d8cbbe28 100644 --- a/website/content/en/status/report-2025-07-2025-09/doceng.adoc +++ b/website/content/en/status/report-2025-07-2025-09/doceng.adoc @@ -1,85 +1,86 @@ //// Quarter: 3rd quarter of 2025 Prepared by: blackend@ Reviewed by: ebrandi@ Last edit: $Date$ Version: $Id:$ //// === Documentation Engineering Team +Links: + link:https://www.freebsd.org/docproj/[FreeBSD Documentation Project] URL: link:https://www.freebsd.org/docproj/[] + link:https://docs.freebsd.org/en/books/fdp-primer/[FreeBSD Documentation Project Primer for New Contributors] URL: link:https://docs.freebsd.org/en/books/fdp-primer/[] + link:https://www.freebsd.org/administration/#t-doceng[Documentation Engineering Team] URL: link:https://www.freebsd.org/administration/#t-doceng[] Contact: FreeBSD Doceng Team The doceng@ team is a body to handle some of the meta-project issues associated with the FreeBSD Documentation Project; for more information, see link:https://www.freebsd.org/internal/doceng/[FreeBSD Doceng Team Charter]. Team changes: * doceng@ welcomes ziaee@ as a new member (lurker). * ebrandi@ promoted to full doceng@ membership. During the last quarter: * vladlen@ obtained a translator commit bit, with maxim@ as mentor. * reactivation of documentation commit bit for andy@ with both mentors carlavilla@ and maxim@ ==== Document changes * Handbook - The X11 chapter has been updated and restructured Many style and content fixes in various documents. * Documentation repository: - Added manual pages for macOS 26.0 - Updated manual pages for macOS to 14.8 and 15.7 - Added manual pages for Debian 13.0.0 ==== FreeBSD Translations on Weblate link:https://wiki.freebsd.org/Doc/Translation/Weblate[Translate FreeBSD on Weblate] URL: link:https://wiki.freebsd.org/Doc/Translation/Weblate[] + link:https://translate-dev.freebsd.org/[FreeBSD Weblate Instance] URL: link:https://translate-dev.freebsd.org/[] ===== Q3 2025 Status ===== Languages * Chinese (Simplified) (zh_CN) (progress: 7%) * Chinese (Traditional) (zh_TW) (progress: 3%) * Dutch (nl_NL) (progress: 1%) * French (fr_FR) (progress: 1%) * German (de_DE) (progress: 1%) * Greek (progress: 1%) * Indonesian (progress: 1%) * Italian (it_IT) (progress: 4%) * Korean (progress: 29%) * Norwegian Bokmål (progress: 1%) * Persian (progress: 3%) * Polish (progress: 1%) * Portuguese (progress: 0%) * Portuguese (Brazil) (progress: 23%) * Russian (done: 100%) * Spanish (progress: 35%) * Turkish (tr_TR) (progress: 1%) We want to thank everyone that contributed, translating or reviewing documents. And please, help promote this effort on your local user group, we always need more volunteers. ==== Packages maintained by DocEng During this quarter the following work was done in packages maintained by doceng@: * www/gohugo: update to 0.151.0 ==== Open issues There is 1 Open PRs in bugzilla assigned to doceng@: * 267274 Please remove the zh-CN Handbook of the current FreeBSD website diff --git a/website/content/en/status/report-2025-07-2025-09/freebsd-git-weekly.adoc b/website/content/en/status/report-2025-07-2025-09/freebsd-git-weekly.adoc index f9872e59e0..187ebcf96d 100644 --- a/website/content/en/status/report-2025-07-2025-09/freebsd-git-weekly.adoc +++ b/website/content/en/status/report-2025-07-2025-09/freebsd-git-weekly.adoc @@ -1,16 +1,16 @@ === FreeBSD Git Weekly -links: + +Links: + link:https://freebsd-git-weekly.tarsnap.net/[FreeBSD Git Weekly] URL: link:https://freebsd-git-weekly.tarsnap.net/[] Contact: Graham Percival These are weekly lists of commits to the link:https://cgit.freebsd.org/src/[FreeBSD source tree], split into categories such as "documentation", "hardware support", "testing", and "kernel". Our goal is to make it easier for developers and users to keep track of changes in FreeBSD that are relevant to them, without needing to subscribe to the dev-commits-src-main mailing list and look at every single commit which lands in their mailbox. In the future, these reports might include summaries or additional information, but for now our focus is figuring out what type of classification will be most useful to the FreeBSD community. These weekly reports began on 2025-09-01. Sponsor: Tarsnap Backup Inc. diff --git a/website/content/en/status/report-2025-07-2025-09/gallant.adoc b/website/content/en/status/report-2025-07-2025-09/gallant.adoc index 4a307984f0..c3093d4623 100644 --- a/website/content/en/status/report-2025-07-2025-09/gallant.adoc +++ b/website/content/en/status/report-2025-07-2025-09/gallant.adoc @@ -1,39 +1,39 @@ === The Gallant Console Font got Supercharged Links: + -link:https://github.com/NanoBillion/gallant[Gallant Project] description] URL: link:https://github.com/NanoBillion/gallant[] +link:https://github.com/NanoBillion/gallant[Gallant Project] URL: link:https://github.com/NanoBillion/gallant[] Contact: Jens Schweikhardt The man:vt[4] console font "gallant" was extended in -CURRENT and 14-STABLE. This increased the Unicode glyph count from 502 to more than 4500. Old-timers know and love this font from watching Sun SPARCstations boot. Major additions: * Greek * Cyrillic * International Phonetic Association Extensions * Extended Latin characters * Zapf Dingbats * Tons of arrows * Tons of mathematical symbols * Letterlike symbols and enclosed alphanumerics * Pixel-perfect box drawing * Currency symbols * More punctuation * Just enough Katakana to say コンニチハ * Powerline glyphs in the Private Use Area at U+e0a0 Your help is needed to add more languages. You can contribute via the link:https://github.com/NanoBillion/gallant[Gallant Project]. But wait, there is more! You do not bother with console fonts and use X11 exclusively? Get that gallant feeling with the new port package:x11-fonts/gallant[] and run xterm -fa '' -fn '*-gallant-*' To inspect the available glyphs under X11, run xfd -fn '*-gallant-*' diff --git a/website/content/en/status/report-2025-07-2025-09/hackathon.adoc b/website/content/en/status/report-2025-07-2025-09/hackathon.adoc index 63ce3016c2..8a294c06d6 100644 --- a/website/content/en/status/report-2025-07-2025-09/hackathon.adoc +++ b/website/content/en/status/report-2025-07-2025-09/hackathon.adoc @@ -1,25 +1,25 @@ === July 2025 FreeBSD Hackathon in Berlin, Germany -Links: -link:https://wiki.freebsd.org/Hackathon/202507[Event page] URL: link:https://wiki.freebsd.org/Hackathon/202507[] + +Links: + +link:https://wiki.freebsd.org/Hackathon/202507[Event page] URL: link:https://wiki.freebsd.org/Hackathon/202507[] Date: July Saturday 12th and Sunday 13th 2025 + Location: Chaos Computer Club Berlin We had been invited to hold our two day Hackathon in the halls of the Chaos Computer Club Berlin. The full report can be found link:https://pad.lorenz.lu/Hackathon202507[here]. The approximately 30 participants hacked on the following projects: * link:https://pad.lorenz.lu/Hackathon202507#Local-Chatbot-RAG-with-FreeBSD-Knowledge[Local Chatbot RAG with FreeBSD Knowledge] * link:https://pad.lorenz.lu/Hackathon202507#Cross-compiling-FreeBSD-on-macOS[Cross compiling FreeBSD on macOS] * link:https://pad.lorenz.lu/Hackathon202507#Pierre-P-khorben[Importing OpenSSL 3.5] * link:https://pad.lorenz.lu/Hackathon202507#Kristof-P-kp[The netlinkification of PF] * link:https://pad.lorenz.lu/Hackathon202507#Jan-B[Injecting host executable into jails] * link:https://pad.lorenz.lu/Hackathon202507#Li-Wen-H-lwhsu[Updating OpenSearch ports] * link:https://pad.lorenz.lu/Hackathon202507#Benedict-R-bcr[Ambushing Mark Phillips with a Microphone] * link:https://pad.lorenz.lu/Hackathon202507#Rodrigo-O-rodrigo[Patching rsync to handle extattr] * link:https://pad.lorenz.lu/Hackathon202507#NN[Checking LICENSE files against SPDX templates] * link:https://pad.lorenz.lu/Hackathon202507#Timo[TCP/UDP checksum offloading for bhyve] * link:https://pad.lorenz.lu/Hackathon202507#Dave-C-dch[Native FreeBSD containers with Podman] * and more.