OpenBSD/src HicjpIP — usr.bin/tmux log.c
Remove some leftover debug code.
| Version | Delta | File | |
|---|---|---|---|
| 1.33 | +1 | -3 | usr.bin/tmux/log.c |
| +1 | -3 | 1 files | |
Remove some leftover debug code.
| Version | Delta | File | |
|---|---|---|---|
| 1.33 | +1 | -3 | usr.bin/tmux/log.c |
| +1 | -3 | 1 files | |
Bring over some of layout and positioning code for floating panes, by Michael Grant.
| Version | Delta | File | |
|---|---|---|---|
| 1.26 | +130 | -48 | usr.bin/tmux/layout-custom.c |
| 1.54 | +76 | -21 | usr.bin/tmux/layout.c |
| 1.319 | +47 | -41 | usr.bin/tmux/window.c |
| 1.1317 | +14 | -10 | usr.bin/tmux/tmux.h |
| 1.34 | +7 | -7 | usr.bin/tmux/layout-set.c |
| 1.365 | +6 | -6 | usr.bin/tmux/format.c |
| +280 | -133 | 6 files not shown | |
| +294 | -145 | 12 files | |
devel/scnlib: add fast-float as runtime dependency Reported and ok'd by tb@
| Version | Delta | File | |
|---|---|---|---|
| 1.2 | +4 | -0 | devel/scnlib/Makefile |
| +4 | -0 | 1 files | |
Revert former fix while waiting for approval of the new one
| Version | Delta | File | |
|---|---|---|---|
| 1.14 | +0 | -4 | usr.bin/lex/nfa.c |
| +0 | -4 | 1 files | |
update to postfix-3.11.3, from Brad (maintainer)
| Version | Delta | File | |
|---|---|---|---|
| 1.16 | +19 | -1 | mail/postfix/stable/patches/patch-makedefs |
| 1.15 | +3 | -2 | mail/postfix/stable/patches/patch-src_util_sys_defs_h |
| 1.165 | +2 | -2 | mail/postfix/stable/distinfo |
| 1.282 | +1 | -2 | mail/postfix/stable/Makefile |
| +25 | -7 | 4 files | |
follow the non-regress pfctl Makefile and drop -Wno-uninitialized
| Version | Delta | File | |
|---|---|---|---|
| 1.238 | +2 | -2 | regress/sbin/pfctl/Makefile |
| +2 | -2 | 1 files | |
Drop '-Wno-uninitialized' compiler option from pfctl(8) CFLAGS Two fixes to code were required to make gcc-4 happy. OK @deraadt @jsg
| Version | Delta | File | |
|---|---|---|---|
| 1.24 | +2 | -2 | sbin/pfctl/Makefile |
| 1.404 | +3 | -1 | sbin/pfctl/pfctl.c |
| 1.52 | +2 | -1 | sbin/pfctl/pfctl_optimize.c |
| +7 | -4 | 3 files | |
When mode-keys is set to vi, do not allow the cursor to go into the invisible extra cell to the right of the visible text. This is closer to what vi(1) does. From Max Vim in GitHub issue 5070.
| Version | Delta | File | |
|---|---|---|---|
| 1.400 | +54 | -9 | usr.bin/tmux/window-copy.c |
| 1.10 | +8 | -3 | usr.bin/tmux/grid-reader.c |
| 1.1316 | +2 | -2 | usr.bin/tmux/tmux.h |
| +64 | -14 | 3 files | |
Add a five second limit on pasting for terminals which mysteriously lose the end sequence if the paste is too big (that is, Terminal.app). Reported by Garri Djavadyan in GitHub issue 4527.
| Version | Delta | File | |
|---|---|---|---|
| 1.458 | +10 | -1 | usr.bin/tmux/server-client.c |
| 1.1315 | +5 | -1 | usr.bin/tmux/tmux.h |
| +15 | -2 | 2 files | |
Switch to use backing grid not copy mode's grid for copy line, GitHub issue 4995.
| Version | Delta | File | |
|---|---|---|---|
| 1.399 | +3 | -3 | usr.bin/tmux/window-copy.c |
| +3 | -3 | 1 files | |
Do not include unattached clients on sorted list, fixes crash reported by Marcel Partap.
| Version | Delta | File | |
|---|---|---|---|
| 1.5 | +13 | -9 | usr.bin/tmux/sort.c |
| +13 | -9 | 1 files | |
Add some more explanatory text about targets, GitHub issue 4850.
| Version | Delta | File | |
|---|---|---|---|
| 1.1055 | +33 | -2 | usr.bin/tmux/tmux.1 |
| +33 | -2 | 1 files | |
usr.sbin/httpd: add cache controls for static files Teach httpd to advertise static file revalidation by default with Cache-Control: no-cache, preserving the existing Last-Modified and If-Modified-Since flow; add a [no] static-cache-control directive for opting out, and advertise Vary: Accept-Encoding whenever gzip-static is enabled. OK: claudio@
| Version | Delta | File | |
|---|---|---|---|
| 1.134 | +16 | -3 | usr.sbin/httpd/parse.y |
| 1.130 | +14 | -2 | usr.sbin/httpd/httpd.conf.5 |
| 1.162 | +11 | -1 | usr.sbin/httpd/server_http.c |
| 1.72 | +6 | -1 | usr.sbin/httpd/config.c |
| 1.172 | +5 | -2 | usr.sbin/httpd/httpd.h |
| +52 | -9 | 5 files | |
Report file open errors more sensibly, reported by Meriel Luna Mittelbach in GitHub issue 5081.
| Version | Delta | File | |
|---|---|---|---|
| 1.20 | +7 | -3 | usr.bin/tmux/file.c |
| +7 | -3 | 1 files | |
Add new-pane command, currently this is equivalent to split-window but it will have minor differences for floating panes in future. Also add -R/-s/-S/-k/-m flags to control border and style and behaviour, like popups. GitHub issue 5027 from Dane Jensen.
| Version | Delta | File | |
|---|---|---|---|
| 1.1054 | +106 | -51 | usr.bin/tmux/tmux.1 |
| 1.117 | +93 | -53 | usr.bin/tmux/cmd-split-window.c |
| 1.318 | +51 | -1 | usr.bin/tmux/window.c |
| 1.1314 | +4 | -1 | usr.bin/tmux/tmux.h |
| 1.184 | +3 | -1 | usr.bin/tmux/cmd.c |
| +257 | -107 | 5 files | |
Replace devel/kf5/kcalendarcore with its kf6 equivalent: - it will break with the upcoming libical update - nothing uses it in-tree ok rsadowski@ (maintainer)
| Version | Delta | File | |
|---|---|---|---|
| 1.1802 | +3 | -1 | devel/quirks/files/Quirks.pm |
| 1.1790 | +1 | -1 | devel/quirks/Makefile |
| 1.29 | +1 | -1 | devel/kf5/Makefile |
| +5 | -3 | 3 files | |
Update to libpaper-2.2.8.
| Version | Delta | File | |
|---|---|---|---|
| 1.17 | +2 | -2 | print/libpaper/distinfo |
| 1.32 | +1 | -1 | print/libpaper/Makefile |
| +3 | -3 | 2 files | |
usr.sbin/relayd: support multiple resolveble addresses. relayd supports interface name, DNS hostname or interface group at listen on but it binds only to the first discovered IP address which is usually IPv4. Here I changed parser to create a dedicated listener for each discovered and confiugred on a local inerface address. This means that listen on egress port 80 binds to all IPv4 and IPv6 addresses on the egress group. OK: rsadowski@
| Version | Delta | File | |
|---|---|---|---|
| 1.264 | +97 | -12 | usr.sbin/relayd/parse.y |
| 1.217 | +15 | -3 | usr.sbin/relayd/relayd.conf.5 |
| 1.7 | +4 | -5 | etc/examples/relayd.conf |
| +116 | -20 | 3 files | |
+ wayvnc
| Version | Delta | File | |
|---|---|---|---|
| 1.37 | +1 | -0 | wayland/Makefile |
| +1 | -0 | 1 files | |
+ neatvnc
| Version | Delta | File | |
|---|---|---|---|
| 1.1461 | +1 | -0 | net/Makefile |
| +1 | -0 | 1 files | |
Initial revision
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +27 | -0 | wayland/wayvnc/Makefile |
| 1.1 | +5 | -0 | wayland/wayvnc/pkg/DESCR |
| 1.1 | +4 | -0 | wayland/wayvnc/pkg/PLIST |
| 1.1 | +2 | -0 | wayland/wayvnc/distinfo |
| 1.1.1.1 | +0 | -0 | wayland/wayvnc/Makefile |
| 1.1.1.1 | +0 | -0 | wayland/wayvnc/distinfo |
| +38 | -0 | 2 files not shown | |
| +38 | -0 | 8 files | |
Import net/neatvnc Comment: liberally licensed VNC server library Description: neatvnc is a liberally licensed VNC server library that's intended to be fast and neat. WWW: https://github.com/any1/neatvnc ok landry@
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +26 | -0 | net/neatvnc/Makefile |
| 1.1 | +3 | -0 | net/neatvnc/pkg/PLIST |
| 1.1 | +2 | -0 | net/neatvnc/pkg/DESCR |
| 1.1 | +2 | -0 | net/neatvnc/distinfo |
| 1.1.1.1 | +0 | -0 | net/neatvnc/distinfo |
| 1.1.1.1 | +0 | -0 | net/neatvnc/Makefile |
| +33 | -0 | 2 files not shown | |
| +33 | -0 | 8 files | |
www/sogo (& www/sope): security update to 5.12.8 see https://www.sogo.nu/news/2026/sogo-v5128-released.html based on an initial diff from Markus MERIGHI, thanks !
| Version | Delta | File | |
|---|---|---|---|
| 1.63 | +28 | -0 | www/sogo/pkg/PLIST |
| 1.64 | +2 | -2 | www/sogo/distinfo |
| 1.66 | +2 | -2 | www/sope/distinfo |
| 1.119 | +1 | -1 | www/sogo/Makefile |
| 1.107 | +1 | -1 | www/sope/Makefile |
| +34 | -6 | 5 files | |
correct order of ibuf_from_ibuf() arguments caught by clang-22 -Wuninitialized-const-pointer ok claudio@ tb@
| Version | Delta | File | |
|---|---|---|---|
| 1.25 | +2 | -2 | usr.sbin/eigrpd/packet.c |
| +2 | -2 | 1 files | |
regen
| Version | Delta | File | |
|---|---|---|---|
| 1.2124 | +5 | -1 | sys/dev/pci/pcidevs_data.h |
| 1.2129 | +2 | -1 | sys/dev/pci/pcidevs.h |
| +7 | -2 | 2 files | |
Add MT7920 pci id ok claudio@
| Version | Delta | File | |
|---|---|---|---|
| 1.2136 | +2 | -1 | sys/dev/pci/pcidevs |
| +2 | -1 | 1 files | |
regen
| Version | Delta | File | |
|---|---|---|---|
| 1.2123 | +5 | -1 | sys/dev/pci/pcidevs_data.h |
| 1.2128 | +2 | -1 | sys/dev/pci/pcidevs.h |
| +7 | -2 | 2 files | |
add another Apple NVMe
| Version | Delta | File | |
|---|---|---|---|
| 1.2135 | +2 | -1 | sys/dev/pci/pcidevs |
| +2 | -1 | 1 files | |
add missing sigfillset() call caught by clang-22 -Wuninitialized-const-pointer ok millert@ deraadt@ guenther@
| Version | Delta | File | |
|---|---|---|---|
| 1.56 | +2 | -1 | bin/pax/tables.c |
| +2 | -1 | 1 files | |
set SO_USELOOPBACK opt to 0, matching comment caught by clang-22 -Wuninitialized-const-pointer
| Version | Delta | File | |
|---|---|---|---|
| 1.16 | +2 | -2 | usr.sbin/dvmrpd/kroute.c |
| +2 | -2 | 1 files | |