NetBSD/src SCpG2ADshare/mk bsd.x11.mk

   bump xorg-server version.
VersionDeltaFile
1.168+2-2share/mk/bsd.x11.mk
+2-21 files

NetBSD/src 6eV57pIsys/dev/ic mpt_netbsd.c

   dev/ic/mpt_netbsd.c - Add { } around block with decls for clang builds
VersionDeltaFile
1.42+4-3sys/dev/ic/mpt_netbsd.c
+4-31 files

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

   Use the more specific M68K_MMU_68851 option, rather than the generic
   M68K_MMU_MOTOROLA.
VersionDeltaFile
1.34+2-2sys/arch/mac68k/conf/std.mac68k
+2-21 files

NetBSD/src U3c2HTysys/arch/amiga/conf std.amiga

   Use the more specific M68K_MMU_68851 option, rather than the generic
   M68K_MMU_MOTOROLA.
VersionDeltaFile
1.24+2-2sys/arch/amiga/conf/std.amiga
+2-21 files

NetBSD/src YuvxuDGsys/arch/m68k Makefile.cmachflags

   Add a 68010 case.
VersionDeltaFile
1.5+10-1sys/arch/m68k/Makefile.cmachflags
+10-11 files

NetBSD/src L4uNNsq. Makefile

   PR lib/60324 - isolate descent into lib

   Since no-one seems interested in implementing a better fix
   than this for the issue in the PR which (sometimes) breaks
   the builds, simply do the easiest possible thing which will
   avoid the observed symptoms.

   Don't allow builds in lib and external to happen in parallel
   by simply isolating the descent into lib (there is a LOT to
   do in there).   Don't start anything else until that is done.

   If anyone would like to find a different workable solution than
   this one, please go ahead.
VersionDeltaFile
1.343+2-2Makefile
+2-21 files

NetBSD/src lI71fHHsbin/efi utils.c

   sbin/efi - avoid generating invalid UTF-8

   Strings in UEFI are all made up of 16 bit chars, which are defined in the
   UEFI standard to be UCS-2 (despite that format having been deprecated for
   decades - replaced by UTF-16).

   UCS-2 allowed for just 65536 code points (hence 16 bit storage).  UTF-16
   defines a block of 8192 of the available code-points to be surrogates, 4096
   of them high surrogates, the other 4096 low surrogates, always to be used
   as a pair, high then low.

   Each surrogate of a pair provides 10 data bits, combining them together gives
   a 20 bit value, which is used by UTF-16 to represent the code point values
   from 0x10000 -> 0x10FFFF.  By doing that they (for all time) reserved the
   8192 surrogate code points (those with values from 0xD800 to 0xDFFF (incl)),
   regardless of the format in which they're encoded, as being invalid, except
   when used as part of a surrogate pair in UTF-16.

   So, since UCS-2 had no surrogates (not really) and is (was) defined to

    [16 lines not shown]
VersionDeltaFile
1.5+7-3sbin/efi/utils.c
+7-31 files

NetBSD/src PwaF8p8doc 3RDPARTY

   Postfix 3.11.5
VersionDeltaFile
1.2229+3-3doc/3RDPARTY
+3-31 files

