NetBSD/src bjVmbzMsbin/gpt gpt_uuid.c

   Remove assumption that known type UIDs have a local alias

   Currently this changes nothing, as all known types have a known
   name (aka description), which is unlikely to ever change, and have
   been assigned an alias for use with gpt -- which might change in the
   future if we learn about types which no-one is ever likely to want
   to use gpt(8) to create (but which might exist in tables processed).

   Avoiding the assumptions is cheap (for both alias and name), so just
   do it, and no-one will ever need to care in the future.
VersionDeltaFile
1.29+17-9sbin/gpt/gpt_uuid.c
+17-91 files

NetBSD/src TXyJP7Ltools/gcc mknative-gcc

   also pull out nodist_libsubinclude_HEADERS for libquadmath.
VersionDeltaFile
1.126+2-1tools/gcc/mknative-gcc
+2-11 files

NetBSD/src qmEHkVfshare/misc acronyms.comp

   +OVMF  Open Virtual Machine Firmware
VersionDeltaFile
1.421+2-1share/misc/acronyms.comp
+2-11 files

NetBSD/src F5udGjWsys/arch/arm/imx imx23_apbdma.c imx23_mmc.c

   arm/imx23_olinuxino: implement multisegment DMA

   This solves occasional issues in the sdmmc driver when it can't allocate large enough continguous segments due to memory fragmentation.
VersionDeltaFile
1.10+138-74sys/arch/arm/imx/imx23_apbdma.c
1.6+3-2sys/arch/arm/imx/imx23_mmc.c
+141-762 files

NetBSD/src 9SnqkO0sys/external/bsd/drm2/radeon files.radeon

   drm2: radeon: Only build radeon_acpi.c when acpi is available
VersionDeltaFile
1.41+2-2sys/external/bsd/drm2/radeon/files.radeon
+2-21 files

NetBSD/src XiMCbt3sys/external/bsd/drm2/include/drm bus_dma_hacks.h

   drm2: Fix compilation on powerpc

   Catch up to recent changes to struct powerpc_bus_dma_tag.
VersionDeltaFile
1.26+8-2sys/external/bsd/drm2/include/drm/bus_dma_hacks.h
+8-21 files

NetBSD/src 0d5lvJbexternal/bsd/ntp/dist/sntp main.c

   undo previous, added check in the list macro.
VersionDeltaFile
1.21+3-5external/bsd/ntp/dist/sntp/main.c
+3-51 files

NetBSD/src njBRiFfexternal/bsd/ntp/dist/sntp main.c

   1. Don't try to sort the empty list
   2. make event socket non-blocking so that libevent does not abort in
      debugging mode.
VersionDeltaFile
1.20+6-3external/bsd/ntp/dist/sntp/main.c
+6-31 files

NetBSD/src Rh0tH4Jexternal/bsd/ntp/dist/libntp work_fork.c

   Handle sockets set for non-blocking I/O. Libevent wants that (it checks
   and asserts in debugging mode).
VersionDeltaFile
1.16+2-0external/bsd/ntp/dist/libntp/work_fork.c
+2-01 files

NetBSD/src 4G9T9FBexternal/bsd/ntp/dist/include ntp_lists.h

   Restore NULL pointer check from upstream. Should fix PR 59973.

   Pullup-11.
VersionDeltaFile
1.9+2-2external/bsd/ntp/dist/include/ntp_lists.h
+2-21 files

NetBSD/src DQMxXoAsys/dev/nvmm/x86 nvmm_x86_svm.c nvmm_x86_vmx.c

   nvmm(4): x86: Handle #CP (control protection exception)

   taken from DragonFly, Aaron LI, commit id
   3402e06588aa04d2977f7991611646c506dc5442
VersionDeltaFile
1.93+3-2sys/dev/nvmm/x86/nvmm_x86_svm.c
1.92+3-2sys/dev/nvmm/x86/nvmm_x86_vmx.c
+6-42 files

NetBSD/src oRCPrrMexternal/historical/nawk/bin awk.1

   awk.1: fix typo in comma-separated patterns, clarify interval
VersionDeltaFile
1.36+3-3external/historical/nawk/bin/awk.1
+3-31 files

NetBSD/src lDlMz6Dusr.bin/make main.c make.1, usr.bin/make/unit-tests opt.exp opt.mk

   make: document that multiple variable assignments are allowed
VersionDeltaFile
1.10+8-6usr.bin/make/unit-tests/opt.exp
1.667+5-4usr.bin/make/main.c
1.390+3-3usr.bin/make/make.1
1.8+2-2usr.bin/make/unit-tests/opt.mk
+18-154 files

NetBSD/src rKRVdnLsys/dev/nvmm/x86 nvmm_x86.c

   nvmm: x86: sync exposed CPUID bits with DragonFly (excluding ARCH_CAP)

   dragonfly commit ids:
   3247cd11e7d330e1724d1214fc71385392a8e6a6
   01caa5e3ae83149daac28ad634f8236d39dbaedd
VersionDeltaFile
1.24+21-6sys/dev/nvmm/x86/nvmm_x86.c
+21-61 files

NetBSD/src 3px7OjFsys/dev/nvmm/x86 nvmm_x86_svm.c

   nvmm(4): Sprinkle 'const'.

   taken from DragonFly, Aaron LI, commit id
   ff2ceb4c8fd56f5e74e75f1a537e8cbe5850acd8
VersionDeltaFile
1.92+5-4sys/dev/nvmm/x86/nvmm_x86_svm.c
+5-41 files

