FreeBSD/ports fbee0f9devel/php-swoole Makefile distinfo, devel/php-swoole/files patch-config.m4 patch-src_core_misc.cc

devel/php-swoole: update to 6.2.3.
DeltaFile
+11-0devel/php-swoole/files/patch-src_core_misc.cc
+3-3devel/php-swoole/files/patch-config.m4
+3-3devel/php-swoole/distinfo
+3-2devel/php-swoole/Makefile
+20-84 files

FreeBSD/ports 457ca74www/phalcon Makefile distinfo

www/phalcon: update to 5.22.0.
DeltaFile
+3-3www/phalcon/distinfo
+1-1www/phalcon/Makefile
+4-42 files

FreeBSD/src 508b182sys/dev/ichiic ig4_pci.c

ichiic: Add PCI id for Arrow Lake.

Add PCI id for Arrow Lake to attach iic driver

Reviewed by: wulf, mav
Differential Revision: https://reviews.freebsd.org/D51107

(cherry picked from commit 87994467966806ffbd1f500b510858909c736b88)
DeltaFile
+12-0sys/dev/ichiic/ig4_pci.c
+12-01 files

FreeBSD/src 5a19be1sys/dev/ichiic ig4_pci.c

ig4: Add Lunar Lake-M I2C controllers 4 and 5

Commit 851dffef532a added the Lunar Lake-M I2C controllers 0 through 3
(0xa878-0xa87b), which sit on PCI device 0x15.  The platform exposes two
further controllers at 0xa850 and 0xa851 on PCI device 0x19, reported by
Intel as I2C #4 and #5.  This mirrors the layout already handled for
Arrow Lake-U, where both the 0x777x and 0x775x ranges are listed.

On an HP OmniBook X Flip 16-as0xxx (Core Ultra 9 288V) the firmware
enables only four of the six controllers, and both HID devices sit on
the two that were missing: an ELAN2514 touchscreen on controller 4 and
a SYNA3503 touchpad on controller 5.  Neither attaches without this
change, so the machine has no working pointing device.

Like the other four, these use the Tiger Lake revision of the I2C IP;
Linux treats 0xa850/0xa851 identically to 0xa878-0xa87b in
intel-lpss-pci.c.

Tested on:      HP OmniBook X Flip 16-as0xxx (Intel Core Ultra 9 288V)

    [6 lines not shown]
DeltaFile
+4-0sys/dev/ichiic/ig4_pci.c
+4-01 files

FreeBSD/src 1fdced9sys/dev/ichiic ig4_pci.c

ig4: Add support for Lunar Lake-M I2C

this patch adds PCI IDs to the ig4(4) driver:
- Lunar Lake-M (0xa878, 0xa879, 0xa87a, 0xa87b)
These controllers use the Tiger Lake hardware revision of the I2C IP.
Adding these IDs enables support for peripherals connected to the I2C Bus.
Tested on: Intel Lunar Lake (LENOVO_MT_21QX_BU_Think_FM_ThinkPad T14s Gen 6)

Signed-off-by: Defenso-EBO <etienne.bonnand at defenso.fr>

MFC after: 2 weeks

Sponsored by: Defenso

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1995

(cherry picked from commit 851dffef532ad9611fcaf02318744c8de9f397b0)
DeltaFile
+8-0sys/dev/ichiic/ig4_pci.c
+8-01 files

FreeBSD/src 3f27c54sys/dev/ichiic ig4_pci.c

ig4: Add Lunar Lake-M I2C controllers 4 and 5

Commit 851dffef532a added the Lunar Lake-M I2C controllers 0 through 3
(0xa878-0xa87b), which sit on PCI device 0x15.  The platform exposes two
further controllers at 0xa850 and 0xa851 on PCI device 0x19, reported by
Intel as I2C #4 and #5.  This mirrors the layout already handled for
Arrow Lake-U, where both the 0x777x and 0x775x ranges are listed.

On an HP OmniBook X Flip 16-as0xxx (Core Ultra 9 288V) the firmware
enables only four of the six controllers, and both HID devices sit on
the two that were missing: an ELAN2514 touchscreen on controller 4 and
a SYNA3503 touchpad on controller 5.  Neither attaches without this
change, so the machine has no working pointing device.

