NetBSD/src XWcgskKusr.sbin/sysinst net.c configmenu.c

   We have SSL trust anchors in base, so make use of them when downloading
   additional items after basic installation is done (even if the installer
   used does not come with its own certs, so we can not verify trust
   for set download).
VersionDeltaFile
1.47+17-6usr.sbin/sysinst/net.c
1.25+1-11usr.sbin/sysinst/configmenu.c
1.22+4-1usr.sbin/sysinst/upgrade.c
1.26+4-1usr.sbin/sysinst/install.c
+26-194 files

NetBSD/src LwiRvRausr.sbin/sysinst msg.mi.es msg.mi.de

   Include "tests" and "manhtml" in the optional sets.
VersionDeltaFile
1.50+3-1usr.sbin/sysinst/msg.mi.es
1.59+3-1usr.sbin/sysinst/msg.mi.de
1.60+3-1usr.sbin/sysinst/msg.mi.en
1.53+3-1usr.sbin/sysinst/msg.mi.fr
1.56+3-1usr.sbin/sysinst/msg.mi.pl
1.84+3-1usr.sbin/sysinst/util.c
+18-66 files

NetBSD/src fYPUjVwusr.sbin/sysinst defs.h menus.mi

   When compiled with SMALLPROG (i.e. as part of a crunched ramdisk userland)
   ftp(1) does not support https - so remove that option from sysinst and
   only offer http in that case.
   Should fix PR 60359.
VersionDeltaFile
1.96+5-1usr.sbin/sysinst/defs.h
1.31+4-1usr.sbin/sysinst/menus.mi
1.37+2-2usr.sbin/sysinst/main.c
1.46+3-1usr.sbin/sysinst/net.c
1.54+3-1usr.sbin/sysinst/Makefile.inc
1.24+3-1usr.sbin/sysinst/configmenu.c
+20-76 files

NetBSD/src 653KyVRdoc CHANGES-11.0

   Ticket 327
VersionDeltaFile
1.1.2.104+11-1doc/CHANGES-11.0
+11-11 files

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

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

   src/usr.sbin/sysinst/util.c                  1.81
   src/usr.sbin/sysinst/arch/evbarm/md.c                1.24
   src/usr.sbin/sysinst/arch/evbarm/md.h                1.10

   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.23.2.1+20-6usr.sbin/sysinst/arch/evbarm/md.c
1.77.4.4+13-2usr.sbin/sysinst/util.c
1.9.4.1+4-2usr.sbin/sysinst/arch/evbarm/md.h
+37-103 files

NetBSD/src vIfYHwYsys/dev/acpi acpi.c

   acpi(4): Leave Hyper-V rndsource attached.

   This way, it will be reported through rndctl(8) rather than only by
   grepping through dmesg, and rndctl(8) can control it, e.g. if it
   turns out something is wrong with that but not with RDSEED on the
   same virtual CPU, you can use `rndctl -Ed "Hyper-V OEM0"' to discount
   it and the system will gather fresh samples from RDSEED instead.

   The same problem could in principle happen with other removable
   rndsources like ualea(4), and we don't really have a good way to deal
   with that -- either to configure the system up front to discount a
   hot-pluggable rndsource that hasn't yet been plugged in, or to
   retroactively discount a removable rndsource that was already
   removed.  But this one isn't hot-pluggable or removable, so keeping
   it around is enough to sidestep this problem.
VersionDeltaFile
1.306+3-4sys/dev/acpi/acpi.c
+3-41 files

NetBSD/src bZ3rkpodoc 3RDPARTY

   doc: openssh rlimit sandbox

   PR security/60367
VersionDeltaFile
1.2224+2-1doc/3RDPARTY
+2-11 files

NetBSD/src IjQlfJWcrypto/external/bsd/openssh/dist sshd-auth.c

   sshd(8): Restore rlimit sandbox from portable openssh.

   This is used as an alternative to pledge sandboxing.

   PR security/60367

   XXX pullup-11
VersionDeltaFile
1.7+17-2crypto/external/bsd/openssh/dist/sshd-auth.c
+17-21 files

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