NetBSD/src 3z5JbOzsys/dev/sbus tcx.c

   support lazy cursor updates and use VCONS_NO_COPYCOLS and VCONS_NO_CURSOR to
   avoid framebuffer reads
VersionDeltaFile
1.65+50-4sys/dev/sbus/tcx.c
+50-41 files

NetBSD/src o67j6izsys/dev/sbus tcx.c

   support WSDISPLAYIO_SET_DEPTH to select between 8bit and 32bit framebuffer for
   mmap()
VersionDeltaFile
1.64+18-4sys/dev/sbus/tcx.c
+18-41 files

NetBSD/src Ozmc4VUsys/dev/wscons wsconsio.h

   add ioctl(WSDISPLAYIO_SET_DEPTH)
VersionDeltaFile
1.132+7-1sys/dev/wscons/wsconsio.h
+7-11 files

NetBSD/src CRwl28Kgames/larn README

   fix the article.
VersionDeltaFile
1.4+2-2games/larn/README
+2-21 files

NetBSD/src D9QsaD3games/larn README

   s/intall/install/ in larn(6) README file.
VersionDeltaFile
1.3+3-3games/larn/README
+3-31 files

NetBSD/src AKMOMQYsys/dev/sbus tcx.c

   support WSDISPLAYIO_GET_FBINFO
VersionDeltaFile
1.63+34-6sys/dev/sbus/tcx.c
+34-61 files

NetBSD/src 27OJkLLtests/lib/libcurses/check_files wcolor_set.chk mutt_test5.chk

   Update check outputs to match updated curses code.
VersionDeltaFile
1.4+5-6tests/lib/libcurses/check_files/wcolor_set.chk
1.4+2-3tests/lib/libcurses/check_files/mutt_test5.chk
1.3+0-1tests/lib/libcurses/check_files/mutt_test3.chk
1.5+0-1tests/lib/libcurses/check_files/addstr2.chk
1.2+0-1tests/lib/libcurses/check_files/chgat3.chk
1.4+0-1tests/lib/libcurses/check_files/mutt_test4.chk
+7-137 files not shown
+7-2013 files

NetBSD/src R8ZY00Xsys/net if_ethersubr.c

   Properly add a hook to ec->ec_ifdetach_hooks for l2tp(4)

   Fixes kern/60351
VersionDeltaFile
1.336+4-4sys/net/if_ethersubr.c
+4-41 files

NetBSD/src WaXje0Tlib/libcurses refresh.c

   Part of fix for PR lib/58282

   Redo the logic for erasing lines when we have the capability, it was
   broken and caused blanks to be written when clearing the screen instead
   which caused thrashing and large outputs.
VersionDeltaFile
1.132+110-84lib/libcurses/refresh.c
+110-841 files

NetBSD/src Piqj4iHlib/libcurses addbytes.c

   Part of fix for PR lib/58282

   Ensure change pointers are consistent.
VersionDeltaFile
1.72+9-2lib/libcurses/addbytes.c
+9-21 files

NetBSD/src 3nZuADDlib/libcurses cur_hash.c curses_private.h

   Part of fix for PR lib/58282

   Force the type of the hash to be an unsigned int, the PJW hash was
   written expecting 32bit integers so ensure this is so.

   Also, don't hash NULL bytes, they mess up the hashing which, in turn,
   messes up quickch().
VersionDeltaFile
1.15+14-12lib/libcurses/cur_hash.c
1.83+4-4lib/libcurses/curses_private.h
+18-162 files

NetBSD/src MqTJcyplib/libc/citrus/modules citrus_utf8.c

   Be truly pedantic about UTF-8 encodings

   If we're not going to be accepting "legacy" UTF-8
   (5 and 6 byte encodings for code points >= 0x00200000 which the
   standards don't allow, as they won't fit in UTF-16) then we
   certainly should never be able to generate them, and even more
   should certainly be pedantic about not allowing the various
   forms of mis-coded strings for which there is no justification
   but have been known to be used to attempt to violate security.

   This, I believe, now enforces all the current restrictions, eg,
   it will no longer be possible to encode ascii in 2 bytes (0xc0 '.')
   and similar, the shortest legal encoding is all that will be
   accepted (and all that will be generated, but that was always true).

   It is quite possible that this will break things, probably many
   tests, as now random garbage won't be accepted as valid, things
   must be properly encodedd.
