OpenBSD/src HHturXJsys/arch/sparc64/sparc64 pmap.c

   oops, accidental commit, backout
VersionDeltaFile
1.126+4-22sys/arch/sparc64/sparc64/pmap.c
+4-221 files

OpenBSD/src WtxM0vCusr.bin/ssh version.h

   openssh-10.1
VersionDeltaFile
1.106+2-2usr.bin/ssh/version.h
+2-21 files

OpenBSD/src oGBIasDshare/btrace uprofile.bt, share/man/man4 dt.4

   update documentation for btrace(8) and dt(4) so it matches
   the code we have in tree. Lot of suggestions from claudio@
   and ingo@.

   OK deraadt@
VersionDeltaFile
1.8+54-2share/man/man4/dt.4
1.2+8-3share/btrace/uprofile.bt
1.11+2-9usr.sbin/btrace/btrace.8
1.99+2-2usr.sbin/btrace/btrace.c
+66-164 files

OpenBSD/src V0ap0zkgnu/gcc/gcc/config/m88k m88k.h m88k.opt

   Make -mserialize-volatile the default. Correctly, this time.
VersionDeltaFile
1.28+1-1gnu/gcc/gcc/config/m88k/m88k.h
1.4+1-1gnu/gcc/gcc/config/m88k/m88k.opt
+2-22 files

OpenBSD/src JmiCpErsys/arch/amd64/amd64 autoconf.c, sys/arch/i386/i386 autoconf.c

   Add newly required #include <sys/disklabel.h>

   ok deraadt@
VersionDeltaFile
1.58+2-1sys/arch/amd64/amd64/autoconf.c
1.111+2-1sys/arch/i386/i386/autoconf.c
+4-22 files

OpenBSD/src cJvNLgosys/arch/amd64/amd64 autoconf.c, sys/arch/i386/i386 autoconf.c

   few more places to use DL_PARTNUM2NAME / DL_PARTNAME2NUM
VersionDeltaFile
1.57+2-2sys/arch/amd64/amd64/autoconf.c
1.110+2-2sys/arch/i386/i386/autoconf.c
+4-42 files

OpenBSD/src 0doWZq8sys/arch/sparc64/sparc64 pmap.c autoconf.c

   oops; typo
VersionDeltaFile
1.125+23-5sys/arch/sparc64/sparc64/pmap.c
1.154+2-2sys/arch/sparc64/sparc64/autoconf.c
+25-72 files

OpenBSD/src IVq8KjEsys/uvm uvm_pdaemon.c

   Make async IOs daemon aware of pmemrange's OOM mechanism.

   Fix a missing wakeup.

   reported and tested by miod@, ok kettenis@
VersionDeltaFile
1.138+6-3sys/uvm/uvm_pdaemon.c
+6-31 files

OpenBSD/src 13rqQJcsbin/dhcpleased engine.c

   Lower bound for how long to prefer IPv6 at least.

   RFC 8925 suggests 5 minutes, so that's what we are going with.

   kn noticed that if the IPv6-Only preferred option is send from the
   server with a value of 0, dhcpleased(8) would still request a lease
   while apple devices would not.

   There were two problems with that:
   1. A value of 0 would be treated as turning the feature of, which is
   not correct.
   2. The value would be used for a timeout, so a very small value would
   create a timeout that would constantly fire.

   OK kn
VersionDeltaFile
1.60+12-1sbin/dhcpleased/engine.c
+12-11 files

OpenBSD/src JNuFThvusr.bin/ssh ssh_config.5 ssh-keygen.1

   typos: a ssh* -> an ssh*

   ok dtucker@
VersionDeltaFile
1.420+6-6usr.bin/ssh/ssh_config.5
1.236+5-5usr.bin/ssh/ssh-keygen.1
1.385+5-5usr.bin/ssh/sshd_config.5
1.86+4-4usr.bin/ssh/ssh-agent.1
1.53+3-3usr.bin/ssh/ssh-keyscan.1
1.115+3-3usr.bin/ssh/scp.1
+26-261 files not shown
+29-297 files

