NetBSD/src JuhB3I3tests/libexec/ld.elf_so t_dlclose_thread.c

   ld.elf_so(1): Run concurrent dlopen/dlclose test a few more seconds.

   More likely to provoke the problem this way.  Still not 100% reliable
   because the problem is a race condition, but better than having the
   test unexpectedly pass half the time.

   Also set a timeout of 20sec, since I've seen the test get into an
   infinite loop sometimes and it's now supposed to complete in 5sec +
   epsilon.

   PR lib/59751: dlclose is not MT-safe depending on the libraries unloaded
VersionDeltaFile
1.2+4-3tests/libexec/ld.elf_so/t_dlclose_thread.c
+4-31 files

NetBSD/src Bi7FMIktests/usr.bin/netpgpverify t_netpgpverify.sh

   netpgpverify(1): Mark DSA test broken on sparc too.

   PR bin/59823: netpgpverify broken for PGP since switch to gcc 14.3
VersionDeltaFile
1.9+2-2tests/usr.bin/netpgpverify/t_netpgpverify.sh
+2-21 files

NetBSD/src shfk51ftests/usr.bin/c++ t_static_destructor.sh t_call_once.sh

   tests/usr.bin/c++: Fix a few xfails.

   PR toolchain/59710: various pic profile tests are failing and/or broken
VersionDeltaFile
1.14+12-2tests/usr.bin/c++/t_static_destructor.sh
1.11+7-1tests/usr.bin/c++/t_call_once.sh
1.11+7-1tests/usr.bin/c++/t_cxxruntime.sh
+26-43 files

NetBSD/src TRXS1PLdoc CHANGES-11.0

   Ticket #324
VersionDeltaFile
1.1.2.103+9-1doc/CHANGES-11.0
+9-11 files

NetBSD/src dkZUQP5usr.sbin/sysinst util.c

   Pull up the following revisions, requested by martin in ticket #324:

   usr.sbin/sysinst/util.c                              1.82,1.83

   PR 60354: move the test and new message about optional sets missing
   into the correct place so it only shows the message when we really
   can not find the set.
   This only applies to local files.
VersionDeltaFile
1.77.4.3+17-14usr.sbin/sysinst/util.c
+17-141 files

NetBSD/src rrX1xi1usr.sbin/sysinst util.c

   PR 60354: 3 times the charm: fix the fix of the fix:
   This only applies to local files.
VersionDeltaFile
1.83+2-2usr.sbin/sysinst/util.c
+2-21 files

NetBSD/src MkLy9L6usr.sbin/sysinst util.c

   PR 60354: fix a stupid mistake in the previous change:
   move the test and new message about optional sets missing into the
   correct place so it only shows the message when we really can not
   find the set.
VersionDeltaFile
1.82+17-14usr.sbin/sysinst/util.c
+17-141 files

NetBSD/src pjRwKKasys/net if_spppsubr.c if_spppvar.h

   ppp(4): Use 32-bit timeouts, not 64-bit timeouts.

   The timeouts are checked every 15sec so there is no real need to
   record starting and ending times in units of seconds with more than 5
   bits of precision.  So 32-bit starting and ending times are more than
   enough.  And there is surely no need for decades-long timeouts.

   1. Clamp the timeouts in SPPPSETIDLETO(struct spppidletimeout) and
      SPPPSETKEEPALIVE(struct spppkeepalivesettings) to INT32_MAX/2,
      which is over 34 years worth of seconds.

      (We should never have spent any effort on time_t compat for these:
      we should have just left them at 32-bit!  Oh well.)

   2. Use time_uptime32, not time_uptime, since 32-bit unsigned
      arithmetic is large enough to handle all the differences we will
      encounter when timeouts are clamped to INT32_MAX/2 without any
      risk of trouble from wraparound.

   PR kern/60364: if_spppsubr.c uses nonportable 64-bit atomics
VersionDeltaFile
1.297+10-9sys/net/if_spppsubr.c
1.53+9-5sys/net/if_spppvar.h
+19-142 files

NetBSD/src xCM02oZsys/arch/aarch64/aarch64 start.S

   one empty line is enough for anyone
VersionDeltaFile
1.15+2-5sys/arch/aarch64/aarch64/start.S
+2-51 files

NetBSD/src esT0hO6usr.sbin/sysinst/arch/evbarm md.c

   Simplify, always use FAT16 LBA for the boot partition.
VersionDeltaFile
1.25+3-5usr.sbin/sysinst/arch/evbarm/md.c
+3-51 files

NetBSD/src 0NRRlArusr.sbin/sysinst util.c, usr.sbin/sysinst/arch/evbarm md.c md.h

   PR 60360: make the default /boot partition on evbarm 64MB if we need
   the dtb set (the newer dtb files overflow the old 32mb default).
   In ACPI environments where we do not need dtb installed, do not select
   the set by default.
VersionDeltaFile
1.24+20-6usr.sbin/sysinst/arch/evbarm/md.c
1.81+13-2usr.sbin/sysinst/util.c
1.10+4-2usr.sbin/sysinst/arch/evbarm/md.h
+37-103 files

