FreeBSD/src cda79e5sys/compat/linuxkpi/common/src linux_80211.c

LinuxKPI: 802.11: set flag if frame should be part of an A-MPDU

In the output path where we are sending a frame to the driver mark it
if it should be part of an A-MPDU based on its tid, type, and whether
net80211 thinks that we are in the right state for this.

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+12-0sys/compat/linuxkpi/common/src/linux_80211.c
+12-01 files

FreeBSD/src 259efa7sys/compat/linuxkpi/common/src linux_80211.c linux_80211.h

LinuxKPI: 802.11: make *addba* work better

Fill in more details for lkpi_ic_addba_request(), lkpi_ic_addba_response(),
and lkpi_ic_addba_response_timeout().

Migrate the ltxq flags seen_dequeue and stopped to a bitfield and add %b
support to log messages.   This seemed the better approach after needing
an additional stop field for BA while we have to hold packets from being
transmitted.

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+64-15sys/compat/linuxkpi/common/src/linux_80211.c
+10-2sys/compat/linuxkpi/common/src/linux_80211.h
+74-172 files

FreeBSD/src a993d28sys/compat/linuxkpi/common/src linux_80211.c

LinuxKPI: 802.11: add note about rate control support under boot -v

We currently do not support rate control in LinuxKPI.  As more drivers
and chipsets gain suppport for higher throughput add a note under
bootverbose if we hit one of these cases (currently only older iwlwifi
chipsets).

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+6-0sys/compat/linuxkpi/common/src/linux_80211.c
+6-01 files

FreeBSD/src 22ac9besys/compat/linuxkpi/common/src linux_80211.c

LinuxKPI: 802.11: adjust tracing for action/ampdu/addba functions

Adjust the pure debug tracing to no longer be under HT and add more
to the other functions we are interested in, so we can follow the
calls more easily.

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+9-3sys/compat/linuxkpi/common/src/linux_80211.c
+9-31 files

FreeBSD/src fb97712sys/compat/linuxkpi/common/include/net mac80211.h, sys/compat/linuxkpi/common/src linux_80211.c

LinuxKPI: 802.11: implement ieee80211_start_tx_ba_session()

Implement ieee80211_start_tx_ba_session() as a start for rtw8x (and
select mt76 chipsets) to support more throughput.

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+102-0sys/compat/linuxkpi/common/src/linux_80211.c
+3-3sys/compat/linuxkpi/common/include/net/mac80211.h
+105-32 files

FreeBSD/src ba79610sys/compat/linuxkpi/common/src linux_80211_macops.c linux_80211.h

LinuxKPI: 802.11: add three more driver downcalls

Add (*link_sta_rc_update), (*set_bitrate_mask), and
(*sta_set_decap_offload) mac80211 driver downcalls in preparation
for further work.

Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
DeltaFile
+57-0sys/compat/linuxkpi/common/src/linux_80211_macops.c
+7-0sys/compat/linuxkpi/common/src/linux_80211.h
+64-02 files

FreeBSD/src d798491libexec/nuageinit nuageinit nuageinit.7, libexec/nuageinit/tests nuageinit.sh

nuageinit: implement ssh_authkey_fingerprints support

Add support for the 'ssh_authkey_fingerprints' cloud-config key
which logs SSH host key fingerprints to the console via ssh-keygen.
DeltaFile
+24-0libexec/nuageinit/nuageinit
+21-0libexec/nuageinit/tests/nuageinit.sh
+5-0libexec/nuageinit/nuageinit.7
+50-03 files

FreeBSD/src 58184a3libexec/nuageinit nuageinit nuageinit.7, libexec/nuageinit/tests nuageinit.sh

nuageinit: implement keyboard support
DeltaFile
+29-1libexec/nuageinit/tests/nuageinit.sh
+24-0libexec/nuageinit/nuageinit
+20-0libexec/nuageinit/nuageinit.7
+73-13 files

FreeBSD/src 4662263libexec/nuageinit nuage.lua nuageinit.7, libexec/nuageinit/tests nuageinit.sh

nuageinit: implement resolv_conf support

Add support for the 'resolv_conf' cloud-config key which writes
directly to /etc/resolv.conf.
DeltaFile
+32-0libexec/nuageinit/tests/nuageinit.sh
+32-0libexec/nuageinit/nuage.lua
+17-0libexec/nuageinit/nuageinit.7
+6-0libexec/nuageinit/nuageinit
+87-04 files

