OpenBSD/src Q6odCKL — lib/libc/asr getaddrinfo_async.c
Revert rev 1.68 as it breaks resolution of literal IP addresses Reported by matthieu@
| Version | Delta | File | |
|---|---|---|---|
| 1.70 | +9 | -10 | lib/libc/asr/getaddrinfo_async.c |
| +9 | -10 | 1 files | |
Revert rev 1.68 as it breaks resolution of literal IP addresses Reported by matthieu@
| Version | Delta | File | |
|---|---|---|---|
| 1.70 | +9 | -10 | lib/libc/asr/getaddrinfo_async.c |
| +9 | -10 | 1 files | |
rpki-client: avoid double fclose in a success path CID 647170 ok job
| Version | Delta | File | |
|---|---|---|---|
| 1.6 | +2 | -1 | usr.sbin/rpki-client/nca.c |
| +2 | -1 | 1 files | |
Set view name immediately when entering mode.
| Version | Delta | File | |
|---|---|---|---|
| 1.91 | +2 | -1 | usr.bin/tmux/window-tree.c |
| +2 | -1 | 1 files | |
Clear lines before writing in copy mode to avoid leaving stray text when new line is shorter than old.
| Version | Delta | File | |
|---|---|---|---|
| 1.409 | +4 | -1 | usr.bin/tmux/window-copy.c |
| +4 | -1 | 1 files | |
-mno-omit-leaf-frame-pointer should only be used when the compiler is clang.
| Version | Delta | File | |
|---|---|---|---|
| 1.48 | +7 | -2 | usr.sbin/bgpd/Makefile |
| +7 | -2 | 1 files | |
Make split-window create a new floating pane if used in a floating pane, rather than just complaining. Also improve documentation. From Dane Jensen.
| Version | Delta | File | |
|---|---|---|---|
| 1.1111 | +128 | -93 | usr.bin/tmux/tmux.1 |
| 1.138 | +2 | -2 | usr.bin/tmux/cmd-split-window.c |
| +130 | -95 | 2 files | |
Pulled code out of layout_split_pane for reuse and added layout_insert_tile. From Dane Jensen.
| Version | Delta | File | |
|---|---|---|---|
| 1.81 | +178 | -45 | usr.bin/tmux/layout.c |
| 1.1378 | +8 | -1 | usr.bin/tmux/tmux.h |
| +186 | -46 | 2 files | |
Add a helper to swap a node into the place of a leaf, from Dane Jensen.
| Version | Delta | File | |
|---|---|---|---|
| 1.80 | +35 | -22 | usr.bin/tmux/layout.c |
| 1.1377 | +3 | -1 | usr.bin/tmux/tmux.h |
| +38 | -23 | 2 files | |
Invalidate scene when changing window Z index, from Dane Jensen.
| Version | Delta | File | |
|---|---|---|---|
| 1.350 | +2 | -1 | usr.bin/tmux/window.c |
| +2 | -1 | 1 files | |
Preseve prompt flags across line clear, from Aung Myo Kyaw.
| Version | Delta | File | |
|---|---|---|---|
| 1.137 | +3 | -3 | usr.bin/tmux/cmd-split-window.c |
| 1.276 | +5 | -1 | usr.bin/tmux/screen-write.c |
| +8 | -4 | 2 files | |
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@
| Version | Delta | File | |
|---|---|---|---|
| 1.161 | +4 | -1 | sys/net/if_trunk.c |
| +4 | -1 | 1 files | |
Use linked sessions not active.
| Version | Delta | File | |
|---|---|---|---|
| 1.90 | +2 | -2 | usr.bin/tmux/window-tree.c |
| +2 | -2 | 1 files | |
Remove a info line that doesn't really make sense.
| Version | Delta | File | |
|---|---|---|---|
| 1.89 | +1 | -3 | usr.bin/tmux/window-tree.c |
| +1 | -3 | 1 files | |
Print the file name when erroring out on invalid input Suggested by tb and espie
| Version | Delta | File | |
|---|---|---|---|
| 1.41 | +3 | -3 | usr.bin/tsort/tsort.c |
| +3 | -3 | 1 files | |
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@
| Version | Delta | File | |
|---|---|---|---|
| 1.40 | +9 | -4 | usr.bin/tsort/tsort.c |
| +9 | -4 | 1 files | |
Add info modes to tree mode like for clients.
| Version | Delta | File | |
|---|---|---|---|
| 1.88 | +167 | -1 | usr.bin/tmux/window-tree.c |
| 1.1110 | +3 | -2 | usr.bin/tmux/tmux.1 |
| +170 | -3 | 2 files | |
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@
| Version | Delta | File | |
|---|---|---|---|
| 1.144 | +3 | -1 | etc/changelist |
| 1.131 | +3 | -1 | etc/mtree/special |
| +6 | -2 | 2 files | |
Add switch-mode a fast switcher with fuzzy searching, bound to Tab (for windows) or BTab (S-Tab, for sessions) by default.
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +655 | -0 | usr.bin/tmux/fuzzy.c |
| 1.1 | +636 | -0 | usr.bin/tmux/window-switch.c |
| 1.1109 | +83 | -4 | usr.bin/tmux/tmux.1 |
| 1.389 | +46 | -1 | usr.bin/tmux/format.c |
| 1.57 | +16 | -1 | usr.bin/tmux/cmd-choose-tree.c |
| 1.4 | +8 | -5 | usr.bin/tmux/prompt.c |
| +1,444 | -11 | 6 files not shown | |
| +1,477 | -21 | 12 files | |
Drop mouse movement events rather than redrawing unnecessarily.
| Version | Delta | File | |
|---|---|---|---|
| 1.349 | +7 | -1 | usr.bin/tmux/window.c |
| +7 | -1 | 1 files | |
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@
| Version | Delta | File | |
|---|---|---|---|
| 1.44 | +3 | -3 | sys/dev/pci/if_rge.c |
| +3 | -3 | 1 files | |
Add a coinflip to increase cycle-to-cycle jitter with/OK tb@
| Version | Delta | File | |
|---|---|---|---|
| 1.5 | +5 | -1 | usr.sbin/rpki-client/nca.c |
| +5 | -1 | 1 files | |
Use underscore for current in status line.
| Version | Delta | File | |
|---|---|---|---|
| 1.227 | +4 | -4 | usr.bin/tmux/options-table.c |
| +4 | -4 | 1 files | |
message-command-style should be inverse of message-style.
| Version | Delta | File | |
|---|---|---|---|
| 1.226 | +4 | -2 | usr.bin/tmux/options-table.c |
| +4 | -2 | 1 files | |
cal: drop obsolete parsemonth return value checks These became redundant since month range checks were implemented in parsemonth in revision 1.15. ok jca@
| Version | Delta | File | |
|---|---|---|---|
| 1.33 | +1 | -5 | usr.bin/cal/cal.c |
| +1 | -5 | 1 files | |
Add tree-mode-selection-style to continue the process of moving away from mode-style.
| Version | Delta | File | |
|---|---|---|---|
| 1.225 | +10 | -1 | usr.bin/tmux/options-table.c |
| 1.1108 | +9 | -1 | usr.bin/tmux/tmux.1 |
| 1.95 | +2 | -2 | usr.bin/tmux/mode-tree.c |
| +21 | -4 | 3 files | |
Some colour fixes and tweaks (marked pane, cursor colours now work).
| Version | Delta | File | |
|---|---|---|---|
| 1.94 | +9 | -5 | usr.bin/tmux/mode-tree.c |
| 1.224 | +12 | -2 | usr.bin/tmux/options-table.c |
| 1.1107 | +8 | -3 | usr.bin/tmux/tmux.1 |
| 1.3 | +7 | -2 | usr.bin/tmux/prompt.c |
| 1.476 | +4 | -2 | usr.bin/tmux/tty.c |
| 1.87 | +3 | -3 | usr.bin/tmux/window-tree.c |
| +43 | -17 | 1 files not shown | |
| +45 | -18 | 7 files | |
document "compile-with" from Nick Owens
| Version | Delta | File | |
|---|---|---|---|
| 1.24 | +17 | -2 | share/man/man5/files.conf.5 |
| +17 | -2 | 1 files | |
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
| Version | Delta | File | |
|---|---|---|---|
| 1.80 | +3 | -2 | sys/dev/usb/ucom.c |
| +3 | -2 | 1 files | |
Do not force theme colours to default when capturing.
| Version | Delta | File | |
|---|---|---|---|
| 1.151 | +26 | -8 | usr.bin/tmux/grid.c |
| +26 | -8 | 1 files | |
Add ability to float a tiled pane to break-pane, from Dane Jensen.
| Version | Delta | File | |
|---|---|---|---|
| 1.79 | +54 | -24 | usr.bin/tmux/layout.c |
| 1.69 | +50 | -4 | usr.bin/tmux/cmd-break-pane.c |
| 1.1106 | +41 | -3 | usr.bin/tmux/tmux.1 |
| 1.1374 | +13 | -4 | usr.bin/tmux/tmux.h |
| 1.63 | +7 | -10 | usr.bin/tmux/cmd-resize-pane.c |
| +165 | -45 | 5 files | |