NetBSD/pkgsrc-wip 3bb1f91emacs-git options.mk

emacs-git: depend on tree-sitter-markdown-inline
DeltaFile
+1-0emacs-git/options.mk
+1-01 files

FreeBSD/src 1987f9cusr.sbin/bhyve bhyve.8

bhyve.8: Fix formatting of -G's "w" prefix

"w" is a command modifier, not an argument. Use Cm.

Fixes:  2cdff9918e79 byhve: add option to specify IP address for gdb
MFC after:      3 days

(cherry picked from commit 7abddbb3cdeeff0d4d991aee52e92382e847e8a2)
DeltaFile
+4-4usr.sbin/bhyve/bhyve.8
+4-41 files

FreeBSD/src eb4d186usr.sbin/bhyve bhyve.8

bhyve.8: Fix formatting of -G's "w" prefix

"w" is a command modifier, not an argument. Use Cm.

Fixes:  2cdff9918e79 byhve: add option to specify IP address for gdb
MFC after:      3 days

(cherry picked from commit 7abddbb3cdeeff0d4d991aee52e92382e847e8a2)
DeltaFile
+4-4usr.sbin/bhyve/bhyve.8
+4-41 files

OpenBSD/ports uok6K4Pwww/privoxy Makefile distinfo

   update to privoxy-4.1.0
   enable some of the regression tests
VersionDeltaFile
1.49+10-5www/privoxy/Makefile
1.23+2-2www/privoxy/distinfo
+12-72 files

FreeBSD/src b5cd337sbin/mount mount.8, share/man/man4 p9fs.4

p9fs.4: Cross-reference mount(8)

MFC after:      3 days

(cherry picked from commit ae0fd05a333b0ab9e6f020b07a0e483e6f85538a)
DeltaFile
+3-2share/man/man4/p9fs.4
+2-1sbin/mount/mount.8
+5-32 files

LLVM/project 84cd7efutils/bazel/llvm-project-overlay/libc BUILD.bazel