VersionDeltaFile
1.20+57-9lib/libc/citrus/modules/citrus_utf8.c
+57-91 files

NetBSD/src 4LyLrAWdoc CHANGES-11.0

   Ticket #348
VersionDeltaFile
1.1.2.109+7-1doc/CHANGES-11.0
+7-11 files

NetBSD/src 2pQEbXFusr.sbin/npf/npftest/libnpftest npf_rid_test.c

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

        usr.sbin/npf/npftest/libnpftest/npf_rid_test.c: revision 1.4

   adjust to holding the softnet_lock now that the kernel has changed to not do it.
VersionDeltaFile
1.3.2.1+5-1usr.sbin/npf/npftest/libnpftest/npf_rid_test.c
+5-11 files

NetBSD/src PPz6FHDsys/arch/evbmips/cavium mach_intr.c

   Fix accidentally deleted "Octeon"
VersionDeltaFile
1.6+3-3sys/arch/evbmips/cavium/mach_intr.c
+3-31 files

NetBSD/src Wxo6xiuusr.sbin/sysinst util.c run.c

   Make sysinst intercept kernel console messages using TIOCCONS at all
   times, not just when running an external command, and discard those
   that occur when not running an external command so that they don't
   mess up the display when running sysinst on the console.  Fixes
   PR install/54932.
VersionDeltaFile
1.85+48-1usr.sbin/sysinst/util.c
1.17+3-16usr.sbin/sysinst/run.c
1.39+4-1usr.sbin/sysinst/main.c
1.98+3-1usr.sbin/sysinst/defs.h
+58-194 files

NetBSD/src xUrVOX2doc CHANGES-9.5

   Tickets #2023 and #2018
VersionDeltaFile
1.1.2.106+26-1doc/CHANGES-9.5
+26-11 files

NetBSD/src l0Ubfhqusr.bin/pr egetopt.c

   pr: clean up

   Remove parenthesized return values, redundant casts.

   Fix lint warning about effectively discarding const qualifier when
   calling strchr.

   No binary change.
VersionDeltaFile
1.11+22-28usr.bin/pr/egetopt.c
+22-281 files

NetBSD/src 7sBUnPIexternal/bsd/jemalloc/dist/src jemalloc.c, external/cddl/osnet/dist/lib/libuutil/common uu_avl.c uu_list.c

   Apply patch, requested by riastradh in ticket #2018

        distrib/sets/lists/base/shl.mi                  (apply patch)
        distrib/sets/lists/debug/shl.mi                 (apply patch)
        external/bsd/jemalloc/dist/src/jemalloc.c       (apply patch)
        external/cddl/osnet/dist/lib/libuutil/common/libuutil_impl.h    (apply patch)
        external/cddl/osnet/dist/lib/libuutil/common/uu_avl.c   (apply patch)
        external/cddl/osnet/dist/lib/libuutil/common/uu_list.c  (apply patch)
        external/cddl/osnet/dist/lib/libuutil/common/uu_misc.c  (apply patch)
        lib/libc/gen/arc4random.c                       (apply patch)
        lib/libc/gen/pthread_atfork.c                   (apply patch)
        lib/libc/include/extern.h                       (apply patch)
        lib/libc/shlib_version                          (apply patch)
        lib/libc/stdlib/jemalloc.c                      (apply patch)
        lib/libc/stdlib/malloc.c                        (apply patch)

   libc, libuutil (zfs stuff): Fix postfork mutex actions to
   reinitialize the mutex instead of unlocking it.  Avoids potential
   deadlocks after fork in case other threads are waiting for a

    [3 lines not shown]
VersionDeltaFile
1.46.2.1+22-2lib/libc/stdlib/jemalloc.c
1.7.4.2+14-4external/bsd/jemalloc/dist/src/jemalloc.c
1.59.16.3+16-2lib/libc/stdlib/malloc.c
1.1.1.2.4.3+12-0external/cddl/osnet/dist/lib/libuutil/common/uu_avl.c
1.1.1.1.48.3+12-0external/cddl/osnet/dist/lib/libuutil/common/uu_list.c
1.10.18.2+6-2lib/libc/gen/pthread_atfork.c
+82-107 files not shown
+103-2213 files

NetBSD/src M3N9Tbbusr.bin/pr egetopt.c

   pr: fix ctype segmentation fault

   Could be triggered by running "pg +ä".