NetBSD/src aQ8OoAndoc CHANGES-11.0

   Ticket #319
VersionDeltaFile
1.1.2.102+26-1doc/CHANGES-11.0
+26-11 files

NetBSD/src 7KXBQamusr.sbin/sysinst gpt.c util.c

   Pull up the following revisions, requested by martin in ticket #319:

   x usr.sbin/sysinst/Makefile.inc                      1.53
   usr.sbin/sysinst/arch/amd64/Makefile         1.3
   usr.sbin/sysinst/arch/i386/Makefile          1.3
   usr.sbin/sysinst/arch/sparc64/Makefile               1.2
   usr.sbin/sysinst/gpt.c                               1.33
   usr.sbin/sysinst/label.c                     1.52
   usr.sbin/sysinst/msg.mi.de                   1.56-1.58
   usr.sbin/sysinst/msg.mi.en                   1.57-1.59
   usr.sbin/sysinst/msg.mi.es                   1.47-1.49
   usr.sbin/sysinst/msg.mi.fr                   1.50-1.52
   usr.sbin/sysinst/msg.mi.pl                   1.53-1.55
   usr.sbin/sysinst/partman.c                   1.58
   usr.sbin/sysinst/util.c                              1.79,1.80

        sysinst(8): PR 60331, 60224, 60133, 60333, 60334:
        various installer fixes:
         - deal with the machine not having any disk available

    [6 lines not shown]
VersionDeltaFile
1.32.4.1+41-13usr.sbin/sysinst/gpt.c
1.77.4.2+46-1usr.sbin/sysinst/util.c
1.53.2.2+31-1usr.sbin/sysinst/msg.mi.de
1.50.2.2+31-1usr.sbin/sysinst/msg.mi.pl
1.48.2.1+31-1usr.sbin/sysinst/msg.mi.fr
1.44.2.2+31-1usr.sbin/sysinst/msg.mi.es
+211-187 files not shown
+262-3013 files

NetBSD/src Zf2dC2Bdistrib/sets/lists/tests mi, tests/net/if_pppoe t_pppoe_ondemand.sh Makefile

   Added test case for on-demand connection of pppoe(4)
VersionDeltaFile
1.1+292-0tests/net/if_pppoe/t_pppoe_ondemand.sh
1.7+2-2tests/net/if_pppoe/Makefile
1.1421+2-1distrib/sets/lists/tests/mi
+296-33 files

NetBSD/src NJIKgGAsys/net if_spppsubr.c if_spppvar.h

   sppp: Make IFF_RUNNING and IFF_LINK1 handling MP-safe

   Introduce new fields to struct sppp that sync with IFF_RUNNING
   and IFF_LINK1 for MP-safe access.
VersionDeltaFile
1.296+68-50sys/net/if_spppsubr.c
1.52+19-1sys/net/if_spppvar.h
1.188+5-6sys/net/if_pppoe.c
+92-573 files

NetBSD/src e4sOZkxsys/net if_pppoe.c if_spppsubr.c

   sppp: Add new API notifying connection abort to prevent stall
VersionDeltaFile
1.187+9-14sys/net/if_pppoe.c
1.295+20-2sys/net/if_spppsubr.c
1.51+2-1sys/net/if_spppvar.h
+31-173 files

NetBSD/src cxLkEQqsys/net if_spppsubr.c if_spppvar.h

   Keep reconnecting in lower layers after Down event

   This reverts the behavior to match NetBSD-8 and earlier.
VersionDeltaFile
1.294+4-35sys/net/if_spppsubr.c
1.50+2-2sys/net/if_spppvar.h
+6-372 files

NetBSD/src lHnmMuAsys/net if_spppsubr.c

   sppp: use atomic_loadstore(9) to read and write sp->pp_last_activity
VersionDeltaFile
1.293+12-9sys/net/if_spppsubr.c
+12-91 files

NetBSD/src RCoVeSydoc 3RDPARTY

   doc: libarchive 3.8.8 is out
VersionDeltaFile
1.2223+3-3doc/3RDPARTY
+3-31 files

NetBSD/src NiATJw9sys/arch/evbppc/conf SAM460EX

   Enable RTC, minor clean up.
VersionDeltaFile
1.6+30-20sys/arch/evbppc/conf/SAM460EX
+30-201 files

NetBSD/src EjmX5IDsys/dev/i2c m41st84.c m41st84reg.h

   Add support for M41T62 as present on Sam460ex.
VersionDeltaFile
1.35+145-18sys/dev/i2c/m41st84.c
1.5+9-1sys/dev/i2c/m41st84reg.h
+154-192 files

NetBSD/src TfShYZtsys/arch/aarch64/include types.h, sys/arch/powerpc/include types.h

   Put back __HAVE_UNLOCKED_PMAP for MI PMAP. risc-v and mips broke.
