NetBSD/src zFdgIpisys/arch/hppa/include bus_defs.h

   Remove duplicate sys/bus_proto.h defines.
VersionDeltaFile
1.6+1-14sys/arch/hppa/include/bus_defs.h
+1-141 files

NetBSD/src j4zUEpZsys/arch/arm/include bus_defs.h

   Remove duplicate sys/bus_proto.h defines.
VersionDeltaFile
1.21+2-33sys/arch/arm/include/bus_defs.h
+2-331 files

NetBSD/src ckAxZ0Jsys/arch/hppa/dev dino.c, sys/arch/hppa/include bus_defs.h

   Remove unused BUS_SPACE_MAP_NOEXTENT.

   OpenBSD removed it back in 2010.
VersionDeltaFile
1.19+4-4sys/arch/hppa/dev/dino.c
1.5+1-5sys/arch/hppa/include/bus_defs.h
+5-92 files

NetBSD/src JNdPEOvsys/arch/hppa/include bus_defs.h

   Remove unused BUS_SPACE_MAP_READONLY
VersionDeltaFile
1.4+1-2sys/arch/hppa/include/bus_defs.h
+1-21 files

NetBSD/src 7fai0iAsbin/raidctl raidctl.c

   oops, mistakenly cleared one logical or
VersionDeltaFile
1.89+3-3sbin/raidctl/raidctl.c
+3-31 files

NetBSD/src nlheVXasbin/raidctl raidctl.c

   improve error message when RAID level not agreeing with number of components


   approved by oster@
VersionDeltaFile
1.88+26-4sbin/raidctl/raidctl.c
+26-41 files

NetBSD/src vRokePnsys/dev/i2c i2c_enum.h

   Allow the deventry filtering callback to be NULL.
VersionDeltaFile
1.4+3-2sys/dev/i2c/i2c_enum.h
+3-21 files

NetBSD/src q0yJqoCsys/arch/macppc/dev cuda.c, sys/arch/sandpoint/sandpoint autoconf.c

   Don't ignore the return value from i2c_enumerate_deventries(); just
   return what it returns.
VersionDeltaFile
1.35+3-5sys/arch/macppc/dev/cuda.c
1.33+3-5sys/arch/sandpoint/sandpoint/autoconf.c
+6-102 files

NetBSD/src xYvKrLPtests/lib/libc/gen t_fpclassify.c

   t_fpclassify: Give up on double issignalling on i386 for now.

   PR lib/60015: x87 makes testing signalling NaN difficult
VersionDeltaFile
1.22+14-2tests/lib/libc/gen/t_fpclassify.c
+14-21 files

NetBSD/src uN6BW2jtests/lib/libc/gen t_fpclassify.c

   t_fpclassify: Show the floating-point bits more carefully.

   Use formatbits(&f) rather than formatbits(f).  This serves two
   purposes:

   1. Type-checking.

      Can't accidentally pass a double where a float is needed -- a bug
      that previously appeared a few times in this code.

   2. Reducing the chance that the data will pass through floating-point
      load/store instructions on x87.

      Floating-point load of binary32 (float) or binary64 (double)
      converts to x87 80-bit extended precision format internally, which
      preserves all floating-point _numbers_ and _infinities_ but has
      the side effect of changing signalling NaN to quiet NaN (and
      raising FE_INVALID).  This means that signalling NaNs were getting
      wrongly printed _as if_ they were quiet NaNs, which is frustrating

    [4 lines not shown]
VersionDeltaFile
1.21+86-77tests/lib/libc/gen/t_fpclassify.c
+86-771 files

NetBSD/src hUSPqjisys/arch/mac68k/dev zs.c, sys/arch/macppc/dev zs.c

   fix few typos in comments.
VersionDeltaFile
1.60+3-3sys/arch/macppc/dev/zs.c
1.64+3-3sys/arch/mac68k/dev/zs.c
1.286+3-3sys/netipsec/key.c
1.3+2-2sys/sys/wapbl_replay.h
+11-114 files

NetBSD/src LLFiIz2doc 3RDPARTY

   zlib-1.3.2 is out
VersionDeltaFile
1.2168+3-3doc/3RDPARTY
+3-31 files

NetBSD/src bDbax46share/man/man4 virtio_mmio.4 pv.4

   share/man/man4: use the correct bus in pv(4) and virtio_mmio(4)

   While there, also link to a acpi(4) and pv(4) from virtio_mmio(4).

   "Good catch" iMil@
VersionDeltaFile
1.3+4-2share/man/man4/virtio_mmio.4
1.3+2-2share/man/man4/pv.4
+6-42 files

NetBSD/src ETiBs4ptests/lib/libc/gen t_fpclassify.c

   Oops, forgot a ';'
VersionDeltaFile
1.20+3-3tests/lib/libc/gen/t_fpclassify.c
+3-31 files

NetBSD/src 7oX3ZTcsbin/swapctl swapctl.8

   More cleanups and simplifications (more of the previous).

   In particular, there is no need to say "using the swapctl(2)
   system call", the SEE ALSO to that page should make that clear
   enough to anyone who actually cares, which is not required of
   a user of swapctl(8).

   Minor other changes (a few grammar cleanups), and one new
   BUGS entry added (should have been there for ages now).
VersionDeltaFile
1.52+32-29sbin/swapctl/swapctl.8
+32-291 files

