NetBSD/src CImztXdsys/ufs/lfs lfs_inode.c lfs_segment.c

   Instead of writing partial-segments synchronously when sync is requested,
   write them async, but wait for vp->v_numoutput to drop to zero if the
   calling semantics require it.  That way, even if we might have to wait,
   nobody else is required to wait with us.
VersionDeltaFile
1.312+4-4sys/ufs/lfs/lfs_segment.c
1.32+4-4sys/ufs/lfs/lfs_pages.c
1.166+3-3sys/ufs/lfs/lfs_inode.c
+11-113 files

NetBSD/src pzV2eOIsys/ufs/lfs lfs_vfsops.c lfs_vnops.c

   Be more discerning about when to write the inode of a file, and when
   to mark a file IN_MODIFIED.  Prevents what amounts to a vnode leak.
VersionDeltaFile
1.31+21-25sys/ufs/lfs/lfs_pages.c
1.311+2-6sys/ufs/lfs/lfs_segment.c
1.355+4-3sys/ufs/lfs/lfs_vnops.c
1.402+3-3sys/ufs/lfs/lfs_vfsops.c
+30-374 files

NetBSD/src 2rBXTwCsys/arch/amd64/conf ALL, sys/arch/i386/conf ALL

   x86/ALL: Enable nvmm(4).

   This way we can exercise the build of statically configured nvmm,
   when it is still normally used as as the module nvmm.kmod.
VersionDeltaFile
1.527+4-2sys/arch/i386/conf/ALL
1.199+4-2sys/arch/amd64/conf/ALL
+8-42 files

NetBSD/src x7L1b6Ndoc 3RDPARTY

   doc/3RDPARTY: new postfix

   Postfix 3.11.7 out.
VersionDeltaFile
1.2243+3-3doc/3RDPARTY
+3-31 files

NetBSD/src W3rM9Qcshare/misc acronyms.comp

   +RDS  Reliable Datagram Sockets
VersionDeltaFile
1.429+2-1share/misc/acronyms.comp
+2-11 files

NetBSD/src 7fKw1rDsys/arch/prep/prep machdep.c

   apply the same cascaded interrupt patch as on ofppc
   should fix PR60675
VersionDeltaFile
1.82+3-3sys/arch/prep/prep/machdep.c
+3-31 files

NetBSD/src q6TJehjsys/arch/ofppc/conf 43P150

   a kernel config for the IBM 43P/150
VersionDeltaFile
1.1+349-0sys/arch/ofppc/conf/43P150
+349-01 files

NetBSD/src glE8nwSsys/arch/ofppc/ofppc machdep.c

   - use ofprint() for debug output so we have a chance to see it
   - do not BAT-map anything beyond 0xff000000 - my 43P gets quite grouchy if we do
   - copy EDID properties from OF like macppc does, for things like mach64 where
     X can program video modes but can't (relably) do DDC
VersionDeltaFile
1.122+19-6sys/arch/ofppc/ofppc/machdep.c
+19-61 files

NetBSD/src V06acmHsys/arch/mips/include asm.h

   mips: throw a build error if the exception vector exceed 0x80 bytes.
VersionDeltaFile
1.78+9-8sys/arch/mips/include/asm.h
+9-81 files

NetBSD/src sS7GuUPsys/arch/mips/mips trap.c mips_fixup.c, sys/arch/mips/rmi rmixl_cpu.c

   Use cpu_tlb_info instead of directly referencing ci_tlb_info. This way
   the PMAP_TLB_MAX == 1 optimisation can work.
VersionDeltaFile
1.40+3-3sys/arch/powerpc/booke/booke_pmap.c
1.38+3-3sys/arch/powerpc/booke/booke_machdep.c
1.17+3-3sys/arch/mips/rmi/rmixl_cpu.c
1.267+3-3sys/arch/mips/mips/trap.c
1.26+3-3sys/arch/mips/mips/mips_fixup.c
1.67+3-3sys/arch/mips/mips/cpu_subr.c
+18-186 files

NetBSD/src NWHuLQrsys/arch/riscv/starfive files.starfive

   Fix a typo in a comment.
VersionDeltaFile
1.14+2-2sys/arch/riscv/starfive/files.starfive
+2-21 files

NetBSD/src m51Yhq5etc/etc.riscv Makefile.inc

   s/SNAP_MD_POST_DEPS/SNAP_MD_POST_DEPS_IMGZ/ for smp_riscv64mbr
VersionDeltaFile
1.10+2-2etc/etc.riscv/Makefile.inc
+2-21 files

NetBSD/src 8jFBhatdistrib/utils/embedded/conf riscv64mbr.conf, etc/etc.riscv Makefile.inc

   Add RISCV64 MBR image, OK'd by skrll@.
VersionDeltaFile
1.1+47-0distrib/utils/embedded/conf/riscv64mbr.conf
1.9+4-1etc/etc.riscv/Makefile.inc
+51-12 files

NetBSD/src gUZJkipshare/man/man7 sysctl.7

   sysctl.7: put a couple of kern nodes in order
VersionDeltaFile
1.177+7-7share/man/man7/sysctl.7
+7-71 files

NetBSD/src 4J96wYybin/stty print.c

   Fix mis-printing of ONOCR and ONLRET.
VersionDeltaFile
1.24+4-4bin/stty/print.c
+4-41 files

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