git: f02503c4f0 - main - Status/2026Q2: typo fixes
Maxim Konovalov <[email protected]> Wed, 15 Jul 2026 18:51:52 +0000
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by maxim: URL: https://cgit.FreeBSD.org/doc/commit/?id=f02503c4f0c9c0b42848602cc7fd753b20c697b5 commit f02503c4f0c9c0b42848602cc7fd753b20c697b5 Author: Maxim Konovalov <[email protected]> AuthorDate: 2026-07-15 18:51:10 +0000 Commit: Maxim Konovalov <[email protected]> CommitDate: 2026-07-15 18:51:10 +0000 Status/2026Q2: typo fixes --- website/content/en/status/report-2026-04-2026-06/ipv6_improvements.adoc | 2 +- website/content/en/status/report-2026-04-2026-06/ntsync.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/en/status/report-2026-04-2026-06/ipv6_improvements.adoc b/website/content/en/status/report-2026-04-2026-06/ipv6_improvements.adoc index 6ca951d2d5..b057f4d616 100644 --- a/website/content/en/status/report-2026-04-2026-06/ipv6_improvements.adoc +++ b/website/content/en/status/report-2026-04-2026-06/ipv6_improvements.adoc @@ -2,7 +2,7 @@ Contact: Pouria Mousavizadeh Tehrani <[email protected]> -For the past 6 months, I have worked on refreshing our IPv6 stack and implementeing pending RFCs in our stack, and they are now available on CURRENT. +For the past 6 months, I have worked on refreshing our IPv6 stack and implementing pending RFCs in our stack, and they are now available on CURRENT. So far, I have added the support for: diff --git a/website/content/en/status/report-2026-04-2026-06/ntsync.adoc b/website/content/en/status/report-2026-04-2026-06/ntsync.adoc index bd1beb8086..c719973eb0 100644 --- a/website/content/en/status/report-2026-04-2026-06/ntsync.adoc +++ b/website/content/en/status/report-2026-04-2026-06/ntsync.adoc @@ -7,7 +7,7 @@ The substrates to implement semaphores, mutexes, and events from the Win32 land The driver represents each NT object as a file descriptor, which has the set of the ioctls defined that directly map into the Win32 operations. The project implemented the driver providing the compatible ntsync interface as specified in the Linux 7.0-rc3 document Documentation/userspace-api/ntsync.rst. -Both native FreeBSD interface, and the Linu ABI compatibility layers, are written. +Both native FreeBSD interface, and the Linux ABI compatibility layers, are written. To test the driver, a minimal version of the Linux kernel test harness was ported. FreeBSD driver follows the interface details as encoded by the tests, when a discrepancy between Linux documentation and tests was found.