HardenedBSD/src 4dc7d09sys/vm vm_object.h

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+3-2sys/vm/vm_object.h
+3-21 files

HardenedBSD/src 7c5cb28sys/vm vm_object.h

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+3-2sys/vm/vm_object.h
+3-21 files

Linux/linux 3609fa9. MAINTAINERS .mailmap, drivers/of unittest.c

Merge tag 'devicetree-fixes-for-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux

Pull devicetree fixes from Rob Herring:

 - Fix an error path memory leak in DT unittest

 - Update Saravana's bouncing email

* tag 'devicetree-fixes-for-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux:
  of: unittest: Fix memory leak in unittest_data_add()
  MAINTAINERS: Update Saravana Kannan's email address
DeltaFile
+3-5drivers/of/unittest.c
+3-3MAINTAINERS
+2-0.mailmap
+8-83 files

OpenBSD/src 8PvHsCWsys/net pf.c

   refactor the matching of sk->sk_states entries in pf_find_state()

   ive been looking at and trying to comprehend this code for what
   feels like months of my life, and the af-to handling in particular.
   it wasn't until i found the PF_AFRT handling in pf_test that it
   suddenly clicked.

   i figure it doesnt hurt to pull the code here apart a bit and put
   some comments in place to help future travellers.

   ok sashan@
VersionDeltaFile
1.1229+30-11sys/net/pf.c
+30-111 files

FreeBSD/ports 2efd091net-im/tde2e distinfo Makefile

net-im/tde2e: update: 1.8.59 -> 1.8.60

Sponsored by:   tipi.work
DeltaFile
+3-3net-im/tde2e/distinfo
+2-2net-im/tde2e/Makefile
+5-52 files

FreeBSD/ports e177970net-im/telegram-desktop distinfo Makefile

net-im/telegram-desktop: update: 6.3.9 -> 6.4.0

Sponsored by:   tipi.work
DeltaFile
+3-3net-im/telegram-desktop/distinfo
+1-2net-im/telegram-desktop/Makefile
+4-52 files

NetBSD/pkgsrc QFlDGTedevel/lua-filesystem distinfo Makefile

   Update luafilesystem to 1.9.0 (hopefully, correctly this time).
VersionDeltaFile
1.11+5-4devel/lua-filesystem/distinfo
1.21+4-4devel/lua-filesystem/Makefile
+9-82 files

NetBSD/pkgsrc RwnaKG1devel/lua-filesystem Makefile

   Revert the previous (very broken) change.
VersionDeltaFile
1.20+24-30devel/lua-filesystem/Makefile
+24-301 files

FreeBSD/ports 97909c8misc/ollama distinfo Makefile, misc/ollama/files freebsd-compatibility.patch

misc/ollama: update 0.13.1-rc0 → 0.13.5
DeltaFile
+160-0misc/ollama/files/freebsd-compatibility.patch
+5-5misc/ollama/distinfo
+6-3misc/ollama/Makefile
+171-83 files

FreeBSD/ports 6aa439fmisc Makefile, misc/py-langgraph-prebuilt Makefile distinfo

misc/py-langgraph-prebuilt: New port: LangGraph: APIs for creating and executing LangGraph agents and tools
DeltaFile
+25-0misc/py-langgraph-prebuilt/Makefile
+3-0misc/py-langgraph-prebuilt/distinfo
+2-0misc/py-langgraph-prebuilt/pkg-descr
+1-0misc/Makefile
+31-04 files

NetBSD/pkgsrc uRnLR24devel/lua-filesystem Makefile distinfo

   Update luafilesystem to 1.9.0.
VersionDeltaFile
1.19+30-24devel/lua-filesystem/Makefile
1.10+4-5devel/lua-filesystem/distinfo
+34-292 files

NetBSD/src DxZFd8alib/libc/string strlcpy.3

   strlcpy(3): convert the list of WARNINGs to .Bl

   Use `-hang -width 0n` to make the bodies indented ever so slightly, by
   the extra amount mdoc adds between the value specified by `-width` and
   the body (digit-width).

   This slightly alleviates the sensory overload from the big lumps of
   bold at the start of these paragraphs.  Em instead Sy might be another
   additional tweak to consider.

   If you don't like the result you can switch back to the old output by
   just changing the list to `-inset`.  Another alternative might be
   `-ohang`.  (Neither needs `-width`).
VersionDeltaFile
1.30+13-9lib/libc/string/strlcpy.3
+13-91 files

OpenBSD/src 70uhTn9sys/arch/powerpc/include intr.h

   remove unused set_sint() define; ok miod@
VersionDeltaFile
1.58+1-4sys/arch/powerpc/include/intr.h
+1-41 files

NetBSD/pkgsrc Dsuo6ZYlang/lua luaversion.mk

   Add 55 to LUA_VERSIONS_ACCEPTED.
VersionDeltaFile
1.18+12-6lang/lua/luaversion.mk
+12-61 files

NetBSD/pkgsrc ZedEkaosecurity/zoneminder Makefile distinfo, security/zoneminder/files upstream-PR-3914

   security/zoneminder: Add support for mysql vs MariaDB

   Cherry-pick commits from https://github.com/ZoneMinder/zoneminder/pull/3914/

   Because of other upstream problems, there are two problems with using
   MariaDB, which can be mostly worked around.  Leave hints in the
   Makefile near the MariaDB option.

   Hope that upstream addresses this soon.

   Leave the default at mysql to make it easier for anyone starting out.
   This has not been tested but is probably ok.
