FreeBSD/ports 5e3a9f4devel Makefile, devel/glab-tui pkg-descr Makefile

devel/glab-tui: New port: Terminal user interface for GitLab and GitHub
DeltaFile
+523-0devel/glab-tui/distinfo
+260-0devel/glab-tui/Makefile.crates
+23-0devel/glab-tui/Makefile
+9-0devel/glab-tui/pkg-descr
+1-0devel/Makefile
+816-05 files

FreeBSD/ports 1ef7479graphics Makefile, graphics/freeze distinfo pkg-descr

graphics/freeze: New port: Generate images of code and terminal output
DeltaFile
+24-0graphics/freeze/Makefile
+8-0graphics/freeze/pkg-descr
+5-0graphics/freeze/distinfo
+1-0graphics/Makefile
+38-04 files

FreeBSD/ports af40cacx11-fonts Makefile, x11-fonts/departure-mono pkg-plist distinfo

x11-fonts/departure-mono: New port: Retro pixel-style monospace font
DeltaFile
+24-0x11-fonts/departure-mono/Makefile
+7-0x11-fonts/departure-mono/pkg-descr
+3-0x11-fonts/departure-mono/distinfo
+1-0x11-fonts/Makefile
+1-0x11-fonts/departure-mono/pkg-plist
+36-05 files

FreeBSD/ports 1a1c1ccwww/xcaddy Makefile distinfo

www/xcaddy: Update to 0.4.7
DeltaFile
+5-5www/xcaddy/distinfo
+1-2www/xcaddy/Makefile
+6-72 files

FreeBSD/ports 1267ac0net/croc Makefile distinfo, net/croc/files croc.in

net/croc: Update to 11.2.2

- Drop redundant env from rc script
DeltaFile
+5-5net/croc/distinfo
+1-2net/croc/Makefile
+1-1net/croc/files/croc.in
+7-83 files

LLVM/project 4970272lldb/source/Plugins/Language/CPlusPlus MsvcStl.h CPlusPlusLanguage.cpp, lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/bitset TestDataFormatterGenericBitset.py

