NetBSD/pkgsrc fyddYmHlang/go122 Makefile

   go122: build w/ GOMAXPROCS=1

   It frequently encounters a concurrency/gc related panic[1] on at
   least earmv7hf. Could not reproduce with later versions of go.
   [1] fatal error: workbuf is not empty
VersionDeltaFile
1.2+2-1lang/go122/Makefile
+2-11 files

NetBSD/src qpZ905Hsys/kern kern_proc.c

   PR kern/60159 PR kern/55665  pg_jobc assertions unsafe

   It has long been known that the way that the pg_jobc field in
   struct pgrp works (or doesn't perhaps) is understood by no-one,
   yet it does seem to function.

   Its (sole) purpose is to determine whether a process group should
   be subject to terminal generated stop signals (SIGTSTP, SIGTTIN, SIGTTOU).

   That is, if there is no parent process of any of the jobs in the
   process group, which is in a different process group than the one in
   question (or it would also be affected by the signal) which can arrange
   to send a SIGCONT to the process group to restart it, or some other
   signal to terminate it, then the kernel must not stop that process
   group, or it would (could) remained stopped, orphaned, forever (or
   until some human notices and manually kills it, using some signal or
   other).

   However, the extremely convoluted calculations required to maintain

    [26 lines not shown]
VersionDeltaFile
1.282+3-3sys/kern/kern_proc.c
+3-31 files

FreeBSD/ports 990286bdevel/viewvc-devel distinfo Makefile, devel/viewvc-devel/files patch-bin_standalone.py patch-lib_viewvc.py

devel/viewvc-devel: Update to 1.3.0-20251023

This release corresponds to 1.3.0-beta1

re: https://github.com/viewvc/viewvc/releases/tag/1.3.0-beta1
DeltaFile
+0-74devel/viewvc-devel/files/patch-bin_standalone.py
+0-39devel/viewvc-devel/files/patch-lib_viewvc.py
+3-3devel/viewvc-devel/distinfo
+3-3devel/viewvc-devel/files/patch-conf_viewvc.conf.dist
+2-3devel/viewvc-devel/Makefile
+1-2devel/viewvc-devel/pkg-plist
+9-1246 files

OPNSense/core c1b4855src/opnsense/mvc/app/models/OPNsense/Kea KeaDhcpv4.php KeaDhcpv6.php

replace require-all with a comment, since it's false by default
DeltaFile
+1-1src/opnsense/mvc/app/models/OPNsense/Kea/KeaDhcpv4.php
+1-1src/opnsense/mvc/app/models/OPNsense/Kea/KeaDhcpv6.php
+2-22 files

FreeNAS/freenas 621b53dtests/api2 test_legacy_api.py

fix test_legacy_api test failures
DeltaFile
+3-0tests/api2/test_legacy_api.py
+3-01 files

FreeBSD/src 6630c3aetc/mtree BSD.tests.dist, sbin/tunefs Makefile

tunefs: Add tests

MFC after:      1 week
Reviewed by:    ngie
Differential Revision:  https://reviews.freebsd.org/D56034
DeltaFile
+189-0sbin/tunefs/tests/tunefs_test.sh
+5-0sbin/tunefs/Makefile
+4-0sbin/tunefs/tests/Makefile
+2-0etc/mtree/BSD.tests.dist
+200-04 files

FreeBSD/src c5e79c7sbin/tunefs tunefs.c Makefile

tunefs: Don't lower WARNS

Use casts to silence the alignment warnings instead of potentially
suppressing other legitimate warnings.

MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D56033
DeltaFile
+3-3sbin/tunefs/tunefs.c
+0-2sbin/tunefs/Makefile
+3-52 files

OpenBSD/ports gRCYK26textproc/p5-XML-Parser distinfo Makefile

   update p5-XML-Parser to 2.55
VersionDeltaFile
1.16+2-2textproc/p5-XML-Parser/distinfo
1.41+1-1textproc/p5-XML-Parser/Makefile
+3-32 files

FreeNAS/freenas 730cd38src/middlewared/middlewared/etc_files/netdata netdata.conf.mako

NAS-140504 / 27.0.0-BETA.1 / disable more netdata plugins (#18618)

Noticed this while working on something else. Netdata has enabled (by
default) other plugins that we don't use so disable them.
```
netdata     6208  5.7  0.0 7761796 110400 ?      Ssl  12:47   0:22 /usr/sbin/netdata -P /run/netdata/netdata.pid -D
netdata     6249  0.0  0.0  71828 15196 ?        S    12:47   0:00  \_ spawn-plugins
netdata     8847  0.0  0.0 9236824 6636 ?        Sl   12:47   0:00      \_ /usr/libexec/netdata/plugins.d/otel-signal-viewer-plugin 1
netdata     8855  0.0  0.0 283120  7552 ?        Sl   12:47   0:00      \_ /usr/libexec/netdata/plugins.d/otel-plugin 1
netdata     8866  0.0  0.0  39432  4324 ?        Sl   12:47   0:00      \_ /usr/libexec/netdata/plugins.d/systemd-units.plugin 1
netdata     8872  1.5  0.0 101024 30964 ?        Sl   12:47   0:05      \_ /usr/bin/python3 /usr/libexec/netdata/plugins.d/python.d.plugin 1
netdata     8881  0.2  0.0 1356984 71072 ?       Sl   12:47   0:00      \_ /usr/libexec/netdata/plugins.d/go.d.plugin 1
```
DeltaFile
+3-0src/middlewared/middlewared/etc_files/netdata/netdata.conf.mako
+3-01 files

FreeBSD/src 1a03631contrib/tzcode localtime.c zic.c

tzcode: Update to 2026a

Many thanks to Paul Eggert for adopting most of our adaptations as
optional features upstream in the previous release (2025c).

MFC after:      1 week
Reviewed by:    philip
Differential Revision:  https://reviews.freebsd.org/D55741

(cherry picked from commit ff2c98b30b57b9763e2a6575f729bab676e6c025)
DeltaFile
+1,044-709contrib/tzcode/localtime.c
+470-313contrib/tzcode/zic.c
+224-199contrib/tzcode/tz-art.html
+206-192contrib/tzcode/tz-link.html
+195-188contrib/tzcode/theory.html
+224-156contrib/tzcode/private.h
+2,363-1,75722 files not shown
+3,153-2,23028 files

FreeBSD/src f792f3dcontrib/tzcode localtime.c, lib/libc/gen sysconf.c

tzcode: Fix issues when TZ is an absolute path

* If TZ starts with TZDIR, strip any additional slashes so relname
  does not end up looking like an absolute path.  For instance,
  TZ=/usr/share/zoneinfo//UTC should result in UTC, not /UTC.

* In the setugid case, we were incorrectly passing name rather than
  relname to fstatat().

* Modify the tz_env and tz_env_setugid test cases to exercise both
  of these scenarios.

* Also add test cases for invalid values of TZ, which I wrote
  earlier but forgot to include in a5f14e4f9069.

Reported by:    Paul Eggert <eggert at cs.ucla.edu>
MFC after:      3 days
Fixes:          967a49a21a27 ("Update tzcode to 2025b")
Fixes:          a5f14e4f9069 ("tzcode: Use -00 only for invalid time zones")

    [24 lines not shown]
DeltaFile
+82-8lib/libc/tests/stdtime/detect_tz_changes_test.c
+8-5contrib/tzcode/localtime.c
+1-1lib/libc/gen/sysconf.c
+1-0lib/libc/tests/stdtime/Makefile
+92-144 files

FreeBSD/src ea27af6contrib/tzcode localtime.c

tzcode: Fix early tz change detection

Assume tzdata is not fresh if last_checked is zero, as comparing the
current time to last_checked less than __tz_change_interval after boot
may produce a false negative.

While here, invert the return value from tzdata_is_fresh() to better
match its new name (it was previously called recheck_tzdata(), so zero
for fresh and non-zero for stale made sense, but it doesn't now).

PR:             269207
MFC after:      3 days
Reviewed by:    imp
Differential Revision:  https://reviews.freebsd.org/D53502

(cherry picked from commit a38c2f99f81c2fc35c8ca209931c1c46e3e81023)
DeltaFile
+7-7contrib/tzcode/localtime.c
+7-71 files

FreeBSD/src 58d09e1lib/libc/tests/stdtime detect_tz_changes_test.c

tzcode: Test escape from TZDIR

Test a value of TZ that temporarily escapes from TZDIR (which is not
permitted when setugid) then reenters it.

MFC after:      3 days

(cherry picked from commit cf76bfbb235116702ea1689bf984f200a72d2790)
DeltaFile
+26-13lib/libc/tests/stdtime/detect_tz_changes_test.c
+26-131 files

FreeBSD/src 08d1a7acontrib/tzcode localtime.c asctime.c

tzcode: Drop libc namespace

This hasn't been needed in years and is a maintenance headache.

MFC after:      1 week
Reviewed by:    philip
Differential Revision:  https://reviews.freebsd.org/D52694

(cherry picked from commit d58339f398748b50ff84421e9d81f8f6d94cb949)
DeltaFile
+25-27contrib/tzcode/localtime.c
+0-2contrib/tzcode/asctime.c
+0-2contrib/tzcode/difftime.c
+25-313 files

FreeBSD/src 8a26d25contrib/tzcode localtime.c private.h, include time.h

tzcode: Expose and document offtime() and offtime_r()

Includes diff reduction to upstream version of this patch.

MFC after:      3 days
Sponsored by:   Klara, Inc.
Reviewed by:    philip
Differential Revision:  https://reviews.freebsd.org/D39715

(cherry picked from commit 155290b23f0b503b9db675d6a45f85b189ee1926)
DeltaFile
+33-6lib/libc/stdtime/ctime.3
+1-1contrib/tzcode/localtime.c
+1-1contrib/tzcode/private.h
+2-0include/time.h
+37-84 files

FreeBSD/src cb991falib/libc/tests/stdtime detect_tz_changes_test.c

tzcode: Add a test case for plain issetugid case

This catches a bug in tzcode which incorrectly considers TZDEFAULT as
unsafe as if it came from the environment.

Also deduplicate some repeated code, and fix a missing mode in an
open(2) call with O_CREAT set.

Event:          Oslo Hackathon 202508
Reviewed by:    philip
Differential Revision:  https://reviews.freebsd.org/D52241

(cherry picked from commit 016d3ec239b39895cf19aa62552fc316d7d98045)
DeltaFile
+43-17lib/libc/tests/stdtime/detect_tz_changes_test.c
+43-171 files

FreeBSD/src f6a3075contrib/tzcode localtime.c newctime.3

Update tzcode to 2025b

MFC after:      3 weeks

Differential Revision:  https://reviews.freebsd.org/D52103

(cherry picked from commit 967a49a21a27380ba1c545c746b4f1badabefd77)
DeltaFile
+373-212contrib/tzcode/localtime.c
+76-84contrib/tzcode/newctime.3
+89-53contrib/tzcode/zic.c
+68-54contrib/tzcode/asctime.c
+21-101contrib/tzcode/date.1
+82-37contrib/tzcode/private.h
+709-54114 files not shown
+1,121-75120 files

FreeBSD/src ec60ca6contrib/tzcode localtime.c

tzcode: Limit TZ for setugid programs

The zoneinfo parser can be told to read any file the program can access
by setting TZ to either an absolute path, or a path relative to the
zoneinfo directory.  For setugid programs, we previously had a hack from
OpenBSD which rejects values of TZ deemed unsafe, but that was rather
arbitrary (anything containing a dot, for instance).  Leverage openat()
with AT_RESOLVE_BENEATH instead.

For simplicity, move the TZ change detection code to after we've opened
the file, and stat the file descriptor rather than the name.

Reviewed by:    jhb
Differential Revision:  https://reviews.freebsd.org/D52029

(cherry picked from commit b6ea2513f7769ea9d9e4d342777111add2c903b0)
DeltaFile
+45-25contrib/tzcode/localtime.c
+45-251 files

FreeBSD/src f1977dccontrib/tzcode localtime.c

tzcode: Use -00 only for invalid time zones

As of tzcode 2025a, if we are unable to load a time zone, we set tzname
to "-00" to indicate an error.  This penalizes users who simply don't
set TZ or create /etc/localtime as a faster way of setting the time zone
to UTC (pointing /etc/localtime at /usr/share/zoneinfo/UTC forces us to
parse it every time for no real benefit).  To rectify this, use "-00"
only if TZ was set or zoneinit() returned something else than ENOENT.

MFC after:      3 days
Fixes:          967a49a21a27 ("Update tzcode to 2025b")
Reviewed by:    philip
Differential Revision:  https://reviews.freebsd.org/D52680

(cherry picked from commit a5f14e4f9069a8ffed66d923bb0ecf20d8a0e6af)
DeltaFile
+6-2contrib/tzcode/localtime.c
+6-21 files

FreeBSD/src 3e8b9c3contrib/tzcode localtime.c

tzcode: Don't treat TZDEFAULT as tainted

tzset() calls zoneinit() with the FROMENV flag set unconditionally, so
if TZ is unset and we use TZDEFAULT instead, we were still treating it
as if it came from the environment.  Unset the FROMENV flag if name is
null and we switch to TZDEFAULT, or if, after skipping the optional
leading colon, we find that name is identical to TZDEFAULT.

This incorporates upstream change d0e0b00f846c ("Avoid unnecessary
access, stat calls").

Fixes:          b6ea2513f776 ("tzcode: Limit TZ for setugid programs")
Event:          Oslo Hackathon 202508
Reviewed by:    philip
Differential Revision:  https://reviews.freebsd.org/D52240

(cherry picked from commit ca89e15355097e9b57bf4e17a50506e081fe04b3)
DeltaFile
+6-4contrib/tzcode/localtime.c
+6-41 files

FreeBSD/src b3f5166lib/libc/tests/stdtime detect_tz_changes_test.c Makefile

tzcode: Add test case for setugid programs

Fixes:          a6b19979bf13 ("tzcode: Fix TZ for non-setugid programs")
Differential Revision:  https://reviews.freebsd.org/D52124

(cherry picked from commit c6c7c7ac94636a1f705a6f4d6ea74b1e62ad517d)
DeltaFile
+42-11lib/libc/tests/stdtime/detect_tz_changes_test.c
+3-1lib/libc/tests/stdtime/Makefile
+45-122 files

FreeBSD/src e58659acontrib/tzcode localtime.c, lib/libc/tests/stdtime detect_tz_changes_test.c

tzcode: Fix TZ for non-setugid programs

The previous commit had the desired effect for setugid programs, but
broke TZ for everyone else.  I didn't notice because my test cases
swap out /etc/localtime instead of setting TZ, so add a test case
that sets TZ.

Fixes:          b6ea2513f776 ("tzcode: Limit TZ for setugid programs")
Reviewed by:    cy
Differential Revision:  https://reviews.freebsd.org/D52108

(cherry picked from commit a6b19979bf13055da5f24d1f240f2acddb35eeac)
DeltaFile
+42-19lib/libc/tests/stdtime/detect_tz_changes_test.c
+6-5contrib/tzcode/localtime.c
+48-242 files

FreeBSD/src 2a4e0e0lib/libc/tests/stdtime detect_tz_changes_test.c

tzcode: Add a test case for thin jails

Add a test case for a typical thin jail scenario where TZDIR does not
exist and we get our information from /etc/localtime.  This is
technically already covered by the detect_tz_changes test case, but
this new test case is independent of the DETECT_TZ_CHANGES option.

(cherry picked from commit b2f394b90062b9f4aee51de4e5fd7513b3db7362)
DeltaFile
+36-7lib/libc/tests/stdtime/detect_tz_changes_test.c
+36-71 files

FreeBSD/src 2ad6daacontrib/tzcode localtime.c

tzcode: Reduce diff to upstream

Reviewed by:    imp, jhb, emaste
Differential Revision:  https://reviews.freebsd.org/D51997

(cherry picked from commit f5efc804294c6bb24bd6d14bf2fb883a7320956c)
DeltaFile
+167-121contrib/tzcode/localtime.c
+167-1211 files

FreeBSD/src d6bc98acontrib/tzcode localtime.c, lib/libc/stdtime Symbol.map Makefile.inc

libc: Test time zone change detection.

While here, clean the detection code up a bit.

Sponsored by:   Klara, Inc.
Sponsored by:   NetApp, Inc.
Reviewed by:    markj
Differential Revision:  https://reviews.freebsd.org/D51343

(cherry picked from commit 57ee56578cc55b3da9a0dee64b385507be2dc80a)
DeltaFile
+281-0lib/libc/tests/stdtime/detect_tz_changes_test.c
+5-13contrib/tzcode/localtime.c
+6-0lib/libc/stdtime/Symbol.map
+4-1lib/libc/tests/stdtime/Makefile
+4-0tools/build/mk/OptionalObsoleteFiles.inc
+1-0lib/libc/stdtime/Makefile.inc
+301-146 files

FreeBSD/src 9b019b4contrib/tzcode localtime.c zic.c

tzcode: Update to 2026a

Many thanks to Paul Eggert for adopting most of our adaptations as
optional features upstream in the previous release (2025c).

MFC after:      1 week
Reviewed by:    philip
Differential Revision:  https://reviews.freebsd.org/D55741

(cherry picked from commit ff2c98b30b57b9763e2a6575f729bab676e6c025)
DeltaFile
+1,044-709contrib/tzcode/localtime.c
+470-313contrib/tzcode/zic.c
+224-199contrib/tzcode/tz-art.html
+206-192contrib/tzcode/tz-link.html
+195-188contrib/tzcode/theory.html
+224-156contrib/tzcode/private.h
+2,363-1,75722 files not shown
+3,153-2,23028 files

LLVM/project 803d1d6clang/lib/ScalableStaticAnalysisFramework/Analyses/CallGraph CallGraphJSONFormat.cpp, clang/test/Analysis/Scalable/ssaf-format call-graph-invalid-json-format.test

[clang][ssaf] Implement JSON format for CallGraph summary (#189681)

rdar://170258016
DeltaFile
+174-0clang/lib/ScalableStaticAnalysisFramework/Analyses/CallGraph/CallGraphJSONFormat.cpp
+97-0clang/test/Analysis/Scalable/ssaf-format/call-graph-invalid-json-format.test
+48-0clang/test/Analysis/Scalable/ssaf-format/Inputs/CallGraph/missing-def-col.json
+48-0clang/test/Analysis/Scalable/ssaf-format/Inputs/CallGraph/invalid-direct-callee-id.json
+47-0clang/test/Analysis/Scalable/ssaf-format/Inputs/CallGraph/missing-def-line.json
+46-0clang/test/Analysis/Scalable/ssaf-format/Inputs/CallGraph/invalid-direct-callee-element.json
+460-014 files not shown
+738-820 files

OPNSense/core 78acc79src/opnsense/mvc/app/controllers/OPNsense/Kea/forms generalSettings6.xml generalSettings4.xml, src/opnsense/mvc/app/models/OPNsense/Kea KeaDhcpv6.php KeaDhcpv4.php

Services Kea: DHCPv4/6: add sockets max-retries and retry-wait-time options. Fixes https://github.com/opnsense/core/issues/10072
DeltaFile
+16-0src/opnsense/mvc/app/controllers/OPNsense/Kea/forms/generalSettings6.xml
+16-0src/opnsense/mvc/app/controllers/OPNsense/Kea/forms/generalSettings4.xml
+6-1src/opnsense/mvc/app/models/OPNsense/Kea/KeaDhcpv6.php
+6-1src/opnsense/mvc/app/models/OPNsense/Kea/KeaDhcpv4.php
+2-0src/opnsense/mvc/app/models/OPNsense/Kea/KeaDhcpv4.xml
+2-0src/opnsense/mvc/app/models/OPNsense/Kea/KeaDhcpv6.xml
+48-26 files

FreeBSD/src cf27580sys/netinet6 nd6_nbr.c nd6.h

nd6: Fix delayed NA for proxy addresses

Delayed proxy addresses need special handling, since
they can use link-local ifa as their source address and
have different link-layer data in their response.

Fixes:          f37fbe30f559
Reviewed by:    glebius, markj
Differential Revision: https://reviews.freebsd.org/D55850
DeltaFile
+52-20sys/netinet6/nd6_nbr.c
+1-0sys/netinet6/nd6.h
+53-202 files

LLVM/project c4b0f99libsycl/src/detail program_manager.cpp program_manager.hpp

[libsycl] Add device image registration & compatibility check (#187528)

This is part of the SYCL support upstreaming effort. The relevant RFCs
can be found here:


https://discourse.llvm.org/t/rfc-add-full-support-for-the-sycl-programming-model/74080
https://discourse.llvm.org/t/rfc-sycl-runtime-upstreaming/74479

---------

Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova at intel.com>
DeltaFile
+154-0libsycl/src/detail/program_manager.cpp
+97-0libsycl/src/detail/program_manager.hpp
+91-0libsycl/src/detail/device_binary_structures.hpp
+77-0libsycl/src/detail/kernel_id.hpp
+52-0libsycl/src/detail/device_image_wrapper.hpp
+0-13libsycl/src/detail/global_objects.hpp
+471-136 files not shown
+484-1912 files