NetBSD/src yYAx1UMtests/fs/lfs t_fcntl.c

   Use default test timeout (3min) for now for all this tests.
   The timeouts cause artificial failures on many slower test setups
   and the tests run sucessfull if given enough time.

   Example from an sh3 machine:

   t_fcntl (1/1): 4 test cases
       cleanseg32: [330.482904s] Passed.
       cleanseg64: [321.895482s] Passed.
       coalesce32: [20.214675s] Passed.
       coalesce64: [20.613933s] Passed.

   We may reduce timeouts again after we have working logs from various
   architectures.
VersionDeltaFile
1.3+5-5tests/fs/lfs/t_fcntl.c
+5-51 files

NetBSD/src eaivUiiexternal/gpl3/gcc README.gcc14

   remove old things
   ia64 builds and switched now.
   riscv64 was switched a while ago.
VersionDeltaFile
1.24+2-46external/gpl3/gcc/README.gcc14
+2-461 files

NetBSD/src iVlHiEPcommon/lib/libc/gen rbtree.c, sys/sys rbtree.h

   rbtree: tweak headers a little for portability
VersionDeltaFile
1.2+18-9common/lib/libc/gen/rbtree.c
1.14+6-1sys/sys/rbtree.h
+24-102 files

NetBSD/src LEWzKSmshare/mk bsd.own.mk

   switch ia64 to GCC 14.
VersionDeltaFile
1.1442+2-1share/mk/bsd.own.mk
+2-11 files

NetBSD/src VwpwwEkdistrib/sets/lists/comp md.ia64

   add gcc 14 support.
VersionDeltaFile
1.17+3-1distrib/sets/lists/comp/md.ia64
+3-11 files

NetBSD/src yjDgPo2external/gpl3/gcc/lib/libstdc++-v3 Makefile

   use GLIBCXX_SRCDIR far more often.
VersionDeltaFile
1.65+19-20external/gpl3/gcc/lib/libstdc++-v3/Makefile
+19-201 files

NetBSD/src 5kj0bbqexternal/gpl3/gcc/lib/libstdc++-v3 Makefile

   add missing -include of the rename.h.  now it actually seems to work.
VersionDeltaFile
1.64+3-1external/gpl3/gcc/lib/libstdc++-v3/Makefile
+3-11 files

NetBSD/src cwUxxcJexternal/gpl3/gcc/lib/libstdc++-v3 Makefile

   build the libstdc++ libbacktrace bits like libstdc++ does.

   should fix ia64 issue, and makes other things not broken too.
VersionDeltaFile
1.63+19-6external/gpl3/gcc/lib/libstdc++-v3/Makefile
+19-61 files

NetBSD/src lThDxl6external/gpl3/gcc/lib/libstdc++-v3/arch/aarch64 defs.mk, external/gpl3/gcc/lib/libstdc++-v3/arch/aarch64eb defs.mk

   regen for libstdc++ libbacktrace fixes.
VersionDeltaFile
1.20+3-1external/gpl3/gcc/lib/libstdc++-v3/arch/aarch64/defs.mk
1.12+3-1external/gpl3/gcc/lib/libstdc++-v3/arch/aarch64eb/defs.mk
1.23+3-1external/gpl3/gcc/lib/libstdc++-v3/arch/alpha/defs.mk
1.23+3-1external/gpl3/gcc/lib/libstdc++-v3/arch/earm/defs.mk
1.24+3-1external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb/defs.mk
1.25+3-1external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf/defs.mk
+18-632 files not shown
+114-3838 files

NetBSD/src 6nLuGlftools/gcc mknative-gcc

   pullout parts of libbacktrace for libstdc++.
VersionDeltaFile
1.122+6-1tools/gcc/mknative-gcc
+6-11 files

NetBSD/src 1T8VwMcsys/dev/pci if_rge.c if_rgereg.h

   One more attempt to revert
VersionDeltaFile
1.42+0-0sys/dev/pci/if_rge.c
1.14+0-0sys/dev/pci/if_rgereg.h
+0-02 files

NetBSD/src iZEH814sys/dev/pci if_rgereg.h if_rge.c

   Undo recent changes since they seem to have broken something.

   Will reexamine moving forward from last time we synched with
   OpenBSD - January 20, 2021
VersionDeltaFile
1.13+144-555sys/dev/pci/if_rgereg.h
1.41+158-401sys/dev/pci/if_rge.c
+302-9562 files

NetBSD/src 1v3PMCrusr.sbin/ofctl ofctl.c

   ofctl.c: use correct casts for relevant ctype(3) calls (NFCI)

   The first change is simply because the original int casts were
   evidently used to silence the char-subscripts warning, so we might as
   well use our standard (save someone else looking at this again).

   The latter two changes are in code that's commented out, but should be
   relevant there if it's ever restored.
VersionDeltaFile
1.17+5-5usr.sbin/ofctl/ofctl.c
+5-51 files

NetBSD/src 57nJcCYusr.sbin/psrset psrset.c

   psrset.c: use correct cast for isdigit(3)
VersionDeltaFile
1.4+4-4usr.sbin/psrset/psrset.c
+4-41 files

NetBSD/src MyYOVRNdoc CHANGES-11.0

   Tickets #77 and #78
VersionDeltaFile
1.1.2.34+11-1doc/CHANGES-11.0
+11-11 files