[LLDB] Add MSVC STL bitset formatter (#175570)

This PR adds a formatter for MSVC STL's `std::bitset`. Most of the code
is already in `GenericBitset`. To add support, only
`GetDataContainerMemberName` has to be modified. However, to get the
size of the set, the template parameter is read. This doesn't work with
PDB. Unfortunately, there's no static member that mirrors the template
parameter value, so we have to parse the type name to get the size.
DeltaFile
+32-0lldb/source/Plugins/Language/CPlusPlus/GenericBitset.cpp
+22-5lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
+12-1lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/bitset/TestDataFormatterGenericBitset.py
+6-0lldb/source/Plugins/Language/CPlusPlus/MsvcStl.h
+72-64 files

FreeBSD/ports 827daf5security/tailscale Makefile distinfo

security/tailscale: Update to 1.102.3

MFH:            2026Q3
Security:       4bf4495e-9d4e-11f1-a129-901b0e9408dc
(cherry picked from commit b69565e8ba855242f252e1771394a1473b7b8dae)
DeltaFile
+5-5security/tailscale/distinfo
+1-2security/tailscale/Makefile
+6-72 files

FreeBSD/ports 863adeesysutils Makefile, sysutils/facl distinfo pkg-descr

sysutils/facl: New port: Terminal UI and CLI for NFSv4 ACLs
DeltaFile
+22-0sysutils/facl/Makefile
+14-0sysutils/facl/pkg-descr
+5-0sysutils/facl/distinfo
+1-0sysutils/Makefile
+42-04 files

LLVM/project 6de7817llvm/lib/Target/AMDGPU SIPreEmitPeephole.cpp, llvm/test/CodeGen/AMDGPU si-pre-emit-peephole-redundant-mode-writes.ll

[AMDGPU] Eliminate redundant s_round_mode and s_denorm_mode writes (#216305)

Add a block local peephole that drops writes to the FP round mode and
the FP denorm mode which cannot be observed. A write is removed when a
later write replaces the field before any instruction reads MODE, or
when the value it writes is already live in MODE.

s_round_mode and s_denorm_mode each assign one field of MODE and
preserve the rest of the register, so the two fields are tracked
independently: a write to one field is transparent to a pending write to
the other.
    
The analysis is intra-block only: the mode on entry to a block is
treated as unknown, and a write still live at the end of a block is kept
for its successors.
DeltaFile
+335-0llvm/test/CodeGen/AMDGPU/si-pre-emit-peephole-redundant-mode-writes.ll
+87-0llvm/lib/Target/AMDGPU/SIPreEmitPeephole.cpp
+422-02 files

FreeBSD/ports b69565esecurity/tailscale Makefile distinfo

security/tailscale: Update to 1.102.3

MFH:            2026Q3
Security:       4bf4495e-9d4e-11f1-a129-901b0e9408dc
DeltaFile
+5-5security/tailscale/distinfo
+1-2security/tailscale/Makefile
+6-72 files

FreeBSD/ports eb23a05security/vuxml/vuln 2026.xml

security/vuxml: Document tailscale vulnerability
DeltaFile
+27-0security/vuxml/vuln/2026.xml
+27-01 files

LLVM/project fe91cfdlibc/src/__support/math issignalingf128.h isnanf128.h, libc/src/math/generic isnanf128.cpp

[libc] Make classification functions use the emulated float128 type (#217134)

* `isnanf128`
* `issignalingf128`
*  `iscanonicalf128`
DeltaFile
+19-0utils/bazel/llvm-project-overlay/libc/test/src/math/smoke/BUILD.bazel
+5-8libc/src/__support/math/isnanf128.h
+5-8libc/src/__support/math/iscanonicalf128.h
+9-3utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+4-7libc/src/__support/math/issignalingf128.h
+6-1libc/src/math/generic/isnanf128.cpp
+48-2729 files not shown
+140-7935 files

FreeBSD/ports e87b122devel/libvirt distinfo Makefile

devel/libvirt: backport upstream bugfix

 - Include an upstream patch which fixes a bug in the bhyve
   driver which could cause libvirtd lockup on domain shutdown
 - Bump PORTREVISION

Sponsored by:   The FreeBSD Foundation
DeltaFile
+3-1devel/libvirt/distinfo
+4-0devel/libvirt/Makefile
+7-12 files

LLVM/project c0da237libc/test/shared shared_math_test.cpp shared_math_constexpr_test.cpp

nit + bf16 fix
DeltaFile
+11-6libc/test/shared/shared_math_constexpr_test.cpp
+10-4libc/test/shared/shared_math_test.cpp
+21-102 files

LLVM/project 5cb8689libc/shared/math remainderf128.h, libc/src/__support/math remainderf128.h

remainderf128
DeltaFile
+4-7libc/src/__support/math/remainderf128.h
+0-6libc/shared/math/remainderf128.h
+3-3libc/test/shared/shared_math_constexpr_test.cpp
+5-1libc/src/math/generic/remainderf128.cpp
+5-0libc/src/math/remainderf128.h
+2-2libc/test/shared/shared_math_test.cpp
+19-1916 files not shown
+37-2922 files

LLVM/project b0e94f5libc/shared/math fmodf128.h, libc/src/__support/math fmodf128.h

fmodf128
DeltaFile
+5-8libc/src/__support/math/fmodf128.h
+0-6libc/shared/math/fmodf128.h
+5-1libc/src/math/generic/fmodf128.cpp
+5-0libc/test/src/math/smoke/fmodf128_test.cpp
+5-0libc/src/math/fmodf128.h
+2-2libc/test/shared/shared_math_constexpr_test.cpp
+22-1719 files not shown
+45-2825 files

LLVM/project 6ed22cflibc/shared/math nextdownf128.h, libc/src/__support/math nextdownf128.h

nextdownf128
DeltaFile
+8-5libc/test/shared/shared_math_test.cpp
+4-7libc/src/__support/math/nextdownf128.h
+0-6libc/shared/math/nextdownf128.h
+3-3libc/test/shared/shared_math_constexpr_test.cpp
+5-1libc/src/math/generic/nextdownf128.cpp
+5-0libc/src/math/nextdownf128.h
+25-2219 files not shown
+52-3225 files

LLVM/project 7252953libc/shared/math nextupf128.h, libc/src/__support/math nextupf128.h

nextupf128
DeltaFile
+4-7libc/src/__support/math/nextupf128.h
+0-6libc/shared/math/nextupf128.h
+3-2libc/test/shared/shared_math_test.cpp
+4-1libc/src/math/generic/nextupf128.cpp
+5-0libc/test/src/math/smoke/nextupf128_test.cpp
+5-0libc/src/math/nextupf128.h
+21-1620 files not shown
+48-2826 files

LLVM/project 61a57e6libc/shared/math nextafterf128.h, libc/src/__support/math nextafterf128.h

nextafterf128
DeltaFile
+4-7libc/src/__support/math/nextafterf128.h
+0-6libc/shared/math/nextafterf128.h
+4-1libc/src/math/generic/nextafterf128.cpp
+5-0libc/test/src/math/smoke/nextafterf128_test.cpp
+5-0libc/test/src/math/nextafterf128_test.cpp
+5-0libc/src/math/nextafterf128.h
+23-1421 files not shown
+48-2927 files

LLVM/project a0553a5libc/shared/math fdimf128.h, libc/src/__support/math fdimf128.h

fdimf128
DeltaFile
+4-7libc/src/__support/math/fdimf128.h
+0-6libc/shared/math/fdimf128.h
+5-1libc/src/math/generic/fdimf128.cpp
+5-0libc/test/src/math/smoke/fdimf128_test.cpp
+5-0libc/src/math/fdimf128.h
+2-2libc/test/shared/shared_math_constexpr_test.cpp
+21-1619 files not shown
+45-2825 files

LLVM/project 4914960libc/shared/math fmaximum_mag_numf128.h, libc/src/__support/math fmaximum_mag_numf128.h

fmaximum+mag_numf128
DeltaFile
+6-6libc/test/shared/shared_math_constexpr_test.cpp
+4-7libc/src/__support/math/fmaximum_mag_numf128.h
+4-4libc/test/shared/shared_math_test.cpp
+0-6libc/shared/math/fmaximum_mag_numf128.h
+5-1libc/src/math/generic/fmaximum_mag_numf128.cpp
+5-0libc/src/math/fmaximum_mag_numf128.h
+24-2419 files not shown
+51-3425 files

LLVM/project fc62fd3libc/shared/math fminimum_mag_numf128.h, libc/src/__support/math fminimum_mag_numf128.h

fminimum_mag_numf128
DeltaFile
+4-7libc/src/__support/math/fminimum_mag_numf128.h
+0-6libc/shared/math/fminimum_mag_numf128.h
+3-3libc/test/shared/shared_math_constexpr_test.cpp
+5-1libc/src/math/generic/fminimum_mag_numf128.cpp
+5-0libc/test/src/math/smoke/fminimum_mag_numf128_test.cpp
+5-0libc/src/math/fminimum_mag_numf128.h
+22-1721 files not shown
+48-3127 files

LLVM/project f773c06libc/test/shared shared_math_constexpr_test.cpp

nit
DeltaFile
+1-1libc/test/shared/shared_math_constexpr_test.cpp
+1-11 files

LLVM/project 25aed2flibc/test/shared shared_math_test.cpp shared_math_constexpr_test.cpp

nit
DeltaFile
+6-6libc/test/shared/shared_math_constexpr_test.cpp
+2-2libc/test/shared/shared_math_test.cpp
+8-82 files

LLVM/project 4a9a48flibc/test/shared shared_math_test.cpp

nit
DeltaFile
+2-2libc/test/shared/shared_math_test.cpp
+2-21 files

LLVM/project 2954c69libc/shared/math fminimum_magf128.h, libc/src/__support/math fminimum_magf128.h

fminimum_magf128
DeltaFile
+4-7libc/src/__support/math/fminimum_magf128.h
+5-5libc/test/shared/shared_math_constexpr_test.cpp
+4-4libc/test/shared/shared_math_test.cpp
+0-6libc/shared/math/fminimum_magf128.h
+5-1libc/src/math/generic/fminimum_magf128.cpp
+5-0libc/src/math/fminimum_magf128.h
+23-2320 files not shown
+51-3426 files

LLVM/project 3488974libc/shared/math fmaximum_magf128.h, libc/src/__support/math fmaximum_magf128.h

fmaximum_magf128
DeltaFile
+4-7libc/src/__support/math/fmaximum_magf128.h
+0-6libc/shared/math/fmaximum_magf128.h
+3-3libc/test/shared/shared_math_constexpr_test.cpp
+5-1libc/src/math/generic/fmaximum_magf128.cpp
+5-0libc/test/src/math/smoke/fmaximum_magf128_test.cpp
+5-0libc/src/math/fmaximum_magf128.h
+22-1720 files not shown
+47-3026 files

LLVM/project 35adc07libc/shared/math fminimum_numf128.h, libc/src/__support/math fminimum_numf128.h

fminimum_numf128
DeltaFile
+4-7libc/src/__support/math/fminimum_numf128.h
+0-6libc/shared/math/fminimum_numf128.h
+3-3libc/test/shared/shared_math_constexpr_test.cpp
+5-1libc/src/math/generic/fminimum_numf128.cpp
+5-0libc/test/src/math/smoke/fminimum_numf128_test.cpp
+5-0libc/src/math/fminimum_numf128.h
+22-1720 files not shown
+47-3026 files

LLVM/project eb0fe93llvm/include/llvm/IR VPIntrinsics.def, llvm/lib/CodeGen/SelectionDAG MatchContext.h LegalizeVectorOps.cpp

[DAG] Remove trivial VP SDNodes. NFC

This removes the codegen parts of the trivial VP intrinsics. It's quite far reaching, but the general categories of code removed are:

- Removing definitions from VPIntrinsics.def
- Legalization and expansion code
- MatchContext used to match over both VP and non-VP nodes
- Some dead DAGCombines and folds in SelectionDAGBuilder

There are still more things to be cleaned up after this, e.g. removing more of the VPIntrinsic class hierarchy, removing ExpandVectorPredication/moving expansion into other places, removing MatchContext from SDPatternMatch
DeltaFile
+80-283llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
+3-340llvm/include/llvm/IR/VPIntrinsics.def
+6-336llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
+47-282llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
+7-217llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
+0-182llvm/lib/CodeGen/SelectionDAG/MatchContext.h
+143-1,64011 files not shown
+188-2,01417 files

LLVM/project dd91bcfllvm/lib/Target/VE VVPNodes.def

[VE] Remove trivial VP SDNode mappings. NFC

These SDNodes aren't emitted anymore and will be removed in an upcoming patch.
DeltaFile
+9-9llvm/lib/Target/VE/VVPNodes.def
+9-91 files