NetBSD/src CiLfgUNshare/misc acronyms.comp

   +CWE  common weakness enumeration
VersionDeltaFile
1.424+2-1share/misc/acronyms.comp
+2-11 files

NetBSD/src 5IxpPHwsys/arch/m68k/m68k pmap_68k.c

   Update comments to reflect that mac68k now uses this pmap as the default.
VersionDeltaFile
1.71+7-6sys/arch/m68k/m68k/pmap_68k.c
+7-61 files

NetBSD/src K03pIIbsys/arch/mac68k/conf std.mac68k

   Switch mac68k to the new pmap as the default.
VersionDeltaFile
1.33+2-2sys/arch/mac68k/conf/std.mac68k
+2-21 files

NetBSD/src gVjhlXMsys/arch/m68k/m68k pmap_68k.c

   Update comments based on testing report from nat@ (rigorous small-memory
   config testing on 68030).
VersionDeltaFile
1.70+3-5sys/arch/m68k/m68k/pmap_68k.c
+3-51 files

NetBSD/src igaWiftdoc CHANGES-11.0

   Tickets #284 and #285
VersionDeltaFile
1.1.2.91+12-1doc/CHANGES-11.0
+12-11 files

NetBSD/src pFDGyTIexternal/ibm-public/postfix/dist/conf main.cf

   Pull up following revision(s) (requested by christos in ticket #285):

        external/ibm-public/postfix/dist/conf/main.cf: revision 1.13

   fix so that it works out of the box (from RVP)
VersionDeltaFile
1.11.2.2+3-3external/ibm-public/postfix/dist/conf/main.cf
+3-31 files

NetBSD/src N6eqwBMsys/arch/riscv/include vmparam.h

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

        sys/arch/riscv/include/vmparam.h: revision 1.16

   risc-v: bump some parameter values on riscv64

   Match all other 64bit platforms for
      - PAGER_MAP_DEFAULT_SIZE
      - UBC_WINSHIFT
      - UBC_NWINS

   Spotted by thorpej
VersionDeltaFile
1.14.8.1+20-1sys/arch/riscv/include/vmparam.h
+20-11 files

NetBSD/src nYQ991Ausr.bin/nc nc.1

   PR misc/60253 (conditionally) remove CRYPTO using example

   This completes the previous (2026-03-03) change, by removing an
   example from the EXAMPLES section, which would only work if nc
   was built with the CRYPTO option.

   Like the previous, changing the definition of the number register C
   in the man page source from 0 to 1 will reinstate the example, along
   with all of the CRYPTO options, but makes no sense unless someone
   does the required work to be able to build nc with CRYPTO defined.

   No pullups required, the previous changes weren't pulled up either.
VersionDeltaFile
1.7+3-1usr.bin/nc/nc.1
+3-11 files

NetBSD/src 5XhpedDsys/arch/aarch64/aarch64 pmap.c fault.c, sys/arch/aarch64/include pmap.h

   aarch64: add pmap_test_mod_ref support

   Currently fails for non-ARMV81_HAFDBS kernels
VersionDeltaFile
1.156+188-6sys/arch/aarch64/aarch64/pmap.c
1.28+10-2sys/arch/aarch64/aarch64/fault.c
1.61+5-1sys/arch/aarch64/include/pmap.h
1.233+2-1sys/arch/evbarm/conf/GENERIC64
+205-104 files

NetBSD/src ahDRDpNsys/crypto/nist_hash_drbg nist_hash_drbg.c

   nist_hash_drbg: Fix citation to standard.

   - Note that it's Rev. 1.
   - Provide a URL.
   - Link also to the test vectors.
   - And link to an archive of the test vectors, just in case.
VersionDeltaFile
1.4+8-3sys/crypto/nist_hash_drbg/nist_hash_drbg.c
+8-31 files

NetBSD/src cegA51Dsys/dev/pci virtio_pci.c

   virtio(4): Allow virtio 0.9 BAR0 type to be memory rather than I/O.

   This matches virtio>=1.0, and can't break working `hardware': any
   existing virtio devices that worked must have reported I/O-type BAR0,
   so they will continue to work; this will only enable previously
   unusable virtio devices, reporting memory-type BAR0, to work.

   Patch from Petri Koistinen.

   PR kern/60247: virtio(4): legacy attach fails when BAR0 is MMIO
VersionDeltaFile
1.56+8-5sys/dev/pci/virtio_pci.c
+8-51 files

NetBSD/src qUgIeaLcrypto/external/apache2/openssl/dist/crypto threads_win.c threads_none.c, crypto/external/apache2/openssl/dist/include/internal cryptlib.h

   openssl: Disentangle thread-local initialization logic.

   https://github.com/openssl/openssl/issues/31166
   https://github.com/openssl/openssl/pull/31167
   PR lib/60244: openssl 3.5.6 pullup can emit pthread warnings on init
VersionDeltaFile
1.2+70-75crypto/external/apache2/openssl/dist/crypto/threads_win.c
1.2+68-68crypto/external/apache2/openssl/dist/include/internal/cryptlib.h
1.2+23-21crypto/external/apache2/openssl/dist/crypto/threads_none.c
1.4+11-19crypto/external/apache2/openssl/dist/crypto/initthread.c
1.6+1-6crypto/external/apache2/openssl/dist/crypto/threads_pthread.c
+173-1895 files

NetBSD/src lzyPljQexternal/ibm-public/postfix/dist/conf main.cf

   fix so that it works out of the box (from RVP)
VersionDeltaFile
1.13+3-3external/ibm-public/postfix/dist/conf/main.cf
+3-31 files

NetBSD/src mJ64UtNsys/arch/aarch64/aarch64 pmap_machdep.c, sys/arch/aarch64/include pmap_machdep.h

   aarch64: fix mod/ref emulation in the MI pmap support code

   Correct the initial PTE settings as per the table below

      ref |  mod |  AF |      AP |  OS_MODEMUL
     emul | emul |     |         |
     -----+------+-----+---------+------------
       no |  no  | set |   RO/RW |  not set
      yes |  no  | clr |   RO/RW |  not set
       no | yes  | set |      RO |  set
      yes | yes  | clr |      RO |  set

     [*] a write fault should be fixed up, and allowed.

   and detect the modified emulation using OS_MODEMUL in pmap_fault fixup.

   TODO:
   - MI PMAP pmap_clear_reference needs to look more like pmap_clear_modify
     and actually change PTE entries.
   - MI PMAP needs support for HW updated modified and referenced bits.
VersionDeltaFile
1.14+66-23sys/arch/aarch64/include/pmap_machdep.h
1.15+16-8sys/arch/aarch64/aarch64/pmap_machdep.c
+82-312 files

NetBSD/src SQNSiWmsys/arch/evbarm/conf GENERIC64_PMAPMI

   aarch64: the MI pmap doesn't support HW modified / referenced bits.

   Disable ARMV81_HAFDBS because the MI pmap doesn't handle HW supported
   modified and referenced bits yet.
VersionDeltaFile
1.2+3-0sys/arch/evbarm/conf/GENERIC64_PMAPMI
+3-01 files

NetBSD/src hQ78ZNMdoc CHANGES-11.0, external/gpl2/groff/tmac mdoc.local

   Welcome to 11.0_RC4!
VersionDeltaFile
1.1.2.90+6-1doc/CHANGES-11.0
1.11.4.5+3-3external/gpl2/groff/tmac/mdoc.local
1.738.2.5+2-2sys/sys/param.h
+11-63 files

NetBSD/src 4T09Lyddoc CHANGES-11.0

   Ticket #283
VersionDeltaFile
1.1.2.89+595-1doc/CHANGES-11.0
+595-11 files

NetBSD/src YyTewhtsys/arch/m68k/include param.h

   Hide most of <m68k/param.h> from user-space and modules.
VersionDeltaFile
1.36+28-18sys/arch/m68k/include/param.h
+28-181 files

NetBSD/src MgbYNptsbin/shutdown shutdown.c shutdown.8

   PR bin/60248 Various fixes to shutdown

   First, fix (in a slightly different way than suggested)
   the incorrect use of (1 minutes) sometimes.

   While here, add more error checking to the shutdown time
   parsing, and fix -k to be what it was originally intended
   to be, which was nothing like "kick the users off" (which
   it didn't do, unless all the "shutdown coming" messages
   scared them away), all it did was install /etc/nologin so
   no-one could log in (from 5 mins before the scheduled time).

   That's pointless, if you want to install a /etc/nologin, just
   install it (cat >/etc/nologin).

   The -k flag was intended to assist with debugging, "k" was for
   "kidding" - shutdown goes though all the motions, writing
   messages, writing to syslog, etc - but that's all it does,
   no manipulation of /etc/nologin at all, and no actual shutting

    [6 lines not shown]
VersionDeltaFile
1.60+22-8sbin/shutdown/shutdown.c
1.39+14-4sbin/shutdown/shutdown.8
+36-122 files

NetBSD/src ohdKrUkinclude bitstring.h

   PR lib/60249 add some casts, and #include <stdlib.h>

   Casts needed for assigning size_t value to int variable.

   bit_alloc() uses calloc under the hood, and is a macro, so
   anything calling it needs to have <stdlib.h> in scope.  The
   doc doesn't indicate it is required of the application, so
   include it from <bitstring.h>
VersionDeltaFile
1.16+5-3include/bitstring.h
+5-31 files

NetBSD/src SMNdZemsys/arch/arm/cortex a9tmr.c gtmr.c, sys/arch/evbarm/conf std.generic

   arm/generic: use generic setstatclockrate

   This allows us to get rid of the weak symbol hack in a9tmr since GENERIC is the only configuration with both a9tmr and gtmr active in one configuration. Configurations without __HAVE_GENERIC_SETSTATCLOCKRATE still get a setstatclockrate from the ifdef.
VersionDeltaFile
1.23+5-7sys/arch/arm/cortex/a9tmr.c
1.51+5-2sys/arch/arm/cortex/gtmr.c
1.12+2-1sys/arch/evbarm/conf/std.generic
+12-103 files

NetBSD/src KlV2O9hsys/arch/arm/imx imx23_timrot.c, sys/arch/evbarm/conf std.generic_v5

   arm/generic_v5: use generic setstatclockrate
VersionDeltaFile
1.13+8-12sys/arch/arm/imx/imx23_timrot.c
1.2+2-1sys/arch/evbarm/conf/std.generic_v5
+10-132 files

NetBSD/src RK762Clsys/arch/aarch64/conf files.aarch64, sys/arch/arm/conf files.arm

   arm/fdt: introduce a generic setstatclockrate function

   These changes lay the groundwork for cleaning up setstatclockrate implementations across arm timers.
VersionDeltaFile
1.25+26-2sys/arch/arm/fdt/arm_fdt.c
1.169+2-1sys/arch/arm/conf/files.arm
1.46+2-1sys/arch/aarch64/conf/files.aarch64
1.21+2-1sys/arch/arm/fdt/arm_fdtvar.h
+32-54 files

NetBSD/src uZLlzCvsys/arch/riscv/include vmparam.h

   G/C stray comment
VersionDeltaFile
1.18+1-7sys/arch/riscv/include/vmparam.h
+1-71 files

NetBSD/src bLN7OvWsys/arch/riscv/include vmparam.h

   Empty lines
VersionDeltaFile
1.17+2-3sys/arch/riscv/include/vmparam.h
+2-31 files

NetBSD/src mCApKsusys/arch/riscv/riscv pmap_machdep.c

   fix indentation
VersionDeltaFile
1.27+3-3sys/arch/riscv/riscv/pmap_machdep.c
+3-31 files

NetBSD/src oQn0XROdoc 3RDPARTY

   expat 2.8.1 out
VersionDeltaFile
1.2204+3-3doc/3RDPARTY
+3-31 files

NetBSD/src 2QeqaJmexternal/ibm-public/postfix/dist HISTORY, external/ibm-public/postfix/dist/html postconf.5.html NON_BERKELEYDB_README.html

   Pull up the following, requested by christos in ticket #283:

        external/ibm-public/postfix//dist/README_FILES/NON_BERKELEYDB_README up to
        external/ibm-public/postfix//dist/README_FILES/REQUIRETLS_README up to
        external/ibm-public/postfix//dist/conf/postfix-non-bdb-script up to
        external/ibm-public/postfix//dist/html/NON_BERKELEYDB_README.html up to
        external/ibm-public/postfix//dist/html/REQUIRETLS_README.html up to
        external/ibm-public/postfix//dist/html/nbdb_reindexd.8.html up to
        external/ibm-public/postfix//dist/html/postfix-non-bdb.1.html up to
        external/ibm-public/postfix//dist/man/man1/postfix-non-bdb.1 up to
        external/ibm-public/postfix//dist/man/man8/nbdb_reindexd.8 up to
        external/ibm-public/postfix//dist/mantools/check-proxy-type-table up to
        external/ibm-public/postfix//dist/proto/NON_BERKELEYDB_README.html up to
        external/ibm-public/postfix//dist/proto/REQUIRETLS_README.html up to
        external/ibm-public/postfix//dist/src/cleanup/cleanup_message_test.c up to
        external/ibm-public/postfix//dist/src/global/ehlo_mask_test.c up to
        external/ibm-public/postfix//dist/src/global/nbdb_clnt.c up to
        external/ibm-public/postfix//dist/src/global/allowed_prefix.c up to
        external/ibm-public/postfix//dist/src/global/allowed_prefix.h up to

    [575 lines not shown]
VersionDeltaFile
1.1.1.30.2.1+1,661-2external/ibm-public/postfix/dist/HISTORY
1.20.2.1+1,281-137external/ibm-public/postfix/dist/html/postconf.5.html
1.20.2.1+1,192-134external/ibm-public/postfix/dist/proto/postconf.proto
1.20.2.1+1,188-124external/ibm-public/postfix/dist/man/man5/postconf.5
1.1.1.1.2.2+899-0external/ibm-public/postfix/dist/html/NON_BERKELEYDB_README.html
1.1.1.1.2.2+899-0external/ibm-public/postfix/dist/proto/NON_BERKELEYDB_README.html
+7,120-397688 files not shown
+36,677-24,392694 files

NetBSD/src U1RBsqisys/arch/alpha/common bus_dma.c

   We don't need avail_start.
VersionDeltaFile
1.75+3-3sys/arch/alpha/common/bus_dma.c
+3-31 files

NetBSD/src rX6hZkZsys/ddb db_lwp.c

   If we're not running in the kernel and USPACE is not defined, then fetch
   it from the running kernel.
VersionDeltaFile
1.8+36-2sys/ddb/db_lwp.c
+36-21 files