FreeBSD/src 4a299efsys/dev/firewire firewire.c

firewire: clean up XXX comments

Remove stale and misleading XXX comments throughout firewire.c.
Most were from the original 2002 codebase and either described
correct behavior or noted aspirational improvements that never
happended.

Two actionable items retained as TODO: config ROM CRC validation
and pending xfer cleanup on detach.

Reviewed by:    adrian
Differential Revision:  https://reviews.freebsd.org/D57466
DeltaFile
+9-16sys/dev/firewire/firewire.c
+9-161 files

LLVM/project c384de1llvm/lib/Transforms/Vectorize VPlanTransforms.cpp

[VPlan] Prevent dangling references to trip count after expansion. (#201924)

Set trip count to Poison after expanding SCEVs to VPInstructions. getTripCount should not be used after that other than printing; setting to poison avoids accessing dangling references.
DeltaFile
+4-1llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
+4-11 files

FreeBSD/ports 964bd52devel/R-cran-callr Makefile distinfo

devel/R-cran-callr: Update to 3.8.0

Changelog: https://cloud.r-project.org/web/packages/callr/news/news.html
DeltaFile
+3-4devel/R-cran-callr/Makefile
+3-3devel/R-cran-callr/distinfo
+6-72 files

FreeBSD/ports 3e090b5textproc/py-textual-autocomplete distinfo Makefile

textproc/py-textual-autocomplete: update 4.0.5 → 4.0.6
DeltaFile
+3-3textproc/py-textual-autocomplete/distinfo
+2-2textproc/py-textual-autocomplete/Makefile
+5-52 files

FreeBSD/ports 281f41dmisc/antigravity-cli distinfo Makefile

misc/antigravity-cli: update 1.0.5 → 1.0.6
DeltaFile
+5-5misc/antigravity-cli/distinfo
+2-2misc/antigravity-cli/Makefile
+7-72 files

FreeBSD/ports ab36ca5misc/mcp-inspector pkg-plist distinfo, misc/mcp-inspector/files package-lock.json

misc/mcp-inspector: update 0.21.2 → 0.22.0
DeltaFile
+339-441misc/mcp-inspector/files/package-lock.json
+45-85misc/mcp-inspector/pkg-plist
+3-3misc/mcp-inspector/distinfo
+1-1misc/mcp-inspector/Makefile
+388-5304 files

FreeBSD/ports 90d5fe4devel/git-town distinfo Makefile

devel/git-town: update 23.0.1 → 23.0.2
DeltaFile
+7-7devel/git-town/distinfo
+1-2devel/git-town/Makefile
+8-92 files

FreeBSD/ports 0140ee2devel Makefile, devel/py-pipcl Makefile pkg-descr

devel/py-pipcl: New port: Python packaging operations for use by a setup.py script
DeltaFile
+22-0devel/py-pipcl/Makefile
+6-0devel/py-pipcl/pkg-descr
+3-0devel/py-pipcl/distinfo
+1-0devel/Makefile
+32-04 files

FreeBSD/ports 8fd8bc9net/mihomo distinfo Makefile

net/mihomo: update 1.19.26 → 1.19.27
DeltaFile
+5-5net/mihomo/distinfo
+1-2net/mihomo/Makefile
+6-72 files

FreeBSD/ports 0230060textproc/py-bibtexparser Makefile distinfo

textproc/py-bibtexparser: update 1.4.3 → 1.4.4
DeltaFile
+4-3textproc/py-bibtexparser/Makefile
+3-3textproc/py-bibtexparser/distinfo
+7-62 files

FreeBSD/ports 857eee3misc/lean-ctx distinfo Makefile

misc/lean-ctx: update 3.7.4 → 3.7.5
DeltaFile
+31-3misc/lean-ctx/distinfo
+15-1misc/lean-ctx/Makefile
+46-42 files

LLVM/project 3501495llvm/test/CodeGen/X86 kshift.ll

[X86] kshift.ll - regenerate VPTERNLOG asm comments (#202055)
DeltaFile
+12-12llvm/test/CodeGen/X86/kshift.ll
+12-121 files

FreeBSD/src a620746sys/dev/firewire if_fwe.c

fix(fwe): add missing net epoch around ether_input

Wrap the if_input() call in fwe_as_input() with NET_EPOCH_ENTER/EXIT.
The network stack requires epoch protection when delivering packets
via if_input, and fwe was missing it.

Reviewed by:    adrian
Differential Revision:  https://reviews.freebsd.org/D57459
DeltaFile
+3-0sys/dev/firewire/if_fwe.c
+3-01 files

FreeBSD/src 390ae06sys/kern kern_procctl.c

procctl(PROC_REAP_GETPIDS): re-validate reaper after relock of proctree_lock

Reviewed by:    markj
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D57487
DeltaFile
+32-11sys/kern/kern_procctl.c
+32-111 files

FreeBSD/src 261c97bsys/kern kern_procctl.c

kern_procctl: add get_reaper_or_p() helper

Reviewed by:    markj
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D57487
DeltaFile
+10-6sys/kern/kern_procctl.c
+10-61 files

FreeBSD/src a845480sys/kern kern_procctl.c

procctl(): do not allow the process to exit inside kern_procctl_single()

Requested and reviewed by:      markj
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D57491
DeltaFile
+15-21sys/kern/kern_procctl.c
+15-211 files

FreeBSD/ports 2109f6bdevel/py-joblib Makefile

devel/py-joblib: Add CPE information
DeltaFile
+2-1devel/py-joblib/Makefile
+2-11 files

FreeBSD/ports f00a46adevel/py-gitpython Makefile

devel/py-gitpython: Add CPE information
DeltaFile
+2-1devel/py-gitpython/Makefile
+2-11 files

LLVM/project 371dacdlldb/include/lldb/Host HostThread.h, lldb/include/lldb/Symbol SymbolContext.h

[lldb] Remove unused DenseMapInfo::getEmptyKey (#201990)

After #201281 DenseMapInfo<T>::getEmptyKey() is no longer used by
DenseMap. Remove the unused getEmptyKey definitions and dead sentinel
uses.
DeltaFile
+0-13lldb/include/lldb/Symbol/SymbolContext.h
+0-4lldb/include/lldb/Utility/ConstString.h
+0-4lldb/include/lldb/Host/HostThread.h
+1-2lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
+0-3lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
+0-3lldb/include/lldb/Utility/UUID.h
+1-293 files not shown
+1-369 files

FreeBSD/ports c6b7147devel/py-donfig Makefile

devel/py-donfig: Add CPE information
DeltaFile
+2-1devel/py-donfig/Makefile
+2-11 files

FreeBSD/ports 8552260devel/py-deepdiff Makefile

devel/py-deepdiff: Add CPE information and fix WWW
DeltaFile
+3-2devel/py-deepdiff/Makefile
+3-21 files

FreeBSD/ports cef082adevel/py-datasette Makefile

devel/py-datasette: Add CPE information
DeltaFile
+1-1devel/py-datasette/Makefile
+1-11 files

FreeBSD/ports c38ecc6devel/py-copier Makefile

devel/py-copier: Add CPE information
DeltaFile
+2-1devel/py-copier/Makefile
+2-11 files

FreeBSD/ports ba725c1devel/py-configobj Makefile

devel/py-configobj: Add CPE information
DeltaFile
+2-1devel/py-configobj/Makefile
+2-11 files

FreeBSD/ports 8097ac9devel/py-click7 Makefile

devel/py-click7: Add CPE information
DeltaFile
+2-1devel/py-click7/Makefile
+2-11 files

FreeBSD/ports 4a59706devel/py-click Makefile

devel/py-click: Add CPE information
DeltaFile
+2-1devel/py-click/Makefile
+2-11 files

FreeBSD/ports 8b61af7devel/py-cleo Makefile

devel/py-cleo: Add CPE information
DeltaFile
+2-1devel/py-cleo/Makefile
+2-11 files

FreeBSD/ports 7e4d866devel/py-cbor2 Makefile

devel/py-cbor2: Add CPE information
DeltaFile
+2-1devel/py-cbor2/Makefile
+2-11 files

FreeBSD/ports db291a4devel/py-black Makefile

devel/py-black: Add CPE information
DeltaFile
+2-1devel/py-black/Makefile
+2-11 files

FreeBSD/ports 9b0181bdevel/py-attrs Makefile

devel/py-attrs: Add CPE information
DeltaFile
+2-1devel/py-attrs/Makefile
+2-11 files