NetBSD/src Nmn3NpYsys/dev/nvmm nvmm_internal.h, sys/dev/nvmm/x86 nvmm_x86_svm.c

   nvmm(4): Sprinkle branch hints.

   adapted from DragonFly, Aaron LI, commit ids
   85d1ca4f7856640324892363ab65d50366a4e9da
   2b54422ce4d4ae3ffc257cd862f31e7c191b0360
VersionDeltaFile
1.22+5-5sys/dev/nvmm/nvmm_internal.h
1.91+3-3sys/dev/nvmm/x86/nvmm_x86_svm.c
+8-82 files

NetBSD/src 1A2yQTlsys/dev/nvmm nvmm.c

   nvmm(4): Be extra careful with overflow checks so they don't get
   optimized away by the compiler.

   taken from DragonFly, Matthew Dillon, commit id
   60ec4ed4a90ecd845abb48255a4cb4e904ebec49
VersionDeltaFile
1.48+48-27sys/dev/nvmm/nvmm.c
+48-271 files

NetBSD/src lLyBiXqusr.bin/ftp fetch.c Makefile

   ftp: fix some -Wformat-overflow issues

   Remove -Wno-format-overflow and fix the issues.
   Detected by gcc 11 compiling tnftp.
VersionDeltaFile
1.246+5-5usr.bin/ftp/fetch.c
1.45+1-3usr.bin/ftp/Makefile
+6-82 files

NetBSD/src FigQm3Uusr.bin/ftp version.h

   ftp: version 20260208 for HTTP header FIFO order
VersionDeltaFile
1.104+2-2usr.bin/ftp/version.h
+2-21 files

NetBSD/src X1wwzyIusr.bin/ftp main.c ftp_var.h

   ftp: simplify HTTP headers to use StringList

   Implement custom HTTP header handling using the existing StringList,
   instead of the less-portable SLIST_ macros from <sys/queue.h>.
   Code is simpler too.

   Emit the headers in user-provided order instead of last in first out.
VersionDeltaFile
1.138+5-10usr.bin/ftp/main.c
1.92+2-12usr.bin/ftp/ftp_var.h
1.245+7-5usr.bin/ftp/fetch.c
+14-273 files

NetBSD/src LmnoIBVsbin/gpt gpt.c

   Use a space between words in error message
VersionDeltaFile
1.99+2-2sbin/gpt/gpt.c
+2-21 files

NetBSD/src W4gLjGZlib/libnvmm nvmm.h

   libnvmm(3): KNF. Limit line size.

   from Aaron LI at DragonflyBSD, commit id
   7d57c05a4fbda4e1a6276313da5cce071291a04b
VersionDeltaFile
1.20+3-3lib/libnvmm/nvmm.h
+3-31 files

NetBSD/src mMm4hURlib/libnvmm libnvmm.c

   libnvmm(3): Check return value of malloc.

   adapted from a patch by Aaron LI at DragonflyBSD, commit id
   7c543ef0a3b08473f10dcc066e531c459fbc3879
VersionDeltaFile
1.21+11-4lib/libnvmm/libnvmm.c
+11-41 files

NetBSD/src sIcFv9Tshare/man/man4/man4.evbmips intro.4

   man4.evbmips/intro.4: add missing comma
VersionDeltaFile
1.10+2-2share/man/man4/man4.evbmips/intro.4
+2-21 files

NetBSD/src RmY8DHVdistrib/utils/embedded mkimage

   mkimage: Write one block of padding up to 4MB.

   Previously we wrote padding one byte at a time, which takes a while
   when it's nearly 4MB of padding!

   I believe these dd(1) options are POSIX-compliant.  If the read from
   /dev/zero is truncated, then conv=sync means it will be padded with
   NUL bytes rather than reading more -- but that's fine; that's what we
   would get by reading from /dev/zero anyway!

   (Why did I make this round to a multiple of 4MB and _then_ add 1MB,
   rather than the other way around of adding 1MB and then rounding to a
   multiple of 4MB?)

   No correctness change intended -- but this should improve performance
   of the image build a little bit!
VersionDeltaFile
1.93+2-2distrib/utils/embedded/mkimage
+2-21 files

NetBSD/src 83ZaTmousr.sbin/iostat iostat.c

   PR bin/59969 ;  Make -H 0 work as intended.
VersionDeltaFile
1.73+4-3usr.sbin/iostat/iostat.c
+4-31 files

NetBSD/src ZF5E4tpshare/man/man4/man4.evbmips cnmac.4

   cnmac.4: improve .Dt content (arch-specific)
VersionDeltaFile
1.2+2-2share/man/man4/man4.evbmips/cnmac.4
+2-21 files

NetBSD/src qR3OAoashare/man/man4/man4.evbmips intro.4

   man4.evbmips/intro.4: add a few details
VersionDeltaFile
1.9+8-2share/man/man4/man4.evbmips/intro.4
+8-21 files

NetBSD/src 0212T34crypto/external/bsd/heimdal Makefile.rules.inc

   heimdal: Fix .asn1 and .et rules, again.

   And write .in as needed, not .et, oops.

   PR toolchain/59967: heimdal: broken .et/.asn1 rules
VersionDeltaFile
1.14+44-7crypto/external/bsd/heimdal/Makefile.rules.inc
+44-71 files

NetBSD/src PeR9FTddistrib/sets/lists/man mi, distrib/sets/lists/manhtml mi

   cnmac.4: add new man page

   (The Cavium OCTEON Plus CN50xx and Cavium OCTEON III CN71xx are the two
   reported examples known working on NetBSD.)
VersionDeltaFile
1.1+60-0share/man/man4/man4.evbmips/cnmac.4
1.1828+3-1distrib/sets/lists/man/mi
1.2+2-2share/man/man4/man4.evbmips/Makefile
1.47+2-1distrib/sets/lists/manhtml/mi
+67-44 files