LLVM/project f38cae2clang-tools-extra/docs/clang-tidy/checks/bugprone stringview-nullptr.md suspicious-enum-usage.md

[clang-tidy][docs] Rewrite bugprone check docs to Markdown [3/4]
DeltaFile
+206-222clang-tools-extra/docs/clang-tidy/checks/bugprone/sizeof-expression.md
+77-78clang-tools-extra/docs/clang-tidy/checks/bugprone/signed-char-misuse.md
+77-78clang-tools-extra/docs/clang-tidy/checks/bugprone/redundant-branch-condition.md
+58-62clang-tools-extra/docs/clang-tidy/checks/bugprone/signal-handler.md
+50-50clang-tools-extra/docs/clang-tidy/checks/bugprone/suspicious-enum-usage.md
+40-39clang-tools-extra/docs/clang-tidy/checks/bugprone/stringview-nullptr.md
+508-52914 files not shown
+866-91120 files

LLVM/project 0e929c0llvm/lib/Target/NVPTX NVPTXTargetMachine.cpp NVPTXAsmPrinter.cpp

[NVPTX] Add NewPM boilerplate to AsmPrinter (#215022)
DeltaFile
+34-3llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
+37-0llvm/lib/Target/NVPTX/NVPTXAsmPrinter.h
+11-0llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp
+82-33 files

FreeBSD/src 75538a0sys/dev/e1000 if_igbv.c

igbv: Do not replay VLANs while stopped

iflib clears IFF_DRV_RUNNING before the driver stop callback but leaves
IFF_DRV_OACTIVE set.  Consequently, an already queued admin task can
run after the VF reset.  If that task consumes a pending timer sample,
it can retry failed VLAN mailbox operations and restore PF filters for
the stopped VF.

Continue sampling statistics, but only run the VLAN retry worker while
the interface is running.
DeltaFile
+4-1sys/dev/e1000/if_igbv.c
+4-11 files

FreeBSD/ports db6f075databases/openldap27-server pkg-plist.client pkg-plist, databases/openldap27-server/files patch-servers_slapd_Makefile.in patch-ITS7548

databases/openldap27-{client,server}: add OpenLDAP 2.7.0

Add new ports for OpenLDAP 2.7.0 (Feature Release) under databases/
category, which better reflects LDAP's nature as a directory database.

Notable changes from 2.6:
- Perl and SQL backends have been removed upstream
- New resultstats contrib overlay for per-operation result code statistics
- slapi-plugin.h header no longer shipped with client library

Update Mk/Uses/ldap.mk to support version 27 with databases/ category
routing (27+ -> databases/, older -> net/), and add 27 as a possible
value in Mk/bsd.default-versions.mk.
DeltaFile
+443-0databases/openldap27-server/Makefile
+319-0databases/openldap27-server/pkg-plist
+231-0databases/openldap27-server/pkg-plist.client
+217-0databases/openldap27-server/files/slapd.in
+103-0databases/openldap27-server/files/patch-ITS7548
+67-0databases/openldap27-server/files/patch-servers_slapd_Makefile.in
+1,380-020 files not shown
+1,670-526 files

NetBSD/pkgsrc VZ0U7Sidevel/glib2 distinfo, devel/glib2/patches patch-glib_tests_testing.c

   (devel/glib2) move the line '#define _POSIX_C_SOURCE 200809L' a little bit eariler
VersionDeltaFile
1.2+9-11devel/glib2/patches/patch-glib_tests_testing.c
1.350+2-2devel/glib2/distinfo
+11-132 files

FreeBSD/ports edac992editors/emacs Makefile, editors/emacs-devel Makefile

Emacs ports: Align Makefiles

Lightly reorganize the options sections of editors/emacs and
editors/emacs-devel, so the two can be more easily compared.  This is a
no-op change.

Reviewed by:    ashish
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D58719
DeltaFile
+19-15editors/emacs/Makefile
+11-8editors/emacs-devel/Makefile
+30-232 files

FreeBSD/ports 2213c52editors/emacs-devel Makefile

editors/emacs-devel: Add missing emacs-wayland conflict

Reviewed by:    ashish
Sponsored by:   The FreeBSD Foundation
Pull Request:   https://reviews.freebsd.org/D58718
DeltaFile
+1-1editors/emacs-devel/Makefile
+1-11 files

FreeBSD/ports 0113e8aeditors/emacs Makefile pkg-plist, editors/emacs/files patch-src_image.c patch-test_src_treesit-tests.el

editors/emacs: Update to 31.0.91 (second pretest for 31.1)

Announcement:   https://lists.gnu.org/archive/html/emacs-devel/2026-07/msg00270.html
Reviewed by:    ashish
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D58570
DeltaFile
+0-210editors/emacs/files/patch-src_treesit.c
+130-71editors/emacs/pkg-plist
+0-82editors/emacs/files/patch-doc_lispref_parsing.texi
+0-16editors/emacs/files/patch-test_src_treesit-tests.el
+6-6editors/emacs/Makefile
+0-11editors/emacs/files/patch-src_image.c
+136-3962 files not shown
+142-4028 files

LLVM/project 9bc4fd0llvm/include/llvm/Support GenericDomTreeConstruction.h

[DomTree] Remove redundant getNodeForBlock. NFC (#215045)

Semi-NCA has given every node a dominator with a smaller DFS number,
whose node already exists.
DeltaFile
+3-19llvm/include/llvm/Support/GenericDomTreeConstruction.h
+3-191 files

NetBSD/pkgsrc-wip 77b8e13cereal distinfo, cereal/patches patch-unittests_unordered__multimap.hpp patch-unittests_unordered__map.hpp

cereal: Fix build on non-x86 platforms.
DeltaFile
+16-0cereal/patches/patch-unittests_unordered__multimap.hpp
+16-0cereal/patches/patch-unittests_unordered__map.hpp
+16-0cereal/patches/patch-unittests_multimap.hpp
+16-0cereal/patches/patch-unittests_map.hpp
+4-0cereal/distinfo
+68-05 files

LLVM/project 17cc120lldb/include/lldb/Expression Materializer.h

[lldb] Add a class comment for Materializer. NFC. (#214889)
DeltaFile
+12-0lldb/include/lldb/Expression/Materializer.h
+12-01 files

LLVM/project 2c67eb2.github/workflows release-binaries.yml

Debug
DeltaFile
+2-0.github/workflows/release-binaries.yml
+2-01 files

LLVM/project 7db7502.github/workflows release-binaries.yml

Debug
DeltaFile
+1-0.github/workflows/release-binaries.yml
+1-01 files

LLVM/project b3f1d07.github/workflows release-binaries.yml

Programaatically change the version
DeltaFile
+8-1.github/workflows/release-binaries.yml
+8-11 files

LLVM/project 9813315libc/config/linux/arm entrypoints.txt

[libc] Disable read() on linux/arm (#215035)

The read test fails under qemu
(https://lab.llvm.org/buildbot/#/builders/215/builds/26997). This
reverts a tiny part of #214429.
DeltaFile
+0-1libc/config/linux/arm/entrypoints.txt
+0-11 files

LLVM/project 955a4e1libc/test/src/__support/printf_core CMakeLists.txt

[libc] Disable hermetic version of printf_core.parser_test (#215037)

It fails on amdgpu:
https://lab.llvm.org/buildbot/#/builders/10/builds/33548

ld.lld: error: undefined symbol: operator delete(void*, unsigned long,
std::align_val_t)

This effectively reverts a part of #213852.
DeltaFile
+1-0libc/test/src/__support/printf_core/CMakeLists.txt
+1-01 files

LLVM/project cd67cfeclang/include/clang/Sema Sema.h DynamicAllocationArgumentsCXX.h, clang/lib/Sema SemaExprCXX.cpp

[clang] Simplify the overload resolution logic for operator new and new[] (#211482)

This PR replaces the current spec-equivalent argument list mutation with
direct iteration of the correctly ordered set of argument lists for a
given allocation.

This adds a bit of architectural work around the argument list
construction but the overall effect is substantially simplified search
of the overload candidates

LLM usage: Claude found align_val_t caching bug, and found and created a
test for reentrant `getTypeIdentityArgument`+`tryBuildStdTypeIdentity`
DeltaFile
+296-206clang/lib/Sema/SemaExprCXX.cpp
+68-0clang/include/clang/Sema/DynamicAllocationArgumentsCXX.h
+31-6clang/test/SemaCXX/type-aware-new-invalid-type-identity.cpp
+32-0clang/test/SemaCXX/type-aware-new-invalid-alignvalt-cache.cpp
+22-4clang/include/clang/Sema/Sema.h
+16-0clang/test/SemaCXX/microsoft-new-array-fallback.cpp
+465-2162 files not shown
+477-2208 files

LLVM/project 3174952flang/test/Lower/MIF coarray_dealloc_not_alloc.f90

[flang] To fix LIT test that AIX does not emit comdat. (#214950)

PR #213890 added this new LIT test.
However, AIX uses XCOFF and does not emit COFF COMDAT.
DeltaFile
+1-2flang/test/Lower/MIF/coarray_dealloc_not_alloc.f90
+1-21 files

HardenedBSD/ports cd9352fdevel/electron43/files patch-electron_shell_browser_native__window__views.cc, lang/python314 pkg-plist

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+201-311www/hs-postgrest/distinfo
+87-115www/hs-postgrest/Makefile.cabal
+61-65textproc/ast-grep/distinfo
+78-41www/nginx-devel/files/extra-patch-src-http-ngx_http_upstream_round_robin.c
+74-1lang/python314/pkg-plist
+30-39devel/electron43/files/patch-electron_shell_browser_native__window__views.cc
+531-572130 files not shown
+1,069-943136 files

OpenBSD/ports 7CKt4Ganet/monitoring-plugins/patches patch-plugins_check_ntp_time_c

   missed cvs rm
VersionDeltaFile
1.4.2.2+0-0net/monitoring-plugins/patches/patch-plugins_check_ntp_time_c
+0-01 files

HardenedBSD/ports 9b70534misc/crush Makefile distinfo

misc/crush: Update to 0.88.1

Changelog: https://github.com/charmbracelet/crush/releases/tag/v0.88.1

Reported by:    GitHub (watch releases)
DeltaFile
+5-5misc/crush/distinfo
+1-1misc/crush/Makefile
+6-62 files

FreeBSD/ports 9b70534misc/crush Makefile distinfo

misc/crush: Update to 0.88.1

Changelog: https://github.com/charmbracelet/crush/releases/tag/v0.88.1

Reported by:    GitHub (watch releases)
DeltaFile
+5-5misc/crush/distinfo
+1-1misc/crush/Makefile
+6-62 files

Linux/linux 06cf618arch/x86/kernel/cpu/mce core.c

Merge tag 'x86-urgent-2026-08-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull x86 fix from Ingo Molnar:

 - Fix MCE CMCI discovery initialization ordering bug (Breno Leitao)

* tag 'x86-urgent-2026-08-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  x86/mce: Set up the polling timer before CMCI discovery
DeltaFile
+1-1arch/x86/kernel/cpu/mce/core.c
+1-11 files

Linux/linux d4eee3bkernel/futex core.c

Merge tag 'locking-urgent-2026-08-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull futex fix from Ingo Molnar:

 - Fix race in futex_pivot_pending() during private hash resize
   that can cause stuck tasks (Yao Kai)

* tag 'locking-urgent-2026-08-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  futex: Fix race in futex_pivot_pending() during private hash resize
DeltaFile
+4-3kernel/futex/core.c
+4-31 files

Linux/linux 91a73dbDocumentation/admin-guide kernel-parameters.txt, drivers/thunderbolt eeprom.c

Merge tag 'usb-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb

Pull USB / Thunderbolt fixes from Greg KH:
 "Here are some small USB and Thunderbolt driver fixes for 7.2-rc7 that
  resolve some reported issues. Included in here are:

   - new quirk for some broken USB devices

   - thunderbolt device fixes for reported issues

   - usb gadget driver fix

   - usb atm driver fix

   - xhci driver fixes.

   - other minor USB driver fixes

  All of these have been in linux-next this week with no reported

    [16 lines not shown]
DeltaFile
+24-8drivers/usb/core/config.c
+12-4drivers/usb/core/hub.c
+6-6drivers/usb/host/xhci.h
+8-1drivers/thunderbolt/eeprom.c
+7-0drivers/usb/core/quirks.c
+5-0Documentation/admin-guide/kernel-parameters.txt
+62-199 files not shown
+76-2815 files

Linux/linux e4836b6drivers/tty/serial sc16is7xx.c qcom_geni_serial.c, drivers/tty/serial/8250 8250_dma.c 8250_of.c

Merge tag 'tty-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty

Pull tty / serial / vt driver fixes from Greg KH:
 "Here are some small serial and vt tty driver fixes for 7.2-rc7 that
  resolve some reported problems. Included in here are:

   - two vt core fixes

   - amba-pl011 serial driver fixes

   - 8250_of and 8250_dma driver fixes

   - qcom-geni serial driver fix

   - sc16is7xx serial driver fix

  All of these have been in linux-next this week with no reported
  issues"


    [10 lines not shown]
DeltaFile
+54-32drivers/tty/serial/amba-pl011.c
+22-21drivers/tty/serial/qcom_geni_serial.c
+38-0drivers/tty/serial/8250/8250_of.c
+7-5drivers/tty/serial/8250/8250_dma.c
+4-1drivers/tty/vt/keyboard.c
+3-0drivers/tty/serial/sc16is7xx.c
+128-591 files not shown
+130-597 files

LLVM/project 1432be4llvm/lib/Transforms/InstCombine InstCombineLoadStoreAlloca.cpp

[InstCombine] Use DenseMap instead of MapVector (NFC) (#214536)

WorkMap is accessed only via MapVector::operator[] and lookup.

This patch changes its type to DenseMap to avoid populating the vector
portion of MapVector.
DeltaFile
+1-1llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
+1-11 files

Linux/linux e663f6ddrivers/staging/rtl8723bs/core rtw_mlme_ext.c rtw_wlan_util.c, drivers/staging/rtl8723bs/os_dep ioctl_cfg80211.c

Merge tag 'staging-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging

Pull staging driver fixes from Greg KH:
 "Here are some more small staging driver fixes, just for the rtl8723bs
  driver, for some reported problems found with it now that people are
  starting to actually test the thing with "bad" networks.

  Nothing major, but good to have in the -final release. All of these
  have been in linux-next for over a week with no reported problems"

* tag 'staging-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging:
  staging: rtl8723bs: validate monitor transmit frame lengths
  staging: rtl8723bs: fix missing shared-key auth challenge length check
  staging: rtl8723bs: fix OOB read in WMM_param_handler()
  staging: rtl8723bs: fix OOB read in rtw_get_wpa_ie()
DeltaFile
+4-0drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
+3-0drivers/staging/rtl8723bs/core/rtw_wlan_util.c
+3-0drivers/staging/rtl8723bs/core/rtw_ieee80211.c
+1-1drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
+11-14 files

FreeBSD/ports f8da646textproc/ast-grep Makefile Makefile.crates

textproc/ast-grep: Update to 0.45.1

Changelog: https://github.com/ast-grep/ast-grep/blob/0.45.1/CHANGELOG.md

Reported by:    GitHub (watch releases)
DeltaFile
+61-65textproc/ast-grep/distinfo
+29-31textproc/ast-grep/Makefile.crates
+1-1textproc/ast-grep/Makefile
+91-973 files

HardenedBSD/ports f8da646textproc/ast-grep Makefile Makefile.crates

textproc/ast-grep: Update to 0.45.1

Changelog: https://github.com/ast-grep/ast-grep/blob/0.45.1/CHANGELOG.md

Reported by:    GitHub (watch releases)
DeltaFile
+61-65textproc/ast-grep/distinfo
+29-31textproc/ast-grep/Makefile.crates
+1-1textproc/ast-grep/Makefile
+91-973 files