OpenBSD/src HpKyLaousr.sbin/rpki-client ccr.c

   rpki-client: improve error message for duplicate TALs

   Using several TALs with the same SPKI doesn't really make sense and no
   longer works due to the way the CCR is constructed. Since the current
   error is very confusing, hint more clearly at the problem.

   Prompted by a report by Gregory Edigarov on misc.

   ok job
VersionDeltaFile
1.20+2-2usr.sbin/rpki-client/ccr.c
+2-21 files

OpenBSD/src J20M6zYsys/conf GENERIC

   disable POOL_DEBUG for release
   ok deraadt@
VersionDeltaFile
1.303+2-2sys/conf/GENERIC
+2-21 files

OpenBSD/src dYzZUGAgnu/gcc/gcc/config/m88k m88k.opt

   Make -mserialize-volatile the default. Missed during the gcc3->gcc4 backend
   conversion.
VersionDeltaFile
1.3+2-2gnu/gcc/gcc/config/m88k/m88k.opt
+2-21 files

OpenBSD/src 44FFrTagnu/gcc/gcc/config/m88k m88k.md

   In the expansion of zero_extendqisi2, remove code which is not found in the
   other zero_extend* expansions and is identical to the fallback MI code.
VersionDeltaFile
1.20+2-7gnu/gcc/gcc/config/m88k/m88k.md
+2-71 files

OpenBSD/src 6BjPgNzgnu/gcc/gcc/config/m88k m88k.md

   In pseudo-assembly statements, %L implies a trailing %., so constructs using
   %L%. are wrong.
   The fact that this never caused any assembler complaints hints that the two
   occurrences of this wrong construct are never hit - and in fact, commenting
   them out entirely does not appear to change anything in generated code.
VersionDeltaFile
1.19+20-20gnu/gcc/gcc/config/m88k/m88k.md
+20-201 files

OpenBSD/src gq3z4pAsys/arch/m88k/m88k pmap.c m8820x_machdep.c

   Let cmmu_apr_cmode() also provide the value of CACHE_GLOBAL if needed, rather
   than have pmap use an incorrect heuristic to decide whether it can be cleared.
VersionDeltaFile
1.92+2-7sys/arch/m88k/m88k/pmap.c
1.65+3-3sys/arch/m88k/m88k/m8820x_machdep.c
+5-102 files

OpenBSD/src QGZm70Dregress/usr.bin/ssh modpipe.c

   If write() returned short, the subsequent write would restart from the
   beginning of the buffer not the end of what was written.  Fix, since
   we want modpipe to corrupt data for testing purposes deliberately not
   accidentally.  ok djm@
VersionDeltaFile
1.7+2-2regress/usr.bin/ssh/modpipe.c
+2-21 files

OpenBSD/src iQCRJbxusr.bin/ssh kexgexs.c

   stray newline
VersionDeltaFile
1.49+1-2usr.bin/ssh/kexgexs.c
+1-21 files

OpenBSD/src Pni7e1Jusr.bin/ssh kexdh.c sshkey.c

   include openssl/bn.h explicitly in files where we use BN_*
   makes things simpler for portable; from Mike Frysinger
VersionDeltaFile
1.35+4-1usr.bin/ssh/kexdh.c
1.155+2-1usr.bin/ssh/sshkey.c
1.11+2-1usr.bin/ssh/kexecdh.c
1.39+2-1usr.bin/ssh/kexgexc.c
1.48+2-1usr.bin/ssh/kexgexs.c
1.485+2-1usr.bin/ssh/ssh-keygen.c
+14-62 files not shown
+18-88 files

