CONTRIBUTING.md: Github to Phabricator move adivce
When moving from Github to Phabricator, request that the original github
pull request be closed with the URL of the Phab. This cuts down on
clutter and helps us track things better.
Sponsored by: Netflix
loader.efi: efi_redirect_exceptions does use uninitialized pointer
loader_idt.rd_base is not set when we are attempting to bcopy(),
resulting to data stored to page 0 and therefore corrupting it.
Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D55180
loader.efi: free_tables() appears to free tss_pa twice.
we check and reset loader_gdt_pa, but use FreePages(tss_pa).
Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D55179
devel/serie: update to 0.6.1
What's Changed
Internal improvements by @lusingander in #124
Enable configuration of commit list column order and visibility by @lusingander in #127
Update docs by @lusingander in #128
Rethinking transitions between views by @lusingander in #130
textproc/rumdl: update to 0.1.25
[0.1.25] - 2026-02-21
Fixed
MD044: proper names inside HTML tag attribute values (e.g. src="...", href="...", title="...") are no longer flagged as incorrectly capitalized. Text content between tags continues to be checked as usual (#443)
[0.1.24] - 2026-02-20
Fixed
MD013: GitHub Flavored Markdown alert markers (> [!NOTE], > [!WARNING], etc.) are now preserved as non-wrappable boundaries during blockquote reflow — previously the alert type was merged with the following content line, corrupting the alert block
MD013: Reflow now wraps blockquote paragraphs (including lazy continuation lines) in fmt/check --fix, with deterministic style preservation and LSP manual reflow parity (#437)
MD013: Italic and bold paragraphs that exceed the configured line length are now reflowed correctly; previously only plain text paragraphs were wrapped (#441)
MD013: GFM task list checkboxes ([ ], [x], [X]) are now preserved as non-wrappable marker prefix during reflow, preventing - [ ] [long url](...) from being corrupted to - []\n [long url](...) (#436)
MD013: List continuation lines are now normalized to the canonical marker-length indent during reflow instead of inheriting any over-indentation from the source (#439)
MD013: Reflow no longer introduces double blank lines when an HTML block (e.g. <details>) captures a trailing blank line — previously this caused MD012 violations in large documentation repos
MD030: Byte offset computation for ordered list markers inside blockquotes was incorrect, causing fixes to insert spaces at the wrong position and be non-idempotent
MD044: Names configured in names are no longer falsely flagged inside HTML attribute values when the name appears adjacent to underscores (e.g. test_image) (#443)
MD048: Fence-length disambiguation when converting between backtick and tilde styles now correctly handles blocks where an interior same-style sequence would otherwise close the outer block early under CommonMark rules; the 0–3 space indent limit is enforced for fence markers per CommonMark §4.5
[2 lines not shown]