[Bazel] Fixes aa1081f (#198236)

This fixes aa1081f2c4cc28477ccbf473302c94d027b7fd1f.

Co-authored-by: Google Bazel Bot <google-bazel-bot at google.com>
DeltaFile
+3-0utils/bazel/llvm-project-overlay/libc/BUILD.bazel
+3-01 files

FreeBSD/src 30f500eshare/man/man4 p9fs.4 Makefile

p9fs.4: MLINK to virtio_p9fs.4

Technically, virtio_p9fs is an emulated device that masquerades
as a p9fs mount, but it does not make sense to have two separate manual
pages.

Reviewed by:    bnovkov, dfr
MFC after:      3 days
Differential Revision:  https://reviews.freebsd.org/D57013
DeltaFile
+3-2share/man/man4/p9fs.4
+1-0share/man/man4/Makefile
+4-22 files

DragonFlyBSD/src 590398asys/conf options, sys/config LINT64

kernel: Remove some broken/unused dpt(4) options and cleanup fallout.
DeltaFile
+0-69sys/dev/raid/dpt/dpt.h
+1-21sys/dev/raid/dpt/dpt_scsi.c
+0-12sys/config/LINT64
+0-3sys/conf/options
+1-1054 files

FreeBSD/ports 9ed2e41net-p2p/btcheck Makefile

net-p2p/btcheck: reinstate mbedTLS/PolarSSL support

This port is compatible with 3.x series, builds and
works just fine.

Fixes:  b4df55cb5ecb
DeltaFile
+6-1net-p2p/btcheck/Makefile
+6-11 files

FreeBSD/ports 0c85be9archivers/py-acefile Makefile distinfo

archivers/py-acefile: update to 0.6.14
DeltaFile
+5-3archivers/py-acefile/Makefile
+3-3archivers/py-acefile/distinfo
+8-62 files

LLVM/project e15ce19lldb/source/Commands CommandObjectApropos.cpp, lldb/source/Core UserSettingsController.cpp

[LLDB] Include components of settings paths in apropos search (#194873)

Fixes #188479.

`apropos` was previously only looking at the "name" of the setting,
which is the final part of what I as a user think of as the "name" as in
the "platform.plugin.something.something-else" form. That that form is
in fact the "qualified name".

In this change, I've extended apropos to look in the paths of settings,
that is the part of the settings name isn't the final name. For example,
"qemu-user" will now show a "path" as a result, which you can then look
up with "settings list".

(the alternative was to apply the search to the qualified name of all
settings, but this would result in a lot of results for top level things
like "platform")

This is the new behaviour:

    [37 lines not shown]
DeltaFile
+37-14lldb/source/Commands/CommandObjectApropos.cpp
+28-22lldb/source/Interpreter/OptionValueProperties.cpp
+25-5lldb/test/API/commands/apropos/formatting/TestAproposFormatting.py
+13-0lldb/test/API/commands/settings/TestSettings.py
+9-4lldb/source/Interpreter/Property.cpp
+5-5lldb/source/Core/UserSettingsController.cpp
+117-507 files not shown
+139-6013 files

LLVM/project 2a619c4clang/lib/Analysis BodyFarm.cpp, clang/test/Analysis OSAtomic_mac.cpp

[clang] Fix OSAtomicCompareAndSwap* bodyfarm crash (#197489)

When the user-declared OSAtomicCompareAndSwap* prototype has mismatched
oldValue/ newValue/ *theValue types, BodyFarm previously asserted while
synthesizing the body. It should bail out gracefully and let the
analyzer fall back to generic call semantics.

Fixes #197211

Fix for the crash reproduced with: 
https://godbolt.org/z/9dcb837YE

```
int foo = 0;
bool OSAtomicCompareAndSwap(char32_t __oldValue, int __newValue,
                            volatile int *__theValue);

void baz() {
  if (OSAtomicCompareAndSwap(0, 0, &foo))

    [2 lines not shown]
DeltaFile
+20-0clang/test/Analysis/OSAtomic_mac.cpp
+9-2clang/lib/Analysis/BodyFarm.cpp
+29-22 files

FreeBSD/ports e1f39efx11/kde Makefile

x11/kde: Update deprecation note for Phonon

(cherry picked from commit bd881641c8a05bdd777b5a7278d4d3f0a1cc25c9)
DeltaFile
+3-0x11/kde/Makefile
+3-01 files

FreeBSD/ports 6c14b8eaccessibility/kmousetool Makefile, astro/marble Makefile

*/*: drop unused Phonon dependency

(cherry picked from commit b46ba4fc23ad4d9c8d197f26593fcfd54ab50a63)
DeltaFile
+2-1accessibility/kmousetool/Makefile
+2-1astro/marble/Makefile
+2-1audio/audiocd-kio/Makefile
+2-1audio/juk/Makefile
+2-1deskutils/kalarm/Makefile
+2-1deskutils/korganizer/Makefile
+12-618 files not shown
+48-2424 files

FreeBSD/ports bf09f94multimedia/ffmpeg4 Makefile

multimedia/ffmpeg4: clean up after security/mbedtls2 removal

PR:             294612
Reported by:    diizzy

(cherry picked from commit 774dac8bdc61455c482f8ef6773b873eb0e71e80)
DeltaFile
+1-5multimedia/ffmpeg4/Makefile
+1-51 files

FreeBSD/ports 2795d3enet-p2p/btcheck Makefile

net-p2p/btcheck: clean up after security/mbedtls2 removal

(cherry picked from commit b4df55cb5ecbd128ee6bdb3b51cb4d34c4514b58)
DeltaFile
+1-6net-p2p/btcheck/Makefile
+1-61 files

FreeBSD/ports b46ba4faccessibility/kmousetool Makefile, astro/marble Makefile

*/*: drop unused Phonon dependency
DeltaFile
+2-1accessibility/kmousetool/Makefile
+2-1astro/marble/Makefile
+2-1audio/audiocd-kio/Makefile
+2-1audio/juk/Makefile
+2-1deskutils/kalarm/Makefile
+2-1deskutils/korganizer/Makefile
+12-618 files not shown
+48-2424 files

FreeBSD/ports bd88164x11/kde Makefile

x11/kde: Update deprecation note for Phonon
DeltaFile
+3-0x11/kde/Makefile
+3-01 files

FreeBSD/ports 774dac8multimedia/ffmpeg4 Makefile

multimedia/ffmpeg4: clean up after security/mbedtls2 removal

PR:             294612
Reported by:    diizzy
DeltaFile
+1-5multimedia/ffmpeg4/Makefile
+1-51 files

FreeBSD/ports b4df55cnet-p2p/btcheck Makefile

net-p2p/btcheck: clean up after security/mbedtls2 removal
DeltaFile
+1-6net-p2p/btcheck/Makefile
+1-61 files

LLVM/project 24dc0d0llvm/include/llvm/Transforms/Utils LoopUtils.h, llvm/lib/Transforms/Scalar LICM.cpp

[LICM][NFC] Factor canHoistLoad out of canSinkOrHoistInst into LoopUtils (#197870)

This patch moves the load-only legality logic from `canSinkOrHoistInst`
into a new `canHoistLoad` helper, declared in
`llvm/Transforms/Utils/LoopUtils.h` and defined in `LICM.cpp`.
`canSinkOrHoistInst` delegates to it for `LoadInst`, so its behavior is
unchanged.

This exposes the load-hoist check for reuse by other passes (e.g. the
GVN min-finding select transform in PR #162259).
DeltaFile
+43-34llvm/lib/Transforms/Scalar/LICM.cpp
+12-0llvm/include/llvm/Transforms/Utils/LoopUtils.h
+55-342 files

FreeBSD/ports 91a0cd7textproc/re-flex distinfo Makefile

textproc/re-flex: update to 6.3.0

Release notes: https://github.com/Genivia/RE-flex/releases/tag/v6.3.0
DeltaFile
+3-3textproc/re-flex/distinfo
+1-1textproc/re-flex/Makefile
+4-42 files

LLVM/project 8fb1715llvm/test/Transforms/LoopVectorize/X86 masked_load_store.ll predicate-switch.ll

[LV][NFC] Regenerate CHECK lines for some tests (#197939)
DeltaFile
+897-897llvm/test/Transforms/LoopVectorize/X86/masked_load_store.ll
+302-339llvm/test/Transforms/LoopVectorize/X86/predicate-switch.ll
+239-239llvm/test/Transforms/LoopVectorize/X86/cost-model.ll
+133-145llvm/test/Transforms/LoopVectorize/X86/masked-store-cost.ll
+91-114llvm/test/Transforms/LoopVectorize/X86/interleave-ptradd-with-replicated-operand.ll
+95-93llvm/test/Transforms/LoopVectorize/X86/conversion-cost.ll
+1,757-1,8272 files not shown
+1,860-1,9308 files

FreeBSD/ports 3f4e098sysutils/mise distinfo Makefile

sysutils/mise: update 2026.5.10 → 2026.5.11
DeltaFile
+7-7sysutils/mise/distinfo
+3-3sysutils/mise/Makefile
+10-102 files

FreeBSD/ports 40cc16bdevel/ignition-msgs Makefile pkg-plist

devel/ignition-msgs: update 3.0.0 → 3.2.0
DeltaFile
+11-8devel/ignition-msgs/Makefile
+13-1devel/ignition-msgs/pkg-plist
+3-3devel/ignition-msgs/distinfo
+27-123 files

FreeBSD/ports c019cd6devel/ignition-tools Makefile distinfo

devel/ignition-tools: update 0.1.0 → 1.5.0
DeltaFile
+11-10devel/ignition-tools/Makefile
+3-3devel/ignition-tools/distinfo
+14-132 files

FreeBSD/ports bcc6610misc/lean-ctx distinfo Makefile

misc/lean-ctx: update 3.6.2 → 3.6.6
DeltaFile
+21-3misc/lean-ctx/distinfo
+10-1misc/lean-ctx/Makefile
+31-42 files

FreeBSD/ports b037df7misc/wacli distinfo Makefile

misc/wacli: update 0.9.1 → 0.9.2
DeltaFile
+5-5misc/wacli/distinfo
+1-1misc/wacli/Makefile
+6-62 files

FreeBSD/ports 6aed770misc/ignition-fuel-tools Makefile, misc/ignition-fuel-tools/files patch-src_CMakeLists.txt

misc/ignition-fuel-tools: Update patch
DeltaFile
+22-8misc/ignition-fuel-tools/files/patch-src_CMakeLists.txt
+2-2misc/ignition-fuel-tools/Makefile
+24-102 files

FreeBSD/ports 9911f52devel/ignition-plugin pkg-plist Makefile

devel/ignition-plugin: update 1.0.0 → 1.4.0
DeltaFile
+31-11devel/ignition-plugin/pkg-plist
+7-8devel/ignition-plugin/Makefile
+3-3devel/ignition-plugin/distinfo
+41-223 files