NetBSD/src 1VDbEgldoc CHANGES-9.5, sys/arch/i386/i386 vector.S

   Apply patch, requested by bouyer in ticket #1998:

        sys/arch/i386/i386/vector.S     (apply patch)

   xen: PR 58561: make sure kernel preemption won't cause write of
   evtchn_upcall_mask of the wrong virtual CPU.
   (file accidently missed in the original commit for ticket #1998)
VersionDeltaFile
1.83.4.1+21-5sys/arch/i386/i386/vector.S
1.1.2.95+2-1doc/CHANGES-9.5
+23-62 files

FreeBSD/ports d01f5f6astro/gpsprune distinfo Makefile

astro/gpsprune: update 26 → 26.1
DeltaFile
+3-3astro/gpsprune/distinfo
+1-1astro/gpsprune/Makefile
+4-42 files

FreeBSD/ports 70209a8devel/cppcheck distinfo Makefile, devel/cppcheck/files patch-CMakeLists.txt

devel/cppcheck: update 2.19.0 → 2.19.1
DeltaFile
+3-3devel/cppcheck/distinfo
+2-2devel/cppcheck/files/patch-CMakeLists.txt
+1-1devel/cppcheck/Makefile
+6-63 files

FreeBSD/ports 87dbfb9graphics/sdl3_image distinfo Makefile

graphics/sdl3_image: update 3.2.4 → 3.2.6
DeltaFile
+3-3graphics/sdl3_image/distinfo
+2-2graphics/sdl3_image/Makefile
+5-52 files

FreeBSD/ports 54a35bbdevel/sdl3 distinfo Makefile

devel/sdl3: update 3.2.28 → 3.2.30
DeltaFile
+3-3devel/sdl3/distinfo
+1-1devel/sdl3/Makefile
+4-42 files

FreeBSD/ports a2c88cbgames/ri-li distinfo Makefile

games/ri-li: update 3.1.5 → 3.1.6
DeltaFile
+3-3games/ri-li/distinfo
+1-1games/ri-li/Makefile
+4-42 files

FreeBSD/ports 427dbb2comms/aprsd Makefile, comms/aprsd/files patch-src_aprsd.cpp patch-src_utils.cpp

comms/aprsd: Fix build on FreeBSD current

- Fixed install to work on FreeBSD current
- Fixed hardcoded path names which should be set via REINPLACE
DeltaFile
+2-2comms/aprsd/files/patch-src_aprsd.cpp
+1-2comms/aprsd/Makefile
+1-1comms/aprsd/files/patch-src_utils.cpp
+4-53 files

Linux/linux 0a6dce0Documentation/devicetree/bindings/interconnect qcom,sa8775p-rpmh.yaml, drivers/comedi/drivers dmm32at.c

Merge tag 'char-misc-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc

Pull char/misc/iio driver fixes from Greg KH:
 "Here are some small char/misc/iio and some other minor driver
  subsystem fixes for 6.19-rc7. Nothing huge here, just some fixes for
  reported issues including:

   - lots of little iio driver fixes

   - comedi driver fixes

   - mux driver fix

   - w1 driver fixes

   - uio driver fix

   - slimbus driver fixes


    [29 lines not shown]
DeltaFile
+71-1drivers/iio/accel/st_accel_core.c
+19-41drivers/w1/slaves/w1_therm.c
+29-25drivers/slimbus/core.c
+40-8drivers/misc/uacce/uacce.c
+30-2drivers/comedi/drivers/dmm32at.c
+31-0Documentation/devicetree/bindings/interconnect/qcom,sa8775p-rpmh.yaml
+220-7724 files not shown
+312-13830 files

OpenBSD/ports JIEw8hwdevel/py-async-lru distinfo Makefile

   update py-async-lru to 2.1.0
VersionDeltaFile
1.4+2-2devel/py-async-lru/distinfo
1.8+1-1devel/py-async-lru/Makefile
+3-32 files

Linux/linux 11de40cdrivers/tty/serial qcom_geni_serial.c serial_core.c, drivers/tty/serial/8250 8250_pci.c

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

Pull serial driver fixes from Greg KH:
 "Here are three small serial driver fixes for 6.19-rc7 that resolve
  some reported issues. They include:

   - tty->port race condition fix for a reported problem

   - qcom_geni serial driver fix

   - 8250_pci serial driver fix

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

* tag 'tty-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
  serial: Fix not set tty->port race condition
  serial: 8250_pci: Fix broken RS485 for F81504/508/512
  serial: qcom_geni: Fix BT failure regression on RB2 platform
DeltaFile
+6-7drivers/tty/serial/qcom_geni_serial.c
+6-0drivers/tty/serial/serial_core.c
+1-1drivers/tty/serial/8250/8250_pci.c
+13-83 files

LLVM/project 544c300llvm/lib/CodeGen/SelectionDAG DAGCombiner.cpp

DAG: Use poison instead of undef in some vector combines (#177612)

Use poison for the unused or out of bounds vector components.
DeltaFile
+48-48llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+48-481 files

FreeBSD/src 711b0e1sys/netpfil/ipfw ip_fw_table_value.c

netpfil/ipfw: Fix a typo in a source code comment

- s/vaues/values/

(cherry picked from commit 9be9ab2a242080dea6254e187cf211604170de07)
DeltaFile
+1-1sys/netpfil/ipfw/ip_fw_table_value.c
+1-11 files

FreeBSD/src ed2b5f4sys/arm64/rockchip/clk rk_clk_fract.c

rockship: Fix a typo in a source code comment

- s/vaues/values/

(cherry picked from commit cabb5add07a60c146698d09759445276aa96757a)
DeltaFile
+1-1sys/arm64/rockchip/clk/rk_clk_fract.c
+1-11 files

FreeBSD/src 60e75e9sys/netpfil/ipfw ip_fw_table_value.c

netpfil/ipfw: Fix a typo in a source code comment

- s/vaues/values/

(cherry picked from commit 9be9ab2a242080dea6254e187cf211604170de07)
DeltaFile
+1-1sys/netpfil/ipfw/ip_fw_table_value.c
+1-11 files

FreeBSD/src ad9c5a6sys/dev/clk/rockchip rk_clk_fract.c

rockship: Fix a typo in a source code comment

- s/vaues/values/

(cherry picked from commit cabb5add07a60c146698d09759445276aa96757a)
DeltaFile
+1-1sys/dev/clk/rockchip/rk_clk_fract.c
+1-11 files

Linux/linux 913fb06drivers/i2c/busses i2c-k1.c

Merge tag 'i2c-for-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux

Pull i2c fix from Wolfram Sang:

 - k1: drop wrong IRQF_ONESHOT from IRQ request to fix genirq warning

* tag 'i2c-for-6.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux:
  i2c: spacemit: drop IRQF_ONESHOT flag from IRQ request
DeltaFile
+1-1drivers/i2c/busses/i2c-k1.c
+1-11 files

FreeBSD/doc 97f6373documentation/content/en/books/porters-handbook/versions _index.adoc

versions: last conventions are to end sentences with a full stop.
DeltaFile
+3-3documentation/content/en/books/porters-handbook/versions/_index.adoc
+3-31 files

Linux/linux c1a5135drivers/input/serio i8042-acpipnpio.h

Merge tag 'input-for-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input

Pull input fixes from Dmitry Torokhov:

 - a couple of quirks to i8042 to enable keyboard on a Asus and MECHREVO
   laptops

* tag 'input-for-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input:
  Input: i8042 - add quirks for MECHREVO Wujie 15X Pro
  Input: i8042 - add quirk for ASUS Zenbook UX425QA_UM425QA
DeltaFile
+18-0drivers/input/serio/i8042-acpipnpio.h
+18-01 files

FreeBSD/ports 1325548games/hyperrogue distinfo Makefile

games/hyperrogue: update 13.1g → 13.1i
DeltaFile
+3-3games/hyperrogue/distinfo
+1-1games/hyperrogue/Makefile
+4-42 files

NetBSD/pkgsrc HBrycrodoc CHANGES-2026

   doc: Updated misc/qt6gtk2 to 0.7
VersionDeltaFile
1.629+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc RfOgmilmisc/qt6gtk2 Makefile distinfo

   misc/qt6gtk2: update to 0.7

   # changes

   * Fixed crash of KVIrc and other applications
   * Fixed combobox drawing issues
   * Resolved deprecation warnings (Thomas Lange)
VersionDeltaFile
1.27+2-7misc/qt6gtk2/Makefile
1.6+4-4misc/qt6gtk2/distinfo
+6-112 files

NetBSD/pkgsrc 5LNTKCJdoc CHANGES-2026

   doc: Updated mail/meli to 0.8.13
VersionDeltaFile
1.628+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc nSYoyUImail/meli distinfo cargo-depends.mk, mail/meli/patches patch-meli_Cargo.toml

   mail/meli: update to 0.8.13

   # pkgsrc changes

   * Remove deprecated README.
   * Move patch to vendored crate from files dir to patches/vendor

   # upstream changes
   * Fix severe issue when calling gettimeofday with a tz arg that may result in segfaults.
   * Fix AUTHENTICATE use in imap backend when SASL-IR is not available.
   * Several other misc fixes.
   * Updates various dependencies to newer versions.
   * Add tab_width option to specify how many spaces a tab character should occupy.
   * Add support for mbox files with meli view /path/to/file command.
VersionDeltaFile
1.16+869-815mail/meli/distinfo
1.12+60-42mail/meli/cargo-depends.mk
1.3+9-10mail/meli/patches/patch-meli_Cargo.toml
1.1+16-0mail/meli/patches/vendor/patch-libsqlite3-sys_Cargo.toml
1.35+4-7mail/meli/Makefile
1.6+1-2mail/meli/PLIST
+959-8762 files not shown
+960-8778 files

FreeBSD/ports eefe3dfgames/sdl-sopwith distinfo Makefile

games/sdl-sopwith: update 2.8.0 → 2.9.0
DeltaFile
+3-3games/sdl-sopwith/distinfo
+2-1games/sdl-sopwith/Makefile
+5-42 files

FreeBSD/ports da18ddagames/sgt-puzzles distinfo Makefile

games/sgt-puzzles: update 2025121120251220
DeltaFile
+3-3games/sgt-puzzles/distinfo
+2-2games/sgt-puzzles/Makefile
+5-52 files

OpenBSD/ports 4iuUHqFinfrastructure/db user.list

   Reserve gid 564 for _seatd, forgotten in previous sysutils/seatd commit

   Suggested by and useful prodding from landry@
VersionDeltaFile
1.480+2-2infrastructure/db/user.list
+2-21 files

DragonFlyBSD/src 602b3a3sys/dev/disk/ahci ahci.c atascsi.h

ahci - Read DevSleep DETO and MDAT parameters using READ LOG EXT command.

* DETO = DevSleep Exit Timeout in milliseconds
  MDAT = Minimum DEVSLP Assertion Time in milliseconds

* In the next step, these parameters will be programmed in the DevSleep
  register, when automatic DevSleep power management is enabled, if
  available. If we failed to get these values, or if they were read as
  zero, we should fall back to the "nominal" values of 20ms for DETO and
  10ms for MDAT listed in the Serial ATA specification.
DeltaFile
+40-2sys/dev/disk/ahci/ahci.c
+38-2sys/dev/disk/ahci/atascsi.h
+35-0sys/dev/disk/ahci/ahci_cam.c
+2-0sys/dev/disk/ahci/ahci.h
+115-44 files

LLVM/project 0666a77llvm/lib/Transforms/Vectorize SLPVectorizer.cpp, llvm/test/Transforms/SLPVectorizer/X86 vec_list_bias-inseltpoison.ll

[SLP]Support for tree throttling in SLP graphs with gathered loads

Gathered loads forming DAG instead of trees in SLP vectorizer. When
doing the throttling analysis for such graphs, need to consider partially
matched gathered loads DAG nodes and consider extract and/or gather
operations and their costs.
The patch adds this analysis and allows cutting off the expensive
sub-graphs with gathered loads.

Reviewers: hiraditya, RKSimon

Pull Request: https://github.com/llvm/llvm-project/pull/177855
DeltaFile
+99-14llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+12-13llvm/test/Transforms/SLPVectorizer/X86/vec_list_bias-inseltpoison.ll
+111-272 files

FreeBSD/src 58580dclib/libc/gen posix_spawnattr_getexecfd_np.3 Makefile.inc

libc: document posix_spawnattr_getexecfd_np(3)

Reviewed by:    markj
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D54862
DeltaFile
+86-0lib/libc/gen/posix_spawnattr_getexecfd_np.3
+2-0lib/libc/gen/Makefile.inc
+2-0lib/libc/gen/posix_spawn.3
+90-03 files

FreeBSD/src 3f0aea0include spawn.h, lib/libc/gen posix_spawn.c Symbol.map

libc: add posix_spawnattr_{get,set}execfd_np(3)

If execfd is set, the fexecve(2) is used by posix_spawn() instead of the
provided path.

Reviewed by:    markj
Sponsored by:   The FreeBSD Foundation
MFC after:      1 week
Differential revision:  https://reviews.freebsd.org/D54862
DeltaFile
+21-1lib/libc/gen/posix_spawn.c
+7-0include/spawn.h
+5-0lib/libc/gen/Symbol.map
+33-13 files