LLVM/project 5971a0dllvm/test/CodeGen/DirectX strip-debug-info.ll

[DirectX] Test stripping debug info for DirectX (#206261)

Test that all debug info is stripped after changes in #201336.
Merging this PR to main instead of the stacked #204874.
DeltaFile
+92-0llvm/test/CodeGen/DirectX/strip-debug-info.ll
+92-01 files

FreeBSD/ports ad47d6ewww/py-pywikibot distinfo Makefile

www/py-pywikibot: update 11.3.0 → 11.4.2
DeltaFile
+3-3www/py-pywikibot/distinfo
+1-1www/py-pywikibot/Makefile
+4-42 files

FreeBSD/ports 6838c9fwww/py-httpx2 distinfo Makefile

www/py-httpx2: update 2.4.0 → 2.5.0
DeltaFile
+3-3www/py-httpx2/distinfo
+2-2www/py-httpx2/Makefile
+5-52 files

FreeBSD/ports 1df2c04science/py-neo Makefile distinfo

science/py-neo: update 0.14.4 → 0.14.5
DeltaFile
+20-1science/py-neo/Makefile
+3-3science/py-neo/distinfo
+23-42 files

FreeBSD/ports cee5cd0science Makefile, science/py-pynwb Makefile distinfo

science/py-pynwb: New port: Package for working with Neurodata stored in the NWB format
DeltaFile
+42-0science/py-pynwb/Makefile
+3-0science/py-pynwb/distinfo
+3-0science/py-pynwb/pkg-descr
+1-0science/Makefile
+49-04 files

FreeBSD/ports 9c1f005science Makefile, science/py-igor2 Makefile distinfo

science/py-igor2: New port: Interface for reading binary IGOR files
DeltaFile
+24-0science/py-igor2/Makefile
+3-0science/py-igor2/distinfo
+2-0science/py-igor2/pkg-descr
+1-0science/Makefile
+30-04 files

FreeBSD/ports 1037d31www/py-httpcore2 distinfo Makefile

www/py-httpcore2: update 2.4.0 → 2.5.0
DeltaFile
+3-3www/py-httpcore2/distinfo
+1-1www/py-httpcore2/Makefile
+4-42 files

FreeBSD/ports 2c2b73cscience Makefile, science/py-hdmf Makefile pkg-descr

science/py-hdmf: New port: Hierarchical data modeling framework for modern science data standards
DeltaFile
+40-0science/py-hdmf/Makefile
+4-0science/py-hdmf/pkg-descr
+3-0science/py-hdmf/distinfo
+1-0science/Makefile
+48-04 files

FreeBSD/ports df39fcasysutils Makefile, sysutils/py-datalad Makefile pkg-descr

sysutils/py-datalad: New port: Distributed data management system
DeltaFile
+46-0sysutils/py-datalad/Makefile
+15-0sysutils/py-datalad/files/patch-pyproject.toml
+5-0sysutils/py-datalad/pkg-descr
+3-0sysutils/py-datalad/distinfo
+1-0sysutils/Makefile
+70-05 files

FreeBSD/ports c9cee67misc/valentina distinfo Makefile, misc/valentina/files patch-src_libs_vgeometry_vcubicbezierpath.cpp

misc/valentina: update 1.0.3 → 1.1.0
DeltaFile
+0-11misc/valentina/files/patch-src_libs_vgeometry_vcubicbezierpath.cpp
+3-3misc/valentina/distinfo
+2-2misc/valentina/Makefile
+4-0misc/valentina/pkg-plist
+9-164 files

FreeBSD/ports 3c2a484misc/ollama distinfo Makefile

misc/ollama: update 0.30.10 → 0.30.11
DeltaFile
+15-15misc/ollama/distinfo
+3-4misc/ollama/Makefile
+18-192 files

FreeBSD/ports 1e8a35dscience Makefile, science/py-nixio Makefile pkg-descr

science/py-nixio: New port: Python reimplementation of NIX data format
DeltaFile
+23-0science/py-nixio/Makefile
+13-0science/py-nixio/files/patch-setup.py
+4-0science/py-nixio/pkg-descr
+3-0science/py-nixio/distinfo
+1-0science/Makefile
+44-05 files

FreeBSD/ports f9fbfdescience/py-klusta Makefile, science/py-klusta/files patch-klusta_tests_test__datasets.py patch-klusta_traces_spikedetekt.py

science/py-klusta: New port: Spike detection and automatic clustering for spike sorting
DeltaFile
+66-0science/py-klusta/files/patch-klusta_tests_test__datasets.py
+34-0science/py-klusta/Makefile
+26-0science/py-klusta/files/patch-klusta_traces_spikedetekt.py
+13-0science/py-klusta/files/patch-klusta_traces_store.py
+13-0science/py-klusta/files/patch-klusta_traces_tests_test__filter.py
+13-0science/py-klusta/files/patch-klusta_traces_tests_test__spikedetekt.py
+165-05 files not shown
+199-011 files

FreeBSD/doc 40d1da1website/content/en administration.adoc, website/content/ru administration.adoc

List wiki-admins

Approved-by:    carlavilla
DeltaFile
+5-1website/content/en/administration.adoc
+4-0website/content/ru/administration.adoc
+9-12 files

FreeBSD/ports 77484d7www/miniflux distinfo Makefile

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

OpenBSD/ports 4cbx2nhtextproc/xmlwf distinfo Makefile

   update xmlwf to expat 2.8.2
VersionDeltaFile
1.16+4-4textproc/xmlwf/distinfo
1.24+1-1textproc/xmlwf/Makefile
+5-52 files

LLVM/project b2fe1daclang/docs LibASTMatchersReference.html, clang/docs/tools dump_ast_matchers.py

[ASTMatchers][Docs] make dump_ast_matchers.py read classes from sources (#203784)

With this change, `dump_ast_matchers.py` script no longer need to probe
network to search for classes.
This allows the script to run offline which is needed for
https://github.com/llvm/llvm-project/pull/165472.
The script now operates on assumption that all classes in AST/ will be
here: https://llvm.org/doxygen/ (which is true in general unless doxygen
page is down)
DeltaFile
+299-124clang/docs/LibASTMatchersReference.html
+32-35clang/docs/tools/dump_ast_matchers.py
+331-1592 files

NetBSD/src WIAlPyGlib/libbsdmalloc malloc.c

   Pull up following revision(s) (requested by riastradh in ticket #340):

        lib/libbsdmalloc/malloc.c: revision 1.12

   ensure the lock is released for all returns in malloc
VersionDeltaFile
1.11.2.1+8-7lib/libbsdmalloc/malloc.c
+8-71 files

NetBSD/src PNTi7WSlib/libpthread Makefile shlib_version, tests/lib/libpthread/dlopen t_dlopen.c t_dso_pthread_create.c

   Pull up following revision(s) (requested by riastradh in ticket #2017):

        lib/libpthread/Makefile: revision 1.103
        tests/lib/libpthread/dlopen/t_dso_pthread_create.c: revision 1.2
        tests/lib/libpthread/dlopen/t_dlopen.c: revision 1.2
        tests/lib/libpthread/dlopen/t_dlopen.c: revision 1.3
        lib/libpthread/shlib_version: revision 1.24

   tests/lib/libpthread: Test unloading libpthread after lazy binding.

   If you dlopen libpthread and dlclose it again, the thread stubs like
   pthread_mutex_lock need to continue working -- a library might have
   calls to it in order to support thread-safety for threaded
   applications, but that library needs to continue working even in
   non-threaded applications after lazy binding of the libpthread symbol
   instead of the libc stub.

   PR lib/59784: dlopening and dlclosing libpthread is broken


    [29 lines not shown]
VersionDeltaFile
1.1.36.1+105-28tests/lib/libpthread/dlopen/t_dlopen.c
1.1.36.1+29-14tests/lib/libpthread/dlopen/t_dso_pthread_create.c
1.94.2.2+17-1lib/libpthread/Makefile
1.19.2.1+5-1lib/libpthread/shlib_version
+156-444 files

FreeBSD/doc 8f2581ddocumentation/content/en/books/fdp-primer/po-translations _index.adoc

Revert "fdp-primer: Mention that .po files are generated nightly"

This reverts commit 64b3126c0db9dcc8cf9a2f003b3a52dbb76a7fd1.
It turns out the information was wrong and the PO files are not created
nightly.
DeltaFile
+1-4documentation/content/en/books/fdp-primer/po-translations/_index.adoc
+1-41 files

FreeNAS/freenas 1edb0ebsrc/middlewared/middlewared/plugins snmp.py smb.py, src/middlewared/middlewared/plugins/iscsi_ alua.py

Remove old-style `service` calls
DeltaFile
+34-18src/middlewared/middlewared/plugins/service/__init__.py
+45-6src/middlewared/middlewared/service/decorators.py
+23-20src/middlewared/middlewared/plugins/iscsi_/alua.py
+15-15src/middlewared/middlewared/plugins/snmp.py
+12-9src/middlewared/middlewared/plugins/smb.py
+9-9src/middlewared/middlewared/plugins/truecommand/wireguard.py
+138-7786 files not shown
+410-29692 files

FreeNAS/freenas abc6251src/middlewared/middlewared/plugins service.py, src/middlewared/middlewared/plugins/service __init__.py

service plugin mypy
DeltaFile
+827-0src/middlewared/middlewared/plugins/service/services/dbus_router.py
+0-827src/middlewared/middlewared/plugins/service_/services/dbus_router.py
+577-0src/middlewared/middlewared/plugins/service/__init__.py
+0-529src/middlewared/middlewared/plugins/service.py
+0-281src/middlewared/middlewared/plugins/service_/services/pseudo/misc.py
+281-0src/middlewared/middlewared/plugins/service/services/pseudo/misc.py
+1,685-1,63770 files not shown
+2,772-2,72176 files

FreeBSD/doc d9a2dd4documentation/content/en/books/porters-handbook/makefiles _index.adoc

porters-handbook: Use full-length hashes in GH_TAGNAME

Full hashes avoid possible conflicts, at the cost of a small increase in
some path names.

About 1/3 of the existing GH_TAGNAMEs in the ports tree are already full
40-character hashes.

Reviewed by:    bcr
Event:          Halifax Hackathon 202606
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D57901
DeltaFile
+2-2documentation/content/en/books/porters-handbook/makefiles/_index.adoc
+2-21 files

FreeNAS/freenas a3f9d28src/middlewared/middlewared auth.py, src/middlewared/middlewared/plugins/service_/services base_interface.py base.py

typing hints for all services
DeltaFile
+46-40src/middlewared/middlewared/auth.py
+28-28src/middlewared/middlewared/plugins/service_/services/pseudo/misc.py
+26-22src/middlewared/middlewared/plugins/service_/services/base_interface.py
+21-21src/middlewared/middlewared/plugins/service_/services/base.py
+20-20src/middlewared/middlewared/plugins/service_/services/iscsitarget.py
+19-15src/middlewared/middlewared/plugins/service_/services/dbus_router.py
+160-14620 files not shown
+239-21326 files

FreeBSD/doc 515f5dddocumentation/content/en/books/porters-handbook/makefiles _index.adoc

porters-handbook: Freshen up example dates

Avoid looking like this document is over a decade old.

Reviewed by:    jrm, bcr
Event:          Halifax Hackathon 202606
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D57900
DeltaFile
+5-5documentation/content/en/books/porters-handbook/makefiles/_index.adoc
+5-51 files

FreeNAS/freenas 4000427src/middlewared/middlewared/plugins dns_client.py

Make `forward_lookup` return type heterogenous to make `filter_list` work
DeltaFile
+14-26src/middlewared/middlewared/plugins/dns_client.py
+14-261 files

NetBSD/src T7m2H9dsys/dev/scsipi if_dse.c

   Don't poll for large xfers when reading.

   For this to be possible changes were made to mac68k/sbc(4) with respect to
   pdma_in.

   This results in a 50% performance gain.
VersionDeltaFile
1.10+2-2sys/dev/scsipi/if_dse.c
+2-21 files

NetBSD/src eiIxtDBsys/arch/mac68k/dev sbc.c

   Start pdma reading slowly.

   This is done for the first 64 bytes.  It ensures dse(4) returns available
   data should XSCTL_POLL not be set for reading from the device.

   There should be no performance penalty with this change.
VersionDeltaFile
1.75+11-2sys/arch/mac68k/dev/sbc.c
+11-21 files

NetBSD/src jLp1gi7sys/arch/mac68k/dev sbc.c

   Account for resid correctly should a bus phase change occur.

   This not done for PDMA writing.  Should a bus error occur there we panic.
VersionDeltaFile
1.74+4-4sys/arch/mac68k/dev/sbc.c
+4-41 files

OpenBSD/src sf5tCDvlib/libexpat Changes, lib/libexpat/lib xmlparse.c memory_sanitizer.h

   Update libexpat to version 2.8.2.

   Relevant for OpenBSD are security fixes #1246 #1267 #1272 #1229
   #1232 #1249 #1251 #1255 #1262 #565 #1278, other changes #1283 #565
   #1220 #1221 #1222 #1224 #1226 #1228 #1230 #1238 #1239 #1240 #1241
   #1242 #1243 #1243 #1247 #1248 #1256 #1258 #1261 #1275.
   Library bump is not necessary.
   CVE-2026-50219 CVE-2026-56131 CVE-2026-56132 CVE-2026-56403
   CVE-2026-56404 CVE-2026-56405 CVE-2026-56406 CVE-2026-56407
   CVE-2026-56408 CVE-2026-56409 CVE-2026-56410 CVE-2026-56411
   CVE-2026-56412

   OK tb@
VersionDeltaFile
1.50+658-548lib/libexpat/lib/xmlparse.c
1.38+90-2lib/libexpat/Changes
1.7+51-2lib/libexpat/tests/handlers.c
1.1+51-0lib/libexpat/lib/memory_sanitizer.h
1.1+49-0lib/libexpat/lib/fallthrough.h
1.12+38-10lib/libexpat/tests/basic_tests.c
+937-56214 files not shown
+1,083-61020 files