NetBSD/src bMIhgFusys/dev/isa if_ate.c if_fmv_isa.c, usr.sbin/makefs/cd9660 cd9660_write.c

   fix few typos in comments.
VersionDeltaFile
1.52+3-3sys/dev/isa/if_ate.c
1.14+3-3sys/dev/isa/if_fmv_isa.c
1.19+3-3usr.sbin/makefs/cd9660/cd9660_write.c
+9-93 files

NetBSD/src gHrTDGcdoc CHANGES-11.0

   182
VersionDeltaFile
1.1.2.75+64-1doc/CHANGES-11.0
+64-11 files

NetBSD/src xJf92BKlib/libc Makefile.inc, sys/arch/evbarm/conf MMNET_GENERIC MPCSA_GENERIC

   Apply patch (requested by martin in ticket #182):
   Remove "options DIAGNOSTIC" and "options DEBUG" from all kernels
   and _DIAGNOSTIC from libc.
VersionDeltaFile
1.22.4.1+6-2lib/libc/Makefile.inc
1.207.8.1+4-4sys/arch/pmax/conf/GENERIC
1.56.4.1+4-4sys/arch/evbarm/conf/MMNET_GENERIC
1.77.4.1+4-4sys/arch/evbarm/conf/MPCSA_GENERIC
1.34.4.1+4-4sys/arch/mvmeppc/conf/GENERIC
1.30.8.1+4-4sys/arch/usermode/conf/GENERIC.common
+26-2252 files not shown
+150-14658 files

NetBSD/src e06hMWetests/usr.bin/xlint/lint1 expr_sizeof.c, usr.bin/xlint/lint1 decl.c lint1.h

   lint: fix _Alignas in declarations

   Most workarounds for disabling static_assert declarations in lint mode
   are no longer needed.
VersionDeltaFile
1.20+3-8tests/usr.bin/xlint/lint1/expr_sizeof.c
1.425+6-4usr.bin/xlint/lint1/decl.c
1.238+3-1usr.bin/xlint/lint1/lint1.h
+12-133 files

NetBSD/src 48gxxMelib/libc Makefile.inc

   Cosmetic change: move _DIAGNOSTIC to its own line, so release branches
   can more easily switch it off.
VersionDeltaFile
1.26+6-2lib/libc/Makefile.inc
+6-21 files

NetBSD/src MelOLymshare/mk bsd.sys.mk

   Extend the supported reproflags to fortran.
VersionDeltaFile
1.319+6-5share/mk/bsd.sys.mk
+6-51 files

NetBSD/src OcnflWvexternal/gpl3/gcc/dist/gcc/fortran trans.cc

   make whitespace more fsf-like
VersionDeltaFile
1.3+6-2external/gpl3/gcc/dist/gcc/fortran/trans.cc
+6-21 files

NetBSD/src 9QPVmgDexternal/gpl3/gcc/dist/gcc/fortran trans-io.cc

   remap filename for reproducible builds.
VersionDeltaFile
1.2+38-6external/gpl3/gcc/dist/gcc/fortran/trans-io.cc
+38-61 files

NetBSD/src 6cMh1hSexternal/gpl3/gcc/dist/gcc/fortran trans.cc

   Add filename remapping for fortran error messages to fix reproducible builds.
VersionDeltaFile
1.2+567-150external/gpl3/gcc/dist/gcc/fortran/trans.cc
+567-1501 files

NetBSD/src m8NDX04external/gpl3/gcc/dist/gcc file-prefix-map.cc

   fix typo
VersionDeltaFile
1.4+1-1external/gpl3/gcc/dist/gcc/file-prefix-map.cc
+1-11 files

NetBSD/src CqFfaGKsys/arch/evbppc/nintendo/dev rtcsram.c exi.c

   wiiu: Add support for RTC clock.
VersionDeltaFile
1.2+46-11sys/arch/evbppc/nintendo/dev/rtcsram.c
1.2+13-9sys/arch/evbppc/nintendo/dev/exi.c
+59-202 files

NetBSD/src YDldi5psys/arch/evbppc/nintendo machdep.c

   wiiu: Explicitly enable PPC access to EXI bus.
VersionDeltaFile
1.4+5-5sys/arch/evbppc/nintendo/machdep.c
+5-51 files

NetBSD/src wiRl2PJsys/arch/hppa/dev hyperfb.c

   add support for alpha fonts & glyph cache
VersionDeltaFile
1.29+122-47sys/arch/hppa/dev/hyperfb.c
+122-471 files

NetBSD/src 2kD5q9fsys/arch/aarch64/aarch64 cpufunc.c, sys/arch/aarch64/include cpufunc.h

   Un-inline cpu_earlydevice_va_p and remove uvm/pmap includes from cpufunc.h
VersionDeltaFile
1.37+16-7sys/arch/aarch64/aarch64/cpufunc.c
1.29+3-18sys/arch/aarch64/include/cpufunc.h
+19-252 files

NetBSD/src 55rfusosys/dev/acpi qcompas.c

   Add required #include
VersionDeltaFile
1.2+3-1sys/dev/acpi/qcompas.c
+3-11 files

NetBSD/src y3fKXnIusr.bin/wc wc.1

   Clean up formatting of the SYNOPSIS slightly.
VersionDeltaFile
1.20+2-2usr.bin/wc/wc.1
+2-21 files

NetBSD/src F7EtSYvusr.bin/wc wc.1

   PR standards/49960 - note -c and -m are incompatible

   Note, this is not really a standards issue, POSIX says:

        If the -m option is specified, the number of characters shall
        replace the <bytes> field in this format.

   There is no output format in POSIX which permits both bytes and
   characters to be specified, and since which value represents which
   counter is determined entirely by position, which of bytes or
   characters would come first if both were to be presented would be
   indeterminate, so I won't be doing that.

   Slightly different wording used than that suggested bty Sebastian Ritter
   in the PR.
VersionDeltaFile
1.19+7-1usr.bin/wc/wc.1
+7-11 files

NetBSD/src lQWzAEXsys/kern sys_sig.c, tests/lib/libc/sys t_sigtimedwait.c

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

        tests/lib/libc/sys/t_sigtimedwait.c: revision 1.3
        tests/lib/libc/sys/t_sigtimedwait.c: revision 1.4
        tests/lib/libc/sys/t_sigtimedwait.c: revision 1.5
        sys/kern/sys_sig.c: revision 1.59
        sys/kern/sys_sig.c: revision 1.60
        sys/kern/sys_sig.c: revision 1.61

   t_sigtimedwait: Spruce up and add tests for interruption by signal.

   PR standards/59586: sigwaitinfo() returns ECANCELED instead of EINTR
   - POSIX compliance violation


   sigtimedwait(2): Return EINTR, not ECANCELED.

   The return value ECANCELED was a vestige of the logic to implement
   sigtimedwait(2) in the SA (scheduler activations) era of NetBSD

    [38 lines not shown]
VersionDeltaFile
1.2.36.1+140-21tests/lib/libc/sys/t_sigtimedwait.c
1.47.4.5+44-12sys/kern/sys_sig.c
+184-332 files

NetBSD/src zDHwKJDdoc CHANGES-11.0

   Tickets #169 - #181
VersionDeltaFile
1.1.2.74+236-1doc/CHANGES-11.0
+236-11 files

NetBSD/src n1254KZtools/gcc gcc-version.mk

   Apply patch, requests by mrg in ticket #181:

        tools/gcc/gcc-version.mk        (apply patch)

   bump gcc version
VersionDeltaFile
1.28.2.1+2-5tools/gcc/gcc-version.mk
+2-51 files

NetBSD/src YMQ4Cuudistrib/sets/lists/tests mi, tests/usr.bin/cc t_libm_cabs.sh t_libm_cabs.sh

   Pull up following revision(s) (requested by mrg in ticket #181):

        distrib/sets/lists/tests/mi: revision 1.1407
        tests/usr.bin/cc/Makefile: revision 1.11
        tests/usr.bin/cc/t_libm_cabs.sh: revision 1.1

   add a test to confirm that __builtin_cabsl() is renamed to __c99_cabsl().
VersionDeltaFile
1.1.2.2+57-0tests/usr.bin/cc/t_libm_cabs.sh
1.1.2.1+0-57tests/usr.bin/cc/t_libm_cabs.sh
1.9.2.2+2-1tests/usr.bin/cc/Makefile
1.1387.2.6+2-1distrib/sets/lists/tests/mi
+61-594 files

NetBSD/src pNAjTfeexternal/gpl3/gcc/dist/gcc/config/alpha alpha.cc, external/gpl3/gcc/dist/gcc/config/arm arm-builtins.cc

   Pull up following revision(s) (requested by mrg in ticket #181):

        external/gpl3/gcc.old/dist/gcc/config/ia64/ia64.cc: revision 1.2
        external/gpl3/gcc.old/dist/gcc/config/alpha/alpha.cc: revision 1.2
        external/gpl3/gcc.old/dist/gcc/config/mips/mips.cc: revision 1.2
        external/gpl3/gcc.old/dist/gcc/config/m68k/m68k.cc: revision 1.2
        external/gpl3/gcc.old/dist/gcc/config/sh/sh.cc: revision 1.2
        external/gpl3/gcc.old/dist/gcc/config/sparc/sparc.cc: revision 1.2
        external/gpl3/gcc.old/dist/gcc/config/riscv/riscv-builtins.cc: revision 1.2
        external/gpl3/gcc.old/dist/gcc/config/arm/arm-builtins.cc: revision 1.2
        external/gpl3/gcc.old/dist/gcc/config/pa/pa.cc: revision 1.2
        (all applied to external/gpl3/gcc/dist/gcc/config, all via patch)

   port the __c99_cabs*() rename fixes into GCC 12.

   almost identical to the GCC 14 version, riscv-builtins.cc needed a new
VersionDeltaFile
1.1.1.1.4.1+14-0external/gpl3/gcc/dist/gcc/config/m68k/m68k.cc
1.1.1.1.4.1+5-0external/gpl3/gcc/dist/gcc/config/riscv/riscv-builtins.cc
1.1.1.3.2.1+4-0external/gpl3/gcc/dist/gcc/config/sh/sh.cc
1.1.1.2.2.1+4-0external/gpl3/gcc/dist/gcc/config/alpha/alpha.cc
1.1.1.2.2.1+4-0external/gpl3/gcc/dist/gcc/config/arm/arm-builtins.cc
1.1.1.1.4.1+4-0external/gpl3/gcc/dist/gcc/config/ia64/ia64.cc
+35-03 files not shown
+47-09 files

NetBSD/src uZllSFxsys/arch/riscv/riscv clock_machdep.c

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

        sys/arch/riscv/riscv/clock_machdep.c: revision 1.10

   Count missed timer interrupts
VersionDeltaFile
1.9.2.1+11-6sys/arch/riscv/riscv/clock_machdep.c
+11-61 files

NetBSD/src JmXy4ONsys/arch/riscv/include sbi.h, sys/arch/riscv/riscv sbi.c

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

        sys/arch/riscv/include/sbi.h: revision 1.2
        sys/arch/riscv/riscv/sbi.c: revision 1.2

   riscv: fix the SBI version 0.3 PMU FID define names
VersionDeltaFile
1.1.8.1+9-9sys/arch/riscv/riscv/sbi.c
1.1.8.1+7-9sys/arch/riscv/include/sbi.h
+16-182 files

NetBSD/src ByzoHnTsys/dev/usb if_urndis.c usb.h, sys/modules/if_urndis if_urndis.ioconf

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

        sys/dev/usb/if_urndis.c: revision 1.50
        sys/dev/usb/usb.h: revision 1.125
        sys/modules/if_urndis/if_urndis.ioconf: revision 1.2

   usb.h: Provide definitions for USB class 0xef: miscellaneous.

   Source: https://usb.org/defined-class-codes
   https://web.archive.org/web/20251216031858/https://usb.org/defined-class-codes

   PR kern/59872: urndis(4): missing support for some devices


   urndis(4): Match more interface ids.

   There are some others we should consider too, based on what OpenBSD,
   FreeBSD, and Linux match, but I haven't tested with these devices:
      class           subclass                        protocol

    [22 lines not shown]
VersionDeltaFile
1.49.8.1+36-5sys/dev/usb/if_urndis.c
1.124.4.1+33-1sys/dev/usb/usb.h
1.1.36.1+3-3sys/modules/if_urndis/if_urndis.ioconf
+72-93 files

NetBSD/src jHulk7Xdoc CHANGES-10.2

   Tickets #1231 - #1234
VersionDeltaFile
1.1.2.91+23-1doc/CHANGES-10.2
+23-11 files

NetBSD/src TZzkY1zsys/net if_spppsubr.c

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

        sys/net/if_spppsubr.c: revision 1.273

   PPP: bind the current thread to it's CPU for getting and setting addresses

   Thanks to riastradh@ for the hint about the initial patch which started
   this from knakahara@ in r1.260

   Fixes PR kern/59675
VersionDeltaFile
1.266.4.2+11-4sys/net/if_spppsubr.c
+11-41 files

NetBSD/src h93tVuHsys/net if_spppsubr.c

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

        sys/net/if_spppsubr.c: revision 1.273

   PPP: bind the current thread to it's CPU for getting and setting addresses

   Thanks to riastradh@ for the hint about the initial patch which started
   this from knakahara@ in r1.260

   Fixes PR kern/59675
VersionDeltaFile
1.271.2.1+11-4sys/net/if_spppsubr.c
+11-41 files

NetBSD/src j7K7QGrusr.bin/man man.1 man.c

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

        usr.bin/man/man.1: revision 1.32
        usr.bin/man/man.c: revision 1.74

   PR/59625: Ingo Schwarze: Add a new -l flag that specifies to interpret
   arguments as filenames, keeping the current behavior of interpreting
   arguments as filenames if they begin with "/" "./" or "../" for compatibility.

   In the future we can remove that.
VersionDeltaFile
1.31.2.1+11-2usr.bin/man/man.1
1.73.6.1+9-4usr.bin/man/man.c
+20-62 files

NetBSD/src 8c7yKgudoc CHANGES-9.5

   Tickets #2002 and #2003
VersionDeltaFile
1.1.2.98+12-1doc/CHANGES-9.5
+12-11 files