VersionDeltaFile
1.10+3-3usr.bin/pr/egetopt.c
+3-31 files

NetBSD/src jq8e522doc CHANGES-11.0

   Tickets #346 and #347
VersionDeltaFile
1.1.2.108+12-1doc/CHANGES-11.0
+12-11 files

NetBSD/src D4IRCqxsys/arch/virt68k/virt68k bus_dma.c

   Pull up following revision(s) (requested by isaki in ticket #347):

        sys/arch/virt68k/virt68k/bus_dma.c: revision 1.5

   Fill in bus_dmamap_sync() for 68030.  Since 68030 caches are write-through,
   this is pretty trivial: just invalidate the on-chip + any external D cache
   in the PREREAD case.  (See comment in code for why PREREAD is preferred
   over POSTREAD.)

   PR kern/60144
VersionDeltaFile
1.1.4.1+21-3sys/arch/virt68k/virt68k/bus_dma.c
+21-31 files

NetBSD/src 987IXpnsys/uvm uvm_km.c

   Pull up following revision(s) (requested by kbowling in ticket #2023):

        sys/uvm/uvm_km.c: revision 1.168

   uvm_km_pgremove: pmap_update before freeing pages

   Update the commentary in uvm_km_free to reflect this reality while here
   Reviewd by skrll@

   PR kern/60376
VersionDeltaFile
1.146.4.2+6-4sys/uvm/uvm_km.c
+6-41 files

NetBSD/src LeY7d5Zdoc CHANGES-10.2

   Ticket #1293
VersionDeltaFile
1.1.2.104+6-1doc/CHANGES-10.2
+6-11 files

NetBSD/src kZb3Hkqsys/uvm uvm_km.c

   Pull up following revision(s) (requested by kbowling in ticket #1293):

        sys/uvm/uvm_km.c: revision 1.168

   uvm_km_pgremove: pmap_update before freeing pages

   Update the commentary in uvm_km_free to reflect this reality while here
   Reviewd by skrll@

   PR kern/60376
VersionDeltaFile
1.162.4.3+6-4sys/uvm/uvm_km.c
+6-41 files

NetBSD/src OXMWLpbsys/uvm uvm_km.c

   Pull up following revision(s) (requested by kbowling in ticket #346):

        sys/uvm/uvm_km.c: revision 1.168

   uvm_km_pgremove: pmap_update before freeing pages

   Update the commentary in uvm_km_free to reflect this reality while here
   Reviewd by skrll@

   PR kern/60376
VersionDeltaFile
1.166.2.2+6-4sys/uvm/uvm_km.c
+6-41 files

NetBSD/src t0oB7eqsys/arch/evbmips/cavium mach_intr.c

   Correct Alchemy to Octeon from port origination
VersionDeltaFile
1.5+4-4sys/arch/evbmips/cavium/mach_intr.c
+4-41 files

NetBSD/src EFoiHpMsys/uvm uvm_km.c

   uvm_km_pgremove: pmap_update before freeing pages

   Update the commentary in uvm_km_free to reflect this reality while here

   Reviewd by skrll@

   PR kern/60376
VersionDeltaFile
1.168+6-4sys/uvm/uvm_km.c
+6-41 files

NetBSD/src nAQ89UJdoc CHANGES-9.5

   Remove entries for #2018 and #2019, they have been undone temporarily.
VersionDeltaFile
1.1.2.105+1-23doc/CHANGES-9.5
+1-231 files

NetBSD/src f6Ckb8Dexternal/cddl/osnet/dist/lib/libuutil/common uu_list.c uu_avl.c, lib/libc/gen arc4random.c

   Undo ticket #2018 for now, needs more work
VersionDeltaFile
1.59.16.2+2-16lib/libc/stdlib/malloc.c
1.1.1.1.48.2+0-12external/cddl/osnet/dist/lib/libuutil/common/uu_list.c
1.1.1.2.4.2+0-12external/cddl/osnet/dist/lib/libuutil/common/uu_avl.c
1.4.4.2+1-6external/cddl/osnet/dist/lib/libuutil/common/uu_misc.c
1.31.18.2+1-1lib/libc/gen/arc4random.c
1.1.1.1.48.2+0-2external/cddl/osnet/dist/lib/libuutil/common/libuutil_impl.h
+4-496 files