FreeBSD/src 797dad9libexec/nuageinit nuage.lua nuageinit.7, libexec/nuageinit/tests nuageinit.sh

nuageinit: implement mounts support

Add support for the 'mounts' cloud-config key which configures
mount points by appending entries to /etc/fstab and creating
the corresponding directories.
DeltaFile
+47-1libexec/nuageinit/nuage.lua
+36-0libexec/nuageinit/nuageinit.7
+33-0libexec/nuageinit/nuageinit
+28-0libexec/nuageinit/tests/nuageinit.sh
+144-14 files

FreeBSD/ports 25134c4sysutils/mate-control-center Makefile distinfo

sysutils/mate-control-center: switch to GitHub release asset

Minor versions of 1.28.x are no longer published to the MATE mirror
and are only available on GitHub. Use USE_GITHUB=nodefault with a
release tarball instead of the auto-generated one, as recommended
by the porter's handbook. Remove autoreconf and yelp-tools, not
needed with release tarballs. Add portscout site hint for GitHub
releases detection.
DeltaFile
+7-11sysutils/mate-control-center/Makefile
+3-3sysutils/mate-control-center/distinfo
+10-142 files

FreeBSD/doc 819fa7bwebsite/content/en/releases/15.1R schedule.adoc

15.1: Add RC3 to the schedule

According to the cperciva's email - pushing the release back by a week.

Sponsored by:   tipi.work
DeltaFile
+3-2website/content/en/releases/15.1R/schedule.adoc
+3-21 files

FreeBSD/ports 0ca4117net/dpinger distinfo Makefile

net/dpinger: Update 3.5 => 3.6

Changelog:
https://github.com/dennypage/dpinger/releases/tag/v3.6

PR:             295859
Reported by:    Denny Page <dennypage at me.com> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+3-3net/dpinger/distinfo
+1-1net/dpinger/Makefile
+4-42 files

FreeBSD/ports 44582b5net/mcast-bridge distinfo Makefile

net/mcast-bridge: Update 1.4.0 => 1.5.0

Changelog:
https://github.com/dennypage/mcast-bridge/releases/tag/v1.5.0

PR:             295860
Reported by:    Denny Page <dennypage at me.com> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+3-3net/mcast-bridge/distinfo
+1-1net/mcast-bridge/Makefile
+4-42 files

FreeBSD/ports d6946d9net/mdns-bridge distinfo Makefile

net/mdns-bridge: Update 2.5.0 => 2.6.0

Changelog:
https://github.com/dennypage/mdns-bridge/releases/tag/v2.6.0

PR:             295865
Reported by:    Denny Page <dennypage at me.com> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+3-3net/mdns-bridge/distinfo
+1-1net/mdns-bridge/Makefile
+4-42 files

FreeBSD/ports c044f93emulators/ares Makefile

emulators/ares: bump PORTREVISION after librashader update

PR:             295868
Reported by:    Stefan Schlosser <bsdcode at disroot.org> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+1-0emulators/ares/Makefile
+1-01 files

FreeBSD/ports d45a2badevel/librashader distinfo Makefile.crates

devel/librashader: Update 0.11.0 => 0.11.1

Changelog:
https://github.com/SnowflakePowered/librashader/releases/tag/librashader-v0.11.1

PR:             295868
Reported by:    Stefan Schlosser <bsdcode at disroot.org> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+31-31devel/librashader/distinfo
+14-14devel/librashader/Makefile.crates
+1-2devel/librashader/Makefile
+46-473 files

FreeBSD/ports 4001b07devel/py-sqlfluff distinfo Makefile

devel/py-sqlfluff: Update to 4.2.2
DeltaFile
+3-3devel/py-sqlfluff/distinfo
+1-1devel/py-sqlfluff/Makefile
+4-42 files

FreeBSD/ports 1ce3809devel/p5-ExtUtils-Builder-Compiler distinfo Makefile

devel/p5-ExtUtils-Builder-Compiler: Update 0.036 => 0.037

Changelog:
https://metacpan.org/dist/ExtUtils-Builder-Compiler/changes

PR:             295863
Reported by:    Sergei Vyshenski <svysh.fbsd at gmail.com> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+3-3devel/p5-ExtUtils-Builder-Compiler/distinfo
+1-1devel/p5-ExtUtils-Builder-Compiler/Makefile
+4-42 files

