NetBSD/src EJXpWF4sys/external/bsd/drm2/dist/drm/radeon radeon_acpi.c

   radeon_acpi.c: ifdef out unused function on NetBSD.

   Should fix syzkaller build.
VersionDeltaFile
1.6+4-2sys/external/bsd/drm2/dist/drm/radeon/radeon_acpi.c
+4-21 files

NetBSD/src dzuY9zMexternal/bsd/ntp/lib/libntp Makefile

   Format MKREPRO_TIMESTAMP with "%b %d %Y" to correctly substitute __DATE__
VersionDeltaFile
1.31+2-2external/bsd/ntp/lib/libntp/Makefile
+2-21 files

NetBSD/src zxj6ZEndistrib/sets/lists/xbase mi, external/mit/xorg/bin/xsetwallpaper Makefile

   Install xsetwallpaper(1) manual page

   Should fix PR 58172.
VersionDeltaFile
1.175+4-1distrib/sets/lists/xbase/mi
1.6+1-3external/mit/xorg/bin/xsetwallpaper/Makefile
+5-42 files

NetBSD/src 3iwUpyOdoc CHANGES-9.4

   Note dedication of 9.4
VersionDeltaFile
1.1.2.146+7-1doc/CHANGES-9.4
+7-11 files

NetBSD/src zjx8GwWdistrib/notes/common main

   Add dedication for the upcoming 9.4 release.
VersionDeltaFile
1.551.2.13+15-23distrib/notes/common/main
+15-231 files

NetBSD/src JQ3zS4odoc CHANGES-10.1

   Tickets #655 - #662, #664 - #669
VersionDeltaFile
1.1.2.4+90-1doc/CHANGES-10.1
+90-11 files

