NetBSD/src kHTRKQCusr.bin/cut cut.c

   cut.c: minor KNF and other formatting tweaks (NFCI)
VersionDeltaFile
1.33+8-10usr.bin/cut/cut.c
+8-101 files

NetBSD/src nBNwXEnsys/arch/alpha/pci ttwoga_dma.c

   s/liner/linear/ in comment.
VersionDeltaFile
1.12+3-3sys/arch/alpha/pci/ttwoga_dma.c
+3-31 files

NetBSD/src b2RX0iAsys/arch/amiga/amiga machdep.c

   Remove a global that is not, in fact, used in init_main.c, despite what
   the comment claims.
VersionDeltaFile
1.265+3-6sys/arch/amiga/amiga/machdep.c
+3-61 files

NetBSD/src LKC7MNvsys/arch/amiga/amiga machdep.c, sys/arch/atari/atari machdep.c

   Consolidate the declaration of phys_map.
VersionDeltaFile
1.264+2-4sys/arch/amiga/amiga/machdep.c
1.200+2-4sys/arch/atari/atari/machdep.c
1.83+2-4sys/arch/cesfic/cesfic/machdep.c
1.261+2-4sys/arch/hp300/hp300/machdep.c
1.124+2-4sys/arch/luna68k/luna68k/machdep.c
1.45+4-2sys/arch/m68k/m68k/vm_machdep.c
+14-229 files not shown
+32-5815 files

NetBSD/src W00wbCXlib/libc/softfloat/bits64 softfloat.c

   libc: fix undefined behavior in int64_to_float128

   When negating a signed integer, the integer must not be LLONG_MIN, as
   negating that value would not change the sign. GCC's -ftrapv mode
   detects cases like this reliably.

   In this case, on sparc64 with -O2 (but not -O0 or -O1),
   countLeadingZeros64(LLONG_MIN) returned 48 instead of the desired 0, and
   int64_to_float128(LLONG_MIN) returned -0x1p+14 instead of the desired
   -0x1p+63.

   The same pattern is used in several other conversion functions. These
   will be fixed in a follow-up commit once the lint tests for msg_380 and
   msg_381 on sparc64 work again.
VersionDeltaFile
1.21+3-3lib/libc/softfloat/bits64/softfloat.c
+3-31 files

NetBSD/src V4wnF1Husr.bin/cut cut.1

   cut.1: add cross-reference to colrm(1)
VersionDeltaFile
1.20+2-1usr.bin/cut/cut.1
+2-11 files

NetBSD/src CXae2G3sys/arch/atari/atari machdep.c, sys/arch/luna68k/luna68k machdep.c

   Consolidate the declaration of some globals.  More work to be done here.
VersionDeltaFile
1.123+2-10sys/arch/luna68k/luna68k/machdep.c
1.199+3-9sys/arch/atari/atari/machdep.c
1.90+2-9sys/arch/sun2/sun2/machdep.c
1.217+2-9sys/arch/sun3/sun3/machdep.c
1.145+2-9sys/arch/sun3/sun3x/machdep.c
1.183+2-8sys/arch/mvme68k/mvme68k/machdep.c
+13-549 files not shown
+35-11915 files

NetBSD/src N1eFwfLsys/arch/mvme68k/dev vme_pcc.c pcc.c, sys/arch/mvme68k/include vmparam.h

   Align loading of physical memory with virt68k, and stop keeping two
   copies of this information (one in the phys_seg_list[] and one in
   mem_clusters[]; the latter is now gone).
VersionDeltaFile
1.182+120-68sys/arch/mvme68k/mvme68k/machdep.c
1.26+11-9sys/dev/mvme/mvmebus.c
1.28+9-8sys/arch/mvme68k/dev/vme_pcc.c
1.36+5-4sys/arch/mvme68k/dev/pcc.c
1.26+5-4sys/arch/mvme68k/dev/mainbus.c
1.42+4-1sys/arch/mvme68k/include/vmparam.h
+154-946 files

NetBSD/src TNbd6Qcsys/arch/m68k/include linux_bootinfo.h, sys/arch/m68k/m68k linux_bootinfo.c

   Use the data structure from <m68k/seglist.h> to describe the memory
   configuration extracted from linux bootinfo.  Align virt68k's memory
   loading with mvme68k (which will also get some changes in a follow-on
   commit).  This will be used as a template to eventually merge this
   code for all m68k platforms.