Like the other four, these use the Tiger Lake revision of the I2C IP;
Linux treats 0xa850/0xa851 identically to 0xa878-0xa87b in
intel-lpss-pci.c.

Tested on:      HP OmniBook X Flip 16-as0xxx (Intel Core Ultra 9 288V)

    [6 lines not shown]
DeltaFile
+4-0sys/dev/ichiic/ig4_pci.c
+4-01 files

FreeBSD/src c4d21f6sys/dev/ichiic ig4_pci.c

ig4: Add support for Lunar Lake-M I2C

this patch adds PCI IDs to the ig4(4) driver:
- Lunar Lake-M (0xa878, 0xa879, 0xa87a, 0xa87b)
These controllers use the Tiger Lake hardware revision of the I2C IP.
Adding these IDs enables support for peripherals connected to the I2C Bus.
Tested on: Intel Lunar Lake (LENOVO_MT_21QX_BU_Think_FM_ThinkPad T14s Gen 6)

Signed-off-by: Defenso-EBO <etienne.bonnand at defenso.fr>

MFC after: 2 weeks

Sponsored by: Defenso

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1995

(cherry picked from commit 851dffef532ad9611fcaf02318744c8de9f397b0)
DeltaFile
+8-0sys/dev/ichiic/ig4_pci.c
+8-01 files

FreeBSD/src 784f570usr.bin/split split.1

split.1: grammar

PR:             294757
Reported by:    Ulrich Eduard
MFC after:      1 week

(cherry picked from commit c0c7d1e1af4e42deb9c5a95c735602100c3cc1f2)
DeltaFile
+1-1usr.bin/split/split.1
+1-11 files

FreeBSD/src c5cc084sbin/ipfw ipfw.8

ipfw.8: clarify a difference between reset and reset6 actions

PR:             298348
MFC after:      2 weeks

(cherry picked from commit 009940e3d4d398f0cba8b689d284bd8585e2ad5a)
DeltaFile
+3-3sbin/ipfw/ipfw.8
+3-31 files

FreeBSD/src 1511b29sbin/ipfw ipfw.8

ipfw.8: more grammar fixes

(cherry picked from commit b31db8d8de6785804f6b552bc9d7d1960a47eea5)
DeltaFile
+3-3sbin/ipfw/ipfw.8
+3-31 files

FreeBSD/src f38dfbfsbin/ipfw ipfw.8

ipfw.8: whitespace police

(cherry picked from commit b891252f209bf22938c9492496d166da96fcba1f)
DeltaFile
+1-1sbin/ipfw/ipfw.8
+1-11 files

FreeBSD/src fd3ded8sbin/ipfw ipfw.8

ipfw.8: grammar

(cherry picked from commit 055a726ca6324eead24df4177effd9c69755f386)
DeltaFile
+8-8sbin/ipfw/ipfw.8
+8-81 files

FreeBSD/ports cc0257fdeskutils/taskwarrior Makefile, deskutils/taskwarrior/files patch-src_CMakeLists.txt extra-patch-src_libshared_src_Datetime.cpp

deskutils/taskwarrior: Fix i386 build and WITH_DEBUG builds

- Cast to time_t in Datetime::operator+/- (libshared): time_t is 32-bit
  on i386, so the braced return narrowed int64_t and clang rejected it
  with -Wc++11-narrowing.  Only needed on 32-bit architectures, so apply
  the patch through EXTRA_PATCHES when ARCH is i386 instead of always.
- Stop upstream from compiling -DTASK_TEST_RCDIR="${CMAKE_SOURCE_DIR}/doc/rc"
  into the binary for Debug builds: WITH_DEBUG made the binary write
  "include <WRKSRC>/doc/rc/default.theme" into every generated .taskrc,
  breaking it once the work directory is removed.  Also drop the
  ineffective -DCMAKE_BUILD_TYPE=release (Uses/cmake.mk appends its own
  CMAKE_BUILD_TYPE afterwards, which always wins).
DeltaFile
+23-0deskutils/taskwarrior/files/extra-patch-src_libshared_src_Datetime.cpp
+19-0deskutils/taskwarrior/files/patch-src_CMakeLists.txt
+10-3deskutils/taskwarrior/Makefile
+52-33 files

