OpenBSD/src NZwpKSFusr.bin/tmux tmux.1 cmd-split-window.c

   Make split-window create a new floating pane if used in a floating pane,
   rather than just complaining. Also improve documentation. From Dane
   Jensen.
VersionDeltaFile
1.1111+128-93usr.bin/tmux/tmux.1
1.138+2-2usr.bin/tmux/cmd-split-window.c
+130-952 files

OpenBSD/src 5VSxb7yusr.bin/tmux layout.c tmux.h

   Pulled code out of layout_split_pane for reuse and added
   layout_insert_tile. From Dane Jensen.
VersionDeltaFile
1.81+178-45usr.bin/tmux/layout.c
1.1378+8-1usr.bin/tmux/tmux.h
+186-462 files

OpenBSD/src rpcE41Jusr.bin/tmux layout.c tmux.h

   Add a helper to swap a node into the place of a leaf, from Dane Jensen.
VersionDeltaFile
1.80+35-22usr.bin/tmux/layout.c
1.1377+3-1usr.bin/tmux/tmux.h
+38-232 files

OpenBSD/src 5KDvT9ousr.bin/tmux window.c

   Invalidate scene when changing window Z index, from Dane Jensen.
VersionDeltaFile
1.350+2-1usr.bin/tmux/window.c
+2-11 files

OpenBSD/src qdIPnlKusr.bin/tmux cmd-split-window.c screen-write.c

   Preseve prompt flags across line clear, from Aung Myo Kyaw.
VersionDeltaFile
1.137+3-3usr.bin/tmux/cmd-split-window.c
1.276+5-1usr.bin/tmux/screen-write.c
+8-42 files

OpenBSD/src 1C4DLCBsys/net if_trunk.c

   trunk(4): update link state after new port attached

   Without this fix, the linkstate is unknown via snmpd till its changed.

   yeah, looks good. go for it. dlg@
   Seems right to me. deraadt@
VersionDeltaFile
1.161+4-1sys/net/if_trunk.c
+4-11 files

OpenBSD/src pv8nkNJusr.bin/tmux window-tree.c

   Use linked sessions not active.
VersionDeltaFile
1.90+2-2usr.bin/tmux/window-tree.c
+2-21 files

OpenBSD/src 6ktCLMKusr.bin/tmux window-tree.c

   Remove a info line that doesn't really make sense.
VersionDeltaFile
1.89+1-3usr.bin/tmux/window-tree.c
+1-31 files

OpenBSD/src vf669Lvusr.bin/tsort tsort.c

   Print the file name when erroring out on invalid input

   Suggested by tb and espie
VersionDeltaFile
1.41+3-3usr.bin/tsort/tsort.c
+3-31 files

OpenBSD/src btD29sxusr.bin/tsort tsort.c

   Make tsort(1) abort early if input lines contain NUL bytes

   tsort works on text files with data separated by whitespace, there is no
   need or reason to support NUL as an additional word delimiter. It's
   easier to just detect invalid input early, in the two functions which
   read data.

   Similar diff from espie, ok tb@ renaud@
VersionDeltaFile
1.40+9-4usr.bin/tsort/tsort.c
+9-41 files

OpenBSD/src F9CU6a8usr.bin/tmux window-tree.c tmux.1

   Add info modes to tree mode like for clients.
VersionDeltaFile
1.88+167-1usr.bin/tmux/window-tree.c
1.1110+3-2usr.bin/tmux/tmux.1
+170-32 files

OpenBSD/src GkBmneMetc changelist, etc/mtree special

   Add ML-DSA-44 / Ed25519 hybrid SSH host keys

   These files are auto-generated by ssh-keygen -A and need to be tracked

   OK sthen@
VersionDeltaFile
1.144+3-1etc/changelist
1.131+3-1etc/mtree/special
+6-22 files

OpenBSD/src akjMhcWusr.bin/tmux fuzzy.c window-switch.c

   Add switch-mode a fast switcher with fuzzy searching, bound to Tab (for
   windows) or BTab (S-Tab, for sessions) by default.
VersionDeltaFile
1.1+655-0usr.bin/tmux/fuzzy.c
1.1+636-0usr.bin/tmux/window-switch.c
1.1109+83-4usr.bin/tmux/tmux.1
1.389+46-1usr.bin/tmux/format.c
1.57+16-1usr.bin/tmux/cmd-choose-tree.c
1.4+8-5usr.bin/tmux/prompt.c
+1,444-116 files not shown
+1,477-2112 files

OpenBSD/src om6pJPtusr.bin/tmux window.c

   Drop mouse movement events rather than redrawing unnecessarily.
VersionDeltaFile
1.349+7-1usr.bin/tmux/window.c
+7-11 files

OpenBSD/src gQKqHDfsys/dev/pci if_rge.c

   Set IFXF_MBUF_64BIT so mbufs are allocated in high memory if only
   64 bit DMA interfaces exist.  Also pass BUS_DMA_64BIT to the
   bus_dmamem_alloc() for the kstat counter buffer (rge_ks_sc_seg).

   ok bluhm@
VersionDeltaFile
1.44+3-3sys/dev/pci/if_rge.c
+3-31 files

OpenBSD/src 27adMwfusr.sbin/rpki-client nca.c

   Add a coinflip to increase cycle-to-cycle jitter

   with/OK tb@
VersionDeltaFile
1.5+5-1usr.sbin/rpki-client/nca.c
+5-11 files

OpenBSD/src 8eTGfZOusr.bin/tmux options-table.c

   Use underscore for current in status line.
VersionDeltaFile
1.227+4-4usr.bin/tmux/options-table.c
+4-41 files