NetBSD/src B0uVMl9sbin/swapctl swapctl.8

   swapctl(8): edit to g/c ornate verbosity

   In a typical

     -x   The -x option is used to cause swapctl to frob.

   description the relevant bits of information are 1) "-x" and 2)
   "frob", so just make it say:

     -x   Frob.

   The pleonastic repetitions just get in the way.  The effect is
   cumulative and by the second page it makes you want to bang your head
   against the wall and not in a good way.
VersionDeltaFile
1.51+75-108sbin/swapctl/swapctl.8
+75-1081 files

NetBSD/src 2KaNQBlsys/dev/pci radeonfb.c pm3fb.c

   use WSATTR_UNDERLINE
VersionDeltaFile
1.119+10-8sys/dev/pci/radeonfb.c
1.15+7-4sys/dev/pci/pm3fb.c
1.38+5-5sys/dev/pci/pm2fb.c
1.108+5-5sys/dev/pci/machfb.c
+27-224 files

NetBSD/src juVq4WKtests/lib/libc/gen t_fpclassify.c

   Take 2 on attempted build fix.

   The issue seems to be the

        #define makequietsignallingl makequietsignalling

   which happens when ! defined(__HAVE_LONG_DOUBLE)

   That worked before as

        long double f = makequietsignalling(...);

   (effectively) just did a type conversion from double to long double
   (which might be a no-op, but is still a type conversion) and so was
   OK.

   But the new method

        makequietsignalling(&ldvar, ...)

    [10 lines not shown]
VersionDeltaFile
1.19+11-3tests/lib/libc/gen/t_fpclassify.c
+11-31 files

NetBSD/src o2FcQ2Vtests/lib/libc/gen t_fpclassify.c

   Revert previous, clearly that was not the issue.
VersionDeltaFile
1.18+10-10tests/lib/libc/gen/t_fpclassify.c
+10-101 files

NetBSD/src 4qLUfuRsys/arch/hppa/dev gftfb.c hyperfb.c

   properly support underline, add bold for mono fonts
VersionDeltaFile
1.38+68-21sys/arch/hppa/dev/gftfb.c
1.31+55-14sys/arch/hppa/dev/hyperfb.c
+123-352 files

NetBSD/src MnS7C4Btests/lib/csu h_preinit_array.c

   Test more than one entry in .preinit_array
VersionDeltaFile
1.2+10-1tests/lib/csu/h_preinit_array.c
+10-11 files

NetBSD/src ZNGs754sys/dev/pci gffb.c

   support underlined characters, play cheap tricks to draw bold characters with
   WSATTR_HILIT and mono fonts
VersionDeltaFile
1.32+76-26sys/dev/pci/gffb.c
+76-261 files

NetBSD/src syIkodgsys/dev/wscons wsdisplay_glyphcache.c

   use WSATTR_UNDERLINE
VersionDeltaFile
1.15+3-3sys/dev/wscons/wsdisplay_glyphcache.c
+3-31 files

NetBSD/src 649m75Psys/arch/arm/arm32 bus_dma.c

   Fix a KASSERT in _bus_dmatag_subregion
VersionDeltaFile
1.154+5-4sys/arch/arm/arm32/bus_dma.c
+5-41 files

NetBSD/src 7o4mlVosys/arch/riscv/riscv bus_dma.c

   Fix a KASSERT in _bus_dmatag_subregion
VersionDeltaFile
1.16+5-4sys/arch/riscv/riscv/bus_dma.c
+5-41 files

NetBSD/src TrpESmhtests/lib/libc/gen t_fpclassify.c

   Shorten some long function names.

   This is an attempt to fix 2/3 of the NetBSD builds (50 of 75) which are
   all failing the same way, and the only way I can make any sense of the
   compiler's error message, would be if the function names were exceeding
   a limit for the length withing which they are required to be distinct.

   That is, this code had makequietsignalling() makequietsignallingf() and
   makequietsignallingl() and gcc is complaining that the parameters to
   makequietsignalling() are of incorrect types, and then showing what is
   very clearly a call to makequietsignallingl() for which the parame are
   the correct types.

   So, make those names shorter, and with any luck, this will all build
   and work.   (It builds on amd64, but that was one of the 25 where it
   did with the long names, do that's little help.)

   Feel free to revert this if it doesn't work!
VersionDeltaFile
1.17+12-12tests/lib/libc/gen/t_fpclassify.c
+12-121 files

NetBSD/src WIYkMu9sbin/gpt gpt.8

   Minor formatting & typo-type corrections.
VersionDeltaFile
1.89+5-4sbin/gpt/gpt.8
+5-41 files

NetBSD/src qCmYLv8sbin/swapctl swapctl.8

   One missed | ps/pdf microspace addition.
VersionDeltaFile
1.50+2-2sbin/swapctl/swapctl.8
+2-21 files

NetBSD/src N3FfHBCsbin/swapctl swapctl.8

   swapctl(8): demote swap priority/options to subsections

   Make swap options looks nicer in PostScript and make it less verbose.
VersionDeltaFile
1.49+9-9sbin/swapctl/swapctl.8
+9-91 files

NetBSD/src GHktjyHsbin/swapctl swapctl.8

   swapctl(8): use .Cm and .Ql where appropriate

   While here, fixup previous to have some space around vertical bars in
   PostScript output.
VersionDeltaFile
1.48+22-22sbin/swapctl/swapctl.8
+22-221 files