NetBSD/src cSejUikdistrib/sets/lists/comp mi, share/man/man9 Makefile

   Add heartbeat(9) to installed man pages
VersionDeltaFile
1.2494+4-1distrib/sets/lists/comp/mi
1.474+2-2share/man/man9/Makefile
+6-32 files

NetBSD/src FVkBe35doc 3RDPARTY

   doc/3RDPARTY: bind 9.20.10 is out
VersionDeltaFile
1.2116+3-3doc/3RDPARTY
+3-31 files

NetBSD/src Iw8Oqhusys/arch/amd64/amd64 trap.c, sys/arch/i386/i386 trap.c

   Remove #ifndef XENPV around x86_disable_intr()/enable_intr() in trap().
   This was added by ad@ in trap.c 1.46 (in Apr 2008) as part of the
   kernel preemption work. AFAIK trap() is always called with events
   enabled on Xen, so I can't see why Xen wouldn't need x86_disable_intr()
   when bare metal needs it.

   Pointed out by riastradh@ in PR port-xen/58561, but it may be completely
   irrelevant to the panic reported here.
VersionDeltaFile
1.130+6-6sys/arch/amd64/amd64/trap.c
1.310+6-6sys/arch/i386/i386/trap.c
+12-122 files

NetBSD/src YIz3xmnsys/netinet raw_ip.c

   inet: respect IP_TOS and IP_TTL for raw sockets
VersionDeltaFile
1.187+4-4sys/netinet/raw_ip.c
+4-41 files

NetBSD/src pJaq3Eysys/arch/arm/cortex cpu_in_cksum_asm_neon.S armperiph.c

   Add missing RCSIDs.
   Fix typo s/btyes/bytes/ in comment.
VersionDeltaFile
1.5+4-2sys/arch/arm/cortex/cpu_in_cksum_asm_neon.S
1.20+3-1sys/arch/arm/cortex/armperiph.c
1.2+3-1sys/arch/arm/cortex/cpu_in_cksum_neon.c
+10-43 files

NetBSD/src Dj3F2lKtools/mandoc Makefile

   tools/mandoc/Makefile: quote HOST_CC

   Addresses PR toolchain/59468 from Sotiris Lamprinidis, who provided the
   patch.
VersionDeltaFile
1.16+2-2tools/mandoc/Makefile
+2-21 files

NetBSD/src zyO56mhsys/arch/i386/stand/efiboot eficons.c

   Make sure sure boot countdown is slow enough

   The boot coundown should count seconds. We use internal_waitforinputevent()
   that in tueb calls UEFI BootServices->SetTmer(). That functions takes a
   timeout in 100ns units, but it seems some implementation can be broken
   and return earlier.

   Make sure we really wait 1s by checking that system time's ticks one
   second before proceeding.
VersionDeltaFile
1.15+21-3sys/arch/i386/stand/efiboot/eficons.c
+21-31 files

NetBSD/src wZiJq0Lsys/arch/playstation2/ee dmacreg.h

   s/D-cash/D-cache/ in comment.
VersionDeltaFile
1.6+2-2sys/arch/playstation2/ee/dmacreg.h
+2-21 files

NetBSD/src VSmgI7asys/dev/pci/cxgb cxgb_jhash.h

   s/partilar/particular/ in comment.
VersionDeltaFile
1.3+1-1sys/dev/pci/cxgb/cxgb_jhash.h
+1-11 files

NetBSD/src y5QrqLlusr.bin/sed sed.1

   sed.1: must use capital 'I' to make address RE ignore case

   While here, remove a doubled space added in the previous commit.
   Ride the date bump of the previous commit.
VersionDeltaFile
1.45+4-4usr.bin/sed/sed.1
+4-41 files

NetBSD/src pS7Xvzsusr.bin/sed sed.1

   document the escape sequences in REs and the substitute command

   NB: gsed's "\cx" is not supported and hence not documented.

   PR bin/59453
VersionDeltaFile
1.44+47-4usr.bin/sed/sed.1
+47-41 files

NetBSD/src jsZx0ujsbin/fsck_ffs setup.c

   Don't truncate bitmap size to unsigned int, avoids crashes on filesystems
   with more than 2^32 blocks.

   Pullups
VersionDeltaFile
1.110+6-6sbin/fsck_ffs/setup.c
+6-61 files

NetBSD/src wcrRJYCsys/netinet ip_input.c

   in: avoid packet looping on incoming packets destining to an initializing address

   The initialization of an IPv4 address is done by adding a connected route and
   a local route (if necessary), and then publishing itself by adding it to the
   global list (and the global hashtable).  Thus, there can exist a route with an
   address that is not published.  This inconsistent state allows an incoming
   packet destining to one of a host address which is not published but has a
   local route to be forwarded and routed to a loopback interface.  This results
   in forwarding the packet back to ip_input, that is, packet looping.

   To avoid the situation, prohibit packets being forwarded via a local route.

   This is a workaround for "IPv4 address initialization atomicity" in doc/TODO.smpnet.
VersionDeltaFile
1.405+16-2sys/netinet/ip_input.c
+16-21 files

NetBSD/src dZHZknXdoc TODO.smpnet

   TODO.smpnet: add another known issue
VersionDeltaFile
1.51+17-1doc/TODO.smpnet
+17-11 files

NetBSD/src SL73kxnusr.bin/make parse.c, usr.bin/make/unit-tests varmod-assign.exp opt-jobs-internal.exp

   make: in a warning without location information, print the stack trace

   Without further context, a warning like the following is hard to track
   back:

   > nbmake[4]: warning: Invalid character " " in variable name
   >     "if ,"LSAN_OPTIONS=""