OpenBSD/src BrbXsyfusr.bin/tmux options-table.c

   message-command-style should be inverse of message-style.
VersionDeltaFile
1.226+4-2usr.bin/tmux/options-table.c
+4-21 files

OpenBSD/src QztzCdAusr.bin/cal cal.c

   cal: drop obsolete parsemonth return value checks

   These became redundant since month range checks were implemented in parsemonth
   in revision 1.15.

   ok jca@
VersionDeltaFile
1.33+1-5usr.bin/cal/cal.c
+1-51 files

OpenBSD/src i8b5Cudusr.bin/tmux options-table.c tmux.1

   Add tree-mode-selection-style to continue the process of moving away
   from mode-style.
VersionDeltaFile
1.225+10-1usr.bin/tmux/options-table.c
1.1108+9-1usr.bin/tmux/tmux.1
1.95+2-2usr.bin/tmux/mode-tree.c
+21-43 files

OpenBSD/src bBq3JxQusr.bin/tmux mode-tree.c options-table.c

   Some colour fixes and tweaks (marked pane, cursor colours now work).
VersionDeltaFile
1.94+9-5usr.bin/tmux/mode-tree.c
1.224+12-2usr.bin/tmux/options-table.c
1.1107+8-3usr.bin/tmux/tmux.1
1.3+7-2usr.bin/tmux/prompt.c
1.476+4-2usr.bin/tmux/tty.c
1.87+3-3usr.bin/tmux/window-tree.c
+43-171 files not shown
+45-187 files

OpenBSD/src 3COeAXjshare/man/man5 files.conf.5

   document "compile-with"
   from Nick Owens
VersionDeltaFile
1.24+17-2share/man/man5/files.conf.5
+17-21 files

OpenBSD/src t5jroIXsys/dev/usb ucom.c

   ucom: fix OOB write in sysctl_ucominit with no ucom devices

   cd_ndevs==0 makes ucomslen 0, so malloc(0) returns unzeroed storage
   (M_ZERO memsets osize==0 bytes). strlen(ucoms) then walks garbage and
   ucoms[strlen-1]=0 stores out of bounds (KASAN: __asan_store1, hw.ucomnames).
   Size the buffer for one extra slot so it is never zero-sized.

   KASAN#2, with a murmur of agreement in the hackroom
VersionDeltaFile
1.80+3-2sys/dev/usb/ucom.c
+3-21 files

OpenBSD/src P6fI9hHusr.bin/tmux grid.c

   Do not force theme colours to default when capturing.
VersionDeltaFile
1.151+26-8usr.bin/tmux/grid.c
+26-81 files

OpenBSD/src 6r0T5Urusr.bin/tmux layout.c cmd-break-pane.c

   Add ability to float a tiled pane to break-pane, from Dane Jensen.
VersionDeltaFile
1.79+54-24usr.bin/tmux/layout.c
1.69+50-4usr.bin/tmux/cmd-break-pane.c
1.1106+41-3usr.bin/tmux/tmux.1
1.1374+13-4usr.bin/tmux/tmux.h
1.63+7-10usr.bin/tmux/cmd-resize-pane.c
+165-455 files

OpenBSD/src UoDXhqgsys/uvm uvm_swap.c

   Don't bounce unless we're doing encrypted writes.  Drivers for hardware
   that doesn't support 64-bit DMA will take care of bouncing now.

   ok deraadt@, jca@
VersionDeltaFile
1.182+5-18sys/uvm/uvm_swap.c
+5-181 files

OpenBSD/src 6wSOTt5usr.bin/tmux arguments.c cmd-resize-pane.c

   Do not count arguments starting - as optional arguments, makes old
   resize-pane syntax work. GitHub issue 5275, based on a changed from Dane
   Jensen.
VersionDeltaFile
1.66+14-2usr.bin/tmux/arguments.c
1.62+9-5usr.bin/tmux/cmd-resize-pane.c
+23-72 files

OpenBSD/src sSkWhWWusr.bin/tmux style.c

   Bump style buffer to 1024, GitHub issue 5279 from Moritz Angermann.
VersionDeltaFile
1.46+2-2usr.bin/tmux/style.c
+2-21 files

OpenBSD/src ccPqrImregress/usr.bin/awk/T T.chem.awk Makefile

   Add next batch of awk tests, adapted from upstream

   OK millert@
VersionDeltaFile
1.1+492-0regress/usr.bin/awk/T/T.chem.awk
1.1+466-0regress/usr.bin/awk/T/Makefile
1.1+201-0regress/usr.bin/awk/T/T.chem.res.ok
1.1+184-0regress/usr.bin/awk/T/T.expr.in
1.1+134-0regress/usr.bin/awk/T/T.chem.penicil.ok
1.1+128-0regress/usr.bin/awk/T/T.chem.lsd1.ok
+1,605-0280 files not shown
+2,485-2286 files

OpenBSD/src RuxIYOlusr.sbin/nsd configure config.h.in, usr.sbin/nsd/doc RELNOTES

   merge NSD 4.14.3 (why they regenerated autoconf files with an older version,
   I do not know...)
VersionDeltaFile
1.65+1,314-1,822usr.sbin/nsd/configure
1.2+804-373usr.sbin/nsd/simdzone/configure
1.48+115-125usr.sbin/nsd/config.h.in
1.6+77-147usr.sbin/nsd/config.sub
1.6+22-75usr.sbin/nsd/config.guess
1.20+25-0usr.sbin/nsd/doc/RELNOTES
+2,357-2,54210 files not shown
+2,403-2,57316 files