OpenBSD/src a1bjMfm — usr.bin/tmux screen-write.c
When sync is enabled, we need to mark the whole scroll region dirty if there has been any scrolling. GitHub issue 5330.
| Version | Delta | File | |
|---|---|---|---|
| 1.282 | +5 | -1 | usr.bin/tmux/screen-write.c |
| +5 | -1 | 1 files | |
When sync is enabled, we need to mark the whole scroll region dirty if there has been any scrolling. GitHub issue 5330.
| Version | Delta | File | |
|---|---|---|---|
| 1.282 | +5 | -1 | usr.bin/tmux/screen-write.c |
| +5 | -1 | 1 files | |
Add a key to change an array key in customize mode.
| Version | Delta | File | |
|---|---|---|---|
| 1.30 | +87 | -2 | usr.bin/tmux/window-customize.c |
| 1.144 | +3 | -3 | usr.bin/tmux/cmd-set-option.c |
| 1.401 | +3 | -1 | usr.bin/tmux/format.c |
| 1.88 | +2 | -2 | usr.bin/tmux/options.c |
| +95 | -8 | 4 files | |
Change array item keys to be strings instead of numbers which are painful to work with.
| Version | Delta | File | |
|---|---|---|---|
| 1.87 | +161 | -46 | usr.bin/tmux/options.c |
| 1.29 | +57 | -49 | usr.bin/tmux/window-customize.c |
| 1.72 | +19 | -17 | usr.bin/tmux/cmd-show-options.c |
| 1.400 | +17 | -16 | usr.bin/tmux/format.c |
| 1.143 | +18 | -13 | usr.bin/tmux/cmd-set-option.c |
| 1.1391 | +15 | -13 | usr.bin/tmux/tmux.h |
| +287 | -154 | 5 files not shown | |
| +314 | -180 | 11 files | |
iked: Wrong data structure zeroized The parameter int mask was confused with the local variable struct sockaddr_in mask4. bzero(3) was applied to mask instead of mask4. ok markus@
| Version | Delta | File | |
|---|---|---|---|
| 1.22 | +2 | -2 | sbin/iked/vroute.c |
| +2 | -2 | 1 files | |
NOJOBS is a flag, use correct argument.
| Version | Delta | File | |
|---|---|---|---|
| 1.4 | +2 | -2 | usr.bin/tmux/monitor.c |
| +2 | -2 | 1 files | |
Check for width/height 0, based on change from Uzair Aftab.
| Version | Delta | File | |
|---|---|---|---|
| 1.99 | +6 | -4 | usr.bin/tmux/mode-tree.c |
| +6 | -4 | 1 files | |
Do not create zero size panes, from Uzair Aftab.
| Version | Delta | File | |
|---|---|---|---|
| 1.89 | +3 | -2 | usr.bin/tmux/layout.c |
| +3 | -2 | 1 files | |
Do not allow jobs in monitor formats.
| Version | Delta | File | |
|---|---|---|---|
| 1.3 | +18 | -6 | usr.bin/tmux/monitor.c |
| +18 | -6 | 1 files | |
Unzoom before creating a floating pane (for now).
| Version | Delta | File | |
|---|---|---|---|
| 1.88 | +2 | -1 | usr.bin/tmux/layout.c |
| +2 | -1 | 1 files | |
Do not spin forever if panes cannot be adjusted, GitHub issue 5332 from Uzair Aftab.
| Version | Delta | File | |
|---|---|---|---|
| 1.87 | +7 | -1 | usr.bin/tmux/layout.c |
| +7 | -1 | 1 files | |
openssh-10.4
| Version | Delta | File | |
|---|---|---|---|
| 1.109 | +2 | -2 | usr.bin/ssh/version.h |
| +2 | -2 | 1 files | |
Fix multiple RFC 4462 (GSSAPIAuthentication) compliance problems 1) Remove an early failure return for GSSAPI authentication attempts made for invalid accounts that yielded different behaviour for valid vs invalid accounts. 2) Fix a situation where some GSSAPI requestes were not correctly subjected to MaxAuthTries. 3) Fix a moderate pre-authentication resource DoS related to #2. Add missing logging for error cases. Report and fixes from Manfred Kaiser, milCERT AT
| Version | Delta | File | |
|---|---|---|---|
| 1.41 | +25 | -30 | usr.bin/ssh/auth2-gss.c |
| +25 | -30 | 1 files | |
fix ownership and lifetime of several bits of client state that need to persist for the life of the connection, especially the cached hostkey that was being incorrectly freed early on some paths, possibly allowing its use after free. Reported by Zhenpeng (Leo) Lin from depthfirst.com
| Version | Delta | File | |
|---|---|---|---|
| 1.384 | +46 | -3 | usr.bin/ssh/sshconnect.c |
| 1.634 | +3 | -23 | usr.bin/ssh/ssh.c |
| 1.388 | +12 | -10 | usr.bin/ssh/sshconnect2.c |
| 1.51 | +6 | -3 | usr.bin/ssh/sshconnect.h |
| +67 | -39 | 4 files | |
Fix cases in GSSAPI and keyboard-interactive authentication where the minimum per-attempt delay was not being enforced. Reported by Orange Cyberdefense Vulnerability Team
| Version | Delta | File | |
|---|---|---|---|
| 1.174 | +9 | -3 | usr.bin/ssh/auth2.c |
| 1.40 | +8 | -1 | usr.bin/ssh/auth2-gss.c |
| 1.61 | +6 | -1 | usr.bin/ssh/auth2-chall.c |
| 1.110 | +2 | -1 | usr.bin/ssh/auth.h |
| +25 | -6 | 4 files | |
retire the cpp.sh script and install the cpp binary directly in /usr/bin The cpp.sh wrapper script no longer serves any purpose: * We no longer force the preprocessor into -traditional mode. * Our compilers already define __GNUC__ for the preprocessor. * The location of cpp is well known. * Our compilers only use the standard include paths by default. gcc4 testing by miod@
| Version | Delta | File | |
|---|---|---|---|
| 1.3 | +1 | -3 | gnu/usr.bin/cc/cpp/Makefile |
| 1.22 | +2 | -2 | gnu/usr.bin/clang/clang/Makefile |
| 1.171 | +2 | -2 | usr.bin/Makefile |
| 1.7 | +2 | -2 | usr.bin/calendar/pathnames.h |
| 1.1187 | +1 | -1 | distrib/sets/lists/base/mi |
| 1.14 | +1 | -1 | usr.bin/cpp/Makefile |
| +9 | -11 | 2 files not shown | |
| +10 | -13 | 8 files | |
Add a window pane reference count.
| Version | Delta | File | |
|---|---|---|---|
| 1.356 | +43 | -8 | usr.bin/tmux/window.c |
| 1.1390 | +5 | -1 | usr.bin/tmux/tmux.h |
| +48 | -9 | 2 files | |
Add a define for whether mouse is enabled by default (still off).
| Version | Delta | File | |
|---|---|---|---|
| 1.1389 | +4 | -1 | usr.bin/tmux/tmux.h |
| 1.231 | +2 | -2 | usr.bin/tmux/options-table.c |
| +6 | -3 | 2 files | |
Apply tree mode selection style to the entire line.
| Version | Delta | File | |
|---|---|---|---|
| 1.98 | +5 | -6 | usr.bin/tmux/mode-tree.c |
| +5 | -6 | 1 files | |
Add set-hook -B install a subscription like in control mode. Subscriptions are formats which are checked once a second and if changed invoke a hook. show-hooks -B lists.
| Version | Delta | File | |
|---|---|---|---|
| 1.2 | +183 | -63 | usr.bin/tmux/monitor.c |
| 1.46 | +204 | -16 | usr.bin/tmux/notify.c |
| 1.142 | +99 | -4 | usr.bin/tmux/cmd-set-option.c |
| 1.71 | +44 | -5 | usr.bin/tmux/cmd-show-options.c |
| 1.1123 | +41 | -2 | usr.bin/tmux/tmux.1 |
| 1.54 | +11 | -30 | usr.bin/tmux/cmd-refresh-client.c |
| +582 | -120 | 3 files not shown | |
| +617 | -127 | 9 files | |
void functions should not return anything. Patch from Tim Rice.
| Version | Delta | File | |
|---|---|---|---|
| 1.330 | +2 | -2 | usr.bin/ssh/ssh-agent.c |
| +2 | -2 | 1 files | |
fix inverted test that broke ssh-add with keys on stdin. From Laurence Tratt
| Version | Delta | File | |
|---|---|---|---|
| 1.4 | +2 | -2 | usr.bin/ssh/sshbuf-io.c |
| +2 | -2 | 1 files | |
Do not use stale pointers in modes.
| Version | Delta | File | |
|---|---|---|---|
| 1.93 | +9 | -3 | usr.bin/tmux/window-tree.c |
| 1.46 | +5 | -2 | usr.bin/tmux/window-client.c |
| +14 | -5 | 2 files | |
Infer the terminal theme from the background colour correctly, if theme reporting is not supported.
| Version | Delta | File | |
|---|---|---|---|
| 1.208 | +6 | -2 | usr.bin/tmux/tty-keys.c |
| 1.485 | +3 | -1 | usr.bin/tmux/server-client.c |
| +9 | -3 | 2 files | |
Do not ignore filter when >1 pane. GitHub issue 5326.
| Version | Delta | File | |
|---|---|---|---|
| 1.92 | +14 | -20 | usr.bin/tmux/window-tree.c |
| +14 | -20 | 1 files | |
Add some missing checks which make new pane positions off, from Dane Jensen.
| Version | Delta | File | |
|---|---|---|---|
| 1.86 | +3 | -3 | usr.bin/tmux/layout.c |
| +3 | -3 | 1 files | |
sys/ihidev: replace HONOR MagicBook Touchpad quirk Old quirk was unstable, it brings, some boots, touchpad with multitouch, but still failed on on reading the report. It was observed that sending anything to the touchpad wakes it up but it ignores the command that was sent. If it was GET_REPORT, when read reads series of 0xff. Here a clean and trivial quirk where I send the second GET_REPORT and ignore the first one. OK: mglocker@
| Version | Delta | File | |
|---|---|---|---|
| 1.46 | +20 | -22 | sys/dev/i2c/ihidev.c |
| +20 | -22 | 1 files | |
Dirty ED 2 correctly, GiHub issue 5322 from git at twilligon dot com.
| Version | Delta | File | |
|---|---|---|---|
| 1.281 | +2 | -2 | usr.bin/tmux/screen-write.c |
| +2 | -2 | 1 files | |
Move monitor stuff out of control.c into its own file for reuse.
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +526 | -0 | usr.bin/tmux/monitor.c |
| 1.58 | +32 | -422 | usr.bin/tmux/control.c |
| 1.1387 | +27 | -10 | usr.bin/tmux/tmux.h |
| 1.53 | +7 | -7 | usr.bin/tmux/cmd-refresh-client.c |
| 1.119 | +2 | -1 | usr.bin/tmux/Makefile |
| +594 | -440 | 5 files | |
Add O and V loops in formats for options and environment.
| Version | Delta | File | |
|---|---|---|---|
| 1.399 | +313 | -16 | usr.bin/tmux/format.c |
| 1.1122 | +32 | -5 | usr.bin/tmux/tmux.1 |
| +345 | -21 | 2 files | |
Add floating panes key bindings and menu options, from Dane Jensen.
| Version | Delta | File | |
|---|---|---|---|
| 1.182 | +6 | -2 | usr.bin/tmux/key-bindings.c |
| 1.230 | +4 | -1 | usr.bin/tmux/options-table.c |
| +10 | -3 | 2 files | |