VersionDeltaFile
1.752+4-3usr.bin/make/parse.c
1.35+3-0usr.bin/make/unit-tests/varmod-assign.exp
1.11+3-0usr.bin/make/unit-tests/opt-jobs-internal.exp
+10-33 files

NetBSD/src 7hEcsVFsys/dev/pci pm3fb.c

   set & support RI_FULLCLEAR
   now we get a clean console when X exits
VersionDeltaFile
1.14+14-7sys/dev/pci/pm3fb.c
+14-71 files

NetBSD/src tQetZfAsys/dev/pci pm3fb.c files.pci

   defflag PM3FB_DEBUG
   wipe glyphcache when re-entering terminal mode
VersionDeltaFile
1.13+6-2sys/dev/pci/pm3fb.c
1.450+2-1sys/dev/pci/files.pci
+8-32 files

NetBSD/src HewbJDysys/dev/adb adbvar.h adb_bt.c

   move a couple more ADB macros into adbvar.h, drop <machine/keyboard.h>
VersionDeltaFile
1.6+7-2sys/dev/adb/adbvar.h
1.10+2-6sys/dev/adb/adb_bt.c
1.36+2-3sys/dev/adb/adb_kbd.c
+11-113 files

NetBSD/src qHUMBSasys/dev/adb adb_ms.c adb_kbd.c

   tsleep/wakeup -> cv_timedwait/cv_signal
   while there remove a bunch of unnecessary includes
VersionDeltaFile
1.26+11-12sys/dev/adb/adb_ms.c
1.35+11-11sys/dev/adb/adb_kbd.c
1.14+12-9sys/dev/adb/adb_bus.c
1.9+11-8sys/dev/adb/adb_ktm.c
+45-404 files

NetBSD/src lPIqE25sys/dev/adb adb_bt.c

   remove some unused softc members
VersionDeltaFile
1.9+2-7sys/dev/adb/adb_bt.c
+2-71 files

NetBSD/src Ibfja8Ttests/crypto/libcrypto/bn/div divtest.c

   tests/bignum/div: modernize BN_rand

   https://docs.openssl.org/3.5/man3/BN_rand/#history
VersionDeltaFile
1.2+2-2tests/crypto/libcrypto/bn/div/divtest.c
+2-21 files

NetBSD/src 8Az8l6xusr.sbin/wiconfig wiconfig.c

   wiconfig: clean up

   Remove semicolon after function body; found by lint.

   Replace bzero with memset.

   Remove redundant return statements.

   Remove trailing whitespace.

   No binary change.
VersionDeltaFile
1.46+69-95usr.sbin/wiconfig/wiconfig.c
+69-951 files

NetBSD/src ZEhJIvtbin/ksh c_test.c

   PR/59210: Collin Funk: Use more precise time test
VersionDeltaFile
1.11+9-7bin/ksh/c_test.c
+9-71 files

NetBSD/src cbYOhpv. build.sh

   build.sh: fix error message when validating the make params

   Found by ShellCheck.
VersionDeltaFile
1.398+3-3build.sh
+3-31 files

NetBSD/src VR7gKymsys/arch/mac68k/dev adb_direct.c

   Increase delay when resetting adb.

   This fixes intermittent device detection and no lockups when pressing the
   keyboard or moving the mouse when the kernel is booting.
VersionDeltaFile
1.73+4-4sys/arch/mac68k/dev/adb_direct.c
+4-41 files

NetBSD/src Hk6k7KOsys/arch/mac68k/obio iwm.s

   When checking the sector header don't bypass the retry counter.
VersionDeltaFile
1.8+2-2sys/arch/mac68k/obio/iwm.s
+2-21 files

NetBSD/src 8nxfESVlib/libedit readline.c sig.c

   Change kill(0, signo) -> raise(signo) so that we only signal the current
   process not the whole process group. Pointed out by geoff thomas. Related
   issues:
   https://www.postgresql.org/message-id/271520.1713052173%40sss.pgh.pa.us
   https://github.com/astral-sh/python-build-standalone/pull/652\
       #issuecomment-2972762033
   https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=159226
VersionDeltaFile
1.183+3-3lib/libedit/readline.c
1.29+3-3lib/libedit/sig.c
+6-62 files

NetBSD/src KAnTiP3distrib/notes/common main

   The default kernel on macppc installation media is now named netbsd,
   not netbsd.macppc.
VersionDeltaFile
1.578+6-6distrib/notes/common/main
+6-61 files

NetBSD/src 1RKKrwOusr.bin/make/unit-tests Makefile sh-errctl.exp

   tests/make: fix race condition in debug output in parallel mode

   Discovered in ATF run on evbearmv7hf.
VersionDeltaFile
1.367+4-1usr.bin/make/unit-tests/Makefile
1.8+0-2usr.bin/make/unit-tests/sh-errctl.exp
+4-32 files

NetBSD/src nvxMdFousr.bin/make parse.c var.c

   make: skip inter-process stack trace when MAKE_STACK_TRACE=no

   Previously, setting MAKE_STACK_TRACE to any other value than "yes"
   accidentally generated almost-complete inter-process stack traces.
VersionDeltaFile
1.751+21-14usr.bin/make/parse.c
1.1168+3-3usr.bin/make/var.c
1.360+2-1usr.bin/make/make.h
+26-183 files