LLVM/project 03a791fclang/unittests CMakeLists.txt, clang/unittests/AST CMakeLists.txt

Revert "[cmake] Refactor clang unittest cmake" (#134022)

Reverts llvm/llvm-project#133545

This change is breaking several buildbots as well as developer's builds.
Reverting to allow people to make progress.
DeltaFile
+4-28clang/unittests/CMakeLists.txt
+17-11clang/unittests/Tooling/CMakeLists.txt
+13-12clang/unittests/Interpreter/CMakeLists.txt
+13-11clang/unittests/Interpreter/ExceptionTests/CMakeLists.txt
+16-7clang/unittests/AST/CMakeLists.txt
+15-7clang/unittests/ASTMatchers/CMakeLists.txt
+78-7622 files not shown
+292-16528 files

LLVM/project 3870f61llvm/docs/CommandGuide llvm-reduce.rst, llvm/tools/llvm-reduce llvm-reduce.cpp

llvm-reduce: Change exit code for uninteresting inputs

This makes it easier to reduce llvm-reduce with llvm-reduce to filter
cases where the input reduced too much.

Not sure if it's possible to test the exit code in lit.
DeltaFile
+3-2llvm/docs/CommandGuide/llvm-reduce.rst
+1-1llvm/tools/llvm-reduce/llvm-reduce.cpp
+4-32 files

FreeNAS/freenas e1a688dtests/api2 test_fibre_channel.py

Add TestFixtureNoSlotFibreChannel::test_wired
DeltaFile
+284-20tests/api2/test_fibre_channel.py
+284-201 files

NetBSD/pkgsrc gAR3c30doc CHANGES-pkgsrc-2025Q1

   Update for tickets 6950, 6951
VersionDeltaFile
1.1.2.3+7-1doc/CHANGES-pkgsrc-2025Q1
+7-11 files

NetBSD/pkgsrc wDaQa99www/ikiwiki Makefile

   Pullup ticket #6951 - requested by schmonz
   www/ikiwiki: Runtime fix

   Revisions pulled up:
   - www/ikiwiki/Makefile                                          1.185

   ---
      Module Name:      pkgsrc
      Committed By:     schmonz
      Date:             Sun Mar 30 16:49:20 UTC 2025
      Modified Files:
        pkgsrc/www/ikiwiki: Makefile
      Log Message:
      ikiwiki: add missing DEPENDS to fix aggregator error:
          $ ikiwiki --setup ikiwiki.setup --aggregate --refresh --verbose
          Can't locate IO/Socket/SSL.pm in @INC
          Attempt to reload LWPx/Protocol/https_paranoid.pm aborted.
      Bump PKGREVISION.
VersionDeltaFile
1.184.2.1+3-1www/ikiwiki/Makefile
+3-11 files

Linux/linux acc4d5fdrivers/net/ethernet/microsoft/mana mana_en.c, drivers/net/usb usbnet.c rndis_host.c

Merge tag 'net-6.15-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net

Pull networking fixes from Jakub Kicinski:
 "Rather tiny pull request, mostly so that we can get into our trees
  your fix to the x86 Makefile.

  Current release - regressions:

   - Revert "tcp: avoid atomic operations on sk->sk_rmem_alloc", error
     queue accounting was missed

  Current release - new code bugs:

   - 5 fixes for the netdevice instance locking work

  Previous releases - regressions:

   - usbnet: restore usb%d name exception for local mac addresses


    [35 lines not shown]
DeltaFile
+27-46net/sched/sch_api.c
+9-37drivers/net/ethernet/microsoft/mana/mana_en.c
+8-13tools/testing/selftests/drivers/net/lib/py/env.py
+15-6drivers/net/usb/usbnet.c
+2-16net/ipv4/tcp.c
+14-2drivers/net/usb/rndis_host.c
+75-12027 files not shown
+141-20533 files

FreeNAS/freenas 654d2c9src/middlewared/middlewared/plugins/fc fc_host.py fc.py

Add backup mechanism to fc.fc_host.wire

Add a backup mechanism to fc.fc_host.wire to handle platforms that
lack certain DMI information, and thus have no 'slot' in the
information returned by fc.fc_hosts

Also:
- Allow clearing cached fc.fc_host_nport_wwpn_choices (for CI)
- Some flake8 fixes
DeltaFile
+38-6src/middlewared/middlewared/plugins/fc/fc_host.py
+11-3src/middlewared/middlewared/plugins/fc/fc.py
+49-92 files

FreeBSD/src ba2336dsys/arm64/apple exynos_uart.c exynos_uart.h, sys/conf files.arm64

arm64: add a driver for the uart found on Apple Silicon machines

This is a revival of the old exynos4210 driver, with some additional
bits to configure the apple "s5l" uart (which is actually slightly
different to operate).

This hasn't been tested on anything that would hit the non-s5l path, so
banish it off to the apple/ domain until someone cares to confirm that
none of the other hardware is broken -- it may be that nobody does, but
the complexity isn't too bad: mostly the driver1 construct added to the
uart_bas that we use to avoid having a whole bunch of shims for uart
driver methods and hardcoded references to the cfg structs.

Reviewed by:    andrew
Differential Revision:  https://reviews.freebsd.org/D48120
DeltaFile
+568-0sys/arm64/apple/exynos_uart.c
+136-0sys/arm64/apple/exynos_uart.h
+1-0sys/conf/files.arm64
+1-0sys/dev/uart/uart.h
+706-04 files

NetBSD/pkgsrc-wip b18185e. Makefile, sqlite3-test Makefile COMMIT_MSG

sqlite3-test: First whack at running sqlite3 tests from pkgsrc.

Doesn't quite work yet: it doesn't test the sqlite3 that we built in
pkgsrc; it builds its own.

PR pkg/59243: databases/sqlite3: missing test target
DeltaFile
+32-0sqlite3-test/Makefile
+22-0sqlite3-test/patches/patch-test_testrunner.tcl
+10-0sqlite3-test/COMMIT_MSG
+6-0sqlite3-test/distinfo
+1-0Makefile
+1-0sqlite3-test/DESCR
+72-06 files

Linux/linux 3491aa0drivers/vfio vfio_iommu_type1.c, drivers/vfio/pci vfio_pci_core.c vfio_pci_priv.h

Merge tag 'vfio-v6.15-rc1' of https://github.com/awilliam/linux-vfio

Pull VFIO updates from Alex Williamson:

 - Relax IGD support code to match display class device rather than
   specifically requiring a VGA device (Tomita Moeko)

 - Accelerate DMA mapping of device MMIO by iterating at PMD and PUD
   levels to take advantage of huge pfnmap support added in v6.12
   (Alex Williamson)

 - Extend virtio vfio-pci variant driver to include migration support
   for block devices where enabled by the PF (Yishai Hadas)

 - Virtualize INTx PIN register for devices where the platform does not
   route legacy PCI interrupts for the device and the interrupt is
   reported as IRQ_NOTCONNECTED (Alex Williamson)

* tag 'vfio-v6.15-rc1' of https://github.com/awilliam/linux-vfio:

    [9 lines not shown]
DeltaFile
+77-46drivers/vfio/vfio_iommu_type1.c
+1-9drivers/vfio/pci/vfio_pci_core.c
+6-0drivers/vfio/pci/vfio_pci_priv.h
+6-0drivers/vfio/pci/vfio_pci_igd.c
+3-3drivers/vfio/pci/virtio/Kconfig
+3-2drivers/vfio/pci/virtio/main.c
+96-606 files not shown
+106-6612 files

NetBSD/pkgsrc lRq0D9dsysutils/sandboxctl Makefile distinfo, sysutils/sandboxctl/patches patch-modules_netbsd__release.subr

   Pullup ticket #6950 - requested by schmonz
   sysutils/sandboxctl: Runtime fix for older NetBSD

   Revisions pulled up:
   - sysutils/sandboxctl/Makefile                                  1.6
   - sysutils/sandboxctl/distinfo                                  1.7
   - sysutils/sandboxctl/patches/patch-modules_netbsd__release.subr 1.2

   ---
      Module Name:    pkgsrc
      Committed By:   schmonz
      Date:           Sun Mar 30 16:23:58 UTC 2025

      Modified Files:
              pkgsrc/sysutils/sandboxctl: Makefile distinfo
              pkgsrc/sysutils/sandboxctl/patches: patch-modules_netbsd__release.subr

      Log Message:
      sandboxctl: don't fail when certctl is not present. Bump PKGREVISION.

    [2 lines not shown]
VersionDeltaFile
1.5.6.1+2-2sysutils/sandboxctl/Makefile
1.6.8.1+2-2sysutils/sandboxctl/distinfo
1.1.8.1+1-1sysutils/sandboxctl/patches/patch-modules_netbsd__release.subr
+5-53 files

NetBSD/pkgsrc CbdtX8adoc CHANGES-pkgsrc-2025Q1

   Update for ticket #6952
VersionDeltaFile
1.1.2.2+6-2doc/CHANGES-pkgsrc-2025Q1
+6-21 files

NetBSD/pkgsrc gTfpYoFlang/go version.mk, lang/go123 distinfo PLIST

   Pullup ticket #6952 - requested by bsiegert
   lang/go123: Security fix
   lang/go124: Security fix

   Revisions pulled up:
   - lang/go/version.mk                                            1.229
   - lang/go123/PLIST                                              1.8
   - lang/go123/distinfo                                           1.10
   - lang/go124/PLIST                                              1.3
   - lang/go124/distinfo                                           1.3

   ---
      Module Name:    pkgsrc
      Committed By:   bsiegert
      Date:           Tue Apr  1 17:44:25 UTC 2025

      Modified Files:
              pkgsrc/lang/go: version.mk
              pkgsrc/lang/go123: PLIST distinfo

    [23 lines not shown]
VersionDeltaFile
1.9.2.1+4-4lang/go123/distinfo
1.2.2.1+4-4lang/go124/distinfo
1.228.2.1+3-3lang/go/version.mk
1.7.2.1+2-1lang/go123/PLIST
1.2.2.1+3-0lang/go124/PLIST
+16-125 files

FreeBSD/ports a4e30d4sysutils/loki Makefile, sysutils/mackerel-agent Makefile

go: Bump ports for go124 update
DeltaFile
+1-1sysutils/terraform-docs/Makefile
+1-1sysutils/loki/Makefile
+1-1sysutils/mackerel-agent/Makefile
+1-1sysutils/minikube/Makefile
+1-1sysutils/nerdctl/Makefile
+1-1sysutils/node_exporter/Makefile
+6-6627 files not shown
+633-558633 files

FreeBSD/ports 0cd2398lang/go124 distinfo Makefile

lang/go124: Update to 1.24.2
DeltaFile
+3-3lang/go124/distinfo
+2-2lang/go124/Makefile
+5-52 files

DragonFlyBSD/dports 8f1a568devel/rubygem-debug distinfo Makefile

Update devel/rubygem-debug to version 1.10.0
DeltaFile
+3-3devel/rubygem-debug/distinfo
+2-2devel/rubygem-debug/Makefile
+5-52 files

DragonFlyBSD/dports e226032devel/rubygem-aws-sdk-managedblockchainquery distinfo Makefile

Update devel/rubygem-aws-sdk-managedblockchainquery to version 1.26.0
DeltaFile
+3-3devel/rubygem-aws-sdk-managedblockchainquery/distinfo
+2-2devel/rubygem-aws-sdk-managedblockchainquery/Makefile
+5-52 files

DragonFlyBSD/dports 2b45f2ddevel/rubygem-aws-sdk-states Makefile distinfo

Update devel/rubygem-aws-sdk-states to version 1.87.0
DeltaFile
+3-3devel/rubygem-aws-sdk-states/Makefile
+3-3devel/rubygem-aws-sdk-states/distinfo
+6-62 files

DragonFlyBSD/dports 13f6a5ddevel/py-azure-mgmt-synapse Makefile

Bump devel/py-azure-mgmt-synapse to version 2.1.0.b5_1
DeltaFile
+1-0devel/py-azure-mgmt-synapse/Makefile
+1-01 files

DragonFlyBSD/dports 34d5fcfsecurity/py-google-auth distinfo Makefile

Update security/py-google-auth to version 2.31.0
DeltaFile
+3-3security/py-google-auth/distinfo
+1-1security/py-google-auth/Makefile
+4-42 files

DragonFlyBSD/dports f6348dadevel/rubygem-aws-sdk-geoplaces Makefile distinfo

Import devel/rubygem-aws-sdk-geoplaces version 1.4.0
DeltaFile
+20-0devel/rubygem-aws-sdk-geoplaces/Makefile
+3-0devel/rubygem-aws-sdk-geoplaces/distinfo
+1-0devel/rubygem-aws-sdk-geoplaces/pkg-descr
+24-03 files

DragonFlyBSD/dports dc17718sysutils/kleene-cli Makefile pkg-descr, sysutils/kleene-cli/files pkg-message.in

Import sysutils/kleene-cli version 0.1.0
DeltaFile
+30-0sysutils/kleene-cli/Makefile
+17-0sysutils/kleene-cli/files/pkg-message.in
+4-0sysutils/kleene-cli/pkg-descr
+3-0sysutils/kleene-cli/distinfo
+54-04 files

DragonFlyBSD/dports c29c3d0net/rubygem-google-cloud-core distinfo Makefile

Update net/rubygem-google-cloud-core to version 1.8.0
DeltaFile
+3-3net/rubygem-google-cloud-core/distinfo
+1-1net/rubygem-google-cloud-core/Makefile
+4-42 files

DragonFlyBSD/dports 33b0cbddevel/rubygem-aws-sdk-support Makefile distinfo

Update devel/rubygem-aws-sdk-support to version 1.75.0
DeltaFile
+3-3devel/rubygem-aws-sdk-support/Makefile
+3-3devel/rubygem-aws-sdk-support/distinfo
+6-62 files

DragonFlyBSD/dports 545c6dddevel/rubygem-commander Makefile, devel/rubygem-commander/files patch-gemspec

Update devel/rubygem-commander to version 5.0.0_1
DeltaFile
+11-0devel/rubygem-commander/files/patch-gemspec
+2-1devel/rubygem-commander/Makefile
+13-12 files

DragonFlyBSD/dports 2e62053filesystems/py-s3fs Makefile distinfo

Import filesystems/py-s3fs version 2025.3.0
DeltaFile
+33-0filesystems/py-s3fs/Makefile
+3-0filesystems/py-s3fs/distinfo
+2-0filesystems/py-s3fs/pkg-descr
+38-03 files

DragonFlyBSD/dports 5bde928devel/rubygem-aws-sdk-lookoutforvision distinfo Makefile

Update devel/rubygem-aws-sdk-lookoutforvision to version 1.47.0
DeltaFile
+3-3devel/rubygem-aws-sdk-lookoutforvision/distinfo
+3-3devel/rubygem-aws-sdk-lookoutforvision/Makefile
+6-62 files

DragonFlyBSD/dports 60fe738databases/rubygem-attr_json distinfo Makefile

Update databases/rubygem-attr_json to version 2.5.0
DeltaFile
+3-3databases/rubygem-attr_json/distinfo
+2-2databases/rubygem-attr_json/Makefile
+5-52 files

DragonFlyBSD/dports 1863ba9devel/rubygem-opentelemetry-instrumentation-dalli Makefile distinfo

Import devel/rubygem-opentelemetry-instrumentation-dalli version 0.26.0
DeltaFile
+22-0devel/rubygem-opentelemetry-instrumentation-dalli/Makefile
+3-0devel/rubygem-opentelemetry-instrumentation-dalli/distinfo
+2-0devel/rubygem-opentelemetry-instrumentation-dalli/pkg-descr
+27-03 files

DragonFlyBSD/dports e77eecbdevel/rubygem-aws-sdk-billingconductor distinfo Makefile

Update devel/rubygem-aws-sdk-billingconductor to version 1.37.0
DeltaFile
+3-3devel/rubygem-aws-sdk-billingconductor/distinfo
+2-2devel/rubygem-aws-sdk-billingconductor/Makefile
+5-52 files