NetBSD/src IAQt6kisys/dev/hdaudio hdaudio_mixer.h

   Pull up following revision(s) (requested by nia in ticket #78):

        sys/dev/hdaudio/hdaudio_mixer.h: revision 1.2

   hdaudio(4): Rename "record" mixer control to "imonitor".

   This more accurately represents what the control actually does.

   If you happen to have a configuration file that sets recording
   monitor mixer levels, you'll need to modify it. Therefore this
   isn't suitable for pulling up to existing stable branches.

   "go nuts" jmcneill@
VersionDeltaFile
1.1.62.1+2-2sys/dev/hdaudio/hdaudio_mixer.h
+2-21 files

NetBSD/src L6Ox43vusr.bin/aiomixer parse.c

   Pull up following revision(s) (requested by nia in ticket #77):

        usr.bin/aiomixer/parse.c: revision 1.4

   aiomixer(1): always put "master" controls first
VersionDeltaFile
1.3.10.1+9-1usr.bin/aiomixer/parse.c
+9-11 files

NetBSD/src LlcPro9doc CHANGES-11.0

   Ticket #76
VersionDeltaFile
1.1.2.33+6-1doc/CHANGES-11.0
+6-11 files

NetBSD/src t7MF4Pdsys/dev/hdaudio hdafg.c

   Pull up following revision(s) (requested by nia in ticket #76):

        sys/dev/hdaudio/hdafg.c: revision 1.33

   hdaudio(4): Do not expose non-functional volume controls.

   The old code supported "volume without mute", but not "mute
   without volume", which are widely exposed by hdaudio devices.

   This resulted in redundant volume controls with delta=256
   (not allowing them to be set).

   While here, classify PC speaker and phone out controls as
   output controls.
   "ship it" jmcneill@

   PR kern/59712 hdaudio driver exposes nonexistent volume controls
VersionDeltaFile
1.32.4.1+81-60sys/dev/hdaudio/hdafg.c
+81-601 files

NetBSD/src iyl94Bysys/arch/hppa/dev summitfb.c

   don't dump registers in the middle of setting things up...
VersionDeltaFile
1.37+2-25sys/arch/hppa/dev/summitfb.c
+2-251 files

NetBSD/src AzPlCzVsys/dev/ic stireg.h

   comments & register bits
VersionDeltaFile
1.19+9-5sys/dev/ic/stireg.h
+9-51 files

NetBSD/src u5r1zIvsys/dev/ic summitreg.h

   moar comments & register
VersionDeltaFile
1.17+10-1sys/dev/ic/summitreg.h
+10-11 files

NetBSD/src QGzjTu6sys/arch/hppa/dev summitfb.c

   humble beginnings of FX5/10 support. This will:
   - provide a working, accelerated console at least on my FX5
   - ROPs and alpha blending don't work, so we use a putchar() based cursor()
     and disable alpha fonts
   - X11 can use a hw cursor and 24bit framebuffer, but since we don't know how
     attributes work (yet) this will give us the blue channel piped through the
     8bit palette. With a linear ramp that's at least somewhat usable.
   Next steps:
   - provide an 8bit fb with palette so we can run X in colour
   - find the FX5's equivalent of the VISFX_FATTR register so we can either force
     24bit colour or use proper WIDs
VersionDeltaFile
1.36+93-23sys/arch/hppa/dev/summitfb.c
+93-231 files

NetBSD/src X59hVSasys/arch/hppa/dev gftfb.c sti_pci_machdep.c

   have sti_pci_check_rom() return the ROM's size so we can easily unmap it should
   we so desire
VersionDeltaFile
1.32+5-2sys/arch/hppa/dev/gftfb.c
1.4+4-2sys/arch/hppa/dev/sti_pci_machdep.c
1.3+2-2sys/arch/hppa/dev/sti_pci_var.h
+11-63 files

NetBSD/src bD17oy4usr.bin/ftp ftp.1 cmdtab.c

   ftp: connect is a synonym for open

   As we have disconnect as a synonym for close,
   add connect as a synonym for open.

   Suggested by Colby Russell in email.
VersionDeltaFile
1.161+6-3usr.bin/ftp/ftp.1
1.54+4-3usr.bin/ftp/cmdtab.c
1.100+3-3usr.bin/ftp/version.h
+13-93 files

NetBSD/src JoRkimTsys/dev/usb ucom.c

   KNF
VersionDeltaFile
1.147+3-3sys/dev/usb/ucom.c
+3-31 files

NetBSD/src yPZbQSTsys/dev/pci if_rge.c if_rgereg.h

   Update microcode, initialization and reset behavior.  From
   OpenBSD, if_rge.c rev 1.23 and if_rgereg.h rev 1.10.

   XXX In the same commit, two chip variants were de-supported,
       with an expectation that those two variants were never
       shipped in any product.  It's not clear that this is
       true, so I did NOT remove support for them.
VersionDeltaFile
1.40+293-131sys/dev/pci/if_rge.c
1.12+238-140sys/dev/pci/if_rgereg.h
+531-2712 files

NetBSD/src eyQjrLwexternal/gpl3/gdb/dist/gdbsupport thread-pool.cc

   Revert previous, now that the pthread_setname_np() change is gone.
VersionDeltaFile
1.3+1-1external/gpl3/gdb/dist/gdbsupport/thread-pool.cc
+1-11 files

NetBSD/src Yr5oh4mlib/librumpuser rumpuser_pth.c

   Revert change related to pthread_setname_np() which has been reverted.
VersionDeltaFile
1.48+1-1lib/librumpuser/rumpuser_pth.c
+1-11 files

NetBSD/src W6WZUXBlib/libc/thread-stub thread-stub.c

   revert pthread_setname_np change
VersionDeltaFile
1.36+3-3lib/libc/thread-stub/thread-stub.c
+3-31 files