FreeBSD/src 10a3562sys/kern kern_jail.c

jail: set default root directory for a jail to its parent's root.

All default jail parameter values are an empty or otherwise standard
value, or are copied the jail's parent.  A notable exception is the
root directory, which is instead copied from the creating process's
jail.  Fix that to be in line with everything else.

This change affects only the default when no path is specified; if
a path of "/" is explicitly given, that will still be the creating
process's root directory.
DeltaFile
+1-1sys/kern/kern_jail.c
+1-11 files

FreeBSD/ports e4db654x11/cde-devel distinfo Makefile, x11/cde-devel/files patch-programs_dtterm_Makefile.am patch-programs_dtksh_Makefile.am

x11/cde-devel: Update to the latest cdesktopenv-code commit

Update to the latest cdedesktop-code commit proxied through my GH account
DeltaFile
+12-4x11/cde-devel/Makefile
+11-0x11/cde-devel/files/patch-programs_dtksh_Makefile.am
+0-7x11/cde-devel/files/patch-programs_dtterm_Makefile.am
+3-3x11/cde-devel/distinfo
+26-144 files

FreeBSD/ports 0b12bc1games/veloren-weekly Makefile distinfo

games/veloren-weekly: update to s20260920

Changes:        https://gitlab.com/veloren/veloren/-/compare/86808a45a4...b68cd6ea60
(cherry picked from commit d788af2b2116cf462a3c58dcde0628bf4223e514)
DeltaFile
+3-3games/veloren-weekly/distinfo
+2-2games/veloren-weekly/Makefile
+5-52 files

FreeBSD/ports 8354528x11/swayr Makefile Makefile.crates

x11/swayr: update to 0.28.3

Changes:        https://git.sr.ht/~tsdh/swayr/log/swayr-0.28.3
Reported by:    Repology

(cherry picked from commit 70d7fe6f08a6781fdcbecaac9b9570b992c26cfb)
DeltaFile
+119-117x11/swayr/distinfo
+58-57x11/swayr/Makefile.crates
+1-2x11/swayr/Makefile
+178-1763 files

FreeBSD/ports e465994devel/xdg-dbus-proxy Makefile distinfo

devel/xdg-dbus-proxy: update to 0.1.9

Changes:        https://github.com/flatpak/xdg-dbus-proxy/releases/tag/0.1.9
Reported by:    GitHub (watch releases)

(cherry picked from commit d9e1ee1d10514d71178c204b386617cbc2db638b)
DeltaFile
+3-3devel/xdg-dbus-proxy/distinfo
+1-1devel/xdg-dbus-proxy/Makefile
+4-42 files

FreeBSD/ports 296e984www/gallery-dl Makefile distinfo

www/gallery-dl: update to 1.32.13

Changes:        https://github.com/mikf/gallery-dl/releases/tag/v1.32.13
Reported by:    GitHub (watch releases)

(cherry picked from commit dae0d5eb5274b585fafbee7a86320fecfb644130)
DeltaFile
+3-3www/gallery-dl/distinfo
+1-1www/gallery-dl/Makefile
+4-42 files

FreeBSD/ports 6ad59fawww/gallery-dl Makefile distinfo

www/gallery-dl: update to 1.32.12

Changes:        https://github.com/mikf/gallery-dl/releases/tag/v1.32.12
Reported by:    GitHub (watch releases)

(cherry picked from commit 7de6a54d972375982eff059c34d983d39eb0041b)
DeltaFile
+3-3www/gallery-dl/distinfo
+1-1www/gallery-dl/Makefile
+4-42 files

FreeBSD/ports 82038fcgraphics/mesa-devel Makefile distinfo

graphics/mesa-devel: update to 26.2.b.3834

Changes:        https://gitlab.freedesktop.org/mesa/mesa/-/compare/a6bb6e52b7c...7b5888e8ca7
DeltaFile
+3-3graphics/mesa-devel/distinfo
+2-2graphics/mesa-devel/Makefile
+5-52 files

FreeBSD/ports 33fa2bbx11-wm/dwl Makefile distinfo

x11-wm/dwl: update to 0.9

Changes:        https://codeberg.org/dwl/dwl/releases/tag/v0.9
Reported by:    Repology, Scott Robbins
DeltaFile
+5-3x11-wm/dwl/distinfo
+5-2x11-wm/dwl/Makefile
+10-52 files