FreeBSD/ports 0544e85misc Makefile, misc/warp distinfo Makefile.crates

misc/warp: Add port: Open agentic development environment born from the terminal

Warp is an open agentic development environment born from the
terminal. Run coding agents locally and in the cloud, across any
model, any harness, repo, or tool.

WWW: https://warp.dev/
DeltaFile
+2,839-0misc/warp/distinfo
+1,418-0misc/warp/Makefile.crates
+125-0misc/warp/pkg-plist
+113-0misc/warp/Makefile
+3-0misc/warp/pkg-descr
+1-0misc/Makefile
+4,499-06 files

FreeBSD/ports 40c7c04www/fmd-server Makefile distinfo

www/fmd-server: fix offline pnpm cache
DeltaFile
+7-6www/fmd-server/Makefile
+3-3www/fmd-server/distinfo
+10-92 files

FreeBSD/doc 1930847website/data/zh-tw/news news.toml

traditional Chinese Translation of the latest news items (May 2026)
DeltaFile
+10-0website/data/zh-tw/news/news.toml
+10-01 files

FreeBSD/ports d63909bwww/R-cran-gh distinfo Makefile

www/R-cran-gh: Update to 1.6.0

Update dependencies.

Changelog: https://cloud.r-project.org/web/packages/gh/news/news.html
DeltaFile
+3-3www/R-cran-gh/distinfo
+4-2www/R-cran-gh/Makefile
+7-52 files

FreeBSD/ports b219477www/fmd-server Makefile distinfo

www/fmd-server: enable package build

Use pnpm and node module cache from LOCAL master site
DeltaFile
+14-9www/fmd-server/Makefile
+3-1www/fmd-server/distinfo
+17-102 files

FreeBSD/ports 17424e5www/chromium/files patch-chrome_browser_about__flags.cc patch-third__party_webrtc_modules_desktop__capture_linux_x11_x__server__pixel__buffer.cc

www/chromium: update to 149.0.7827.53
DeltaFile
+78-105www/chromium/files/patch-chrome_browser_about__flags.cc
+106-13www/chromium/files/patch-third__party_webrtc_modules_desktop__capture_linux_x11_x__server__pixel__buffer.cc
+99-0www/chromium/files/patch-third__party_libc++_src_include_____locale__dir_support_bsd__like.h
+98-0www/chromium/files/patch-third__party_libvpx_source_config_linux_arm64-highbd_vpx__dsp__rtcd.h
+49-35www/chromium/files/patch-build_config_compiler_BUILD.gn
+44-26www/chromium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc
+474-179439 files not shown
+2,669-2,176445 files

FreeBSD/ports b1e6ab7security/infisical-cli distinfo Makefile

security/infisical-cli: update to 0.43.91 release.
DeltaFile
+5-5security/infisical-cli/distinfo
+1-4security/infisical-cli/Makefile
+6-92 files

FreeBSD/src 6e54d00libexec/nuageinit/tests nuageinit.sh

nuageinit: add tests for bootcmd, ssh_deletekeys, disable_root, manage_etc_hosts
DeltaFile
+167-0libexec/nuageinit/tests/nuageinit.sh
+167-01 files

FreeBSD/ports 541a6e2textproc/py-mwparserfromhell Makefile distinfo, textproc/py-mwparserfromhell/files patch-setup.py patch-pyproject.toml

textproc/py-mwparserfromhell: update 0.6.6 → 0.7.2
DeltaFile
+0-11textproc/py-mwparserfromhell/files/patch-setup.py
+11-0textproc/py-mwparserfromhell/files/patch-pyproject.toml
+3-5textproc/py-mwparserfromhell/Makefile
+3-3textproc/py-mwparserfromhell/distinfo
+17-194 files

FreeBSD/ports 7c341b9www/py-pywikibot distinfo Makefile

www/py-pywikibot: update 11.2.0 → 11.3.0
DeltaFile
+3-3www/py-pywikibot/distinfo
+2-2www/py-pywikibot/Makefile
+5-52 files

FreeBSD/ports 9513c4etextproc/py-segments distinfo Makefile

textproc/py-segments: update 2.3.0 → 2.4.0
DeltaFile
+3-3textproc/py-segments/distinfo
+1-1textproc/py-segments/Makefile
+4-42 files