NetBSD/src uqEypoIsys/dev ccd.c

   Pull up following revision(s) (requested by hannken in ticket #669):

        sys/dev/ccd.c: revision 1.190

   Using a ccd(4) with GPT (dk* at ccd*) the disk framework will call
   ccdstrategy() -> ccdstart() -> ccdbuffer()  from softint context.

   Allocating the buffer with PR_WAITOK here is forbidden.

   Change ccdstart() / ccdbuffer() to report failure back to caller and
   pass PR_WAITOK / PR_NOWAIT as an additional argument.

   Call ccdstart() with PR_NOPWAIT from ccdstrategy() and on error defer
   to the kthread.  Call ccdstart() with PR_WAITOK from kthread so requests
   from kthread always succeed to allocate the buffers.

   Remove the (non working) throttling on low memory as it is no longer needed.

   Fixes PR kern/58043 "kernel crash in assert_sleepable() in -current,
   dk(4) driver?"
VersionDeltaFile
1.189.4.1+43-41sys/dev/ccd.c
+43-411 files

NetBSD/src g3YE1ZLsys/kern kern_hook.c vfs_mount.c, sys/miscfs/procfs procfs_vfsops.c procfs_subr.c

   Pull up following revision(s) (requested by hannken in ticket #668):

        sys/miscfs/procfs/procfs.h: revision 1.83
        sys/miscfs/procfs/procfs.h: revision 1.84
        sys/kern/vfs_mount.c: revision 1.104
        sys/miscfs/procfs/procfs_vnops.c: revision 1.230
        sys/kern/init_main.c: revision 1.547
        sys/kern/kern_hook.c: revision 1.15
        sys/miscfs/procfs/procfs_vfsops.c: revision 1.112
        sys/miscfs/procfs/procfs_vfsops.c: revision 1.113
        sys/miscfs/procfs/procfs_vfsops.c: revision 1.114
        sys/miscfs/procfs/procfs_subr.c: revision 1.117

   Print dangling vnode before panic() to help debug.

   PR kern/57775 ""panic: unmount: dangling vnode" while umounting procfs"
   Protect kernel hooks exechook, exithook and forkhook with rwlock.

   Lock as writer on establish/disestablish and as reader on list traverse.

    [23 lines not shown]
VersionDeltaFile
1.14.2.1+67-35sys/kern/kern_hook.c
1.111.4.1+89-5sys/miscfs/procfs/procfs_vfsops.c
1.116.20.1+2-53sys/miscfs/procfs/procfs_subr.c
1.101.2.1+6-4sys/kern/vfs_mount.c
1.541.2.1+5-5sys/kern/init_main.c
1.82.4.1+4-3sys/miscfs/procfs/procfs.h
+173-1051 files not shown
+176-1077 files

NetBSD/src GR3bRtssys/arch/aarch64/aarch64 cpu_machdep.c sig_machdep.c

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

        sys/arch/aarch64/aarch64/sig_machdep.c: revision 1.9
        sys/arch/aarch64/aarch64/cpu_machdep.c: revision 1.15

   kern/58149: aarch64: Cannot return from a signal handler if SP was
   misaligned when the signal arrived

   Apply the kernel diff from the PR
   1. sendsig_siginfo() previously assumed that user SP was always aligned to
       16 bytes and could call signal handlers with SP misaligned. This is a
       wrong assumption because aarch64 demands that SP is aligned *only while*
       it's being used to access memory. Now it properly aligns it before
       pusing anything on the stack.
   2. cpu_mcontext_validate() used to check if _REG_SP was aligned and
       considered the ucontext invalid otherwise. This meant if a signal was
       sent to a process whose SP was misaligned, the signal handler would fail
       to return because the ucontext passed from the kernel was an invalid
       one. Now setcontext(2) doesn't complain about misaligned SP.
VersionDeltaFile
1.13.4.1+8-4sys/arch/aarch64/aarch64/cpu_machdep.c
1.8.4.1+9-3sys/arch/aarch64/aarch64/sig_machdep.c
+17-72 files

NetBSD/src frcenpesys/arch/arm/arm32 pmap.c

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

        sys/arch/arm/arm32/pmap.c: revision 1.443

   port-arm/58135: reproducible pmap KASSERT failure for armv7 with NFS root

   Don't unconditionally set XN in pmap_clearbit - only set it if a mapping
   exists VM_PROT_EXEC is being cleared.

   I've simplified the #ifdefs in the patch from the PR.
VersionDeltaFile
1.437.4.4+11-11sys/arch/arm/arm32/pmap.c
+11-111 files

NetBSD/src 2k4IQLHsys/ddb db_proc.c

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

        sys/ddb/db_proc.c: revision 1.16

   Fix alignment of ddb 'ps/[lw]' output. LID matches PID and has more digits.
VersionDeltaFile
1.14.18.1+6-6sys/ddb/db_proc.c
+6-61 files

NetBSD/src mUuvJ2Vshare/mk bsd.hostlib.mk

   Pull up following revision(s) (requested by jakllsch in ticket #664):

        share/mk/bsd.hostlib.mk: revision 1.21

   Filter out -Wp,-iremap,* from CPPFLAGS as is done in hostprog.mk

   Seems to fix build of libnbcompat in reproducible mode on host toolchains w/o -iremap
VersionDeltaFile
1.20.12.1+2-2share/mk/bsd.hostlib.mk
+2-21 files

NetBSD/src YnObZIFsys/dev/pckbport synaptics.c

   Renamed border/boundary variables to better describe their use.
   Fix edge default values, factor out percentage calculation for more consistent
   values. Use device_printf/DPRINTF to show errors instead of aprint variants.
   Print raw input for debugging.

   Correct capability parsing. Old devices were probed with nonexistent
   commands and then used undefined boundary values that made them unusuable.

   Fixes PR 57874.
VersionDeltaFile
1.83+114-100sys/dev/pckbport/synaptics.c
+114-1001 files

NetBSD/src RHRRv9Kdoc CHANGES-8.3

   Tickets #1955 - #1959
VersionDeltaFile
1.1.2.228+30-1doc/CHANGES-8.3
+30-11 files

NetBSD/src 9fEtgYzsys/arch/x86/x86 viac7temp.c

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

        sys/arch/x86/x86/viac7temp.c: revision 1.10

   viac7temp(4): define module metadata using MODULE() macro and implement
   viac7temp_modcmd() to handle module load/unload events.

   Fixes PR kern/58148. Look OK by mrg@.
VersionDeltaFile
1.8.20.1+32-2sys/arch/x86/x86/viac7temp.c
+32-21 files

NetBSD/src YMKTG8adoc CHANGES-9.4

   Tickets #1827 - #1835
VersionDeltaFile
1.1.2.145+58-1doc/CHANGES-9.4
+58-11 files

NetBSD/src SlBz4desys/arch/x86/x86 viac7temp.c

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

        sys/arch/x86/x86/viac7temp.c: revision 1.10

   viac7temp(4): define module metadata using MODULE() macro and implement
   viac7temp_modcmd() to handle module load/unload events.

   Fixes PR kern/58148. Look OK by mrg@.
VersionDeltaFile
1.8.32.1+32-2sys/arch/x86/x86/viac7temp.c
+32-21 files

NetBSD/src 6XNUMMBsys/arch/x86/x86 viac7temp.c

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

        sys/arch/x86/x86/viac7temp.c: revision 1.10

   viac7temp(4): define module metadata using MODULE() macro and implement
   viac7temp_modcmd() to handle module load/unload events.

   Fixes PR kern/58148. Look OK by mrg@.
VersionDeltaFile
1.9.4.1+32-2sys/arch/x86/x86/viac7temp.c
+32-21 files

NetBSD/src d8hC4CAsys/dev/pci if_mcx.c

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

        sys/dev/pci/if_mcx.c: revision 1.27

   mcx(4): enforce full-duplex mark in mcx_media_status(), when link is up.

   LACP protocol requires full-duplex to be enabled for lagg(4) to work,
   however mcx(4) was not setting this capability making it to fail.

   Fixes PR kern/58124.  OK'd by msaitoh@
VersionDeltaFile
1.25.4.2+3-3sys/dev/pci/if_mcx.c
+3-31 files

NetBSD/src DQWZPHcsbin/ifconfig ifconfig.8

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

        sbin/ifconfig/ifconfig.8: revision 1.126
        sbin/ifconfig/ifconfig.8: revision 1.127
        sbin/ifconfig/ifconfig.8: revision 1.128
        sbin/ifconfig/ifconfig.8: revision 1.129

   Added documents about parameters related to lagg(4)
   PR misc/58125

   Correct a very minor typo (s/id/is/)

   ifconfig(8): move laggportpri next to laggport

   Update the date of the documentation to reflect recent changes.
VersionDeltaFile
1.124.2.1+37-2sbin/ifconfig/ifconfig.8
+37-21 files

NetBSD/src nnO8D1Ysys/netinet sctp_asconf.c, sys/netinet6 in6_ifattach.c nd6.c

   Pull up following revision(s) (requested by knakahara in ticket #659):

        sys/netinet6/in6_ifattach.c: revision 1.122
        sys/netinet/sctp_asconf.c: revision 1.14
        sys/netinet6/nd6.c: revision 1.282

   Fix invalid IPv6 route when ipsecif(4) is deleted tunnel.  Pointed out by ohishi at IIJ.
   The pointed bug is fixed by modification in nd6_need_cache().
   Others are similar bugs.
VersionDeltaFile
1.120.12.1+3-2sys/netinet6/in6_ifattach.c
1.12.28.1+3-2sys/netinet/sctp_asconf.c
1.279.4.2+3-2sys/netinet6/nd6.c
+9-63 files

NetBSD/src CH8Obxeshare/mk bsd.own.mk

   Pull up following revision(s) (requested by riastradh in ticket #1834):

        share/mk/bsd.own.mk: revision 1.1177

   ZFS works fine on my v210, so let's enable it for sparc64
VersionDeltaFile
1.1149.2.8+4-3share/mk/bsd.own.mk
+4-31 files

NetBSD/src LSAATwgusr.bin/who utmpentry.c

   Pull up following revision(s) (requested by riastradh in ticket #1958):

        usr.bin/who/utmpentry.c: revision 1.22

   PR/56013: Kouichi Hashikawa: Move setutent/setutxent right before the loops.
VersionDeltaFile
1.18.8.1+8-13usr.bin/who/utmpentry.c
+8-131 files

NetBSD/src BpLIUv3usr.bin/who utmpentry.c

   Pull up following revision(s) (requested by riastradh in ticket #1833):

        usr.bin/who/utmpentry.c: revision 1.22

   PR/56013: Kouichi Hashikawa: Move setutent/setutxent right before the loops.
VersionDeltaFile
1.18.18.1+8-13usr.bin/who/utmpentry.c
+8-131 files

NetBSD/src GpFjgPvexternal/gpl2/grep/dist/src grep.c

   Pull up following revision(s) (requested by riastradh in ticket #1957):

        external/gpl2/grep/dist/src/grep.c: revision 1.3

   PR/56584: Andreas Gustafsson: Skip FIFO's when -D
VersionDeltaFile
1.2.8.1+9-5external/gpl2/grep/dist/src/grep.c
+9-51 files

NetBSD/src QmYRk1qexternal/gpl2/grep/dist/src grep.c

   Pull up following revision(s) (requested by riastradh in ticket #1832):

        external/gpl2/grep/dist/src/grep.c: revision 1.3

   PR/56584: Andreas Gustafsson: Skip FIFO's when -D
VersionDeltaFile
1.2.18.1+9-5external/gpl2/grep/dist/src/grep.c
+9-51 files

NetBSD/src Mx2YYNdexternal/bsd/am-utils/dist/amd amq_subr.c, external/bsd/am-utils/dist/amq amq.c amq_xdr.c

   Pull up following revision(s) (requested by riastradh in ticket #1956):

        external/bsd/am-utils/dist/include/amq_defs.h: revision 1.2
        external/bsd/am-utils/dist/amq/amq_xdr.c: revision 1.2
        external/bsd/am-utils/dist/amq/amq.c: revision 1.4
        external/bsd/am-utils/dist/amd/amq_subr.c: revision 1.4
        external/bsd/am-utils/dist/amd/amq_subr.c: revision 1.5

   fix pointer bug (thanks RVP) and change to use 64 bit times. Don't bother
   with backwards compatibility; too much work for little benefit.

   remove long cast (thanks RVP)
VersionDeltaFile
1.3.8.1+6-6external/bsd/am-utils/dist/amd/amq_subr.c
1.3.8.1+2-2external/bsd/am-utils/dist/amq/amq.c
1.1.1.3.8.1+2-2external/bsd/am-utils/dist/amq/amq_xdr.c
1.1.1.3.8.1+2-2external/bsd/am-utils/dist/include/amq_defs.h
+12-124 files

NetBSD/src QYNO0Yhexternal/bsd/am-utils/dist/amd amq_subr.c, external/bsd/am-utils/dist/amq amq_xdr.c amq.c

   Pull up following revision(s) (requested by riastradh in ticket #1831):

        external/bsd/am-utils/dist/include/amq_defs.h: revision 1.2
        external/bsd/am-utils/dist/amq/amq_xdr.c: revision 1.2
        external/bsd/am-utils/dist/amq/amq.c: revision 1.4
        external/bsd/am-utils/dist/amd/amq_subr.c: revision 1.4
        external/bsd/am-utils/dist/amd/amq_subr.c: revision 1.5

   fix pointer bug (thanks RVP) and change to use 64 bit times. Don't bother
   with backwards compatibility; too much work for little benefit.

   remove long cast (thanks RVP)
VersionDeltaFile
1.3.18.1+6-6external/bsd/am-utils/dist/amd/amq_subr.c
1.1.1.3.18.1+2-2external/bsd/am-utils/dist/amq/amq_xdr.c
1.3.18.1+2-2external/bsd/am-utils/dist/amq/amq.c
1.1.1.3.18.1+2-2external/bsd/am-utils/dist/include/amq_defs.h
+12-124 files

NetBSD/src HUPL021share/man/man9 workqueue.9, sys/kern subr_workqueue.c

   Pull up following revision(s) (requested by riastradh in ticket #1830):

        sys/kern/subr_workqueue.c: revision 1.40
        sys/kern/subr_workqueue.c: revision 1.41
        sys/kern/subr_workqueue.c: revision 1.42
        sys/kern/subr_workqueue.c: revision 1.43
        sys/kern/subr_workqueue.c: revision 1.44
        sys/kern/subr_workqueue.c: revision 1.45
        sys/kern/subr_workqueue.c: revision 1.46
        tests/rump/kernspace/workqueue.c: revision 1.7
        sys/kern/subr_workqueue.c: revision 1.47
        tests/rump/kernspace/workqueue.c: revision 1.8
        tests/rump/kernspace/workqueue.c: revision 1.9
        tests/rump/rumpkern/t_workqueue.c: revision 1.3
        tests/rump/rumpkern/t_workqueue.c: revision 1.4
        tests/rump/kernspace/kernspace.h: revision 1.9
        tests/rump/rumpkern/Makefile: revision 1.20
        sys/kern/subr_workqueue.c: revision 1.39
        share/man/man9/workqueue.9: revision 1.15

    [59 lines not shown]
VersionDeltaFile
1.37.6.1+133-52sys/kern/subr_workqueue.c
1.6.8.1+41-4tests/rump/kernspace/workqueue.c
1.2.8.1+27-1tests/rump/rumpkern/t_workqueue.c
1.12.6.1+6-6share/man/man9/workqueue.9
1.18.2.1+3-3tests/rump/rumpkern/Makefile
1.8.2.1+2-1tests/rump/kernspace/kernspace.h
+212-676 files

NetBSD/src uEcAIlcshare/man/man4 wg.4

   Pull up following revision(s) (requested by riastradh in ticket #658):

        share/man/man4/wg.4: revision 1.8
        share/man/man4/wg.4: revision 1.9

   wg(4): Rework example numbering for clarity and add IPv6.

   Let's avoid triggering unease with host number 0.
   PR misc/58015

   wg(4): Fix IPv6 numbering in example diagram.

   This way it matches the configuration suggested below (which avoids
   host number zero on the subnet).

   PR misc/58015
VersionDeltaFile
1.6.6.2+31-17share/man/man4/wg.4
+31-171 files