FreeBSD/ports 70d7fe6x11/swayr Makefile Makefile.crates

x11/swayr: update to 0.28.3

Changes:        https://git.sr.ht/~tsdh/swayr/log/swayr-0.28.3
Reported by:    Repology
DeltaFile
+119-117x11/swayr/distinfo
+58-57x11/swayr/Makefile.crates
+1-2x11/swayr/Makefile
+178-1763 files

FreeBSD/ports 97762addevel/rust-bindgen-cli Makefile Makefile.crates

devel/rust-bindgen-cli: update to 0.73.2

Changes:        https://github.com/rust-lang/rust-bindgen/compare/v0.72.1..v0.73.2
Reported by:    Repology
DeltaFile
+91-113devel/rust-bindgen-cli/distinfo
+44-55devel/rust-bindgen-cli/Makefile.crates
+1-2devel/rust-bindgen-cli/Makefile
+136-1703 files

FreeBSD/ports d788af2games/veloren-weekly Makefile distinfo

games/veloren-weekly: update to s20260920

Changes:        https://gitlab.com/veloren/veloren/-/compare/86808a45a4...b68cd6ea60
DeltaFile
+3-3games/veloren-weekly/distinfo
+2-2games/veloren-weekly/Makefile
+5-52 files

FreeBSD/ports d9e1ee1devel/xdg-dbus-proxy Makefile distinfo

devel/xdg-dbus-proxy: update to 0.1.9

Changes:        https://github.com/flatpak/xdg-dbus-proxy/releases/tag/0.1.9
Reported by:    GitHub (watch releases)
DeltaFile
+3-3devel/xdg-dbus-proxy/distinfo
+1-1devel/xdg-dbus-proxy/Makefile
+4-42 files

FreeBSD/ports 84f4d3emultimedia/aom Makefile distinfo

multimedia/aom: update to 3.15.1

Changes:        https://aomedia.googlesource.com/aom/+log/v3.15.0..v3.15.1
Reported by:    Repology
DeltaFile
+3-3multimedia/aom/distinfo
+1-1multimedia/aom/Makefile
+4-42 files

FreeBSD/ports dae0d5ewww/gallery-dl Makefile distinfo

www/gallery-dl: update to 1.32.13

Changes:        https://github.com/mikf/gallery-dl/releases/tag/v1.32.13
Reported by:    GitHub (watch releases)
DeltaFile
+3-3www/gallery-dl/distinfo
+1-1www/gallery-dl/Makefile
+4-42 files

FreeBSD/ports 23ad12fdevel/wasi-compiler-rt23 Makefile

devel/wasi-compiler-rt23: sync to 23.1.2
DeltaFile
+1-1devel/wasi-compiler-rt23/Makefile
+1-11 files

FreeBSD/src 0bd6348sys/fs/fuse fuse_vnops.c fuse_ipc.c, tests/sys/fs/fusefs utils.hh mockfs.cc

fusefs: fix a deadlock caused by daemons that never initialize

If a daemon never responds to FUSE_INIT, but some process attempts to
access the mountpoint, and a different process (possibly the daemon
itself) attempts to unmount, a deadlock would result.

Fix this bug by blocking any thread that enters fuse_vfsop_root until
the daemon responds to FUSE_INIT or it times out.  That will block any
thread attempting to lookup a path in the fuse mountpoint, before it
even gets to fuse VOPs.  Remove less thorough initialization checks in
fuse_ticket_fetch and fuse_vnop_access that are no longer necessary.
And add a test case.

PR:             287431
MFC after:      2 weeks
Sponsored by:   ConnectWise
Reviewed by:    js
Differential Revision: https://reviews.freebsd.org/D59737
DeltaFile
+75-11tests/sys/fs/fusefs/pre-init.cc
+31-0sys/fs/fuse/fuse_vfsops.c
+1-23sys/fs/fuse/fuse_ipc.c
+0-14sys/fs/fuse/fuse_vnops.c
+7-1tests/sys/fs/fusefs/mockfs.cc
+2-0tests/sys/fs/fusefs/utils.hh
+116-493 files not shown
+118-529 files