VersionDeltaFile
1.30+137-47sys/arch/virt68k/virt68k/machdep.c
1.6+18-45sys/arch/m68k/m68k/linux_bootinfo.c
1.4+4-4sys/arch/m68k/include/linux_bootinfo.h
+159-963 files

NetBSD/src 48fG09husr.bin/cksum cksum.c

   PR 60154: do not print arbitrary control characters when printing
   file names while checking hashes with the -c option.
VersionDeltaFile
1.53+15-4usr.bin/cksum/cksum.c
+15-41 files

NetBSD/src dmFUVhXsys/arch/m68k/include seglist.h, sys/arch/mvme68k/mvme68k machdep.c genassym.cf

   Move seglist.h into a common m68k location.
VersionDeltaFile
1.1+47-0sys/arch/m68k/include/seglist.h
1.181+3-3sys/arch/mvme68k/mvme68k/machdep.c
1.133+3-3sys/arch/next68k/next68k/machdep.c
1.33+3-3sys/arch/next68k/next68k/nextrom.c
1.53+2-3sys/arch/mvme68k/mvme68k/genassym.cf
1.9+1-1sys/arch/next68k/next68k/seglist.h
+59-131 files not shown
+60-147 files

NetBSD/src Kz1b4Yosys/arch/mvme68k/mvme68k pmap_bootstrap.c, sys/arch/next68k/next68k pmap_bootstrap.c

   Remove unnecessary include.
VersionDeltaFile
1.58+2-4sys/arch/next68k/next68k/pmap_bootstrap.c
1.66+2-4sys/arch/mvme68k/mvme68k/pmap_bootstrap.c
+4-82 files

NetBSD/src 4xhLEWTtests/lib/libc t_long_double.c

   tests/libc: add function names in tests for long double
VersionDeltaFile
1.3+27-25tests/lib/libc/t_long_double.c
+27-251 files

NetBSD/src f14YC9ldoc CHANGES-11.0

   Update for moved tag for ticket #217
VersionDeltaFile
1.1.2.83+12-1doc/CHANGES-11.0
+12-11 files

NetBSD/src EUI8PGTusr.bin/telnet commands.c

   Additionally pull up the following, requested by christos in ticket #217:

        usr.bin/telnet/commands.c       1.82

   fix inverted logic
VersionDeltaFile
1.80.6.2+3-3usr.bin/telnet/commands.c
+3-31 files

NetBSD/src ndbkzyRtests/lib/libc t_long_double.c

   tests/libc: test long double operations more thoroughly

   For lint, the tests msg_380.c and msg_381.c fail, which is probably due
   to a bug in the softfloat implementation.

   The tests are intended to yield the same results on all platforms, as
   they do not exercise any tricky rounding details.
VersionDeltaFile
1.2+218-62tests/lib/libc/t_long_double.c
+218-621 files

NetBSD/src HxiJYMudoc CHANGES-10.2

   Ammend ticket #1249 for additional pullups
VersionDeltaFile
1.1.2.94+2-2doc/CHANGES-10.2
+2-21 files

NetBSD/src 8WSpSz5usr.bin/telnet commands.c

   Additionally pull up the following, requested by christos in ticket #1249:

        usr.bin/telnet/commands.c       1.82

   fix inverted logic.
VersionDeltaFile
1.80.2.2+3-3usr.bin/telnet/commands.c
+3-31 files

NetBSD/src CettCiZsys/arch/virt68k/conf files.virt68k, sys/arch/virt68k/include vectors.h intr.h

   Use the common auto-vector interrupt stub.
VersionDeltaFile
1.50+1-24sys/arch/virt68k/virt68k/locore.s
1.2+9-9sys/arch/virt68k/include/vectors.h
1.5+3-3sys/arch/virt68k/virt68k/intr.c
1.3+2-2sys/arch/virt68k/include/intr.h
1.22+2-1sys/arch/virt68k/conf/files.virt68k
+17-395 files

NetBSD/src Gjj2fN0sys/arch/hp300/hp300 disksubr.c, sys/arch/news68k/conf files.news68k

   Re-factor the simple "basic 4BSD disklabel scheme" into kern/subr_disk_4bsd.c,
   the implementation itself lifted verbatim from hp300.  virt68k differed
   only by RCS IDs, news68k differed in older copyright notice plus some
   whitespace differences in 2 diffrent source lines.
VersionDeltaFile
1.1+162-0sys/kern/subr_disk_4bsd.c
1.21+3-2sys/arch/virt68k/conf/files.virt68k
1.56+3-2sys/arch/news68k/conf/files.news68k
1.33+2-2sys/arch/news68k/news68k/disksubr.c
1.29+2-2sys/arch/hp300/hp300/disksubr.c
1.2+2-2sys/arch/virt68k/virt68k/disksubr.c
+174-101 files not shown
+176-127 files

