NetBSD/src eS7QtFXsys/dev/nvmm/x86 nvmm_x86_vmx.c

   gcc is not smart enough to realize ret != 0 and ret == 0 guarantee that
   exitcode will be either initilized or the code that uses it will not
   be reached.
VersionDeltaFile
1.98+3-3sys/dev/nvmm/x86/nvmm_x86_vmx.c
+3-31 files

NetBSD/src 52EhKvksys/net bpf.c bpf_filter.c, sys/net/npf npf_os.c

   Actually fix panic on non-modular kernels with npf and no bpf.
   Fix commit of badly-applied patch that brought us npf_os.c 1.24.
VersionDeltaFile
1.74+36-2sys/net/bpf_filter.c
1.259+2-28sys/net/bpf.c
1.25+2-2sys/net/npf/npf_os.c
+40-323 files

NetBSD/src hvv8hs5share/man/man7 sysctl.7

   sysctl.7: add a kern.entropy.* reference to summary table

   (Where sub-nodes are a mix of writable and non-writable, the convention
   appears to be "yes" in summary, which makes the most sense, so
   following suit.)
VersionDeltaFile
1.176+2-1share/man/man7/sysctl.7
+2-11 files

NetBSD/src W1dB3qDsys/compat/linux/common linux_file.c

   Fix edge-case panic in copy_file_range when off_in or off_out are not NULL.

   Found by Henrique Brito as part of GSoC 2024.
VersionDeltaFile
1.135+4-6sys/compat/linux/common/linux_file.c
+4-61 files

NetBSD/src mtFvwk2share/man/man7 sysctl.7

   sysctl.7: add a bit more detail and cross-references to nodes
VersionDeltaFile
1.175+13-2share/man/man7/sysctl.7
+13-21 files

NetBSD/src 1qk5KYhshare/man/man4/man4.sparc64 envmon.4

   envmon(4): it's envmon, not auxfan
VersionDeltaFile
1.2+2-3share/man/man4/man4.sparc64/envmon.4
+2-31 files

NetBSD/src 3pOLcl1sys/arch/sparc/sparc autoconf.c

   s/Cyrus/Cypress/ in comment.
VersionDeltaFile
1.274+3-3sys/arch/sparc/sparc/autoconf.c
+3-31 files

NetBSD/src 5K5pciXdistrib/sets/lists/man mi, distrib/sets/lists/manhtml mi

   Add build glue for sparc64/envmon.4.
VersionDeltaFile
1.13+3-2share/man/man4/man4.sparc64/Makefile
1.1844+3-1distrib/sets/lists/man/mi
1.61+2-1distrib/sets/lists/manhtml/mi
+8-43 files

NetBSD/src EDNRBhLshare/man/man4/man4.sparc64 envmon.4

   Add a manual page for the sparc64/envmon.4 sensor (on U25/U45/V215/V245).
VersionDeltaFile
1.1+80-0share/man/man4/man4.sparc64/envmon.4
+80-01 files

NetBSD/src agVKXypsys/arch/sparc64/conf files.sparc64 GENERIC

   Add configuration for the "envmon" sensor found on U25/U45/V215/V245.
VersionDeltaFile
1.256+5-2sys/arch/sparc64/conf/GENERIC
1.173+5-1sys/arch/sparc64/conf/files.sparc64
+10-32 files

NetBSD/src tGpUY7gsys/arch/sparc64/dev envmon_ebusreg.h envmon_ebus.c

   Add a driver for the "env-monitor" sensor found on Sun U25/U45 and V215/V245.
   On the Ultra machines, the sensor reports the front panel temperature.
   On the Fire machines, the sensor reports the front fan tray fan speeds,
   the fan fault indicator, the front panel temperature, the keyswitch indicators,
   and controls the front and rear status LED's.
   Temperature, fan speeds, and indicators are reported via envsys(4), whilst
   LED's are exposed via led(4).
   Thanks to Ken Wellsch for testing and investigating sensors on his V215.
VersionDeltaFile
1.1+757-0sys/arch/sparc64/dev/envmon_ebus.c
1.1+127-0sys/arch/sparc64/dev/envmon_ebusreg.h
+884-02 files

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

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

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

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

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/src ue5ucdusys/dev/pci machfb.c

   support ioctl(WSDISPLAYIO_SVIDEO)
VersionDeltaFile
1.110+7-2sys/dev/pci/machfb.c
+7-21 files

NetBSD/src m1FMg3Zshare/misc bsd-family-tree

   Cosmetic fix in ascii art: OBSD time axis
VersionDeltaFile
1.90+3-3share/misc/bsd-family-tree
+3-31 files

NetBSD/src fvJBeZyshare/misc bsd-family-tree

   Added NetBSD 9.5 2026-08-31
VersionDeltaFile
1.89+24-22share/misc/bsd-family-tree
+24-221 files

NetBSD/src RsokNWEdoc CHANGES-10.2

   Ticket #1335
VersionDeltaFile
1.1.2.129+15-1doc/CHANGES-10.2
+15-11 files

NetBSD/src gXcAN8osys/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 #1335):

        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
        (all via patch)

   vchiq: Apply change from upstream
   commit 6e474d8e3981a63b6e1cf11b838014ed52499804 and
   commit 49bec49fd7f273ec114e2e533c1bb8f21a654aaf
VersionDeltaFile
1.15.20.1+167-108sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_core.c
1.7.24.1+40-76sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_shim.c
1.21.24.1+104-1sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_arm.c
1.18.16.2+23-15sys/arch/arm/broadcom/bcm2835_vcaudio.c
1.2.46.1+6-19sys/external/bsd/vchiq/dist/interface/vchi/vchi.h
1.23.18.1+0-14sys/external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_2835_arm.c
+340-2332 files not shown
+346-2398 files

NetBSD/src BHbh6Cmsys/arch/amiga/dev sbic.c

   Align xfin (PIO input) routine with sys/dev/ic/wd33c93.c.

   Prevents infinite loops if device answer is shorter than
   requested as seen with a scsi2sata bridge.
VersionDeltaFile
1.76+24-43sys/arch/amiga/dev/sbic.c
+24-431 files

NetBSD/src 9E0G2ubsbin/fsck_ffs utilities.c

   Don't try to interpret a cylinder group with a bad magic number.
VersionDeltaFile
1.72+5-3sbin/fsck_ffs/utilities.c
+5-31 files

NetBSD/src iWLZRvgsys/dev/ic wdc.c

   When IDENTIFY fails on a drive, don't force all drives on that
   channel into pre-ATA mode.
VersionDeltaFile
1.317+6-12sys/dev/ic/wdc.c
+6-121 files

NetBSD/src xgEWxmhsys/net if_llatbl.c

   Ensure that whole mbuf list is freed. Also ensures that assertion
   triggers when numheld value < list lenghth.
VersionDeltaFile
1.36+2-2sys/net/if_llatbl.c
+2-21 files

NetBSD/src 9q8uGQqsbin/dkctl dkctl.c

   Don't divide by zero when device doesn't return sector size.
VersionDeltaFile
1.28+7-4sbin/dkctl/dkctl.c
+7-41 files