Date: Wed, 26 Feb 2025 15:06:37 GMT From: Lorenzo Salvadore <salvadore@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: f0acb92d3b - main - Status/2024Q4/freebsd-foundation.adoc: Use mailto Message-ID: <202502261506.51QF6bPo015805@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/doc/commit/?id=f0acb92d3b5152dbcafc15652faec12ce8bdc345 commit f0acb92d3b5152dbcafc15652faec12ce8bdc345 Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2025-02-26 15:02:12 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2025-02-26 15:06:11 +0000 Status/2024Q4/freebsd-foundation.adoc: Use mailto An attempt to use author entities was made, but the result in the web rendered version of status reports is ugly: the name of the author is displayed and then the email address within angular parenthesis <...>. The mailto macro gives a better result: a link to the email address displaying the author's name as text. --- .../report-2024-10-2024-12/freebsd-foundation.adoc | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/website/content/en/status/report-2024-10-2024-12/freebsd-foundation.adoc b/website/content/en/status/report-2024-10-2024-12/freebsd-foundation.adoc index c551869d8b..d774712da6 100644 --- a/website/content/en/status/report-2024-10-2024-12/freebsd-foundation.adoc +++ b/website/content/en/status/report-2024-10-2024-12/freebsd-foundation.adoc @@ -97,7 +97,7 @@ During the fourth quarter of 2024, 382 `src`, 135 `ports`, and 17 `doc` tree com The Foundation and its investment partners supported four major projects: -* {kib} continued work on an AMD IOMMU driver for FreeBSD, a project jointly funded by AMD and the Foundation. +* mailto:kib@FreeBSD.org[Konstantin Belousov] continued work on an AMD IOMMU driver for FreeBSD, a project jointly funded by AMD and the Foundation. This effort aims to enhance support for large-core AMD systems and other scenarios requiring interrupt remapping. The driver was link:https://cgit.freebsd.org/src/commit/?id=0f5116d7efe33c81f0b24b56eec78af37898f500[pushed to the src tree] in early November and continues to undergo testing and refinement. @@ -110,35 +110,35 @@ For details, refer to the <<_laptop_support_and_usability_improvements_project,L * <<_infrastructure_modernization,Work commissioned by the Sovereign Tech Agency to modernize FreeBSD's infrastructure>> continued this quarter. The goal of this work is to help achieve and sustain a manageable bug backlog. As part of this effort, The Foundation worked with link:https://bitergia.com/[Bitergia] to analyze and assess open Bugzilla bugs. -{bofh} finished porting Grimoirelab and deploying link:https://grimoire.freebsd.org/[Grimoire] in the FreeBSD cluster. +mailto:bofh@FreeBSD.org[Muhammad Moinur Rahman] finished porting Grimoirelab and deploying link:https://grimoire.freebsd.org/[Grimoire] in the FreeBSD cluster. Other projects: -* {asiciliano} provided a <<_ports_collection_accessibility_colors_low_vision,FreeBSD Accessibility Project update>>. -* Aymeric Wibo <obiwac@freebsd.org> began implementing <<_suspendresume_improvements,suspend-to-idle and S0ix sleep support>>. -* {bz} shared a <<_linuxkpi_802_11_wireless_update, LinuxKPI 802.11 Wireless Update>>. -* Chih-Hsin Chang <starbops@hey.com> continued work to <<_openstack_on_freebsd,improve OpenStack on FreeBSD>>. -* {christos} shared an update on work to <<_audio_stack_improvements,improve the FreeBSD audio stack>>. -* Harald Eilersten <haraldei-fbsd@anduin.net> began working on a project to <<_improve_openjdk_on_freebsd,improve OpenJDK on FreeBSD>>. -* Isaac Freund <ifreund@freebsdfoundation.org> worked on <<_pkgbase_motivated_improvements_to_pkg,PkgBase-motivated improvements to pkg>>. -* Jian-Lin Li <ljianlin99@gmail.com> began a project to <<_syzkaller_improvement_on_freebsd,improve Syzkaller on FreeBSD>>. -* {jrm} spent time on a personal project to <<_improving_common_lisp_infrastructure_in_freebsd_ports,improve Common Lisp support in the ports tree>>. -* {olce} submitted a report entry describing the work he completed with Baptiste Daroussin to <<_mac_do4_setcred2_mdo1, allow controlled process credentials transitions using the MAC framework>>. -* Pierre Pronchery <pierre@freebsdfoundation.org> returned to working on a <<_umb4_driver_for_mbim_usb_4g5g_modems,umb(4) driver for MBIM USB 4G/5G modems>> and he shared <<_progress_on_the_freebsd_installer,an update on work to improve the FreeBSD Installer>>. -* {thj} started <<_wireless_update,porting the iwx WiFi driver from OpenBSD (via Haiku)>>. +* mailto:asiciliano@FreeBSD.or[Alfonso S. Siciliano] provided a <<_ports_collection_accessibility_colors_low_vision,FreeBSD Accessibility Project update>>. +* mailto:obiwac@FreeBSD.org[Aymeric Wibo] began implementing <<_suspendresume_improvements,suspend-to-idle and S0ix sleep support>>. +* mailto:bz@FreeBSD.org[Bjoern A. Zeeb] shared a <<_linuxkpi_802_11_wireless_update, LinuxKPI 802.11 Wireless Update>>. +* mailto:starbops@hey.com[Chih-Hsin Chang] continued work to <<_openstack_on_freebsd,improve OpenStack on FreeBSD>>. +* mailto:christos@FreeBSD.org[Christos Margiolis] shared an update on work to <<_audio_stack_improvements,improve the FreeBSD audio stack>>. +* mailto:haraldei-fbsd@anduin.net[Harald Eilersten] began working on a project to <<_improve_openjdk_on_freebsd,improve OpenJDK on FreeBSD>>. +* mailto:ifreund@freebsdfoundation.org[Isaac Freund] worked on <<_pkgbase_motivated_improvements_to_pkg,PkgBase-motivated improvements to pkg>>. +* mailto:ljianlin99@gmail.com[Jian-Lin Li] began a project to <<_syzkaller_improvement_on_freebsd,improve Syzkaller on FreeBSD>>. +* mailto:jrm@FreeBSD.org[Joseph Mingrone] spent time on a personal project to <<_improving_common_lisp_infrastructure_in_freebsd_ports,improve Common Lisp support in the ports tree>>. +* mailto:olce@FreeBSD.org[Olivier Certner] submitted a report entry describing the work he completed with Baptiste Daroussin to <<_mac_do4_setcred2_mdo1, allow controlled process credentials transitions using the MAC framework>>. +* mailto:pierre@freebsdfoundation.org[Pierre Pronchery] returned to working on a <<_umb4_driver_for_mbim_usb_4g5g_modems,umb(4) driver for MBIM USB 4G/5G modems>> and he shared <<_progress_on_the_freebsd_installer,an update on work to improve the FreeBSD Installer>>. +* mailto:thj@FreeBSD.org[Tom Jones] started <<_wireless_update,porting the iwx WiFi driver from OpenBSD (via Haiku)>>. Other members of the Foundation's development team contributed to FreeBSD development efforts. For example: -* {mhorne} worked with community contributor Julien Cassette to add link:https://cgit.freebsd.org/src/commit/?id=c5c02a131a0e2ef52771e683269bc8778fe511f3[a RISC-V Allwinner D1 clock and reset driver]. -* {chuck}, {jhb}, and Pierre Pronchery <pierre@freebsdfoundation.org> fixed a few bhyve issues: +* mailto:mhorne@FreeBSD.org[Mitchell Horne] worked with community contributor Julien Cassette to add link:https://cgit.freebsd.org/src/commit/?id=c5c02a131a0e2ef52771e683269bc8778fe511f3[a RISC-V Allwinner D1 clock and reset driver]. +* mailto:chuck@FreeBSD.org[Chuck Tuffli], mailto:jhb@FreeBSD.org[John Baldwin], and mailto:pierre@freebsdfoundation.org[Pierre Pronchery] fixed a few bhyve issues: ** link:https://cgit.freebsd.org/src/commit/?id=e94a1d6a7f2eb932850e1db418bf34d5c6991ce8[bounds checks in hda_codec] ** link:https://cgit.freebsd.org/src/commit/?id=b0a24be007d83f7929de5b3fc320a29e6868067d[out-of-bounds read in NVMe log page] ** link:https://cgit.freebsd.org/src/commit/?id=5374b9e146811757540e35553a7712c5b9b29239[infinite loop in queue processing] ** link:https://cgit.freebsd.org/src/commit/?id=b34a4edefb0a40ced9b17ffd640f52fe55edc1f5[buffer overflow in pci_vtcon_control_send] ** link:https://cgit.freebsd.org/src/commit/?id=8c8ebbb045185396083cd3e4d333fe1851930ee7[robustness of TRIM handling]. -* In the ports tree, {bofh} converted `USE_OCAML` and `USE_JAVA` to the `USES` framework. -* {emaste} squashed a couple of man:makefs[8] bugs related to creating ISO9660 filesystems via the man:cd9660[4] driver: +* In the ports tree, mailto:bofh@FreeBSD.org[Muhammad Moinur Rahman] converted `USE_OCAML` and `USE_JAVA` to the `USES` framework. +* mailto:emaste@FreeBSD.org[Ed Maste] squashed a couple of man:makefs[8] bugs related to creating ISO9660 filesystems via the man:cd9660[4] driver: ** link:https://cgit.freebsd.org/src/commit/?id=2e09cef8dc6f46faba8bab87c42c3f19ba2ffe87[cd9660 filename buffer maximum length] ** link:https://cgit.freebsd.org/src/commit/?id=1f31d437428014e864bcce1223cf7017180e2608[cd9660 duplicate directory names].help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502261506.51QF6bPo015805>