NetBSD/src UteFPhGsys/arch/arm/arm fusu.S, sys/arch/arm/arm32 pmap.c

   Only expose block_userspace_access on the kernels it's required for
   (assuming it still is).
VersionDeltaFile
1.446+19-5sys/arch/arm/arm32/pmap.c
1.9+7-1sys/arch/arm/arm/fusu.S
+26-62 files

NetBSD/src 5BeKaZZsys/dev/mvme mvmebus.c

   If BUS_DMA_24BIT is defined, clear it from the flags passed to
   _bus_dmamem_alloc_common(), since we've already constrained the
   allocation based on the window configured for the selected VME
   address space.
VersionDeltaFile
1.25+9-2sys/dev/mvme/mvmebus.c
+9-21 files

NetBSD/src 6muKgF2sys/dev/mvme mvmebus.h

   mvme68k_bus_dma_tag -> m68k_bus_dma_tag

   (forgot to commit this file in m68k bus_dma consolidation.)
VersionDeltaFile
1.5+2-2sys/dev/mvme/mvmebus.h
+2-21 files

NetBSD/src sDqlcKLdoc 3RDPARTY

   new openssh out
VersionDeltaFile
1.2179+3-3doc/3RDPARTY
+3-31 files

NetBSD/src V2ZPHuksys/dev/pci ld_virtio.c

   ld_virtio.c: work around a qemu bug

   qemu vhost-user-blk-server.c advertizes VIRTIO_BLK_F_SIZE_MAX
   with zero VIRTIO_BLK_CONFIG_SIZE_MAX. it doesn't make sense.

   references:
   https://github.com/qemu/qemu/blob/b6a7d06213e5d2f7d124d16418bc289c4a8a4b82/block/export/vhost-user-blk-server.c#L122
   https://github.com/qemu/qemu/blob/b6a7d06213e5d2f7d124d16418bc289c4a8a4b82/block/export/vhost-user-blk-server.c#L243
VersionDeltaFile
1.47+12-2sys/dev/pci/ld_virtio.c
+12-21 files

NetBSD/src PoXVA4rsys/arch/m68k/include frame.h, sys/arch/m68k/m68k m68k_syscall.c m68k_trap.c

   machine_userret -> userret
VersionDeltaFile
1.56+6-13sys/arch/m68k/m68k/m68k_syscall.c
1.9+3-8sys/arch/m68k/m68k/m68k_trap.c
1.40+3-1sys/arch/m68k/include/frame.h
+12-223 files

NetBSD/src pvu6jHqsys/arch/m68k/include bus_dma.h, sys/arch/m68k/m68k bus_dma.c

   Merge mvme68k and virt68k bus_dma into the common m68k bus_dma and
   remove their local copies.  Minor cleanup tweaks to other platforms
   that already use the common version.
VersionDeltaFile
1.42+246-143sys/arch/m68k/m68k/bus_dma.c
1.18+3-247sys/arch/mvme68k/include/bus_dma.h
1.15+27-11sys/arch/m68k/include/bus_dma.h
1.25+28-10sys/arch/mvme68k/dev/mainbus.c
1.11+10-1sys/arch/next68k/include/bus_dma.h
1.13+4-4sys/arch/mvme68k/mvme68k/bus_space.c
+318-4165 files not shown
+330-42811 files

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

   Welcome to 11.0_RC3!
VersionDeltaFile
1.1.2.82+7-1doc/CHANGES-11.0
1.11.4.4+3-3external/gpl2/groff/tmac/mdoc.local
1.738.2.4+2-2sys/sys/param.h
+12-63 files

NetBSD/src aYjhYx2doc CHANGES-11.0

   Tickets #238 - #250
VersionDeltaFile
1.1.2.81+109-1doc/CHANGES-11.0
+109-11 files

NetBSD/src XecUPqDetc/etc.amd64 MAKEDEV.conf

   Pull up following revision(s) (requested by yamt in ticket #241):
        etc/etc.amd64/MAKEDEV.conf: revision 1.38
   amd64 MAKEDEV: create 8 nvme (nvme0-nvme7) by default
   why 8?
   - match ld, sd, wd
   - my machine has 6 of them
VersionDeltaFile
1.37.2.1+5-1etc/etc.amd64/MAKEDEV.conf
+5-11 files