OpenBSD/src Mrg60Oj — lib/libcrypto opensslv.h
LibreSSL 4.4.0 is around the corner
| Version | Delta | File | |
|---|---|---|---|
| 1.83 | +3 | -3 | lib/libcrypto/opensslv.h |
| +3 | -3 | 1 files | |
LibreSSL 4.4.0 is around the corner
| Version | Delta | File | |
|---|---|---|---|
| 1.83 | +3 | -3 | lib/libcrypto/opensslv.h |
| +3 | -3 | 1 files | |
Wire rtrd rc command script into base Spotted by Bram van de Burgt OK deraadt@
| Version | Delta | File | |
|---|---|---|---|
| 1.495 | +3 | -2 | etc/Makefile |
| 1.1202 | +1 | -0 | distrib/sets/lists/base/mi |
| +4 | -2 | 2 files | |
kill RCS Id: lines in files that also have RCS OpenBSD: lines
| Version | Delta | File | |
|---|---|---|---|
| 1.17 | +2 | -3 | share/man/man9/ieee80211_radiotap.9 |
| 1.6 | +2 | -3 | share/man/man9/ieee80211_proto.9 |
| 1.7 | +2 | -3 | share/man/man9/ieee80211_output.9 |
| 1.6 | +2 | -3 | share/man/man9/ieee80211_input.9 |
| 1.7 | +2 | -3 | share/man/man9/ieee80211_crypto.9 |
| 1.17 | +2 | -3 | share/man/man9/ieee80211.9 |
| +12 | -18 | 2 files not shown | |
| +16 | -24 | 8 files | |
pf: do not free the caller's ruleset when attaching a table fails pfr_attach_table() takes a struct pf_ruleset * from its caller and, on its own error paths, calls pfr_destroy_ktable() on the table it just made. That drops the table's reference on the ruleset and calls pf_remove_if_empty_ruleset(), which may unlink and free the anchor the ruleset is embedded in -- and then pfr_attach_table() returns NULL to a caller still holding the pointer. Reached from userland with DIOCADDRULE and a PF_ADDR_DYNIFTL source, after DIOCSETLIMIT has lowered PF_LIMIT_TABLES to one item of headroom: the first pfr_create_ktable() takes it and the root table's fails. Hold a table reference on the ruleset for the duration instead, so the ruleset outlives every failure path inside pfr_attach_table() and stays the caller's to remove. OK sashan@ Reported-by: syzbot+ac508ec1043a1de78c91 at syzkaller.appspotmail.com
| Version | Delta | File | |
|---|---|---|---|
| 1.150 | +14 | -2 | sys/net/pf_table.c |
| +14 | -2 | 1 files | |
Do not do anything in session_detach and rely on the caller destroying the session, otherwise grouped sessions can reuse a session with no windows. From Jeong, Heon in GitHub issue 5620.
| Version | Delta | File | |
|---|---|---|---|
| 1.108 | +9 | -4 | usr.bin/tmux/session.c |
| 1.53 | +3 | -3 | usr.bin/tmux/spawn.c |
| 1.154 | +3 | -3 | usr.bin/tmux/server-fn.c |
| +15 | -10 | 3 files | |
Add support for borderless menus, like panes. GitHub issue 5447 from harikp2002 at gmail dot com.
| Version | Delta | File | |
|---|---|---|---|
| 1.71 | +38 | -21 | usr.bin/tmux/menu.c |
| 1.292 | +17 | -12 | usr.bin/tmux/screen-write.c |
| 1.102 | +11 | -6 | usr.bin/tmux/mode-tree.c |
| 1.55 | +8 | -7 | usr.bin/tmux/cmd-display-menu.c |
| 1.1444 | +3 | -1 | usr.bin/tmux/tmux.h |
| +77 | -47 | 5 files | |
client_dispatch: check ntp_getmsg() return value and abort if needed discovery, analysis & fix by Acts1631 (acts1631kjv proton me), ok bcook
| Version | Delta | File | |
|---|---|---|---|
| 1.121 | +3 | -2 | usr.sbin/ntpd/client.c |
| +3 | -2 | 1 files | |
Do not trim all lines to make a zero line grid which reflow does not like, from Kaixuan Li.
| Version | Delta | File | |
|---|---|---|---|
| 1.431 | +2 | -2 | usr.bin/tmux/window-copy.c |
| +2 | -2 | 1 files | |
Do not unzoom when resizing a floating pane that was created with -A. Similarly, skip hidden floating panes when changing Z order. Reported by Clark Wang.
| Version | Delta | File | |
|---|---|---|---|
| 1.75 | +14 | -5 | usr.bin/tmux/cmd-join-pane.c |
| 1.377 | +13 | -1 | usr.bin/tmux/window.c |
| 1.69 | +3 | -2 | usr.bin/tmux/cmd-resize-pane.c |
| 1.1443 | +2 | -1 | usr.bin/tmux/tmux.h |
| +32 | -9 | 4 files | |
Remove popups and all the associated overlay machinery (they were the last user of it). display-popup stays but becomes an (undocumented) compatibility command to open a floating pane.
| Version | Delta | File | |
|---|---|---|---|
| 1.54 | +178 | -308 | usr.bin/tmux/cmd-display-menu.c |
| 1.481 | +30 | -192 | usr.bin/tmux/tty.c |
| 1.1171 | +31 | -168 | usr.bin/tmux/tmux.1 |
| 1.513 | +13 | -155 | usr.bin/tmux/server-client.c |
| 1.160 | +26 | -61 | usr.bin/tmux/screen-redraw.c |
| 1.1442 | +3 | -47 | usr.bin/tmux/tmux.h |
| +281 | -931 | 9 files not shown | |
| +305 | -1,000 | 15 files | |
merge Unbound 1.26.1
| Version | Delta | File | |
|---|---|---|---|
| 1.58 | +577 | -0 | usr.sbin/unbound/doc/Changelog |
| 1.34 | +444 | -103 | usr.sbin/unbound/services/authzone.c |
| 1.36 | +210 | -131 | usr.sbin/unbound/services/mesh.c |
| 1.47 | +251 | -14 | usr.sbin/unbound/daemon/remote.c |
| 1.45 | +199 | -15 | usr.sbin/unbound/util/netevent.c |
| 1.19 | +159 | -20 | usr.sbin/unbound/validator/val_sigcrypt.c |
| +1,840 | -283 | 95 files not shown | |
| +4,498 | -909 | 101 files | |
import Unbound 1.26.1, tests from phessler, ok florian
| Version | Delta | File | |
|---|---|---|---|
| 1.1.1.40 | +577 | -0 | usr.sbin/unbound/doc/Changelog |
| 1.1.1.28 | +444 | -103 | usr.sbin/unbound/services/authzone.c |
| 1.1.1.34 | +210 | -131 | usr.sbin/unbound/services/mesh.c |
| 1.1.1.36 | +251 | -14 | usr.sbin/unbound/daemon/remote.c |
| 1.1.1.33 | +197 | -13 | usr.sbin/unbound/util/netevent.c |
| 1.1.1.20 | +159 | -20 | usr.sbin/unbound/validator/val_sigcrypt.c |
| +1,838 | -281 | 110 files not shown | |
| +4,657 | -882 | 116 files | |
merge NSD 4.15.2
| Version | Delta | File | |
|---|---|---|---|
| 1.32 | +137 | -24 | usr.sbin/nsd/nsec3.c |
| 1.24 | +135 | -1 | usr.sbin/nsd/doc/ChangeLog |
| 1.22 | +112 | -0 | usr.sbin/nsd/doc/RELNOTES |
| 1.36 | +74 | -34 | usr.sbin/nsd/options.c |
| 1.23 | +103 | -0 | usr.sbin/nsd/rdata.c |
| 1.38 | +58 | -17 | usr.sbin/nsd/xfrd.c |
| +619 | -76 | 34 files not shown | |
| +1,099 | -152 | 40 files | |
import NSD 4.15.2, tests from phessler, ok florian
| Version | Delta | File | |
|---|---|---|---|
| 1.1.1.17 | +137 | -24 | usr.sbin/nsd/nsec3.c |
| 1.1.1.9 | +135 | -1 | usr.sbin/nsd/doc/ChangeLog |
| 1.1.1.9 | +112 | -0 | usr.sbin/nsd/doc/RELNOTES |
| 1.1.1.25 | +74 | -34 | usr.sbin/nsd/options.c |
| 1.1.1.20 | +103 | -0 | usr.sbin/nsd/rdata.c |
| 1.1.1.3 | +95 | -0 | usr.sbin/nsd/simdzone/src/generic/svcb.h |
| +656 | -59 | 43 files not shown | |
| +1,354 | -229 | 49 files | |
ieee80211_chan2mode() was replaced by ieee80211_node_abg_mode() ok stsp@
| Version | Delta | File | |
|---|---|---|---|
| 1.16 | +10 | -9 | share/man/man9/ieee80211.9 |
| +10 | -9 | 1 files | |
Fix typo (too few 0s) in CLIENT_CONTROL_DISCARD, from someone in GitHub issue 5622.
| Version | Delta | File | |
|---|---|---|---|
| 1.1441 | +2 | -2 | usr.bin/tmux/tmux.h |
| +2 | -2 | 1 files | |
Sync to unbound 1.26.1; heavy lifting by sthen
| Version | Delta | File | |
|---|---|---|---|
| 1.27 | +3,081 | -3,021 | sbin/unwind/libunbound/util/configlexer.c |
| 1.26 | +444 | -103 | sbin/unwind/libunbound/services/authzone.c |
| 1.26 | +210 | -131 | sbin/unwind/libunbound/services/mesh.c |
| 1.29 | +199 | -15 | sbin/unwind/libunbound/util/netevent.c |
| 1.14 | +159 | -20 | sbin/unwind/libunbound/validator/val_sigcrypt.c |
| 1.24 | +103 | -50 | sbin/unwind/libunbound/util/configparser.y |
| +4,196 | -3,340 | 69 files not shown | |
| +5,760 | -3,777 | 75 files | |
bpfattach2 -> bpfattach, bpf_mtap2 -> bpf_mtap
| Version | Delta | File | |
|---|---|---|---|
| 1.16 | +5 | -5 | share/man/man9/ieee80211_radiotap.9 |
| +5 | -5 | 1 files | |
mq_dechain() was removed in uipc_mbuf.c 1.300 spotted by bluhm@
| Version | Delta | File | |
|---|---|---|---|
| 1.14 | +2 | -17 | share/man/man9/mq_init.9 |
| +2 | -17 | 1 files | |
wsfont_remove() was removed in wsfont.c rev 1.56
| Version | Delta | File | |
|---|---|---|---|
| 1.3 | +1 | -10 | share/man/man9/wsfont_init.9 |
| +1 | -10 | 1 files | |
vn_default_error() was removed in vfs_init.c rev 1.21
| Version | Delta | File | |
|---|---|---|---|
| 1.17 | +1 | -8 | share/man/man9/vnsubr.9 |
| +1 | -8 | 1 files | |
uvm_meter() was removed in uvm_meter.c rev 1.49
| Version | Delta | File | |
|---|---|---|---|
| 1.8 | +2 | -9 | share/man/man9/uvm_init.9 |
| +2 | -9 | 1 files | |
usb_task_add -> usb_add_task
| Version | Delta | File | |
|---|---|---|---|
| 1.4 | +3 | -3 | share/man/man9/usb_add_task.9 |
| +3 | -3 | 1 files | |
task_l2set -> rtable_l2set
| Version | Delta | File | |
|---|---|---|---|
| 1.10 | +3 | -3 | share/man/man9/rtable_add.9 |
| +3 | -3 | 1 files | |
srp_gc_finalize() was removed in kern_srp.c rev 1.14
| Version | Delta | File | |
|---|---|---|---|
| 1.18 | +2 | -14 | share/man/man9/srp_enter.9 |
| +2 | -14 | 1 files | |
spllowersoftclock() was removed in 2005
| Version | Delta | File | |
|---|---|---|---|
| 1.27 | +5 | -13 | share/man/man9/spl.9 |
| +5 | -13 | 1 files | |
pmap_collect() was removed in 2025
| Version | Delta | File | |
|---|---|---|---|
| 1.23 | +2 | -17 | share/man/man9/pmap.9 |
| +2 | -17 | 1 files | |
pmap_clear_referenced -> pmap_clear_reference
| Version | Delta | File | |
|---|---|---|---|
| 1.22 | +3 | -3 | share/man/man9/pmap.9 |
| +3 | -3 | 1 files | |
m_tag_init() was removed in uipc_mbuf2.c rev 1.50
| Version | Delta | File | |
|---|---|---|---|
| 1.45 | +2 | -9 | share/man/man9/mbuf_tags.9 |
| +2 | -9 | 1 files | |
bpf_tap() was removed in bpf.c rev 1.149
| Version | Delta | File | |
|---|---|---|---|
| 1.20 | +2 | -11 | share/man/man9/bpf_mtap.9 |
| +2 | -11 | 1 files | |