VersionDeltaFile
1.106+0-34sys/uvm/pmap/pmap.c
1.431+18-2sys/uvm/uvm_map.c
1.239+7-2sys/uvm/uvm_fault.c
1.23+6-1sys/arch/aarch64/include/types.h
1.68+6-1sys/arch/powerpc/include/types.h
1.31+0-7sys/uvm/pmap/pmap.h
+37-473 files not shown
+48-509 files

NetBSD/src gISW5Hvtests/usr.sbin/inetd t_accept_max.sh

   tests/usr.sbin/inetd/t_accept_max: Handle SIGKRE.

   Fix some cleanup issues and simplify according to most of kre's
   suggestions.  Mostly this fixes the kill-background-jobs-on-trap
   logic by not trying to kill the nonexistent %0, and killing each job
   individually so `kill' doesn't stop early if one doesn't exist.

   I'm keeping the idiom `: >foo' and `: <foo' because I think it's a
   little clearer than a bare `>foo' or `<foo', and I'm keeping the -e
   and -u on shell scripts (except the one-liners) because I want to get
   early feedback as much as possible about unexpected failure modes --
   even if it counterintuitively elides some feedback.

   (I also generally use -o pipefail out of habit for the same reason
   but I'll acquiesce to removing it here in a short script where there
   are definitely no pipes.)

   PR bin/59645: inetd `rate-limiting' algorithm is stupid
VersionDeltaFile
1.4+25-36tests/usr.sbin/inetd/t_accept_max.sh
+25-361 files

NetBSD/src LwBsNm1usr.bin/diff pr.c pr.h, usr.bin/diff3 diff3.c

   diff3(1): Just use waitpid(2), no need for kevent(2).

   Sidesteps

   PR kern/60358: kevent EVFILT_PROC races with process exit

   in order to fix

   PR bin/60357: diff3(1): tests are failing since BSD diff import

   The FreeBSD version used kevent(2) until February of this year:
   https://cgit.freebsd.org/src/commit/?id=404753664a5e145d98f1749d1c7bc046c8aa32c3
   So this reduces diff from FreeBSD somewhat, except FreeBSD uses
   capsicum and process fds rather than pids.
VersionDeltaFile
1.2+17-23usr.bin/diff3/diff3.c
1.2+10-10usr.bin/diff/pr.c
1.2+1-4usr.bin/diff/pr.h
+28-373 files

NetBSD/src U0CkyPNtests/usr.bin/netpgpverify t_netpgpverify.sh

   netpgpverify(1): Mark DSA test broken on sparc64.

   PR bin/59823: netpgpverify broken for PGP since switch to gcc 14.3
VersionDeltaFile
1.8+6-1tests/usr.bin/netpgpverify/t_netpgpverify.sh
+6-11 files

NetBSD/src ovagzR7tests/usr.bin/c++ t_call_once.sh t_cxxruntime.sh

   tests/usr.bin/c++: Mark various profile and pic profile tests xfail.

   PR toolchain/59710: various pic profile tests are failing and/or broken
VersionDeltaFile
1.10+18-1tests/usr.bin/c++/t_call_once.sh
1.10+12-1tests/usr.bin/c++/t_cxxruntime.sh
1.10+7-1tests/usr.bin/c++/t_hello.sh
1.10+6-1tests/usr.bin/c++/t_call_once2.sh
1.9+6-1tests/usr.bin/c++/t_pthread_once.sh
1.13+6-1tests/usr.bin/c++/t_static_destructor.sh
+55-66 files

NetBSD/src oscHLXxtests/usr.bin/c++ t_call_once.sh t_call_once2.sh

   tests/usr.bin/c++: Mark xfails for alpha pie business.

   PR port-alpha/60356: pie tests are failing on alpha
VersionDeltaFile
1.9+6-1tests/usr.bin/c++/t_call_once.sh
1.9+6-1tests/usr.bin/c++/t_call_once2.sh
+12-22 files

NetBSD/src PFq9lQWdistrib/atari/floppies/common Makefile.images

   Re-enable -m68020-60 to compile the floppies - with the gcc currently
   in tree this makes binaries shrink a tiny bit so the floppies
   fit again.
VersionDeltaFile
1.16+2-3distrib/atari/floppies/common/Makefile.images
+2-31 files

NetBSD/src 8OPqdNlexternal/bsd/libarchive/dist/test_utils test_main.c, tests/usr.bin/cpio t_cpio.sh

   libarchive: Fix cpio(1) tests.

   1. When dropping privileges, setegid to the _gid_ of user `nobody',
      not to the _uid_ of user `nobody'.

   2. In the test, grant that user access to the atf test working
      directory so it can execute the `bsdcpio' symlink we create in
      order to get argv[0] set appropriately for the error messages that
      the test checks for.

   PR bin/60353: cpio(1): tests are failing to run at all
VersionDeltaFile
1.2+12-1tests/usr.bin/cpio/t_cpio.sh
1.8+1-1external/bsd/libarchive/dist/test_utils/test_main.c
+13-22 files

NetBSD/src G0jbcjTsys/arch/mips/mips mipsX_subr.S

   s/deay/delay/ in comment.
VersionDeltaFile
1.117+3-3sys/arch/mips/mips/mipsX_subr.S
+3-31 files