OpenBSD/src ldrMB0gsys/dev/pci/drm/i915/display intel_backlight.c

   drm/i915/backlight: Return immediately when scale() finds invalid parameters

   From Guenter Roeck
   f89a0f1459dbc76c1ac95f1b2b04847e3ae76a34 in linux-6.12.y/6.12.50
   6f71507415841d1a6d38118e5fa0eaf0caab9c17 in mainline linux
VersionDeltaFile
1.7+3-2sys/dev/pci/drm/i915/display/intel_backlight.c
+3-21 files

OpenBSD/src CEQzl0Lsys/arch/sparc64/sparc64 autoconf.c

   use DL_PARTNAME2NUM/DL_PARTNUM2NAME when required
VersionDeltaFile
1.153+3-3sys/arch/sparc64/sparc64/autoconf.c
+3-31 files

OpenBSD/src 0I2E5fDusr.bin/ssh auth2-chall.c

   Relax array check slightly.  Prevents compiler warnings in -portable
   when there are no kbdint devices present.  ok djm@
VersionDeltaFile
1.57+2-2usr.bin/ssh/auth2-chall.c
+2-21 files

OpenBSD/src gTA3bA8usr.bin/ssh sftp.c

   backout r1.243 (fix for fatal during tab-completion with some multibyte
   sequences) as it breaks the common case for tab completion.

   Will deal with it properly after release.
VersionDeltaFile
1.245+0-5usr.bin/ssh/sftp.c
+0-51 files

OpenBSD/src 6KgMwTVgnu/usr.bin/binutils-2.17/opcodes m88k-dis.c, gnu/usr.bin/binutils/opcodes m88k-dis.c

   Make the m88k disassembler recognize more forms of ld and st instructions,
   especially in scaled mode. Helps gdb correctly disassemble the code gcc can
   produce...
VersionDeltaFile
1.2+23-4gnu/usr.bin/binutils-2.17/opcodes/m88k-dis.c
1.6+17-6gnu/usr.bin/binutils/opcodes/m88k-dis.c
+40-102 files

OpenBSD/src 6dGdDdIregress/usr.bin/ssh/unittests/sshkey test_sshkey.c

   Set keys to NULL after freeing in tests where the variables will be used
   again.  Should prevent Coverity "potential use after free" warnings.
VersionDeltaFile
1.32+16-1regress/usr.bin/ssh/unittests/sshkey/test_sshkey.c
+16-11 files

OpenBSD/src c8eoTjBregress/usr.bin/ssh keygen-comment.sh

   Get rid of utf8 droppings in commment since it confuses older shells.
   From Sevan Janiyan via openssh-unix-dev.
VersionDeltaFile
1.3+2-1regress/usr.bin/ssh/keygen-comment.sh
+2-11 files

OpenBSD/src rbr2PFJetc/etc.amd64 MAKEDEV, etc/etc.arm64 MAKEDEV

   sync
VersionDeltaFile
1.145+3-2etc/etc.amd64/MAKEDEV
1.31+3-2etc/etc.arm64/MAKEDEV
1.45+3-2etc/etc.armv7/MAKEDEV
1.164+3-2etc/etc.hppa/MAKEDEV
1.283+3-2etc/etc.i386/MAKEDEV
1.93+3-2etc/etc.landisk/MAKEDEV
+18-128 files not shown
+42-2814 files

OpenBSD/src dopCgkRetc MAKEDEV.mi

   the MAKEDEV m4 stuff is frustratingly complicated
VersionDeltaFile
1.85+2-1etc/MAKEDEV.mi
+2-11 files

OpenBSD/src FDrt7L9sbin/disklabel disklabel.c

   In the informational message for disklabel -e, the literal value 16 can
   also be MAXPARTITIONS.
VersionDeltaFile
1.258+3-3sbin/disklabel/disklabel.c
+3-31 files

OpenBSD/src qjT9CIXsys/conf newvers.sh

   move out of -beta
VersionDeltaFile
1.212+3-3sys/conf/newvers.sh
+3-31 files