NetBSD/src QeVZ9Kbusr.sbin/fssconfig fssconfig.8

   fssconfig(8): Fix example of unconfiguring.

   Demonstrate unmounting first, and then describe `fssconfig -u' as
   unconfiguring.
VersionDeltaFile
1.16+5-2usr.sbin/fssconfig/fssconfig.8
+5-21 files

NetBSD/src hjKARC2usr.sbin/fssconfig fssconfig.8

   fssconfig(8): minor fixes, mostly -width cargo-cult
VersionDeltaFile
1.15+7-7usr.sbin/fssconfig/fssconfig.8
+7-71 files

NetBSD/src owSmciEshare/man/man4 fss.4

   fss(4): markup fixes

   Struct members are Fa, not Va.
   Use Pq Vt for ioctl parameter types.
VersionDeltaFile
1.17+22-22share/man/man4/fss.4
+22-221 files

NetBSD/src 40u2tZKsys/arch/m68k/m68k bus_dma_stub.c

   Add a do-nothing-but-return-errors bus_dma stub.
VersionDeltaFile
1.1+85-0sys/arch/m68k/m68k/bus_dma_stub.c
+85-01 files

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

   Welcome to 11.0_RC6!
VersionDeltaFile
1.1.2.132+8-1doc/CHANGES-11.0
1.11.4.7+3-3external/gpl2/groff/tmac/mdoc.local
1.738.2.7+2-2sys/sys/param.h
+13-63 files

NetBSD/src byvp7iPdoc CHANGES-11.0

   Ticket #376
VersionDeltaFile
1.1.2.131+6-1doc/CHANGES-11.0
+6-11 files

NetBSD/src nuchoqdlibexec/ld.elf_so load.c

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

        libexec/ld.elf_so/load.c: revision 1.52

   rtld, ldd: Fix bad assertion.
   (*needed)->obj may legitimately be null here, as the next line shows,
   so don't check (*needed)->obj->refcount in that case.

   PR bin/60422: ldd, rtld: crash inside assertion if needed object not
   found
VersionDeltaFile
1.49.10.2+3-3libexec/ld.elf_so/load.c
+3-31 files

NetBSD/src au0JITPdoc CHANGES-10.2

   Ticket 1310
VersionDeltaFile
1.1.2.113+16-1doc/CHANGES-10.2
+16-11 files

NetBSD/src PVhxfCUusr.sbin/syslogd syslogd.c tls.c

   Pull up the following revisions(s) (requested by msaitoh in ticket #1310):
           usr.sbin/syslogd/extern.h: revision 1.5
           usr.sbin/syslogd/sign.c: revision 1.10
           usr.sbin/syslogd/sign.h: revision 1.4
           usr.sbin/syslogd/syslogd.c: revision 1.141,1.145,1.148,1.151-1.155 via patch
           usr.sbin/syslogd/syslogd.h: revision 1.10-1.11 via patch
           usr.sbin/syslogd/tls.c: revision 1.26-1.27
           usr.sbin/syslogd/tls.h: revision 1.4

   Some improvements for syslogd(8):
   - Retry sendto() if it raises EBUSY, too.
   - Add missing SLIST_INIT() in main(). This is not a real bug because
     the tls_opt is in BSS and SLIST_INIT() assign NULL.
   - Cleanups (KNF, fix typos and G.C.).
VersionDeltaFile
1.140.2.2+43-35usr.sbin/syslogd/syslogd.c
1.21.2.2+19-19usr.sbin/syslogd/tls.c
1.9.2.1+14-14usr.sbin/syslogd/syslogd.h
1.9.2.1+7-7usr.sbin/syslogd/sign.c
1.3.2.1+4-4usr.sbin/syslogd/sign.h
1.4.26.1+1-3usr.sbin/syslogd/extern.h
+88-821 files not shown
+90-847 files

NetBSD/src IJcG9uadoc CHANGES-10.2

   Ticket 1309
VersionDeltaFile
1.1.2.112+9-1doc/CHANGES-10.2
+9-11 files

NetBSD/src GVJ0Q13lib/libcurses refresh.c cur_hash.c

   Pull up the following revisions(s) (requested by blymn in ticket #1309):
        lib/libcurses/cur_hash.c:       revision 1.15
        lib/libcurses/curses_private.h: revision 1.83
        lib/libcurses/addbytes.c:       revision 1.72
        lib/libcurses/refresh.c:        revision 1.134

   Fix PR lib/58282
VersionDeltaFile
1.126.2.3+110-86lib/libcurses/refresh.c
1.14.2.1+14-12lib/libcurses/cur_hash.c
1.67.2.3+9-2lib/libcurses/addbytes.c
1.80.2.1+4-4lib/libcurses/curses_private.h
+137-1044 files

NetBSD/src XwXLPesdoc CHANGES-11.0

   Ticket 375
VersionDeltaFile
1.1.2.130+9-1doc/CHANGES-11.0
+9-11 files

NetBSD/src KgHOEXnlib/libcurses refresh.c cur_hash.c

   Pull up the following revisions(s) (requested by blymn in ticket #375):
        lib/libcurses/cur_hash.c:       revision 1.15
        lib/libcurses/curses_private.h: revision 1.83
        lib/libcurses/addbytes.c:       revision 1.72
        lib/libcurses/refresh.c:        revision 1.134

   Fix PR lib/58282
VersionDeltaFile
1.129.2.3+110-86lib/libcurses/refresh.c
1.14.6.1+14-12lib/libcurses/cur_hash.c
1.70.2.2+9-2lib/libcurses/addbytes.c
1.82.2.1+4-4lib/libcurses/curses_private.h
+137-1044 files

NetBSD/src VpsxXi4doc CHANGES-11.0

   Ticket 374
VersionDeltaFile
1.1.2.129+10-1doc/CHANGES-11.0
+10-11 files

NetBSD/src PH5D4ZUsys/dev/acpi acpi_mcfg.c

   Pull up the following revisions(s) (requested by riastradh in ticket #374):
        sys/dev/acpi/acpi_mcfg.c:       revision 1.33

   x86: Fix crash at boot on some machines with options PCI_RESOURCE,
   in case something goes wrong traversing the MCFG table and no
   segments are found.
   Addresses:
   PR kern/60411: x86 PCI_RESOURCE: null pointer dereference at boot
VersionDeltaFile
1.32.2.1+9-3sys/dev/acpi/acpi_mcfg.c
+9-31 files

NetBSD/src 021PALsetc/etc.sparc64 MAKEDEV.conf, sys/arch/sparc64/conf GENERIC

   Add the bio pseudo device for RAID control.
   Needed for Sun V245 mpt(4) which has integrated RAID.
VersionDeltaFile
1.249+6-2sys/arch/sparc64/conf/GENERIC
1.21+2-1etc/etc.sparc64/MAKEDEV.conf
+8-32 files

NetBSD/src Dum7yL4libexec/ld.elf_so load.c

   rtld, ldd: Fix bad assertion.

   (*needed)->obj may legitimately be null here, as the next line shows,
   so don't check (*needed)->obj->refcount in that case.

   PR bin/60422: ldd, rtld: crash inside assertion if needed object not
   found
VersionDeltaFile
1.52+3-3libexec/ld.elf_so/load.c
+3-31 files

NetBSD/src tCw0Fa3doc CHANGES-11.0

   Ticket 373
VersionDeltaFile
1.1.2.128+12-1doc/CHANGES-11.0
+12-11 files

NetBSD/src lM4LWZXlib/libc/citrus/modules citrus_iconv_std.c citrus_viqr.c

   Pull up the following revisions(s) (requested by riastradh in ticket #373):
        lib/libc/citrus/modules/citrus_viqr.c:  revision 1.10
        lib/libc/citrus/modules/citrus_iconv_std.c:     revision 1.18

   iconv(3): Fix use-after-free in VIQR encoding, and incorrect
   mbstate_t allocation alignment in various encodings (triggerable
   if the source is VIQR).
   Fixes:
   - PR lib/59019: various iconv issues
   - PR lib/60413: iconv_samples test crashes on sparc*
VersionDeltaFile
1.16.54.1+37-8lib/libc/citrus/modules/citrus_iconv_std.c
1.6.42.2+4-4lib/libc/citrus/modules/citrus_viqr.c
+41-122 files

NetBSD/src JrcHqQadoc CHANGES-11.0

   Ticket 370
VersionDeltaFile
1.1.2.127+16-1doc/CHANGES-11.0
+16-11 files

NetBSD/src jXMSFSLusr.sbin/syslogd syslogd.c tls.c

   Pull up the following revisions(s) (requested by msaitoh in ticket #370):
        usr.sbin/syslogd/extern.h:      revision 1.5
        usr.sbin/syslogd/sign.c:        revision 1.10
        usr.sbin/syslogd/sign.h:        revision 1.4
        usr.sbin/syslogd/syslogd.c:     revision 1.151-1.155
        usr.sbin/syslogd/syslogd.h:     revision 1.10-1.11
        usr.sbin/syslogd/tls.h: revision 1.4
        usr.sbin/syslogd/tls.c: revision 1.26-1.27

   Some improvements for syslogd(8):
   - Retry sendto() if it raises EBUSY, too.
   - Add missing SLIST_INIT() in main(). This is not a real bug because
     the tls_opt is in BSS and SLIST_INIT() assign NULL.
   - Cleanups (KNF, fix typos and G.C.).
VersionDeltaFile
1.147.2.2+40-31usr.sbin/syslogd/syslogd.c
1.21.6.2+19-19usr.sbin/syslogd/tls.c
1.9.6.1+14-14usr.sbin/syslogd/syslogd.h
1.9.6.1+7-7usr.sbin/syslogd/sign.c
1.3.6.1+4-4usr.sbin/syslogd/sign.h
1.4.30.1+1-3usr.sbin/syslogd/extern.h
+85-781 files not shown
+87-807 files

NetBSD/src rhDNGGadoc CHANGES-11.0

   Ticket 369
VersionDeltaFile
1.1.2.126+11-0doc/CHANGES-11.0
+11-01 files