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/src 8cbc9c0lib/libc/stdlib tsearch.3 Makefile.inc

tdestroy(3) man page

(cherry picked from commit b0d4b059cf8425cbe094f93362a61c56a26d45f3)
DeltaFile
+23-2lib/libc/stdlib/tsearch.3
+2-1lib/libc/stdlib/Makefile.inc
+25-32 files

FreeBSD/src 6197518include search.h, lib/libc/stdlib tdestroy.c Symbol.map

libc: add glibc-compatible tdestroy(3)

(cherry picked from commit b8c99e7d912f0dad84cec80f8c4331646b87a3ec)
DeltaFile
+68-0lib/libc/stdlib/tdestroy.c
+1-0lib/libc/stdlib/Symbol.map
+1-0include/search.h
+1-0lib/libc/stdlib/Makefile.inc
+71-04 files

FreeBSD/src 6a6f964lib/libc/tests/stdlib tsearch_test.c

tdestroy(3): add tests

(cherry picked from commit 3204c097fd08436805f059c0d7f676d29ee9bb62)
DeltaFile
+65-0lib/libc/tests/stdlib/tsearch_test.c
+65-01 files

FreeBSD/src 567e77dlib/libc/gen exterr_cat_filenames.h

Add automatically generated file libc/gen/exterr_cat_filenames.h

(cherry picked from commit 5685c07b5a8e4ccc19140eeaa5987a38dca7c668)
DeltaFile
+17-0lib/libc/gen/exterr_cat_filenames.h
+17-01 files

FreeBSD/src 2b83f57lib/libc/gen err.3, share/man/man7 environ.7

man pages: provide some description for extended errors

(cherry picked from commit 3088263177da2813dd09364171feadd0e31d1fc3)
DeltaFile
+16-0lib/libc/gen/err.3
+15-1share/man/man7/environ.7
+31-12 files

FreeBSD/src 39a04a3tests/sys/kern exterr_test.c

exterr_test: loosen the error string pattern

(cherry picked from commit 543c86636f73119fa1dab860f07396df5a1884d4)
DeltaFile
+1-1tests/sys/kern/exterr_test.c
+1-11 files

FreeBSD/src e5b9182lib/libc/gen uexterr_format.c, sys/sys exterr_cat.h

exterr: in verbose mode, print the source file name

(cherry picked from commit 874cdf6af695c42d561647f7165c99c2d3df0faa)
DeltaFile
+17-4lib/libc/gen/uexterr_format.c
+11-0sys/sys/exterr_cat.h
+28-42 files

FreeBSD/src 39abebbtools/build make_libc_exterr_cat_filenames.sh

Add a script to auto-generate mapping from exterr category to source file

(cherry picked from commit 3ef25acf3600fb822bdf1487036184b4978d737f)
DeltaFile
+22-0tools/build/make_libc_exterr_cat_filenames.sh
+22-01 files

FreeBSD/src 6c797f5sys/vm vm_mmap.c

vm/vm_mmap.c: inline erronous argument values for extended errors

(cherry picked from commit 2904edaf2f09934142f9f6a6d2886879395145cc)
DeltaFile
+25-18sys/vm/vm_mmap.c
+25-181 files

FreeBSD/src ca345aalib/libc/gen uexterr_format.c

exterror: Add EXTERROR_VERBOSE env variable to control verbosity

(cherry picked from commit 42210fe8dcd4684a45e0e4db1b8194e291dc8fda)
DeltaFile
+48-5lib/libc/gen/uexterr_format.c
+48-51 files

FreeBSD/src a26a553lib/libc/stdlib Makefile.inc

libc/stdlib/Makefile: one line for each source file name

(cherry picked from commit 04a664d87607d25d87baf56903090707cc91e2e0)
DeltaFile
+69-13lib/libc/stdlib/Makefile.inc
+69-131 files

FreeBSD/src a3b3ac6share/man/man9 exterror.9

exterror.9: describe formatting of optional arguments

(cherry picked from commit 14bd57d0a78dcd98449597fd3e19749799e36935)
DeltaFile
+10-0share/man/man9/exterror.9
+10-01 files

FreeBSD/src 12918e9sys/fs/fuse fuse_device.c fuse_vfsops.c, sys/sys exterr_cat.h

fs/fuse: use dedicated category per source file

(cherry picked from commit 54b52f655e0fdaef21c3cde85e8bf030efa7b86e)
DeltaFile
+3-1sys/sys/exterr_cat.h
+1-1sys/fs/fuse/fuse_device.c
+1-1sys/fs/fuse/fuse_vfsops.c
+1-1sys/fs/fuse/fuse_vnops.c
+6-44 files

FreeBSD/src 4c273b7lib/libc/gen uexterr_format.c

exterror: add support for the format specifiers in the extended error msg

(cherry picked from commit 8bff95f3ce0396ff40b4f7d943ea856ac3f846c3)
DeltaFile
+2-1lib/libc/gen/uexterr_format.c
+2-11 files

FreeBSD/src 1f5dfc8lib/libc/gen err.c

libc/gen/err.c: remove 'extended error' herald from extended error output

(cherry picked from commit 37ddbbe5535cb6c27b8a026b2f28d64319b9f802)
DeltaFile
+1-1lib/libc/gen/err.c
+1-11 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