OpenBSD/src rkObihy — usr.bin/tmux tty-features.c tty-keys.c
Add default features for Ghostty, GitHub issue 5305 from Glib Shpychka.
| Version | Delta | File | |
|---|---|---|---|
| 1.39 | +13 | -1 | usr.bin/tmux/tty-features.c |
| 1.207 | +3 | -1 | usr.bin/tmux/tty-keys.c |
| +16 | -2 | 2 files | |
Add default features for Ghostty, GitHub issue 5305 from Glib Shpychka.
| Version | Delta | File | |
|---|---|---|---|
| 1.39 | +13 | -1 | usr.bin/tmux/tty-features.c |
| 1.207 | +3 | -1 | usr.bin/tmux/tty-keys.c |
| +16 | -2 | 2 files | |
update to py3-httplib2-0.32.0
| Version | Delta | File | |
|---|---|---|---|
| 1.16 | +2 | -2 | www/py-httplib2/distinfo |
| 1.13 | +3 | -0 | www/py-httplib2/pkg/PLIST |
| 1.41 | +1 | -1 | www/py-httplib2/Makefile |
| +6 | -3 | 3 files | |
Redraw when sync stops again (accidentally turned off), from Japin Li in GitHub issue 5304.
| Version | Delta | File | |
|---|---|---|---|
| 1.278 | +3 | -1 | usr.bin/tmux/screen-write.c |
| +3 | -1 | 1 files | |
ober_read_elements(3): returns NULL on error, not -1 OK claudio@ ok tb
| Version | Delta | File | |
|---|---|---|---|
| 1.6 | +5 | -3 | lib/libutil/ober_read_elements.3 |
| +5 | -3 | 1 files | |
Update to shared-mime-info-2.5.1.
| Version | Delta | File | |
|---|---|---|---|
| 1.86 | +2 | -19 | misc/shared-mime-info/Makefile |
| 1.3 | +3 | -3 | misc/shared-mime-info/patches/patch-src_update-mime-database_cpp |
| 1.39 | +2 | -2 | misc/shared-mime-info/distinfo |
| 1.4 | +1 | -1 | misc/shared-mime-info/patches/patch-data_freedesktop_org_xml_in |
| 1.42 | +1 | -0 | misc/shared-mime-info/pkg/PLIST |
| +9 | -25 | 5 files | |
Update to gnome-shell-49.8.
| Version | Delta | File | |
|---|---|---|---|
| 1.130 | +2 | -2 | x11/gnome/shell/distinfo |
| 1.301 | +1 | -1 | x11/gnome/shell/Makefile |
| +3 | -3 | 2 files | |
Update to sendmail-8.19.0.2.
| Version | Delta | File | |
|---|---|---|---|
| 1.39 | +2 | -2 | mail/sendmail/distinfo |
| 1.69 | +1 | -1 | mail/sendmail/Makefile |
| +3 | -3 | 2 files | |
Remove C-r from help since it does not in fact exist.
| Version | Delta | File | |
|---|---|---|---|
| 1.97 | +1 | -3 | usr.bin/tmux/mode-tree.c |
| +1 | -3 | 1 files | |
+libspnav
| Version | Delta | File | |
|---|---|---|---|
| 1.58 | +1 | -0 | cad/Makefile |
| +1 | -0 | 1 files | |
Initial revision
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +41 | -0 | cad/libspnav/patches/patch-Makefile_in |
| 1.1 | +29 | -0 | cad/libspnav/Makefile |
| 1.1 | +6 | -0 | cad/libspnav/pkg/PLIST |
| 1.1 | +5 | -0 | cad/libspnav/pkg/DESCR |
| 1.1 | +2 | -0 | cad/libspnav/distinfo |
| 1.1.1.1 | +0 | -0 | cad/libspnav/patches/patch-Makefile_in |
| +83 | -0 | 4 files not shown | |
| +83 | -0 | 10 files | |
ssherr-libcrypto: avoid use of deprecated ERR_load_crypto_strings() Follow regress and use unchecked OPENSSL_init_crypto() because ERR_load_crypto_strings() has been deprecated in OpenSSL 1.1.0. This call can in principle fail, in which case there's a fallback to generic error strings. There is still use of OpenSSL 3.x-deprecated API in here. That's a problem for someone else to solve. ok djm
| Version | Delta | File | |
|---|---|---|---|
| 1.2 | +2 | -2 | usr.bin/ssh/ssherr-libcrypto.c |
| +2 | -2 | 1 files | |
change Venezuelan Bolivar ISO 4217 code from VEF to VES VES was used for the 2018 redenomination. VED was used as part of the 2021 redenomination process. VES remains the official code after the 2021 redenomination according to ISO 4217 amendment number 170.
| Version | Delta | File | |
|---|---|---|---|
| 1.149 | +2 | -2 | usr.bin/units/units.lib |
| +2 | -2 | 1 files | |
another ruser_name/ruser_group vs attrib_to_stat() ordering screwup. Coverity CID 910530 via dtucker@
| Version | Delta | File | |
|---|---|---|---|
| 1.257 | +3 | -3 | usr.bin/ssh/sftp.c |
| +3 | -3 | 1 files | |
set FD_CLOEXEC on the fds between sftp and its ssh process, avoids risk of subcommands that write on odd fds breaking the connection. GHPR693 from Manuel Einfalt; feedback deraadt@ ok dtucker@
| Version | Delta | File | |
|---|---|---|---|
| 1.256 | +3 | -1 | usr.bin/ssh/sftp.c |
| +3 | -1 | 1 files | |
check key and IV length received in privsep state transfer exactly match the expected sizes for the selected cipher; partially redundant to similar checks in cipher_init(), but nice to be more exact. GHPR from jmestwa-coder; ok dtucker@
| Version | Delta | File | |
|---|---|---|---|
| 1.339 | +6 | -1 | usr.bin/ssh/packet.c |
| +6 | -1 | 1 files | |
revert bits that weren't ready for commit yet
| Version | Delta | File | |
|---|---|---|---|
| 1.255 | +3 | -5 | usr.bin/ssh/sftp.c |
| +3 | -5 | 1 files | |
Move user/group name lookup to correct place; coverity CID 910530 via dtucker@
| Version | Delta | File | |
|---|---|---|---|
| 1.254 | +6 | -4 | usr.bin/ssh/sftp.c |
| +6 | -4 | 1 files | |
hook up xclicker
| Version | Delta | File | |
|---|---|---|---|
| 1.804 | +1 | -0 | x11/Makefile |
| +1 | -0 | 1 files | |
Initial revision
| Version | Delta | File | |
|---|---|---|---|
| 1.1 | +35 | -0 | x11/xclicker/Makefile |
| 1.1 | +5 | -0 | x11/xclicker/pkg/PLIST |
| 1.1 | +2 | -0 | x11/xclicker/distinfo |
| 1.1 | +2 | -0 | x11/xclicker/pkg/DESCR |
| 1.1.1.1 | +0 | -0 | x11/xclicker/distinfo |
| 1.1.1.1 | +0 | -0 | x11/xclicker/pkg/DESCR |
| +44 | -0 | 2 files not shown | |
| +44 | -0 | 8 files | |
create_priority_list: fix the priority_len bounds check OK job@
| Version | Delta | File | |
|---|---|---|---|
| 1.38 | +9 | -9 | usr.sbin/dhcpd/options.c |
| 1.74 | +8 | -6 | usr.sbin/dhcpd/dhcpd.h |
| +17 | -15 | 2 files | |
Use pre-allocated extent region descriptors to prevent bus_dmamap_load(9) failures on a dmamap that was created with the BUS_DMA_ALLOCNOW flag. ok chris@, hshoexer@
| Version | Delta | File | |
|---|---|---|---|
| 1.16 | +33 | -37 | sys/dev/acpi/acpidmar.c |
| +33 | -37 | 1 files | |
Cache scrollbar options in window to avoid a slow lookup when working out visible ranges.
| Version | Delta | File | |
|---|---|---|---|
| 1.353 | +20 | -33 | usr.bin/tmux/window.c |
| 1.482 | +22 | -28 | usr.bin/tmux/server-client.c |
| 1.83 | +8 | -12 | usr.bin/tmux/layout.c |
| 1.147 | +5 | -10 | usr.bin/tmux/screen-redraw.c |
| 1.65 | +6 | -8 | usr.bin/tmux/cmd-resize-pane.c |
| 1.1382 | +8 | -5 | usr.bin/tmux/tmux.h |
| +69 | -96 | 2 files not shown | |
| +81 | -103 | 8 files | |
Allow :. in names again, forbidding them is overly pernickety. Only forbid invalid UTF-8 and #(.
| Version | Delta | File | |
|---|---|---|---|
| 1.221 | +4 | -18 | usr.bin/tmux/tmux.c |
| 1.263 | +7 | -9 | usr.bin/tmux/input.c |
| 1.151 | +7 | -7 | usr.bin/tmux/cmd-new-session.c |
| 1.1381 | +4 | -10 | usr.bin/tmux/tmux.h |
| 1.105 | +3 | -9 | usr.bin/tmux/screen.c |
| 1.70 | +4 | -4 | usr.bin/tmux/cmd-break-pane.c |
| +29 | -57 | 6 files not shown | |
| +47 | -75 | 12 files | |
icecast tweaks: fix daemon in rc script, zap outdated link from README Move -b to daemon instead of daemon_flags, so that icecast doesn't block the boot sequence if the admin forgets to specify -b in icecast_flags.
| Version | Delta | File | |
|---|---|---|---|
| 1.8 | +0 | -4 | net/icecast/pkg/README |
| 1.7 | +2 | -2 | net/icecast/pkg/icecast.rc |
| 1.75 | +1 | -1 | net/icecast/Makefile |
| +3 | -7 | 3 files | |
Add link=/nolink to styles to specific a hyperlink. GitHub issue 4280 from Moritz Angermann.
| Version | Delta | File | |
|---|---|---|---|
| 1.47 | +44 | -6 | usr.bin/tmux/style.c |
| 1.1113 | +24 | -2 | usr.bin/tmux/tmux.1 |
| 1.33 | +14 | -2 | usr.bin/tmux/format-draw.c |
| 1.1380 | +4 | -1 | usr.bin/tmux/tmux.h |
| 1.38 | +2 | -1 | usr.bin/tmux/tty-features.c |
| +88 | -12 | 5 files | |
Limit hyperlink URIs to 1024 bytes which seems enough and allows us not to have to worry about gigantic URIs in styles, part of a change from Moritz Angermann.
| Version | Delta | File | |
|---|---|---|---|
| 1.5 | +8 | -3 | usr.bin/tmux/hyperlinks.c |
| +8 | -3 | 1 files | |
vorbisgain: switch HOMEPAGE and SITES to HTTPS.
| Version | Delta | File | |
|---|---|---|---|
| 1.22 | +3 | -3 | audio/vorbisgain/Makefile |
| +3 | -3 | 1 files | |
Update xmj to 1.17.2.
| Version | Delta | File | |
|---|---|---|---|
| 1.29 | +2 | -2 | games/xmj/Makefile |
| 1.6 | +2 | -2 | games/xmj/distinfo |
| +4 | -4 | 2 files | |
Allow empty window and session names.
| Version | Delta | File | |
|---|---|---|---|
| 1.220 | +3 | -3 | usr.bin/tmux/tmux.c |
| +3 | -3 | 1 files | |
lang/gcc/16: update plist and bootstrap for mips64
| Version | Delta | File | |
|---|---|---|---|
| 1.8 | +3 | -3 | lang/gcc/16/Makefile |
| 1.3 | +3 | -1 | lang/gcc/16/pkg/PFRAG.mips64-main |
| 1.5 | +2 | -2 | lang/gcc/16/distinfo |
| +8 | -6 | 3 files | |