NetBSD/src FVNRCOQdoc CHANGES-11.1

   Tickets #446 - #453
VersionDeltaFile
1.1.2.11+93-1doc/CHANGES-11.1
+93-11 files

NetBSD/src H0rjv2usys/arch/arm/broadcom bcm2835_vcaudio.c, sys/external/bsd/vchiq/dist/interface/vchi vchi.h

   Pull up following revision(s) (requested by skrll in ticket #453):

        sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_2835_arm.c: revision 1.26
        sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_shim.c: revision 1.8
        sys/arch/arm/broadcom/bcm2835_vcaudio.c: revision 1.23
        sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_shim.c: revision 1.9
        sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_if.h: revision 1.5
        sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_core.c: revision 1.18
        sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_core.h: revision 1.11
        sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_arm.c: revision 1.23
        sys/external/bsd/vchiq/dist/interface/vchi/vchi.h: revision 1.3

   vchiq: Apply change from upstream

   commit 6e474d8e3981a63b6e1cf11b838014ed52499804
   Author: Stefan Wahren <wahrenst-hi6Y0CQ0nG0 at public.gmane.org>
   Date: Wed Oct 26 18:34:19 2016 +0000

   staging: vchiq_shim: avoid code duplication

    [48 lines not shown]
VersionDeltaFile
1.15.28.2+166-109sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_core.c
1.7.32.1+40-76sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_shim.c
1.21.32.2+104-1sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_arm.c
1.20.4.2+23-15sys/arch/arm/broadcom/bcm2835_vcaudio.c
1.2.54.1+6-19sys/external/bsd/vchiq/dist/interface/vchi/vchi.h
1.23.26.2+0-14sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_2835_arm.c
+339-2342 files not shown
+345-2408 files

NetBSD/src QptVzDfsys/arch/riscv/include bus_funcs.h

   Pull up following revision(s) (requested by skrll in ticket #452):

        sys/arch/riscv/include/bus_funcs.h: revision 1.6

   riscv: Fix bus_space_{alloc,free,mmap} macros

   The macros bus_space_alloc, bus_space_free, and bus_space_mmap were
   incorrectly passing the bus space cookie as their first parameter.

   This patch updates these macros to pass the entire bus space tag pointer
   instead as per other macros.
VersionDeltaFile
1.4.2.1+4-4sys/arch/riscv/include/bus_funcs.h
+4-41 files

Linux/linux 88405f0arch/x86/kernel itmt.c, kernel/sched rt.c deadline.c

Merge tag 'sched-urgent-2026-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull scheduler fixes from Ingo Molnar:

 - Fix a timestamping bug in pick_task_fair() and yield_task_fair()
   (Zhan Xusheng)

 - Skip migrate-disabled tasks when picking a push candidate in the
   RT and DL schedulers (Seiji Nishikawa)

 - Skip rq->avg_idle update without a valid idle_stamp (Shubhang
   Kaushik)

 - Fix throttling bug in throttle_cfs_rq(), caused by the recent
   single-runqueue conversion (Wanwu Li)

 - Fix bandwidth calculation bug in distribute_cfs_runtime(),
   caused by the single-runqueue conversion (Wanwu Li)


    [13 lines not shown]
DeltaFile
+50-10kernel/sched/fair.c
+8-2kernel/sched/core.c
+2-6arch/x86/kernel/itmt.c
+2-2kernel/sched/rt.c
+2-2kernel/sched/deadline.c
+64-225 files

FreeBSD/ports 210df49net/freeipa-server/files README.md

net/freeipa-server: fix documentation

Rework the installed README.

Sponsored by:   Netzkommune GmbH
DeltaFile
+207-193net/freeipa-server/files/README.md
+207-1931 files

NetBSD/src odbwKocsys/arch/riscv/include asm.h

   Pull up following revision(s) (requested by skrll in ticket #451):

        sys/arch/riscv/include/asm.h: revision 1.14

   risc-v: fix assemble opcode helper macros

   - remove *_SUBI variants as these instructions don't exist and the
    assembler doesn't help. *_ADDI should be used.

   - use 'iw' instead of 'wi' to match real instructions.
VersionDeltaFile
1.11.2.3+5-9sys/arch/riscv/include/asm.h
+5-91 files

NetBSD/src 6yPOH9tsys/arch/x86/isa clock.c

   Pull up following revision(s) (requested by andvar in ticket #450):

        sys/arch/x86/isa/clock.c: revision 1.43

   Check if RTC is disabled only in virtualized environments.

   On a real PC, bits 0-5 may be used for the date alarm function,
   causing RTC failure to attach and
   a "WARNING: no TOD clock present" warning in the boot log.

   Verified no regression on QEMU/MICROVM by imil@

   PR kern/60672
VersionDeltaFile
1.42.2.1+8-6sys/arch/x86/isa/clock.c
+8-61 files

Linux/linux c4a3928kernel/events ring_buffer.c core.c

Merge tag 'perf-urgent-2026-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull perf events fixes from Ingo Molnar:

 - Skip empty AUX records with only format flags (Leo Yan)

 - Fix use-after-free when perf mmap() revival races with the
   last munmap() (Yilin Zhang, Weiming Shi)

* tag 'perf-urgent-2026-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  perf: Fix use-after-free when perf mmap() revival races with the last munmap()
  perf/core: Skip empty AUX records with only format flags
DeltaFile
+10-10kernel/events/core.c
+7-2kernel/events/ring_buffer.c
+17-122 files

NetBSD/src lJ3WkN9sys/arch/m68k/m68k vm_machdep.c

   Pull up following revision(s) (requested by thorpej in ticket #449):

        sys/arch/m68k/m68k/vm_machdep.c: revision 1.48

   cpu_lwp_fork(): If a stack is specified, make sure it's aligned.
VersionDeltaFile
1.43.4.1+6-4sys/arch/m68k/m68k/vm_machdep.c
+6-41 files

FreeBSD/doc 333a4f4website/content/en/cgi ports.cgi

ports.cgi: show the heading only on the homepage

It wastes space on the results pages.

Event:                  Berlin Hackathon 202609
DeltaFile
+7-1website/content/en/cgi/ports.cgi
+7-11 files

NetBSD/src ZhOaGQssys/arch/m68k/include frame.h, sys/arch/m68k/m68k sunos_machdep.c compat_16_machdep.c

   Pull up following revision(s) (requested by thorpej in ticket #448):

        sys/arch/m68k/m68k/sunos_machdep.c: revision 1.41
        sys/arch/m68k/m68k/sig_machdep.c: revision 1.53
        sys/arch/m68k/include/frame.h: revision 1.41
        sys/arch/m68k/m68k/compat_16_machdep.c: revision 1.20

   Make sure the stack is aligned when delivering signals.

   Fixes the t_signal_and_sp:misaligned_sp_and_signal and
   t_signal_and_sp:signalsp_sigaltstack test cases on m68k.
VersionDeltaFile
1.51.24.1+14-9sys/arch/m68k/m68k/sig_machdep.c
1.40.4.1+4-4sys/arch/m68k/m68k/sunos_machdep.c
1.18.12.1+4-4sys/arch/m68k/m68k/compat_16_machdep.c
1.35.4.1+2-2sys/arch/m68k/include/frame.h
+24-194 files

FreeBSD/ports 34c3b48security/lua-resty-openssl pkg-plist Makefile

security/lua-resty-openssl: Update to 1.9.0

- update [1]
- release to ports@

PR:     297769 [1]
DeltaFile
+3-3security/lua-resty-openssl/distinfo
+2-2security/lua-resty-openssl/Makefile
+3-0security/lua-resty-openssl/pkg-plist
+8-53 files

HardenedBSD/src ba3538clib/libifconfig libifconfig_nl.c, sbin/ifconfig ifvfstatus.c

Merge remote-tracking branch 'rad/hardened/current/master' into hardened/current/pledge
DeltaFile
+584-20sys/netlink/route/iface.c
+413-0tests/sys/netlink/test_snl.c
+355-0sys/netlink/netlink_snl_route_parsers.h
+303-0lib/libifconfig/libifconfig_nl.c
+300-0sbin/ifconfig/ifvfstatus.c
+187-1share/man/man4/rtnetlink.4
+2,142-2141 files not shown
+3,409-6847 files

HardenedBSD/src c2f0073lib/libifconfig libifconfig_nl.c, sbin/ifconfig ifvfstatus.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+584-20sys/netlink/route/iface.c
+413-0tests/sys/netlink/test_snl.c
+355-0sys/netlink/netlink_snl_route_parsers.h
+303-0lib/libifconfig/libifconfig_nl.c
+300-0sbin/ifconfig/ifvfstatus.c
+187-1share/man/man4/rtnetlink.4
+2,142-2141 files not shown
+3,409-6847 files

NetBSD/src RVVfk7olib/libc/arch/m68k/gen _lwp.c

   Pull up following revision(s) (requested by thorpej in ticket #447):

        lib/libc/arch/m68k/gen/_lwp.c: revision 1.11

   _lwp_makecontext(): ensure the stack is aligned.  Fixes the
   t_signal_and_sp::threadsp test case on m68k.
VersionDeltaFile
1.10.2.1+10-4lib/libc/arch/m68k/gen/_lwp.c
+10-41 files

NetBSD/src 13VzrdIexternal/gpl2/texinfo/dist/makeinfo index.c sectioning.h

   Pull up the following, requested by bsiegert in ticket #446:

        external/gpl2/gmake/dist/ar.c                   up to 1.2
        external/gpl2/gmake/dist/arscan.c               up to 1.4
        external/gpl2/gmake/dist/configure              up to 1.4
        external/gpl2/gmake/dist/getopt.c               up to 1.2
        external/gpl2/gmake/dist/getopt.h               up to 1.2
        external/gpl2/gmake/dist/getopt1.c              up to 1.2
        external/gpl2/gmake/dist/job.c                  up to 1.4
        external/gpl2/gmake/dist/main.c                 up to 1.3
        external/gpl2/gmake/dist/make.h                 up to 1.4
        external/gpl2/gmake/dist/read.c                 up to 1.4
        external/gpl2/gmake/dist/glob/fnmatch.c         up to 1.2
        external/gpl2/groff/dist/src/libs/libgroff/getopt.c up to 1.2
        external/gpl2/groff/tmac/mdoc.local             up to 1.12
        external/gpl2/texinfo/dist/intl/dcigettext.c    up to 1.2
        external/gpl2/texinfo/dist/intl/gettextP.h      up to 1.2
        external/gpl2/texinfo/dist/lib/getopt.c         up to 1.3
        external/gpl2/texinfo/dist/lib/getopt_.h        up to 1.2

    [26 lines not shown]
VersionDeltaFile
1.1.1.1.30.1+122-122external/gpl2/texinfo/dist/makeinfo/cmds.h
1.1.1.1.30.1+75-75external/gpl2/texinfo/dist/makeinfo/insertion.c
1.2.30.1+74-74external/gpl2/texinfo/dist/makeinfo/cmds.c
1.2.30.1+23-23external/gpl2/texinfo/dist/makeinfo/sectioning.c
1.1.1.1.30.1+21-21external/gpl2/texinfo/dist/makeinfo/sectioning.h
1.3.4.1+12-12external/gpl2/texinfo/dist/makeinfo/index.c
+327-32735 files not shown
+436-48641 files

NetBSD/pkgsrc mwpEgFTgeography/spatialindex Makefile

   geography/spatialindex: Update comments surrounding test woes

   One is resolved, but on head, and we (and everybody else) are stuck on
   an old release becuase of a regression in 2.1.0 which breaks qgis.  (I
   am unaware of anyone wanting to use this otherwise>)    Upstream is
   still where upstream is.
VersionDeltaFile
1.6+4-6geography/spatialindex/Makefile
+4-61 files

HardenedBSD/ports f449684misc/py-wandb Makefile Makefile.crates, misc/py-wandb/files patch-hatch_build.py

misc/py-wandb: update 0.28.1 → 0.29.0
DeltaFile
+307-599misc/py-wandb/distinfo
+153-299misc/py-wandb/Makefile.crates
+18-0misc/py-wandb/files/patch-hatch_build.py
+9-7misc/py-wandb/Makefile
+487-9054 files

HardenedBSD/ports 60df448science/qbox Makefile distinfo, science/qbox/files patch-testEnergyFunctional.cpp patch-Makefile

science/qbox: update 1_78_6 → 1.79.0
DeltaFile
+23-0science/qbox/files/patch-Makefile
+15-0science/qbox/files/patch-testEnergyFunctional.cpp
+3-3science/qbox/distinfo
+1-1science/qbox/Makefile
+42-44 files

HardenedBSD/ports 0e28b3bnet/sing-box Makefile distinfo

net/sing-box: update 1.13.15 → 1.14.0
DeltaFile
+5-5net/sing-box/distinfo
+4-3net/sing-box/Makefile
+9-82 files

FreeBSD/ports c6041c0audio/qtractor distinfo Makefile, audio/qtractor/files patch-src_vst3_pluginterfaces_base_fplatform.h patch-src_vst3_pluginterfaces_base_funknown.cpp

audio/qtractor: update 1.6.2 → 1.6.4
DeltaFile
+12-23audio/qtractor/Makefile
+23-0audio/qtractor/files/patch-src_vst3_pluginterfaces_base_fplatform.h
+23-0audio/qtractor/files/patch-src_vst3_pluginterfaces_base_funknown.cpp
+11-5audio/qtractor/distinfo
+69-284 files

HardenedBSD/ports c6041c0audio/qtractor distinfo Makefile, audio/qtractor/files patch-src_vst3_pluginterfaces_base_fplatform.h patch-src_vst3_pluginterfaces_base_funknown.cpp

audio/qtractor: update 1.6.2 → 1.6.4
DeltaFile
+12-23audio/qtractor/Makefile
+23-0audio/qtractor/files/patch-src_vst3_pluginterfaces_base_fplatform.h
+23-0audio/qtractor/files/patch-src_vst3_pluginterfaces_base_funknown.cpp
+11-5audio/qtractor/distinfo
+69-284 files

FreeBSD/ports f449684misc/py-wandb Makefile Makefile.crates, misc/py-wandb/files patch-hatch_build.py

misc/py-wandb: update 0.28.1 → 0.29.0
DeltaFile
+307-599misc/py-wandb/distinfo
+153-299misc/py-wandb/Makefile.crates
+18-0misc/py-wandb/files/patch-hatch_build.py
+9-7misc/py-wandb/Makefile
+487-9054 files

FreeBSD/ports 0e28b3bnet/sing-box Makefile distinfo

net/sing-box: update 1.13.15 → 1.14.0
DeltaFile
+5-5net/sing-box/distinfo
+4-3net/sing-box/Makefile
+9-82 files

FreeBSD/ports e4cc94bsysutils/opa Makefile distinfo

sysutils/opa: update 1.19.0 → 1.20.2
DeltaFile
+5-5sysutils/opa/distinfo
+3-2sysutils/opa/Makefile
+8-72 files

FreeBSD/ports 60df448science/qbox Makefile distinfo, science/qbox/files patch-testEnergyFunctional.cpp patch-Makefile

science/qbox: update 1_78_6 → 1.79.0
DeltaFile
+23-0science/qbox/files/patch-Makefile
+15-0science/qbox/files/patch-testEnergyFunctional.cpp
+3-3science/qbox/distinfo
+1-1science/qbox/Makefile
+42-44 files

HardenedBSD/ports e4cc94bsysutils/opa Makefile distinfo

sysutils/opa: update 1.19.0 → 1.20.2
DeltaFile
+5-5sysutils/opa/distinfo
+3-2sysutils/opa/Makefile
+8-72 files

HardenedBSD/ports 5711167science/yoda distinfo Makefile

science/yoda: update 2.0.2 → 2.1.3
DeltaFile
+71-0science/yoda/pkg-plist
+5-4science/yoda/Makefile
+3-3science/yoda/distinfo
+79-73 files

FreeBSD/ports 5711167science/yoda distinfo Makefile

science/yoda: update 2.0.2 → 2.1.3
DeltaFile
+71-0science/yoda/pkg-plist
+5-4science/yoda/Makefile
+3-3science/yoda/distinfo
+79-73 files

FreeBSD/ports 948f0cawww/py-google-cloud-container Makefile distinfo

www/py-google-cloud-container: update 2.65.0 → 2.66.0
DeltaFile
+3-3www/py-google-cloud-container/distinfo
+1-1www/py-google-cloud-container/Makefile
+4-42 files