Introduce a new function, uvm_lwp_is_pagedaemon(), which returns true
if the specified LWP is the pagedaemon LWP. This test is inline for
the kernel proper, and directed to a function for modules. This, in turn,
allows us to hide "struct uvm_cpu" and "struct uvm" from modules, as
these have arrays in them that are not a consistent size certainly across
$MACHINEs within a given $MACHINE_ARCH, and may not necessarily even be
consistent within a given $MACHINE.
NetBSD -> 11.99.6 because new symbol referenced by modules.
moor: update to 2.12.3.
2.12.3
Fix a crash
Crash reported here: #399
Also, this release makes filtering using & 14% faster with large input.
2.12.2
Support ANSI escape codes for blink, hidden, and strikethrough,
contributed by @viserctul in #402.
Thanks!
Also in this release:
Ignore OSC8 parameters
Make LESS_TERMCAP_md control man page headings as well
[10 lines not shown]
rumdl: update to 0.1.87.
1.87
Added
config: fall back to ~/.rumdl.toml and ~/rumdl.toml as user config (8557089)
Fixed
code-block-tools: use yamlfmt lint mode for YAML (#606) (0296f86)
MD038: preserve spaces around nested backticks (#605) (a9552c6)
MD013: keep closing quote with parenthetical splits (#601) (9a47b99)
1.86
Added
cli: support inline TOML overrides via --config (ae5461f)
[24 lines not shown]
Import acpica-20260408 (previous was 20251212)
8 April 2026. Summary of changes for version 20260804:
Major changes:
* ACPI Table Enhancements:
Updated IORT and MADT template compilations to add new IWB and
GICv5 translator/router/ITS entries. Introduced full support for
the new DTPR table, including compiler and disassembler handling,
template fixes, and register structure refinements.
- Jose Marinho and Michal Camacho Romero
* Expanded IDs, GUIDs, and Methods:
Added Framework Computer Hardware IDs, modern standby _DSM GUIDs,
and TPM2 start methods. Updated _DSM Arg3 formatting and _CPC
handling to align with newer ACPI specifications and avoid Linux
compatibility warnings.
- Daniel Schaefer and Saket Dumbre
[28 lines not shown]
sysutils/xcp: update to 0.24.8
Bug Fixes
(xcp) Update rand to latest and fix API usage.
(xcp) treat source roots that are symlinks the same as deeper symlinks
net/xfr: update to 0.9.12
What's Changed
Add pre-commit hooks for fmt/clippy/test by @lance0 in #74
Bump the rust-dependencies group with 15 updates by @dependabot[bot] in #71
Apply -w to UDP SO_SNDBUF / SO_RCVBUF on both ends by @lance0 in #75
py-wcwidth: update to 0.7.0.
New support for kitty text sizing protocol (OSC 66) in width() and clip().
New clip() parameter control_codes='parse', 'ignore', and 'strict'. clip()
is now able to clip OSC 8 hyperlinks and OSC 66 text sizing sequences.
Improved clip() and width() to support horizontal cursor sequences (cub, cuf,
hpa). Cursor-left (cub) or backspace (\b) now overwrites text. column_address
(hpa) and carriage return (\r) are now parsed, and more values conditionally raise
ValueError when control_codes='strict'.
PR's
Remove docs, add utils by @jquast in #209
Bump requests from 2.32.5 to 2.33.0 in /docs by @dependabot[bot] in #210
Bump pygments from 2.19.2 to 2.20.0 in /docs by @dependabot[bot] in #212
dependabot nonsense by @jquast in #215
Expand terminal escape sequence for three more ECMA-48 "families" by @jquast in #214
Improve clip() and width() with hyperlinks and overtyping by @jquast in #216
Improve width() and clip() with kitty Text Sizing Protocol by @jquast in #213
py-typer: update to 0.25.1.
Features
🔧 Add Typer Library Skill for Agents. PR #1620 by @svlandeg.
Internal
⬆ Bump ruff from 0.15.11 to 0.15.12. PR #1722 by @dependabot[bot].
⬆ Bump prek from 0.3.10 to 0.3.11. PR #1723 by @dependabot[bot].
py-mako: update to 1.3.12.
:version: 1.3.12
:released: Tue Apr 28 2026
.. change::
:tags: bug, template
:tickets: 435
Fixed issue in :class:`.TemplateLookup` where a URI with backslash path
separators (e.g. ``\..\secret.txt``) could bypass the directory traversal
check on Windows, allowing reads of arbitrary files outside of the template
directory. Backslash characters in URIs are now normalized to forward
slashes before path resolution.