This is a display of mostly-automatically-classified git commits from 2026-08-17 to 2026-08-23.
This report is still in progress.
DEBUG: This version of the report is primarily for checking the classifiers, and therefore contains extra information (in this colour).
Table of contents and commits per category:
| (0) | Highlighted commits (these are copies, not in stats) | |
| 1 | 6.2% | Userland programs |
| 1 | 6.2% | Documentation |
| 3 | 18.8% | Hardware support |
| 0 | 0.0% | Networking |
| 0 | 0.0% | System administration |
| 0 | 0.0% | Libraries |
| 0 | 0.0% | Filesystems |
| 0 | 0.0% | Kernel |
| 0 | 0.0% | Build system |
| 1 | 6.2% | Internal organizational stuff |
| 0 | 0.0% | Testing |
| 8 | 50.0% | Style, typos, and comments |
| 1 | 6.2% | Contrib code |
| 1 | 6.2% | Reverted commits |
| 0 | 0.0% | Unclassified commits |
| 16 | 100% | total |
| Technical notes about this page |
debug: info about the automatic classification
| num | % | num changed | stage |
|---|---|---|---|
| 1 | 6.2% | 0 | 00-reverts |
| 8 | 50.0% | 0 | 01-style |
| 1 | 6.2% | 0 | 02-filenames_wildcards |
| 5 | 31.2% | 0 | 03-filenames_plain1 |
| 1 | 6.2% | 0 | 04-filenames_plain2 |
| 0 | 0.0% | 0 | Manually-classified commits |
| 0 | 0.0% | 0 | Unclassified commits |
debug: more stats
| num | % | stage |
|---|---|---|
| 0 | 0.0% | Misclassified commits |
| 16 | 100.0% | Classified commits, no corrections |
debug: groups
| 0 | 0.0% | num in revert |
| 0 | 0.0% | num in fixes |
| 0 | 0.0% | num in consecutive |
| 0 | 0.0% | Commits in groups |
For extra visibility, these are copies of commits found in
other sections. Most (if not all) come from the commit message
containing "Relnotes:", or commits modifying
UPDATING.
-- no commits in this category this week --
Commits about commands found in man section 1 (other than networking).
Our buffer is half a megabyte, but we are only initializing the first two bytes. Switching from static to dynamic initialization moves it from .data to .bss, greatly reducing the size of the binary. Fixes: https://cgit.freebsd.org/src/commit/?id=cf74b63d61b4 ("yes: Completely overengineer") MFC after: 1 week Sponsored by: Klara, Inc. Reviewed by: kevans Differential Revision: https://reviews.freebsd.org/D58890
debug: classified in
04-filenames_plain2 by
'usr.bin/'
Man pages, release notes, etc.
Standardize driver manuals on the style used for 12 years in vt(4). This brings SYNOPSIS across all FreeBSD manual sections into harmony of meaning where where SYNOPSIS lists available options, and does not contain prose. Adjust mdoc(7) to reflect the established convention. Reviewed by: jhb Discussed with: arch@ (marc.info/?l=freebsd-arch&m=176782215606871) Differential Revision: https://reviews.freebsd.org/D54586
debug: classified in
02-filenames_wildcards by
'.*\.[1-9]'
Hardware drivers and architecture-specific code.
T2, T1, and some pre-T1 Macs advertise a legacy PIO range in the SMC ACPI _CRS alongside a live MMIO window, but the silicon behind the PIO range is bogus. Try MMIO first, validate via LDKN >= 2, fall back to PIO if that fails or no MMIO resource is present. Drop "(T2)" from the backend message since MMIO isn't T2-exclusive. MFC: 1 week Reviewed by: ngie Differential Revision: https://reviews.freebsd.org/D58839
debug: classified in
03-filenames_plain1 by
'sys/dev/'
The problem observed on X550 adapters with 2.5 and 5 Gbps speeds negotiation on some switches is not affecting E610 adapters. Remove workaround, which omitted those speeds in the list of initially advertised speeds and advertise all speeds supported by adapter. Signed-off-by: Krzysztof Galazka <krzysztof.galazka@intel.com> Reviewed by: kbowling Tested by: Mateusz Moga <mateusz.moga@intel.com> MFC after: 1 week Sponsored by: Intel Corporation Differential Revision: https://reviews.freebsd.org/D57339
debug: classified in
03-filenames_plain1 by
'sys/dev/'
Two additional subdevice IDs were introduced to distinguish between adapters with and without manageability over USB support. Signed-off-by: Krzysztof Galazka <krzysztof.galazka@intel.com> Reviewed by: erj Tested by: Mateusz Moga <mateusz.moga@intel.com> MFC after: 1 week Sponsored by: Intel Corporation Differential Revision: https://reviews.freebsd.org/D57337
debug: classified in
03-filenames_plain1 by
'sys/dev/'
Network-related commands, library, and kernel.
-- no commits in this category this week --
Stuff in man section 8 (other than networking).
-- no commits in this category this week --
-- no commits in this category this week --
-- no commits in this category this week --
Kernel stuff (other than networking, filesystems, and drivers).
-- no commits in this category this week --
-- no commits in this category this week --
And clean up luacheck warnings. Sponsored by: Klara, Inc. Differential Revision: https://reviews.freebsd.org/D48950
debug: classified in
03-filenames_plain1 by
'tools/tools/git/'
-- no commits in this category this week --
These could go in other categories, but it's more clear if they're here instead.
- s/uneccessarily/unnecessarily/ Obtained from: NetBSD MFC after: 3 days
debug: classified in 01-style
by '[tT]ypo'
- s/modifing/modifying/ MFC after: 3 days
debug: classified in 01-style
by '[tT]ypo'
- s/errornous/erroneous/ MFC after: 3 days
debug: classified in 01-style
by '[tT]ypo'
- s/predifined/predefined/ MFC after: 3 days
debug: classified in 01-style
by '[tT]ypo'
- s/modifing/modifying/ MFC after: 3 days
debug: classified in 01-style
by '[tT]ypo'
- s/modifing/modifying/ MFC after: 3 days
debug: classified in 01-style
by '[tT]ypo'
- s/varaiables/variables/ MFC after: 3 days
debug: classified in 01-style
by '[tT]ypo'
- s/staring/starting/ MFC after: 5 days
debug: classified in 01-style
by '[tT]ypo'
Release notes at https://www.sqlite.org/releaselog/3_53_3.html. Obtained from: https://www.sqlite.org/2026/sqlite-autoconf-3530300.tar.gz MFC after: 2 weeks Merge commit 'e698feec080925c6cffa9ec31be884daa5cea536'
debug: classified in
03-filenames_plain1 by
'contrib/'
This reverts commit 45645518ea19ccb4761aee3a525aab2f323d37d4. Although this changed looks like it should just be a harmless change to bookkeeping, it turns out that it changes the termination condition of the initial device scan, resulting in it never finishing. This causes the boot to hang forever coming up. Since I don't have good access to hardware, I'm reverting until the exact details can be sorted out. Reported by: Edward Scroop Sponsored by: Netflix MFC After: 1 week
debug: classified in 00-reverts
by 'This reverts commit
\b([0-9a-fA-F]{40})\b'
Not classified automatically, and waiting for manual attention.
-- no commits in this category this week --
Dates:
cgit.freebsd.org/src. Git accurately records the
order of commits, but not their dates.Automatic grouping:
This reverts commit \\b([0-9a-fA-F]{40})\\b
and the hash was found in this week's commits.
Automatic categories:
Source code:
Generated with commits-periodical 0.20 at 2026-08-17 16:52:47+00:00.
This work is supported by Tarsnap Backup Inc.
Alternate version: 2026-08-17 (release)