VersionDeltaFile
1.96+59-33security/zoneminder/Makefile
1.1+74-0security/zoneminder/files/upstream-PR-3914
1.3+36-5security/zoneminder/patches/patch-CMakeLists.txt
1.1+20-0security/zoneminder/patches/patch-scripts_ZoneMinder_lib_ZoneMinder_Database.pm
1.25+3-2security/zoneminder/distinfo
+192-405 files

NetBSD/pkgsrc-wip 6c80ba5discount3 Makefile

discount3: change PKGNAME
DeltaFile
+3-1discount3/Makefile
+3-11 files

NetBSD/src F3EaM6Nlib/libc/string strlcpy.3

   strlcpy(3): don't markup strlen() with .Fn

   We don't want a function to stand out as much as the strlcpy/strlcat
   this manpage is about, especially in short paragraphs that are already
   packed with other kinds of emphasis (Sy, Em, Fa, ...).
VersionDeltaFile
1.29+13-5lib/libc/string/strlcpy.3
+13-51 files

NetBSD/pkgsrc-wip b036ff4discount3 Makefile PLIST, discount3/patches patch-Makefile.in patch-main.c

discount3: add package for discount major version 3
DeltaFile
+86-0discount3/patches/patch-Makefile.in
+33-0discount3/Makefile
+30-0discount3/PLIST
+17-0discount3/patches/patch-main.c
+14-0discount3/DESCR
+12-0discount3/buildlink3.mk
+192-02 files not shown
+200-08 files

NetBSD/src KmcoQGdlib/libc/string strlcpy.3

   strlcpy(3): fix up markup
VersionDeltaFile
1.28+19-13lib/libc/string/strlcpy.3
+19-131 files

HardenedBSD/src 9c92357sys/vm vm_object.h

vm/vm_object.h: clarify the OBJ_ONEMAPPING semantic

Reviewed by:    markj
Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
Differential revision:  https://reviews.freebsd.org/D54459
DeltaFile
+3-2sys/vm/vm_object.h
+3-21 files

FreeBSD/src 9c92357sys/vm vm_object.h

vm/vm_object.h: clarify the OBJ_ONEMAPPING semantic

Reviewed by:    markj
Sponsored by:   The FreeBSD Foundation
MFC after:      3 days
Differential revision:  https://reviews.freebsd.org/D54459
DeltaFile
+3-2sys/vm/vm_object.h
+3-21 files

Linux/linux 9ace475. Makefile

Linux 6.19-rc4
DeltaFile
+1-1Makefile
+1-11 files

LLVM/project dc43062llvm/test/Transforms/LoopVectorize multiple-early-exits.ll

[LV] Add tests with multiple early exits. (NFC)

Adds test coverage with vectorizable loops with early exits.
DeltaFile
+1,180-0llvm/test/Transforms/LoopVectorize/multiple-early-exits.ll
+1,180-01 files

NetBSD/pkgsrc yfSXMqrdoc TODO

   doc: add discount TODO entry with warning
VersionDeltaFile
1.26612+2-1doc/TODO
+2-11 files

NetBSD/pkgsrc ZywnuChdoc CHANGES-2026

   doc: revert discount update
VersionDeltaFile
1.78+1-2doc/CHANGES-2026
+1-21 files

NetBSD/pkgsrc Vc14boytextproc/discount/patches patch-markdown.c patch-generate.c

   discount: restore patches after update revert
VersionDeltaFile
1.4+0-0textproc/discount/patches/patch-markdown.c
1.6+0-0textproc/discount/patches/patch-generate.c
+0-02 files

NetBSD/pkgsrc 1fvg44atextproc/discount distinfo Makefile, textproc/discount/patches patch-Makefile.in patch-main.c

   discount: revert update, breaks p5-Text-Markdown-Discount
VersionDeltaFile
1.6+15-18textproc/discount/patches/patch-Makefile.in
1.3+6-6textproc/discount/patches/patch-main.c
1.21+7-5textproc/discount/distinfo
1.21+4-3textproc/discount/Makefile
+32-324 files

FreeBSD/ports 903eb12devel/stack distinfo Makefile

devel/stack: Update to 3.9.1
DeltaFile
+181-175devel/stack/distinfo
+81-74devel/stack/Makefile
+262-2492 files

FreeBSD/ports fb84334textproc/hs-pandoc distinfo pkg-plist

textproc/hs-pandoc: Update to 3.8.3
DeltaFile
+63-61textproc/hs-pandoc/distinfo
+1-72textproc/hs-pandoc/pkg-plist
+28-29textproc/hs-pandoc/Makefile
+92-1623 files

FreeBSD/ports e09f6fbdevel/hs-haskell-language-server Makefile.cabal.ghc98 distinfo

devel/hs-haskell-language-server: Add ghc98 flavor and switch default to GHC 9.10
DeltaFile
+266-0devel/hs-haskell-language-server/Makefile.cabal.ghc98
+79-1devel/hs-haskell-language-server/distinfo
+31-44devel/hs-haskell-language-server/Makefile.cabal.default
+9-1devel/hs-haskell-language-server/Makefile
+385-464 files