dev-commits-src-branches@FreeBSD.org
Commits to the stable branches of the FreeBSD src repository
February 2025 Archives by thread
- git: a6b4af5e07af - stable/14 - nfsd: Add support for the NFSv4.2 change_attr_type attribute: Rick Macklem (Sat, 01 Feb 2025 03:25:30 UTC)
- git: 81a8f67a5b55 - stable/14 - mtree: TESTSBASE directory always starts with a /: Jose Luis Duran (Sat, 01 Feb 2025 03:35:01 UTC)
- git: d9753f86679d - stable/13 - mtree: TESTSBASE directory always starts with a /: Jose Luis Duran (Sat, 01 Feb 2025 03:35:17 UTC)
- Re: git: 15f6edf20e4e - stable/14 - bsdinstall: add menu to install firmware: Jessica Clarke (Sun, 02 Feb 2025 20:38:13 UTC)
- git: db9074ea54c0 - stable/14 - ip6addrctl(8): Use static initializer: Zhenlei Huang (Mon, 03 Feb 2025 12:25:35 UTC)
- git: e2b6e11583eb - stable/14 - if_vxlan(4): Use static initializers: Zhenlei Huang (Mon, 03 Feb 2025 12:25:36 UTC)
- git: 7d2a5c78a714 - stable/14 - if_vxlan(4): Prefer SYSCTL_INT over TUNABLE_INT: Zhenlei Huang (Mon, 03 Feb 2025 12:25:37 UTC)
- git: ceda6f83b119 - stable/14 - vnet: Fix style nits: Zhenlei Huang (Mon, 03 Feb 2025 12:25:38 UTC)
- git: ab72295c6584 - stable/13 - ip6addrctl(8): Use static initializer: Zhenlei Huang (Mon, 03 Feb 2025 12:28:17 UTC)
- git: 7a6319ece24f - stable/13 - if_vxlan(4): Use static initializers: Zhenlei Huang (Mon, 03 Feb 2025 12:28:18 UTC)
- git: 67e952ebaaad - stable/13 - if_vxlan(4): Prefer SYSCTL_INT over TUNABLE_INT: Zhenlei Huang (Mon, 03 Feb 2025 12:28:19 UTC)
- git: 0cc5ddd0b9f2 - stable/13 - vnet: Fix style nits: Zhenlei Huang (Mon, 03 Feb 2025 12:28:20 UTC)
- git: c59932350657 - stable/13 - Install sppp man page only on i386 and amd64: Zhenlei Huang (Mon, 03 Feb 2025 16:29:25 UTC)
- git: 29f77be0d844 - stable/13 - ng_sppp: Build only on i386 and amd64: Zhenlei Huang (Mon, 03 Feb 2025 16:29:26 UTC)
- git: 07324ed40901 - stable/14 - crtbegin: accurately check for the end of .dtors: Konstantin Belousov (Tue, 04 Feb 2025 00:29:46 UTC)
- git: 40fb3c401e1d - stable/14 - crtend: accurately check for the start of .ctors: Konstantin Belousov (Tue, 04 Feb 2025 00:29:47 UTC)
- git: 52549be4088a - stable/14 - bsdinstall/zfsboot: Remove unused global variable: Alexander Ziaee (Tue, 04 Feb 2025 00:39:22 UTC)
- git: 3b936c9d3b56 - stable/13 - bsdinstall/zfsboot: Remove unused global variable: Alexander Ziaee (Tue, 04 Feb 2025 00:41:24 UTC)
- git: b40f5ebc4581 - stable/14 - man.1: Improve search + spdx: Alexander Ziaee (Tue, 04 Feb 2025 00:58:41 UTC)
- git: 22d06df419e0 - stable/14 - gvinum: Emit deprecation notice upon drive tasting: Ed Maste (Tue, 04 Feb 2025 13:35:42 UTC)
- git: 036ce9b76e0a - stable/14 - vtfontcvt: Improve error message for unsupported DWIDTH: Ed Maste (Tue, 04 Feb 2025 13:38:20 UTC)
- git: 83c799af92eb - stable/14 - Revert "oce(4): deprecate": Ed Maste (Tue, 04 Feb 2025 13:38:21 UTC)
- git: eefd3fe08d3d - stable/13 - gvinum: Emit deprecation notice upon drive tasting: Ed Maste (Tue, 04 Feb 2025 13:44:01 UTC)
- git: cb9ee81985f2 - stable/13 - tcp: fix the initial CWND when a SYN retransmission happened: Michael Tuexen (Wed, 05 Feb 2025 17:58:52 UTC)
- git: f9e4eb3e8efc - stable/14 - tcp: fix the initial CWND when a SYN retransmission happened: Michael Tuexen (Wed, 05 Feb 2025 17:59:57 UTC)
- git: 08398b84ef15 - stable/14 - tcp: define tcp_lro_log() only when TCP_BLACKBOX is defined: Michael Tuexen (Wed, 05 Feb 2025 18:23:04 UTC)
- git: 6bcc3ae6d61d - stable/13 - icmp.4: improve icmplim and add icmplim_jitter description: Michael Tuexen (Wed, 05 Feb 2025 18:42:03 UTC)
- git: 6b8b1047276e - stable/14 - icmp: improve INVARIANTS check: Michael Tuexen (Wed, 05 Feb 2025 18:44:31 UTC)
- git: 8ed1a0c91195 - stable/14 - TCP BBR: remove assignments without effect: Michael Tuexen (Wed, 05 Feb 2025 19:36:29 UTC)
- git: ac863fd8298c - stable/13 - TCP BBR: remove assignments without effect: Michael Tuexen (Wed, 05 Feb 2025 19:37:19 UTC)
- git: b9c89008cca9 - stable/14 - TCP RACK: remove redundant check: Michael Tuexen (Wed, 05 Feb 2025 19:39:16 UTC)
- git: 0da0b392e2e4 - stable/14 - TCP RACK, BBR: ensure return value is always ininitialized: Michael Tuexen (Wed, 05 Feb 2025 19:42:32 UTC)
- git: 60682a028156 - stable/13 - TCP RACK, BBR: ensure return value is always ininitialized: Michael Tuexen (Wed, 05 Feb 2025 19:43:12 UTC)
- git: dd0d5ece19be - stable/14 - TCP RACK, BBR: cleanup of ctf_process_inbound_raw(): Michael Tuexen (Wed, 05 Feb 2025 19:44:00 UTC)
- git: 92d87203c00e - stable/13 - TCP RACK, BBR: cleanup of ctf_process_inbound_raw(): Michael Tuexen (Wed, 05 Feb 2025 19:49:28 UTC)
- git: 8d5e624d8daf - stable/14 - TCP RACK: don't use an uninitialized variable: Michael Tuexen (Wed, 05 Feb 2025 19:50:24 UTC)
- git: b638491bb878 - stable/14 - TCP BBR: fix getsockopt() for TCP_BBR_USEDEL_RATE: Michael Tuexen (Wed, 05 Feb 2025 19:52:45 UTC)
- git: 1d39f58d735c - stable/13 - TCP BBR: fix getsockopt() for TCP_BBR_USEDEL_RATE: Michael Tuexen (Wed, 05 Feb 2025 20:28:18 UTC)
- git: 3520068b471f - stable/14 - TCP RACK: add comment: Michael Tuexen (Wed, 05 Feb 2025 20:29:13 UTC)
- git: 7db5c08dc637 - stable/13 - TCP RACK: add comment: Michael Tuexen (Wed, 05 Feb 2025 20:29:43 UTC)
- git: 8ef4a2cfb30d - stable/14 - TCP BBR: fix condition when sending a tail loss probe: Michael Tuexen (Wed, 05 Feb 2025 20:30:38 UTC)
- git: 699d5634661d - stable/13 - TCP BBR: fix condition when sending a tail loss probe: Michael Tuexen (Wed, 05 Feb 2025 20:31:06 UTC)
- git: 8a246cebc105 - stable/14 - TCP BBR: remove code which is never executed: Michael Tuexen (Wed, 05 Feb 2025 20:31:54 UTC)
- git: c8828fec0540 - stable/13 - TCP BBR: remove code which is never executed: Michael Tuexen (Wed, 05 Feb 2025 20:32:23 UTC)
- git: 080caa0aea25 - stable/14 - TCP RACK: avoid using uninitialized tot_idle variable: Michael Tuexen (Wed, 05 Feb 2025 20:33:08 UTC)
- git: 3f45a8ffadad - stable/14 - TCP BBR: do not log an uninitialized value: Michael Tuexen (Wed, 05 Feb 2025 20:37:16 UTC)
- git: f5203188413a - stable/13 - TCP BBR: do not log an uninitialized value: Michael Tuexen (Wed, 05 Feb 2025 20:37:50 UTC)
- git: 6aa2c8ed5eef - stable/14 - TCP RACK: simplify condition: Michael Tuexen (Wed, 05 Feb 2025 20:38:56 UTC)
- git: 53da007da1fa - stable/14 - TCP RACK: remove un-needed assignment: Michael Tuexen (Wed, 05 Feb 2025 20:41:07 UTC)
- git: 0450ed7766de - stable/13 - TCP RACK: remove un-needed assignment: Michael Tuexen (Wed, 05 Feb 2025 20:44:13 UTC)
- git: c3322bb4680b - stable/14 - TCP BBR: simplify expression: Michael Tuexen (Wed, 05 Feb 2025 20:45:18 UTC)
- git: 0d93b08b4942 - stable/13 - TCP BBR: simplify expression: Michael Tuexen (Wed, 05 Feb 2025 20:45:24 UTC)
- git: c178bc193490 - stable/14 - TCP BBR: fix integer overflow: Michael Tuexen (Wed, 05 Feb 2025 20:46:14 UTC)
- git: ed530aaa4722 - stable/13 - TCP BBR: fix integer overflow: Michael Tuexen (Wed, 05 Feb 2025 20:46:21 UTC)
- git: 221ac9e07859 - stable/14 - TCP RACK: remove code that cannot be reached: Michael Tuexen (Wed, 05 Feb 2025 20:47:19 UTC)
- git: 2632e532c431 - stable/14 - TCP BBR: simplify expression: Michael Tuexen (Wed, 05 Feb 2025 20:49:37 UTC)
- git: 4f5788dfca2b - stable/13 - TCP BBR: simplify expression: Michael Tuexen (Wed, 05 Feb 2025 20:49:52 UTC)
- git: 6ab740bc90c1 - stable/14 - TCP BBR: remove code which is not needed: Michael Tuexen (Wed, 05 Feb 2025 20:51:13 UTC)
- git: 264b7dd11fa1 - stable/13 - TCP BBR: remove code which is not needed: Michael Tuexen (Wed, 05 Feb 2025 20:51:23 UTC)
- git: 1d8bbe5ba370 - stable/14 - TCP RACK: remove variable with is only initialized and not changed: Michael Tuexen (Wed, 05 Feb 2025 20:53:05 UTC)
- git: 86ec7e524a5d - stable/14 - TCP RACK: fix TCP fast open: Michael Tuexen (Wed, 05 Feb 2025 20:54:06 UTC)
- git: 9698788212e8 - stable/13 - TCP RACK: fix TCP fast open: Michael Tuexen (Wed, 05 Feb 2025 20:54:32 UTC)
- git: 2a704e9ca7e9 - stable/14 - TCP BBR: remove dead code: Michael Tuexen (Wed, 05 Feb 2025 20:55:16 UTC)
- git: 7edc7c8f6f97 - stable/13 - TCP BBR: remove dead code: Michael Tuexen (Wed, 05 Feb 2025 20:55:52 UTC)
- git: c6f745a3e334 - stable/14 - TCP BBR: remove dead code: Michael Tuexen (Wed, 05 Feb 2025 20:56:58 UTC)
- git: 88844461a715 - stable/13 - TCP BBR: remove dead code: Michael Tuexen (Wed, 05 Feb 2025 20:57:04 UTC)
- git: 992f67691ada - stable/14 - TCP RACK: fix TCP_RACK_PACING_BETA socket option: Michael Tuexen (Wed, 05 Feb 2025 20:57:53 UTC)
- git: 0cc48e631781 - stable/14 - TCP RACK: don't log an uninitialized value: Michael Tuexen (Wed, 05 Feb 2025 20:59:46 UTC)
- git: 3cf7769f1f18 - stable/13 - TCP RACK: don't log an uninitialized value: Michael Tuexen (Wed, 05 Feb 2025 21:02:59 UTC)
- git: f28415489639 - stable/14 - TCP BBR: remove dead code: Michael Tuexen (Wed, 05 Feb 2025 21:03:42 UTC)
- git: dc66be9b6258 - stable/13 - TCP BBR: remove dead code: Michael Tuexen (Wed, 05 Feb 2025 21:04:14 UTC)
- git: 1dbcd9a15c9d - stable/14 - vmimage.subr: Redirect etcupdate log to stdout: Colin Percival (Thu, 06 Feb 2025 04:14:48 UTC)
- git: 00db5c7152e8 - stable/13 - vmimage.subr: Redirect etcupdate log to stdout: Colin Percival (Thu, 06 Feb 2025 04:17:06 UTC)
- git: 2a777f20309f - stable/14 - ota: Merge One True Awk 20250116 bsd-feature 2dce54b053d4: Warner Losh (Thu, 06 Feb 2025 15:11:12 UTC)
- git: 99bcb54d8d91 - stable/14 - ip6addrctl(8): Strictly check the number of arguments: Zhenlei Huang (Thu, 06 Feb 2025 15:38:50 UTC)
- git: b709f7b38cc4 - stable/14 - ip6addrctl(8): Teach ip6addrctl to attach and run itself in a jail: Zhenlei Huang (Thu, 06 Feb 2025 15:38:51 UTC)
- git: 4ef48d172bb1 - stable/14 - sysctl: Refactor function parsefile(): Zhenlei Huang (Thu, 06 Feb 2025 15:38:52 UTC)
- git: 8d5d7e2ba3a6 - stable/14 - sysctl: Teach sysctl to attach and run itself in a jail: Zhenlei Huang (Thu, 06 Feb 2025 15:38:54 UTC)
- git: fd2873861123 - stable/13 - ip6addrctl(8): Strictly check the number of arguments: Zhenlei Huang (Thu, 06 Feb 2025 16:09:50 UTC)
- git: fa9926a62ae3 - stable/13 - ip6addrctl(8): Teach ip6addrctl to attach and run itself in a jail: Zhenlei Huang (Thu, 06 Feb 2025 16:09:51 UTC)
- git: 73a516c6527c - stable/13 - sysctl: Refactor function parsefile(): Zhenlei Huang (Thu, 06 Feb 2025 16:09:52 UTC)
- git: 5b0a5d8c1ea3 - stable/13 - sysctl: Teach sysctl to attach and run itself in a jail: Zhenlei Huang (Thu, 06 Feb 2025 16:09:54 UTC)
- git: 56c93859038f - stable/14 - bpf: Fix potential race conditions: Zhenlei Huang (Thu, 06 Feb 2025 19:11:14 UTC)
- git: 700880a13566 - stable/14 - ifnet: Make if_detach_internal() and if_vmove() void: Zhenlei Huang (Thu, 06 Feb 2025 19:11:15 UTC)
- git: 2e4eaf3c13d2 - stable/14 - ifnet: Detach BPF descriptors on interface vmove event: Zhenlei Huang (Thu, 06 Feb 2025 19:11:16 UTC)
- git: 19142d2a9600 - stable/13 - bpf: Fix potential race conditions: Zhenlei Huang (Thu, 06 Feb 2025 19:18:20 UTC)
- git: e0b2b8fa16a1 - stable/13 - ifnet: Make if_detach_internal() and if_vmove() void: Zhenlei Huang (Thu, 06 Feb 2025 19:18:22 UTC)
- git: 6b81815307b0 - stable/13 - ifnet: Detach BPF descriptors on interface vmove event: Zhenlei Huang (Thu, 06 Feb 2025 19:18:23 UTC)
- git: 5572827428bb - stable/14 - Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106: Kirk McKusick (Thu, 06 Feb 2025 19:25:55 UTC)
- git: fe6e275dc6f7 - stable/13 - LinuxKPI 802.11 / rtw88: make packets flow again: Bjoern A. Zeeb (Thu, 06 Feb 2025 20:50:38 UTC)
- git: 645ddc804835 - stable/13 - Post-13.5-branch updates: Colin Percival (Fri, 07 Feb 2025 00:00:03 UTC)
- git: a8f9845e39e2 - releng/13.5 - 13.5: create releng/13.5 branch: Colin Percival (Fri, 07 Feb 2025 00:00:04 UTC)
- git: 6f87402a02f0 - stable/13 - Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106: Kirk McKusick (Fri, 07 Feb 2025 00:28:02 UTC)
- git: 618afeb7f375 - stable/14 - LinuxKPI 802.11 / rtw88: make packets flow again: Bjoern A. Zeeb (Fri, 07 Feb 2025 01:16:45 UTC)
- git: 028323d61649 - stable/14 - setfib.2: Note that the number of FIBs can be adjusted after boot: Mark Johnston (Fri, 07 Feb 2025 14:46:59 UTC)
- git: f34a651bc988 - stable/14 - bhyve: Use a non-blocking read in slirp_recv(): Mark Johnston (Fri, 07 Feb 2025 14:47:00 UTC)
- git: af5c7b110f47 - stable/14 - bhyve: Implement the libslirp notify callback: Mark Johnston (Fri, 07 Feb 2025 14:47:01 UTC)
- git: bd8c494343ae - stable/14 - dtrace: Use size_t instead of uintptr_t to represent buffer offsets: Mark Johnston (Fri, 07 Feb 2025 14:47:02 UTC)
- git: dff74bbdd060 - stable/14 - savecore: add missing call to cap_openlog when in capabilities mode: Mark Johnston (Fri, 07 Feb 2025 14:47:04 UTC)
- git: 703c6df05260 - stable/14 - ure(4): Add support for ELECOM EDC-QUA3C: Mark Johnston (Fri, 07 Feb 2025 14:47:05 UTC)
- git: 546b910adb88 - stable/14 - savecore: add a test for LOG_PERROR: Mark Johnston (Fri, 07 Feb 2025 14:47:06 UTC)
- git: 0db4588bbe6e - stable/14 - thread: Simplify sanitizer integration with thread creation: Mark Johnston (Fri, 07 Feb 2025 14:47:07 UTC)
- git: 794283f94b82 - stable/14 - thread: Add a missing include of asan.h: Mark Johnston (Fri, 07 Feb 2025 14:47:08 UTC)
- git: d942e2828cab - stable/14 - mlx5en: Fix SIOCSIFCAPNV: Andrew Gallatin (Fri, 07 Feb 2025 15:33:59 UTC)
- git: 707adc335e94 - stable/14 - jls.8: Reference correct manpage for libxo options: Ed Maste (Fri, 07 Feb 2025 15:57:15 UTC)
- git: 5a7daf019918 - stable/14 - blocklistd: Remove obsolete network class reference: Ed Maste (Fri, 07 Feb 2025 15:57:16 UTC)
- git: 02cd05b637b2 - stable/13 - blocklistd: Remove obsolete network class reference: Ed Maste (Fri, 07 Feb 2025 15:57:48 UTC)
- git: ca3c2d28623a - stable/13 - jls.8: Reference correct manpage for libxo options: Ed Maste (Fri, 07 Feb 2025 16:00:01 UTC)
- git: 743d6ba0f290 - stable/14 - tty.4: correct description of header file: Konstantin Belousov (Sat, 08 Feb 2025 00:38:07 UTC)
- git: 3ba04b9f3102 - stable/14 - audit(9): do not touch VFS if panicing: Konstantin Belousov (Sat, 08 Feb 2025 00:38:09 UTC)
- git: 9938f6408934 - stable/14 - audit/audit.c: fix typo KERNEL_PANICED->KERNEL_PANICKED: Konstantin Belousov (Sat, 08 Feb 2025 00:38:10 UTC)
- git: a44843bfa143 - stable/14 - ng_hci: add support for Bluetooth Secure Simple Pairing: Bjoern A. Zeeb (Sun, 09 Feb 2025 15:34:09 UTC)
- git: e4e6423ef3d2 - stable/14 - tests/sigsys: initialize parameter passed to sysctlbyname(): Zhenlei Huang (Sun, 09 Feb 2025 16:38:27 UTC)
- git: 55c3167e51e9 - stable/13 - tests/sigsys: initialize parameter passed to sysctlbyname(): Zhenlei Huang (Sun, 09 Feb 2025 16:39:31 UTC)
- git: eebfb83805c0 - stable/14 - release: Chase location of pkg repo databases: Colin Percival (Sun, 09 Feb 2025 21:14:47 UTC)
- git: 8984d070d666 - stable/13 - release: Chase location of pkg repo databases: Colin Percival (Sun, 09 Feb 2025 21:16:41 UTC)
- git: ef6b3c58883d - releng/13.5 - release: Chase location of pkg repo databases: Colin Percival (Sun, 09 Feb 2025 21:19:05 UTC)
- git: f424cf5940d7 - stable/14 - mlx4ib(4): Fix some typos in device messages: Gordon Bergling (Mon, 10 Feb 2025 06:55:51 UTC)
- git: d9c36c812b5b - stable/13 - mlx4ib(4): Fix some typos in device messages: Gordon Bergling (Mon, 10 Feb 2025 06:57:30 UTC)
- git: dfe803fdbc54 - releng/13.5 - Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106: Kirk McKusick (Mon, 10 Feb 2025 07:39:28 UTC)
- git: 4ed1837853b1 - stable/14 - libkern: add ilog2 macro: Doug Moore (Mon, 10 Feb 2025 11:15:15 UTC)
- git: 7443532d5eed - stable/14 - drm2: Remove one more implementation of ilog2(): Doug Moore (Mon, 10 Feb 2025 11:15:16 UTC)
- git: 6f309b9d5654 - stable/14 - log2: move log2 functions from linuxkpi to libkern: Doug Moore (Mon, 10 Feb 2025 11:15:17 UTC)
- git: 7bcc7a0b88cc - stable/14 - libkern: avoid local var in order_base_2(): Doug Moore (Mon, 10 Feb 2025 11:15:18 UTC)
- git: 16b7da6f7abe - stable/14 - dev/mana: replace power2 function: Doug Moore (Mon, 10 Feb 2025 11:15:19 UTC)
- git: 2ee9d7dcdbe1 - stable/14 - libkern: don't use MPASS: Doug Moore (Mon, 10 Feb 2025 14:16:44 UTC)
- git: c57e8af7d5dc - stable/14 - LinuxKPI: 802.11: adjustments for v6.11 iwlwifi, rtw88 and rtw89: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:28 UTC)
- git: f4e352ef16d6 - stable/14 - iwlwifi: update Intel's iwlwifi/mvm driver.: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:29 UTC)
- git: 1ff77e61c64e - stable/14 - iwlwifi: avoid (hard) hang on loading module: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:30 UTC)
- git: 3de0d1929d19 - stable/14 - rtw88: update Realtek's rtw88 driver.: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:32 UTC)
- git: e6698f06149c - stable/14 - rtw89: update Realtek's rtw89 driver.: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:33 UTC)
- git: 25017e9971d6 - stable/14 - LinuxKPI: firmware: change order filenames trying to load firmware: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:35 UTC)
- git: e7f646183711 - stable/14 - net80211: add missing reference for struct ieee80211_vht_mcs_info: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:36 UTC)
- git: b6d4dc0b30f2 - stable/14 - net80211: name IEEE80211_VHTCAP_SUPP_CHAN_WIDTH_{NONE -> NO160}: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:37 UTC)
- git: 36ace2a923e1 - stable/14 - net80211: 11ac: add options to manage VHT STBC: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:38 UTC)
- git: c5978cd3e49a - stable/14 - net80211 / LinuxKPI 802.11: use enum ieee80211_sta_rx_bw for ni_chw: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:39 UTC)
- git: 1a472e9357f3 - stable/14 - net80211: HT: add missing bit descriptions for IEEE80211_AGGR_BITS: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:40 UTC)
- git: 1a083d59b61a - stable/14 - net80211: HT: check for feature support in ht_recv_action_ht_txchwidth(): Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:41 UTC)
- git: 594d6c7141b7 - stable/14 - net80211: correct typo s/Insure/Ensure/: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:42 UTC)
- git: b7be66e4e86f - stable/14 - net80211: add missing 80Mhz and 160Mhz channel ranges: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:43 UTC)
- git: 4d027e53be06 - stable/14 - net80211: (v)ht: use macros at hand: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:45 UTC)
- git: 4eaf978df5e1 - stable/14 - net80211: add IEEE80211_IS_LOCKED(): Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:46 UTC)
- git: 950dc789cc63 - stable/14 - LinuxKPI: 802.11: make HT compile again: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:47 UTC)
- git: 69aeb770a925 - stable/14 - LinuxKPI: 802.11: implement wiphy_{,un}lock(): Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:48 UTC)
- git: 08e6f5e449e3 - stable/14 - LinuxKPI: 802.11: add a print mask for ieee80211_rx_status_flags bits: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:49 UTC)
- git: 706c18c8b666 - stable/14 - LinuxKPI: 802.11: improve the IMPROVE_HT() macro: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:50 UTC)
- git: 1a7956f64b5c - stable/14 - LinuxKPI: 802.11: implement ieee80211_get_{he,eht}_iftype_cap{,_vif}: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:51 UTC)
- git: 6d2408973256 - stable/14 - LinuxKPI; 802.11 initalize ic_vht_cap.supp_mcs: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:52 UTC)
- git: fde943a07e47 - stable/14 - LinuxKPI: 802.11: remove rate_lowest_index(): Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:54 UTC)
- git: bd42a2567348 - stable/14 - LinuxKPI: 802.11: turn on debugfs for iwlwifi and rtw88: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:55 UTC)
- git: 787787fa8938 - stable/14 - iwlwifi: module correct -DCONFIG_*: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:56 UTC)
- git: be330cd9f9ac - stable/14 - rtw89: turn on debugfs support: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:57 UTC)
- git: 9689622f9898 - stable/14 - rtw88/rtw89: add module_param to enable/disable HT/VHT and EHT: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:58 UTC)
- git: 0735e8ddc328 - stable/14 - rtw88/rtw89: avoid duplicate top-level directory with debugfs: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:52:59 UTC)
- git: 9bb63440a21d - stable/14 - lib80211: regdomain: add the two other 160MHz bands: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:53:00 UTC)
- git: 1b5e1d919fc3 - stable/14 - ifconfig: remove debug printfs from set80211vhtconf(): Bjoern A. Zeeb (Mon, 10 Feb 2025 14:53:02 UTC)
- git: 054c043b0abf - stable/14 - ifconfig: 802.11: fix indentation of a line: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:53:03 UTC)
- git: 4f9bec61d85a - stable/14 - ifconfig: make -vht work: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:53:04 UTC)
- git: 8552e8de6d7e - stable/14 - contrib/wpa: pass IFM_IEEE80211_VHT5G if vht_enabled on the channel: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:53:05 UTC)
- git: 51b3a9dacfee - stable/14 - lindebugfs: use __func__ not __FUNCTION__: Bjoern A. Zeeb (Mon, 10 Feb 2025 14:53:06 UTC)
- git: 50202e05a356 - stable/14 - net: if_media for 100BASE-BX: Kevin Bowling (Tue, 11 Feb 2025 00:50:21 UTC)
- git: a32cc87cc0a0 - stable/13 - net: if_media for 100BASE-BX: Kevin Bowling (Tue, 11 Feb 2025 00:52:49 UTC)
- git: cba91bf59c79 - stable/14 - unlink, rmdir: call notify_upper from VOP pre method instead of syscall: Konstantin Belousov (Tue, 11 Feb 2025 01:11:55 UTC)
- git: c204fdb1c859 - stable/13 - periodic: set _localbase for periodic scripts from within periodic.conf: Juraj Lutter (Tue, 11 Feb 2025 13:48:53 UTC)
- git: 860d98fc6d12 - stable/14 - periodic: set _localbase for periodic scripts from within periodic.conf: Juraj Lutter (Tue, 11 Feb 2025 13:49:13 UTC)
- git: 8921c82b76e3 - stable/14 - carp: don't unintentionally revert to multicast mode: Kristof Provost (Tue, 11 Feb 2025 16:53:12 UTC)
- git: 90702fb5de14 - stable/14 - install: Fix METALOG ouptut for numeric -o and -g args: Ed Maste (Tue, 11 Feb 2025 21:28:20 UTC)
- git: 916ee8225f53 - stable/14 - contrib: Remove now-unused cortex-strings: Ed Maste (Tue, 11 Feb 2025 21:32:54 UTC)
- git: e58d9b71f37d - stable/14 - nanobsd: Always define the partition index: Jose Luis Duran (Wed, 12 Feb 2025 01:43:44 UTC)
- git: ac74f9a6547c - stable/14 - csu tests: Remove extra slash: Jose Luis Duran (Wed, 12 Feb 2025 01:43:45 UTC)
- git: f9e98800af5d - stable/14 - libopencsd: Remove extra slashes: Jose Luis Duran (Wed, 12 Feb 2025 01:43:46 UTC)
- git: 911d0089d0ff - stable/14 - mk: Move vm stack test debug symbols: Jose Luis Duran (Wed, 12 Feb 2025 01:43:47 UTC)
- git: abada75ea8c8 - stable/14 - mtree: Add missing libxo/encoder path: Jose Luis Duran (Wed, 12 Feb 2025 01:43:49 UTC)
- git: f7393d289275 - stable/14 - mtree: Add missing ossl-modules entry: Jose Luis Duran (Wed, 12 Feb 2025 01:43:50 UTC)
- git: 6fc8d02b59dd - stable/13 - nanobsd: Always define the partition index: Jose Luis Duran (Wed, 12 Feb 2025 01:44:28 UTC)
- git: 11391f2fa39d - stable/13 - csu tests: Remove extra slash: Jose Luis Duran (Wed, 12 Feb 2025 01:44:29 UTC)
- git: 65b71a21fc78 - stable/13 - libopencsd: Remove extra slashes: Jose Luis Duran (Wed, 12 Feb 2025 01:44:30 UTC)
- git: ceab30bfe243 - stable/13 - mk: Move vm stack test debug symbols: Jose Luis Duran (Wed, 12 Feb 2025 01:44:31 UTC)
- git: 28ac62860b59 - stable/13 - mtree: Add missing libxo/encoder path: Jose Luis Duran (Wed, 12 Feb 2025 01:44:32 UTC)
- git: ccd9c1ef4e90 - stable/14 - icmp: use per rate limit randomized jitter: Michael Tuexen (Wed, 12 Feb 2025 10:04:59 UTC)
- git: 0939f3a04653 - stable/13 - icmp: do not store per-VNET identical array of strings: Michael Tuexen (Wed, 12 Feb 2025 10:19:29 UTC)
- git: a6d5c6a04fe9 - stable/13 - icmp: hide icmp_bandlimit_uninit() under VIMAGE: Michael Tuexen (Wed, 12 Feb 2025 10:21:39 UTC)
- git: a71eee300ba7 - stable/13 - icmp: when logging ICMP ratelimiting message use correct jitter value: Michael Tuexen (Wed, 12 Feb 2025 10:22:45 UTC)
- git: 18058544c65b - stable/13 - icmp: improve ICMP limit jitter: Michael Tuexen (Wed, 12 Feb 2025 10:24:05 UTC)
- git: dc167e64dce3 - stable/13 - icmp6: make icmp6_ratelimit() responsible to update the stats counter: Michael Tuexen (Wed, 12 Feb 2025 10:28:16 UTC)
- git: 90ecc3fc679d - stable/13 - icmp6: rate limit our echo replies: Michael Tuexen (Wed, 12 Feb 2025 10:29:16 UTC)
- git: 1cc0ac5ef37e - stable/13 - icmp6: bring rate limiting on a par with IPv4: Michael Tuexen (Wed, 12 Feb 2025 14:02:47 UTC)
- git: 0b29ef1e3fd5 - stable/13 - icmp: allow zero value for ICMP limits: Michael Tuexen (Wed, 12 Feb 2025 14:04:38 UTC)
- git: 1b4561cf4b46 - stable/13 - icmp: correct the assertion that checks limit + jitter: Michael Tuexen (Wed, 12 Feb 2025 14:05:36 UTC)
- git: bd6a89a6c32a - stable/13 - icmp: improve INVARIANTS check: Michael Tuexen (Wed, 12 Feb 2025 14:06:54 UTC)
- git: e1dd07ede923 - stable/13 - icmp: use per rate limit randomized jitter: Michael Tuexen (Wed, 12 Feb 2025 14:07:43 UTC)
- git: 250c3c549e2c - stable/14 - boottrace: Don't say we've unmounted if we haven't.: Dag-Erling Smørgrav (Thu, 13 Feb 2025 00:38:33 UTC)
- git: 67cead936d0a - stable/14 - unifdef: Fix collision check when adding symbols.: Dag-Erling Smørgrav (Thu, 13 Feb 2025 00:38:34 UTC)
- git: 931b0990297e - stable/13 - unifdef: Fix collision check when adding symbols.: Dag-Erling Smørgrav (Thu, 13 Feb 2025 00:39:49 UTC)
- git: f564bcc766d5 - stable/14 - Remove obsolete clang18 files for aarch64: Dimitry Andric (Thu, 13 Feb 2025 08:24:32 UTC)
- git: 9370c2c33125 - stable/13 - Remove obsolete clang18 files for aarch64: Dimitry Andric (Thu, 13 Feb 2025 08:25:22 UTC)
- git: 523548736f46 - stable/14 - if_ovpn: fix module load in NOINET6 kernels: Kristof Provost (Thu, 13 Feb 2025 08:45:08 UTC)
- git: 04f360b78220 - stable/14 - MAC: mac_biba, mac_lomac: Fix setting loader tunables: Zhenlei Huang (Thu, 13 Feb 2025 10:20:52 UTC)
- git: 8ca77f9f9ece - stable/14 - sysctl: Harden sysctl_handle_string() against unterminated string: Zhenlei Huang (Thu, 13 Feb 2025 10:20:53 UTC)
- git: 87836ab994c2 - stable/13 - MAC: mac_biba, mac_lomac: Fix setting loader tunables: Zhenlei Huang (Thu, 13 Feb 2025 10:23:52 UTC)
- git: dcd7286d9027 - stable/13 - sysctl: Harden sysctl_handle_string() against unterminated string: Zhenlei Huang (Thu, 13 Feb 2025 10:23:53 UTC)
- git: 1aaec1978a29 - releng/13.5 - unifdef: Fix collision check when adding symbols.: Dag-Erling Smørgrav (Thu, 13 Feb 2025 15:12:19 UTC)
- git: e375421e243a - releng/13.5 - Remove obsolete clang18 files for aarch64: Dimitry Andric (Thu, 13 Feb 2025 16:00:33 UTC)
- git: ebc96321e706 - releng/13.5 - icmp: do not store per-VNET identical array of strings: Michael Tuexen (Thu, 13 Feb 2025 16:46:10 UTC)
- git: a0146592cda2 - releng/13.5 - icmp: hide icmp_bandlimit_uninit() under VIMAGE: Michael Tuexen (Thu, 13 Feb 2025 16:46:11 UTC)
- git: b6dc6601559b - releng/13.5 - icmp: when logging ICMP ratelimiting message use correct jitter value: Michael Tuexen (Thu, 13 Feb 2025 16:46:12 UTC)
- git: 1ed60133f6d6 - releng/13.5 - icmp: improve ICMP limit jitter: Michael Tuexen (Thu, 13 Feb 2025 16:46:13 UTC)
- git: 9880ce076584 - releng/13.5 - icmp6: make icmp6_ratelimit() responsible to update the stats counter: Michael Tuexen (Thu, 13 Feb 2025 16:46:14 UTC)
- git: a7ad6437193a - releng/13.5 - icmp6: rate limit our echo replies: Michael Tuexen (Thu, 13 Feb 2025 16:46:15 UTC)
- git: ebda0be762bf - releng/13.5 - icmp6: bring rate limiting on a par with IPv4: Michael Tuexen (Thu, 13 Feb 2025 16:46:17 UTC)
- git: 881ba70c1a3c - releng/13.5 - icmp: allow zero value for ICMP limits: Michael Tuexen (Thu, 13 Feb 2025 16:46:18 UTC)
- git: a3b66c4bf0e2 - releng/13.5 - icmp: correct the assertion that checks limit + jitter: Michael Tuexen (Thu, 13 Feb 2025 16:46:19 UTC)
- git: 5f2744d520e9 - releng/13.5 - icmp: improve INVARIANTS check: Michael Tuexen (Thu, 13 Feb 2025 16:46:20 UTC)
- git: cd91df3292bf - releng/13.5 - icmp: use per rate limit randomized jitter: Michael Tuexen (Thu, 13 Feb 2025 16:46:21 UTC)
- git: 3afa8f08bcd5 - releng/13.5 - MAC: mac_biba, mac_lomac: Fix setting loader tunables: Zhenlei Huang (Thu, 13 Feb 2025 16:53:17 UTC)
- git: 6b0086795db0 - releng/13.5 - sysctl: Harden sysctl_handle_string() against unterminated string: Zhenlei Huang (Thu, 13 Feb 2025 16:53:18 UTC)
- git: ac2170b99551 - stable/14 - pac: Use strdup and asprintf in place of dubious string building: John Baldwin (Thu, 13 Feb 2025 17:51:29 UTC)
- git: 720d25547745 - stable/14 - pac: Consistently use item count as the first argument to calloc: John Baldwin (Thu, 13 Feb 2025 17:51:30 UTC)
- git: 74a5a7d84236 - stable/13 - pac: Use strdup and asprintf in place of dubious string building: John Baldwin (Thu, 13 Feb 2025 17:51:35 UTC)
- git: 749ec2967ed3 - stable/13 - pac: Consistently use item count as the first argument to calloc: John Baldwin (Thu, 13 Feb 2025 17:51:36 UTC)
- git: 6e06a07978cd - releng/13.5 - 13.5: Update to BETA2: Colin Percival (Fri, 14 Feb 2025 00:01:01 UTC)
- git: 0d1eed3701a8 - stable/14 - ixgbe: Add ixgbe_dev_from_hw() back: Kevin Bowling (Fri, 14 Feb 2025 01:24:52 UTC)
- git: 4759b165d598 - stable/13 - ixgbe: Add ixgbe_dev_from_hw() back: Kevin Bowling (Fri, 14 Feb 2025 01:25:23 UTC)
- git: 54b0d4845a89 - stable/14 - cxgbe/t4_tom: Plug an stid leak.: Navdeep Parhar (Fri, 14 Feb 2025 04:59:05 UTC)
- git: 03bbfb01cc31 - stable/14 - rc.d/iovctl: Start the iovctl service after kld.: Navdeep Parhar (Fri, 14 Feb 2025 04:59:06 UTC)
- git: bfe8eb702e1e - stable/14 - dtrace: Remove the noinline qualifier from dtrace_getarg(): Mark Johnston (Fri, 14 Feb 2025 19:25:25 UTC)
- git: 4a6d4cd76307 - stable/14 - libdtrace: Generalize handling of data models a bit: Mark Johnston (Fri, 14 Feb 2025 19:25:26 UTC)
- git: f44f65ff03f7 - stable/14 - arm64: Clean up usage of the dtrace invop handler: Mark Johnston (Fri, 14 Feb 2025 19:25:27 UTC)
- git: 467fa302c3ae - stable/14 - clock: Add a long ticks variable, ticksl: Mark Johnston (Fri, 14 Feb 2025 19:25:29 UTC)
- git: a267ceaf39a6 - stable/14 - clock: Simplify subr_ticks and rename: Mark Johnston (Fri, 14 Feb 2025 19:25:30 UTC)
- git: 3e6fddaf80b9 - stable/14 - clock: Use .balign to align ticksl: Mark Johnston (Fri, 14 Feb 2025 19:25:31 UTC)
- git: 40c56cc51eaf - stable/14 - libdtrace: Use designators to initialize the opcode array: Mark Johnston (Fri, 14 Feb 2025 19:25:32 UTC)
- git: 9ab9e138f30e - stable/14 - dtrace/arm64: Fix enumeration of FBT return probes: Mark Johnston (Fri, 14 Feb 2025 19:25:33 UTC)
- git: a50d5a7c1fd8 - stable/14 - ti/am335x: Fix the device_set_descf() call in am335x_dmtimer_probe(): Mark Johnston (Fri, 14 Feb 2025 19:25:34 UTC)
- git: d1b263065a83 - stable/14 - geli tests: Use shorter passphrases in setkey_passphrase: Mark Johnston (Fri, 14 Feb 2025 19:25:35 UTC)
- git: 31af1ba0a87c - stable/14 - Reinstate returning EOVERFLOW from stats_v1_blob_clone(): Mark Johnston (Fri, 14 Feb 2025 19:25:36 UTC)
- git: c34817d9aef7 - stable/14 - ixgbe: Add support for 1000BASE-BX SFP modules: Kevin Bowling (Sun, 16 Feb 2025 00:25:59 UTC)
- git: ecbef369b33a - stable/14 - e1000: Fix vlan PCP/DEI on lem(4): Kevin Bowling (Sun, 16 Feb 2025 00:26:00 UTC)
- git: 07e712e4d1f0 - stable/14 - igc: Remove unused register IGC_RXD_SPC_VLAN_MASK: Kevin Bowling (Sun, 16 Feb 2025 00:26:01 UTC)
- git: b26592d87dbe - stable/13 - ixgbe: Add support for 1000BASE-BX SFP modules: Kevin Bowling (Sun, 16 Feb 2025 00:27:01 UTC)
- git: e812e4d86d28 - stable/13 - e1000: Fix vlan PCP/DEI on lem(4): Kevin Bowling (Sun, 16 Feb 2025 00:27:02 UTC)
- git: a06369238d7d - stable/13 - igc: Remove unused register IGC_RXD_SPC_VLAN_MASK: Kevin Bowling (Sun, 16 Feb 2025 00:27:03 UTC)
- git: 24d3fd31f805 - stable/14 - ObsoleteFiles.inc: Remove test debug file from wrong dir: Jose Luis Duran (Sun, 16 Feb 2025 04:16:17 UTC)
- git: b6490ad408d0 - stable/13 - ObsoleteFiles.inc: Remove test debug file from wrong dir: Jose Luis Duran (Sun, 16 Feb 2025 04:16:46 UTC)
- git: 09def8d654e7 - stable/14 - ipfw: add missing initializer for 'limit' table value: Andrey V. Elsukov (Mon, 17 Feb 2025 07:35:17 UTC)
- git: ff2588f2ac0a - stable/13 - ipfw: add missing initializer for 'limit' table value: Andrey V. Elsukov (Mon, 17 Feb 2025 07:41:30 UTC)
- git: 486af41443e8 - stable/14 - MFC jls: admit that jail parameters with newlines print multiple lines PR: 283414 Reported by: dch: Jamie Gritton (Mon, 17 Feb 2025 19:34:17 UTC)
- git: dc384b96228f - stable/14 - MFC jls: fix the -q option to put quotes around all whitespace PR: 283414: Jamie Gritton (Mon, 17 Feb 2025 19:41:45 UTC)
- git: 3593da6a4e86 - stable/14 - mtree: Add missing flua entry: Jose Luis Duran (Mon, 17 Feb 2025 20:12:51 UTC)
- git: 057598ba1862 - stable/13 - mtree: Add missing flua entry: Jose Luis Duran (Mon, 17 Feb 2025 20:13:13 UTC)
- git: 8bd278e2707e - stable/13 - mtree: Add missing directories generated by certctl: Jose Luis Duran (Mon, 17 Feb 2025 20:51:31 UTC)
- git: 24491b4acce5 - stable/14 - ixgbe: x550 support for 1000BASE-BX SFP modules: Kevin Bowling (Tue, 18 Feb 2025 03:03:14 UTC)
- git: d22c7294544e - stable/13 - ixgbe: x550 support for 1000BASE-BX SFP modules: Kevin Bowling (Tue, 18 Feb 2025 03:27:41 UTC)
- git: 4f48ab042c97 - stable/14 - ssh: Update config.h for OpenSSL ED25519: Ed Maste (Tue, 18 Feb 2025 13:13:13 UTC)
- git: 7775f4c5c752 - stable/14 - powerpc: Remove flag CTLFLAG_TUN from sysctl knob hw.platform: Zhenlei Huang (Tue, 18 Feb 2025 15:15:49 UTC)
- git: 904510b2ac56 - stable/13 - powerpc: Remove flag CTLFLAG_TUN from sysctl knob hw.platform: Zhenlei Huang (Tue, 18 Feb 2025 15:24:20 UTC)
- git: 65835073dc3d - stable/14 - csh: Remove gethost dependency on tc.const.h: Ed Maste (Tue, 18 Feb 2025 17:20:33 UTC)
- git: 91ff75b756ec - stable/13 - pf.conf.5: fix ≤: Kristof Provost (Tue, 18 Feb 2025 17:43:12 UTC)
- git: ea54fe79b464 - stable/14 - pf: drop IPv6 packets built from overlapping fragments in pf reassembly: Kristof Provost (Tue, 18 Feb 2025 17:43:13 UTC)
- git: a61c2617f189 - stable/13 - pf: drop IPv6 packets built from overlapping fragments in pf reassembly: Kristof Provost (Tue, 18 Feb 2025 17:43:13 UTC)
- git: d02fb54b5a90 - stable/14 - pf: do not keep state when dropping overlapping IPv6 fragments: Kristof Provost (Tue, 18 Feb 2025 17:43:14 UTC)
- git: a5b6cff9a6ce - stable/13 - pf: do not keep state when dropping overlapping IPv6 fragments: Kristof Provost (Tue, 18 Feb 2025 17:43:14 UTC)
- git: 2e0f053ad52b - stable/14 - pf: fix fragment hole count: Kristof Provost (Tue, 18 Feb 2025 17:43:15 UTC)
- git: f84494807ec4 - stable/13 - pf: fix fragment hole count: Kristof Provost (Tue, 18 Feb 2025 17:43:15 UTC)
- git: 5ff91b71bb67 - stable/14 - pf tests: add more fragmentation test cases: Kristof Provost (Tue, 18 Feb 2025 17:43:16 UTC)
- git: 8a96306eb7d9 - stable/14 - pf.conf.5: fix ≤: Kristof Provost (Tue, 18 Feb 2025 17:43:18 UTC)
- git: cbb7dbbde25d - stable/14 - iwmbtfw: Check firmware exists before trying to upload it: Ed Maste (Tue, 18 Feb 2025 18:39:39 UTC)
- git: 0ea2924f8126 - stable/14 - libsecureboot: Report failure for unsupported hash algorithm: Ed Maste (Tue, 18 Feb 2025 18:41:26 UTC)
- git: 417e57b4764a - stable/14 - hptrr: Better error recovery: Warner Losh (Wed, 19 Feb 2025 00:19:11 UTC)
- git: 34798cb576bb - stable/14 - ssh: Don't reply to PING in preauth phase or during KEX: Ed Maste (Wed, 19 Feb 2025 14:54:34 UTC)
- git: 4ad8c195cf54 - stable/14 - ssh: Fix cases where error codes were not correctly set: Ed Maste (Wed, 19 Feb 2025 14:54:35 UTC)
- git: 24ce323f020f - stable/14 - ssh: Bump VersionAddendum for CVE fixes: Ed Maste (Wed, 19 Feb 2025 14:54:37 UTC)
- git: ef3ed0726f22 - stable/14 - Canonicalize the name of the FreeBSD Foundation: Ed Maste (Wed, 19 Feb 2025 14:59:16 UTC)
- git: 73dd56ffcd7b - stable/14 - ssh: Move XAUTH_PATH setting to ssh.mk: Ed Maste (Wed, 19 Feb 2025 15:00:17 UTC)
- git: 3ea366f74475 - stable/13 - ssh: Don't reply to PING in preauth phase or during KEX: Ed Maste (Wed, 19 Feb 2025 16:05:14 UTC)
- git: 8c67967cb14b - stable/13 - ssh: Fix cases where error codes were not correctly set: Ed Maste (Wed, 19 Feb 2025 16:05:15 UTC)
- git: 2fc62d0bd4f7 - stable/13 - ssh: Bump VersionAddendum for CVE fixes: Ed Maste (Wed, 19 Feb 2025 16:05:16 UTC)
- git: b2674931a281 - stable/13 - ssh: update FREEBSD-upgrade instructions: Ed Maste (Wed, 19 Feb 2025 16:05:57 UTC)
- git: 9fcb7c640e27 - stable/14 - uath: Avoid a NULL dereference: Jose Luis Duran (Wed, 19 Feb 2025 16:24:58 UTC)
- git: 2dcc11d82758 - stable/13 - uath: Avoid a NULL dereference: Jose Luis Duran (Wed, 19 Feb 2025 16:25:17 UTC)
- git: 4ddbb7945c63 - stable/13 - pkg-stage.sh: kde5 -> kde: Colin Percival (Wed, 19 Feb 2025 19:25:54 UTC)
- git: fd3016b17efb - stable/13 - Canonicalize the name of the FreeBSD Foundation: Ed Maste (Wed, 19 Feb 2025 19:53:05 UTC)
- git: 8a02eb2c1e4f - stable/14 - libssh: Remove progressmeter: Ed Maste (Thu, 20 Feb 2025 02:31:36 UTC)
- git: 9197c04a251b - stable/14 - Deprecate publickey(5) stuff: Ed Maste (Thu, 20 Feb 2025 02:35:02 UTC)
- git: fb4102bc52a6 - stable/13 - vtfontcvt: Improve error message for unsupported DWIDTH: Ed Maste (Thu, 20 Feb 2025 02:49:38 UTC)
- git: 2c97e333166d - stable/14 - ssh_config.5: Remove redundant CheckHostIP default text: Ed Maste (Thu, 20 Feb 2025 13:01:48 UTC)
- git: eed04cc1699b - stable/14 - certctl: Clean up.: Ed Maste (Thu, 20 Feb 2025 13:07:44 UTC)
- git: 546987291380 - stable/14 - certctl: Set METALOG ownership to root:wheel: Ed Maste (Thu, 20 Feb 2025 13:07:45 UTC)
- git: 935e29dcdd84 - stable/13 - ssh_config.5: Remove redundant CheckHostIP default text: Ed Maste (Thu, 20 Feb 2025 13:21:15 UTC)
- git: 18731774734b - stable/14 - cdefs: Bump the defaults for 'all': Ed Maste (Thu, 20 Feb 2025 14:13:51 UTC)
- git: 6789b9f63023 - stable/14 - libc: Fix getentropy POSIX 2024 conformance issues: Ed Maste (Thu, 20 Feb 2025 14:13:52 UTC)
- git: ff2fd01609cc - stable/14 - openssh: Update to 9.8p1: Ed Maste (Thu, 20 Feb 2025 17:51:21 UTC)
- git: 802386cd37f6 - stable/14 - openssh: Update to 9.9p1: Ed Maste (Thu, 20 Feb 2025 17:51:23 UTC)
- git: 059b786b7db5 - stable/14 - openssh: Update to 9.9p2: Ed Maste (Thu, 20 Feb 2025 17:51:24 UTC)
- git: 10e9add50f93 - stable/13 - ssh: Move XAUTH_PATH setting to ssh.mk: Ed Maste (Thu, 20 Feb 2025 17:56:57 UTC)
- git: 63d3c245221d - stable/13 - libssh: Remove progressmeter: Ed Maste (Thu, 20 Feb 2025 17:56:58 UTC)
- git: c845ae475579 - stable/13 - openssh: Update to 9.8p1: Ed Maste (Thu, 20 Feb 2025 17:56:59 UTC)
- git: 6e688e6d4f93 - stable/13 - openssh: Update to 9.9p1: Ed Maste (Thu, 20 Feb 2025 17:57:01 UTC)
- git: a8c1ea2614a4 - stable/13 - openssh: Update to 9.9p2: Ed Maste (Thu, 20 Feb 2025 17:57:02 UTC)
- git: fb309875333c - releng/13.5 - ssh: Don't reply to PING in preauth phase or during KEX: Ed Maste (Thu, 20 Feb 2025 18:00:45 UTC)
- git: 78b4f775184c - releng/13.5 - ssh: Bump VersionAddendum for CVE fixes: Ed Maste (Thu, 20 Feb 2025 18:00:47 UTC)
- git: 6cb9cfffa89a - releng/13.5 - ssh: Move XAUTH_PATH setting to ssh.mk: Ed Maste (Thu, 20 Feb 2025 18:46:09 UTC)
- git: ef280c2e5fe4 - releng/13.5 - libssh: Remove progressmeter: Ed Maste (Thu, 20 Feb 2025 18:46:10 UTC)
- git: d2b7937c2c5c - releng/13.5 - ssh_config.5: Remove redundant CheckHostIP default text: Ed Maste (Thu, 20 Feb 2025 18:46:11 UTC)
- git: b74bb7f01193 - releng/13.5 - openssh: Update to 9.8p1: Ed Maste (Thu, 20 Feb 2025 18:46:13 UTC)
- git: cb8e164fbb15 - releng/13.5 - openssh: Update to 9.9p1: Ed Maste (Thu, 20 Feb 2025 18:46:14 UTC)
- git: 31dcdee20afc - releng/13.5 - openssh: Update to 9.9p2: Ed Maste (Thu, 20 Feb 2025 18:46:16 UTC)
- git: ee6c7bf50b93 - releng/13.5 - pkg-stage.sh: kde5 -> kde: Colin Percival (Fri, 21 Feb 2025 00:05:31 UTC)
- git: 7f6d09003ada - releng/13.5 - 13.5: Update to BETA3: Colin Percival (Fri, 21 Feb 2025 00:05:32 UTC)
- git: 0629203c5392 - stable/14 - inpcb: Remove some unused parameters in internal hash lookup functions: Mark Johnston (Fri, 21 Feb 2025 01:57:13 UTC)
- git: 062ca7e887e3 - stable/14 - inpcb: Imbue in(6)_pcblookup_local() with a FIB parameter: Mark Johnston (Fri, 21 Feb 2025 01:57:14 UTC)
- git: ff45a1ca2e7a - stable/14 - inpcb: Add a flags parameter to in_pcbbind(): Mark Johnston (Fri, 21 Feb 2025 01:57:15 UTC)
- git: 685d1d78bf9c - stable/14 - inpcb: Add FIB-aware inpcb lookup: Mark Johnston (Fri, 21 Feb 2025 01:57:16 UTC)
- git: aa6163ff658b - stable/14 - tcp: Add a sysctl to modify listening socket FIB inheritance: Mark Johnston (Fri, 21 Feb 2025 01:57:17 UTC)
- git: e83d93bb28ac - stable/14 - udp: Add a sysctl to modify listening socket FIB inheritance: Mark Johnston (Fri, 21 Feb 2025 01:57:18 UTC)
- git: d2ae0070a1d3 - stable/14 - tests: Add some FIB multibind test cases: Mark Johnston (Fri, 21 Feb 2025 01:57:20 UTC)
- git: a55bde2328e5 - stable/14 - socket: Move SO_SETFIB handling to protocol layers: Mark Johnston (Fri, 21 Feb 2025 01:57:21 UTC)
- git: ce80cdeb1370 - stable/14 - rawip: Add a bind_all_fibs sysctl: Mark Johnston (Fri, 21 Feb 2025 01:57:22 UTC)
- git: b0f2df45e7a6 - stable/14 - socket: Add an option to retrieve a socket's FIB number: Mark Johnston (Fri, 21 Feb 2025 01:57:23 UTC)
- git: b65e307e9458 - stable/14 - inpcb: Move the definition of struct inpcblbgroup to in_pcb_var.h: Mark Johnston (Fri, 21 Feb 2025 01:57:24 UTC)
- git: 3ff5faee9e75 - stable/14 - tools: Add a small program to demonstrate FIB handling in bind(2): Mark Johnston (Fri, 21 Feb 2025 01:57:25 UTC)
- git: bf5056741d6e - stable/14 - savecore tests: Update to match output from savecore(8): Mark Johnston (Fri, 21 Feb 2025 01:57:26 UTC)
- git: 5dbfe9631dc1 - stable/14 - tools/fib_multibind: Remove a redundant calculation: Mark Johnston (Fri, 21 Feb 2025 01:57:27 UTC)
- git: b9e59283efeb - stable/14 - fibs_multibind_test: Explicitly cast the checksum value: Mark Johnston (Fri, 21 Feb 2025 01:57:29 UTC)
- git: 3ae196925d29 - releng/14.2 - ssh: Don't reply to PING in preauth phase or during KEX: Gordon Tetlow (Fri, 21 Feb 2025 02:56:23 UTC)
- git: 1920babc310a - releng/14.2 - ssh: Fix cases where error codes were not correctly set: Gordon Tetlow (Fri, 21 Feb 2025 02:56:25 UTC)
- git: 4b8a2f716588 - releng/14.2 - ssh: Bump VersionAddendum for CVE fixes: Gordon Tetlow (Fri, 21 Feb 2025 02:56:26 UTC)
- git: ac2cbb46b5f1 - releng/14.2 - Add UPDATING entries and bump version: Gordon Tetlow (Fri, 21 Feb 2025 02:56:27 UTC)
- git: 8d0540600b1e - releng/14.1 - ssh: Don't reply to PING in preauth phase or during KEX: Gordon Tetlow (Fri, 21 Feb 2025 02:56:37 UTC)
- git: 3053f92a163c - releng/14.1 - ssh: Fix cases where error codes were not correctly set: Gordon Tetlow (Fri, 21 Feb 2025 02:56:39 UTC)
- git: fe49460873e0 - releng/14.1 - ssh: Bump VersionAddendum for CVE fixes: Gordon Tetlow (Fri, 21 Feb 2025 02:56:40 UTC)
- git: f389e68ca980 - releng/14.1 - Add UPDATING entries and bump version.: Gordon Tetlow (Fri, 21 Feb 2025 02:56:41 UTC)
- git: c57fcc2d5307 - releng/13.4 - ssh: Don't reply to PING in preauth phase or during KEX: Gordon Tetlow (Fri, 21 Feb 2025 02:56:47 UTC)
- git: 469f61e89ff7 - releng/13.4 - ssh: Fix cases where error codes were not correctly set: Gordon Tetlow (Fri, 21 Feb 2025 02:56:48 UTC)
- git: 14c733f25493 - releng/13.4 - ssh: Bump VersionAddendum for CVE fixes: Gordon Tetlow (Fri, 21 Feb 2025 02:56:50 UTC)
- git: 27f132c05c39 - releng/13.4 - Add updating entries and bump version.: Gordon Tetlow (Fri, 21 Feb 2025 02:56:51 UTC)
- git: fd258b6dd15b - stable/14 - ipfw: make 'ipfw show' output compatible with 'ipfw add' command: Andrey V. Elsukov (Fri, 21 Feb 2025 11:17:53 UTC)
- git: 63422982e074 - stable/13 - ipfw: make 'ipfw show' output compatible with 'ipfw add' command: Andrey V. Elsukov (Fri, 21 Feb 2025 11:19:54 UTC)
- git: 860c84bc7618 - stable/14 - pf: Stop using net_epoch to synchronize access to eth rules: Mark Johnston (Fri, 21 Feb 2025 14:41:26 UTC)
- git: 93b7f9301c56 - releng/13.5 - pkg-stage.sh: Remove kde entirely: Colin Percival (Fri, 21 Feb 2025 16:25:54 UTC)
- git: 4a2644860cbe - Create tag release/14.2.0-p2: Philip Paeps (Sat, 22 Feb 2025 00:32:00 UTC)
- git: 49358ecfbded - Create tag release/14.1.0-p8: Philip Paeps (Sat, 22 Feb 2025 00:32:44 UTC)
- git: dcf13ce5c17f - Create tag release/13.4.0-p4: Philip Paeps (Sat, 22 Feb 2025 00:33:23 UTC)
- git: acc2d4712391 - stable/14 - bnxt_en: Retrieve maximum of 128 APP TLVs: Zhenlei Huang (Sat, 22 Feb 2025 02:51:37 UTC)
- git: 83c27109b977 - stable/14 - bnxt_en: Fix the description of sysctl knob dev.bnxt.X.dcb.dcbx_cap: Zhenlei Huang (Sat, 22 Feb 2025 02:51:38 UTC)
- git: 072303d432eb - stable/14 - bnxt_en: Remove pointless NULL check for sysctl arg1: Zhenlei Huang (Sat, 22 Feb 2025 02:51:39 UTC)
- git: 43339e7fc8a0 - stable/14 - bnxt_en: Improve sysctl handler bnxt_dcb_list_app(): Zhenlei Huang (Sat, 22 Feb 2025 02:51:41 UTC)
- git: efa09948218b - stable/14 - statfs.2: uncomment and describe MNT_IGNORE: Konstantin Belousov (Sun, 23 Feb 2025 00:31:08 UTC)
- git: 743cd4c1affb - stable/14 - statfs.2: remove dead comment: Konstantin Belousov (Sun, 23 Feb 2025 00:31:09 UTC)
- git: 28b1a5a6cd8c - stable/14 - statfs.2: order MNT flags alphabetically: Konstantin Belousov (Sun, 23 Feb 2025 00:31:11 UTC)
- git: b69399170b05 - stable/14 - statfs.2: document missing user-visible MNT flags: Konstantin Belousov (Sun, 23 Feb 2025 00:31:12 UTC)
- git: eb3be1cb9f4c - stable/14 - upgt: Deprecate ancient 802.11b/g driver: Ed Maste (Mon, 24 Feb 2025 15:53:12 UTC)
- git: 96e06df5bcf1 - stable/13 - upgt: Deprecate ancient 802.11b/g driver: Ed Maste (Mon, 24 Feb 2025 15:54:48 UTC)
- git: ab4d246b781c - stable/13 - Deprecate publickey(5) stuff: Ed Maste (Mon, 24 Feb 2025 15:54:50 UTC)
- git: 476f352b5a08 - stable/14 - Use the correct idle routine on recent AMD EPYC servers: Ed Maste (Mon, 24 Feb 2025 18:13:44 UTC)
- git: 0932ae6b9977 - stable/14 - lpd: Tighten permissions on /var/run/printer: Ed Maste (Mon, 24 Feb 2025 18:17:05 UTC)
- git: fc889167c319 - stable/14 - firewire: Add deprecation notice: Ed Maste (Mon, 24 Feb 2025 18:17:45 UTC)
- git: b3c037c2bcad - stable/14 - net80211 / LinuxKPI 802.11: add 802.11-2016 VHT Extended NSS BW defines: Bjoern A. Zeeb (Mon, 24 Feb 2025 20:27:02 UTC)
- git: 7563a2b96f56 - stable/14 - net80211/ifconfig: swap IEEE80211_FVHT_USEVHT160 and 80P80: Bjoern A. Zeeb (Mon, 24 Feb 2025 20:27:04 UTC)
- git: 48f8ed03d32d - stable/14 - net80211: rename \4 in IEEE80211_VHTCAP_BITS for clarity: Bjoern A. Zeeb (Mon, 24 Feb 2025 20:27:05 UTC)
- git: 3b84a5133a57 - stable/14 - net80211: crypto: enhance comment about IEEE80211_RX_F_MMIC_STRIP: Bjoern A. Zeeb (Mon, 24 Feb 2025 20:27:06 UTC)
- git: 6ddcff36f154 - stable/14 - net80211: use IEEE80211_KEY_UNDEFINED() insetad of checking they keyix: Bjoern A. Zeeb (Mon, 24 Feb 2025 20:27:07 UTC)
- git: 09d83ae036c7 - stable/14 - LinuxKPI: 802.11: adjust the hw_scan channel list: Bjoern A. Zeeb (Mon, 24 Feb 2025 20:27:08 UTC)
- git: 6062817529c8 - stable/14 - LinuxKPI: 802.11: implement various VHT helper functions: Bjoern A. Zeeb (Mon, 24 Feb 2025 20:27:09 UTC)
- git: bdc94f09bd96 - stable/14 - net80211/crypto: LinuxKPI/802.11: introduce IEEE80211_RX_F_PN_VALIDATED: Bjoern A. Zeeb (Mon, 24 Feb 2025 20:27:10 UTC)
- git: e8376bc284f1 - stable/14 - net80211: crypto: ccmp: fix more hardware offload bits: Bjoern A. Zeeb (Mon, 24 Feb 2025 20:27:11 UTC)
- git: 6b244c766608 - stable/14 - LinuxKPI: 802.11: fill in a lot more RX status fields: Bjoern A. Zeeb (Mon, 24 Feb 2025 20:27:13 UTC)
- git: 75418cb41978 - stable/14 - LinuxKPI: 802.11: make struct ieee80211_tx_info a bit more packed: Bjoern A. Zeeb (Mon, 24 Feb 2025 20:27:14 UTC)
- git: 00fc02712d23 - stable/14 - LinuxKPI; 802.11: start implementing cfg80211_calculate_bitrate(): Bjoern A. Zeeb (Mon, 24 Feb 2025 20:27:15 UTC)
- git: 00295a19ab1a - stable/14 - LinuxKPI: 802.11: ieee80211_vif_usable_links(): Bjoern A. Zeeb (Mon, 24 Feb 2025 20:27:16 UTC)
- git: b2999f02278d - stable/14 - LinuxKPI: 802.11/skb: add extra information for skb alloc failures: Bjoern A. Zeeb (Mon, 24 Feb 2025 20:27:17 UTC)
- git: a960f6e71743 - stable/14 - LinuxKPI: 802.11: dump station_info using (*sta_statistics)() as sysctl: Bjoern A. Zeeb (Mon, 24 Feb 2025 20:27:18 UTC)
- git: 5d6b85d086bc - stable/14 - LinuxKPI: 802.11: hardware crypto offload improvements: Bjoern A. Zeeb (Mon, 24 Feb 2025 20:27:19 UTC)
- git: eaa2fca952b3 - stable/14 - LinuxKPI: 802.11: make (unsupported) cipher suite prints user friendly: Bjoern A. Zeeb (Mon, 24 Feb 2025 20:27:20 UTC)
- git: 8468f05ff74d - stable/14 - LinuxKPI: 802.11: switch vif station list to a linux list: Bjoern A. Zeeb (Mon, 24 Feb 2025 20:27:22 UTC)
- git: 8feaeb95440b - stable/14 - net80211: crypto: ccmp: simplify and style(9): Bjoern A. Zeeb (Mon, 24 Feb 2025 20:27:23 UTC)
- git: 1a241a911dc8 - stable/14 - ntpd: Use the ntpd -u option in preference to the rc su plumbing: Cy Schubert (Tue, 25 Feb 2025 00:37:56 UTC)
- git: b006133ca117 - stable/14 - shar: Handle special characters or white space in file names fed to shar: Cy Schubert (Tue, 25 Feb 2025 00:37:57 UTC)
- git: 6a4a1a238523 - stable/14 - shar: Make sure a sed failure in the generated archive results in failure: Cy Schubert (Tue, 25 Feb 2025 00:37:58 UTC)
- git: 92c834c6980d - stable/13 - ntpd: Use the ntpd -u option in preference to the rc su plumbing: Cy Schubert (Tue, 25 Feb 2025 00:38:16 UTC)
- git: 9b70262b0807 - stable/13 - shar: Handle special characters or white space in file names fed to shar: Cy Schubert (Tue, 25 Feb 2025 00:38:17 UTC)
- git: 9b65c9cdbb94 - stable/13 - shar: Make sure a sed failure in the generated archive results in failure: Cy Schubert (Tue, 25 Feb 2025 00:38:18 UTC)
- git: 29c7551cf797 - stable/14 - nfscl: Re-initialize session seq#s when server shrinks slot table: Rick Macklem (Tue, 25 Feb 2025 02:03:10 UTC)
- git: d8d8b9c9ca38 - stable/14 - tests: carp: Update test case unicast_v4 to catch PR 284872: Zhenlei Huang (Tue, 25 Feb 2025 04:01:57 UTC)
- git: cad2df3e90d1 - stable/14 - carp: Fix checking IPv4 multicast address: Zhenlei Huang (Tue, 25 Feb 2025 04:01:58 UTC)
- git: 999e714432ac - stable/14 - snd_hda: Fix typo (s/owerflow/overflow): Christos Margiolis (Tue, 25 Feb 2025 12:17:29 UTC)
- git: 47a067308ec9 - stable/14 - sound tests: Fix downshift calculation in pcm_read_write test: Christos Margiolis (Tue, 25 Feb 2025 12:17:30 UTC)
- git: 1be7ae1a79a7 - stable/14 - snd_hda: Define ALC898: Christos Margiolis (Tue, 25 Feb 2025 12:17:31 UTC)
- git: 0611b649eb20 - stable/14 - sound: Bail out early if a format is not supported: Christos Margiolis (Tue, 25 Feb 2025 12:17:32 UTC)
- git: c1895bd9c035 - stable/14 - LinuxKPI: 802.11: improve cfg80211_chandef_create(): Bjoern A. Zeeb (Wed, 26 Feb 2025 15:03:08 UTC)
- git: 8a7430903fad - stable/14 - LinuxKPI: 802.11: use net80211 macro instead of manual check: Bjoern A. Zeeb (Wed, 26 Feb 2025 15:03:09 UTC)
- git: 2b93e1f9bafd - stable/14 - LinuxKPI: 802.11: add further checks for deflink.supp_rates[]: Bjoern A. Zeeb (Wed, 26 Feb 2025 15:03:11 UTC)
- git: 99589b0e1790 - stable/14 - LinuxKPI: rather than manually defining a value use the net80211 define: Bjoern A. Zeeb (Wed, 26 Feb 2025 15:03:12 UTC)
- git: cb9ffb85c413 - stable/14 - LinuxKPI: 802.11: add condition to TODO in ieee80211_sta_recalc_aggregates: Bjoern A. Zeeb (Wed, 26 Feb 2025 15:03:13 UTC)
- git: a775c23e4061 - stable/14 - LinuxKPI: 802.11: fix locking in lkpi_ic_ampdu_rx_stop(): Bjoern A. Zeeb (Wed, 26 Feb 2025 15:03:14 UTC)
- git: e00588ed9cc5 - stable/14 - LinuxKPI: skbuff: add synchronization primitives and missing bits: Bjoern A. Zeeb (Wed, 26 Feb 2025 15:03:15 UTC)
- git: 707ac59c2b31 - stable/14 - openssh: Fix blacklistd sshd-session integration: Jose Luis Duran (Wed, 26 Feb 2025 16:43:26 UTC)
- git: f931a32bcaf3 - stable/13 - openssh: Fix blacklistd sshd-session integration: Jose Luis Duran (Wed, 26 Feb 2025 16:43:53 UTC)
- git: e8043c76e378 - releng/13.5 - openssh: Fix blacklistd sshd-session integration: Jose Luis Duran (Wed, 26 Feb 2025 17:52:18 UTC)
- git: 7907a9276081 - stable/14 - usbconfig: add -l option to dump_device_desc for single line output: Bjoern A. Zeeb (Wed, 26 Feb 2025 23:46:11 UTC)
- git: 0ce3f5ee4e35 - stable/14 - LinuxKPI: 802.11: synchronize LinuxKPI 802.11 sta from net80211 ni: Bjoern A. Zeeb (Wed, 26 Feb 2025 23:46:12 UTC)
- git: 56bc8d57d361 - stable/14 - LinuxKPI: 802.11: disable A-MDPU TX for now for LinuxKPI WiFi drivers: Bjoern A. Zeeb (Wed, 26 Feb 2025 23:46:15 UTC)
- git: 7117d83bae36 - stable/14 - LinuxKPI: 802.11: factor out dynamic_rx_chains computation: Bjoern A. Zeeb (Wed, 26 Feb 2025 23:46:16 UTC)
- git: 1ff76f6ddefa - stable/14 - gstat: Sync usage/synopsis + tag SPDX: Alexander Ziaee (Thu, 27 Feb 2025 00:51:39 UTC)
- git: 3cedc5a9f14b - stable/14 - resizewin.1: Fix option list width typo + spdx: Alexander Ziaee (Thu, 27 Feb 2025 00:52:29 UTC)
- git: 9d32e928c207 - stable/14 - motd.5: Mention /etc/motd + alignment polish: Alexander Ziaee (Thu, 27 Feb 2025 00:53:51 UTC)
- git: 4e2ab411ce62 - stable/14 - make_dev.9: Fix mda_cr typo + polish: Alexander Ziaee (Thu, 27 Feb 2025 01:13:56 UTC)
- git: 3b210577b85a - stable/14 - style.mdoc.5: maintenence: Alexander Ziaee (Thu, 27 Feb 2025 01:13:58 UTC)
- git: 70858d8e20f1 - stable/14 - style.mdoc: fix list width alignment instructions: Alexander Ziaee (Thu, 27 Feb 2025 01:13:59 UTC)
- git: cf522ceef8fa - stable/14 - ports/filesystems: Fix fallout: Alexander Ziaee (Thu, 27 Feb 2025 01:19:35 UTC)
- git: 7ba0d890903b - stable/14 - bridge.4: Remove incorrect line + polish: Alexander Ziaee (Thu, 27 Feb 2025 01:19:36 UTC)
- git: 78fa5b277a84 - stable/14 - safexel manuals: Improve apropos and HW relnotes: Alexander Ziaee (Thu, 27 Feb 2025 01:19:37 UTC)
- git: 77eacf827803 - stable/14 - sh.1: document optional arguments to `:`: Alexander Ziaee (Thu, 27 Feb 2025 01:41:14 UTC)
- git: 2200da5fe059 - stable/14 - recv.2: Explain how recv functions can return 0: Alexander Ziaee (Thu, 27 Feb 2025 01:45:23 UTC)
- git: 6875767cf2e2 - stable/14 - recv.2: Improve style in RETURN VALUES: Alexander Ziaee (Thu, 27 Feb 2025 01:45:24 UTC)
- git: 8ac895f924e7 - stable/14 - nfscl: Fix setting of mtime for the NFSv4.n client: Rick Macklem (Thu, 27 Feb 2025 02:32:23 UTC)
- git: 319b59fbde2f - stable/13 - nfscl: Fix setting of mtime for the NFSv4.n client: Rick Macklem (Thu, 27 Feb 2025 02:36:40 UTC)
- git: a5275ec0a89f - stable/14 - pcib: Add helper routines for [de]activating PCI_RES_BUS resources: John Baldwin (Thu, 27 Feb 2025 14:16:27 UTC)
- git: 959c3d77be1f - stable/14 - acpi_pcib: Use pci_domain_[de]activate_bus for PCI_RES_BUS resources: John Baldwin (Thu, 27 Feb 2025 14:16:28 UTC)
- git: c96d316a888e - stable/14 - pci_host_generic: Use pci_domain_[de]activate_bus for PCI_RES_BUS resources: John Baldwin (Thu, 27 Feb 2025 14:16:30 UTC)
- git: 7007ee0b58e1 - stable/14 - x86: Use pci_domain_[de]activate_bus for PCI_RES_BUS resources: John Baldwin (Thu, 27 Feb 2025 14:16:31 UTC)
- git: d65f66c98337 - stable/14 - hyperv vmbus_pcib: Use pci_domain_*_bus for PCI_RES_BUS resources: John Baldwin (Thu, 27 Feb 2025 14:16:32 UTC)
- git: f645d34fbbce - stable/14 - powerpc ps3bus: Use bus_generic_rman_*: John Baldwin (Thu, 27 Feb 2025 14:16:33 UTC)
- git: 326dfed42c7e - stable/14 - powerpc psim: Use bus_generic_rman_*: John Baldwin (Thu, 27 Feb 2025 14:16:34 UTC)
- git: 14c7df4ec04f - stable/14 - powerpc mpc85xx: Use bus_generic_rman_*: John Baldwin (Thu, 27 Feb 2025 14:16:35 UTC)
- git: 387c7a712264 - stable/14 - powerpc powermac: Use bus_generic_rman_*: John Baldwin (Thu, 27 Feb 2025 14:16:36 UTC)
- git: 81770095f3d3 - stable/14 - macio: Set resource map size: John Baldwin (Thu, 27 Feb 2025 14:16:37 UTC)
- git: 64ab61b1284a - stable/14 - powerpc nexus: Use bus_generic_rman_*: John Baldwin (Thu, 27 Feb 2025 14:16:38 UTC)
- git: a7febc75da2f - stable/14 - arm nexus: Use bus_generic_rman_*: John Baldwin (Thu, 27 Feb 2025 14:16:40 UTC)
- git: e389a717877b - stable/14 - arm mv_pcib: Use bus_generic_rman_*: John Baldwin (Thu, 27 Feb 2025 14:16:41 UTC)
- git: cae52eb91f15 - stable/14 - arm64 thunder: Use bus_generic_rman_* in the pcie_pem driver: John Baldwin (Thu, 27 Feb 2025 14:16:42 UTC)
- git: 782d09ad298b - stable/14 - powerpc: Fix bus_space_unmap: John Baldwin (Thu, 27 Feb 2025 14:16:43 UTC)
- git: a93707671c05 - stable/14 - ofw_pcib: Use bus_generic_rman_*: John Baldwin (Thu, 27 Feb 2025 14:16:44 UTC)
- git: 672a0a76ed4a - stable/14 - simplebus: Consistently map SYS_RES_IOPORT to SYS_RES_MEMORY: John Baldwin (Thu, 27 Feb 2025 14:16:45 UTC)
- git: 57720609f705 - stable/14 - powerpc: Add RF_LITTLEENDIAN resource flag: John Baldwin (Thu, 27 Feb 2025 14:16:46 UTC)
- git: 57f378aacdc1 - stable/14 - acpi: Cleanup handling of suballocated resources: John Baldwin (Thu, 27 Feb 2025 14:16:48 UTC)
- git: df96f1db4a20 - stable/14 - pcib: Allocate PCI_RES_BUS resources with RF_ACTIVE: John Baldwin (Thu, 27 Feb 2025 14:16:49 UTC)
- git: 621c8145b81a - stable/14 - pcib: Refine handling of resources allocated from bridge windows: John Baldwin (Thu, 27 Feb 2025 14:16:50 UTC)
- git: a818e65ec2bd - stable/14 - gpiobus: Use bus_generic_rman_*: John Baldwin (Thu, 27 Feb 2025 14:16:51 UTC)
- git: 4b2667686f68 - stable/14 - pci_host_generic: Remove unused res1 field from softc: John Baldwin (Thu, 27 Feb 2025 14:16:52 UTC)
- git: 3756a1c62af2 - stable/14 - physmem ram: Don't reserve excluded regions: John Baldwin (Thu, 27 Feb 2025 14:16:53 UTC)
- git: b9ec2a943df7 - stable/14 - pci_host_generic: Don't rewrite resource start address for translation: John Baldwin (Thu, 27 Feb 2025 14:16:54 UTC)
- git: e5936d602858 - stable/14 - vmd: Use bus_generic_rman_* for PCI bus and memory resources: John Baldwin (Thu, 27 Feb 2025 14:16:55 UTC)
- git: 555691ca601d - stable/14 - pci_pci: Remove obsolete comment: John Baldwin (Thu, 27 Feb 2025 14:16:57 UTC)
- git: 8765268c119f - stable/14 - simplebus: Map SYS_RES_IOPORT to SYS_RES_MEMORY later in alloc_resource: John Baldwin (Thu, 27 Feb 2025 14:16:58 UTC)
- git: a18502645663 - stable/14 - simplebus: Implement bus_delete_resource: John Baldwin (Thu, 27 Feb 2025 14:16:59 UTC)
- git: c8e37e38080d - stable/14 - pci_host_generic: Set a valid error if allocating a range resource fails: John Baldwin (Thu, 27 Feb 2025 14:17:00 UTC)
- git: 2afea415b919 - stable/14 - pci_host_generic: Properly handle bus_release_resource of IRQ resources: John Baldwin (Thu, 27 Feb 2025 14:17:01 UTC)
- git: 4a0f4ccf6ae7 - stable/14 - powerpc mpc85xx: Fix infinite recursion in bus_adjust_resource method: John Baldwin (Thu, 27 Feb 2025 14:17:02 UTC)
- git: e7cab085e015 - stable/14 - powerpc psim: Fix infinite recursion in bus_adjust_resource method: John Baldwin (Thu, 27 Feb 2025 14:17:03 UTC)
- git: 1b0dd6b64b8e - stable/14 - pci_host_generic: Fix build without PCI_RES_BUS: John Baldwin (Thu, 27 Feb 2025 14:17:04 UTC)
- git: 2abfb125a565 - stable/14 - powerpc mpc85xx: Fix infinite recursion in multiple bus methods: John Baldwin (Thu, 27 Feb 2025 14:17:06 UTC)
- git: 1ee7a9a25053 - stable/14 - powerpc psim: Fix infinite recursion in multiple bus methods: John Baldwin (Thu, 27 Feb 2025 14:17:07 UTC)
- git: b53a0db0cb41 - stable/14 - gpiobus: Add missing DEVMETHOD for bus_get_rman: John Baldwin (Thu, 27 Feb 2025 14:17:08 UTC)
- git: 3ebdf18d5a75 - stable/14 - dpaa2: Use bus_generic_rman_*: John Baldwin (Thu, 27 Feb 2025 14:17:09 UTC)
- git: 189d06c37731 - stable/14 - bhnd_usb: Use bus_generic_rman_*: John Baldwin (Thu, 27 Feb 2025 14:17:10 UTC)
- git: 7f2360a108f9 - stable/14 - bhnd_chipc: Make use of bus_generic_rman_* to simplify some code: John Baldwin (Thu, 27 Feb 2025 14:17:11 UTC)
- git: f3d53a9ecad4 - stable/14 - pci_host_generic: Enumerate resource ranges under bootverbose: John Baldwin (Thu, 27 Feb 2025 14:17:12 UTC)
- git: 799a372ecfb3 - stable/14 - pci_host_generic: Pass a valid end address in generic_pcie_translate_resource: John Baldwin (Thu, 27 Feb 2025 14:17:13 UTC)
- git: fff81f9d4e14 - stable/14 - pci_host_generic: Simplify generic_pcie_translate_resource: John Baldwin (Thu, 27 Feb 2025 14:17:14 UTC)
- git: 0ed9854b5bf4 - stable/14 - Revert "new-bus: Disable assertions for rman mismatches for activate/deactivate": John Baldwin (Thu, 27 Feb 2025 14:17:16 UTC)
- git: f3a90481145e - stable/14 - rman: Add rman_get/set_type: John Baldwin (Thu, 27 Feb 2025 14:17:17 UTC)
- git: a69089343057 - stable/14 - sys: Set the type of allocated bus resources: John Baldwin (Thu, 27 Feb 2025 14:17:18 UTC)
- git: e14fd50dd810 - stable/14 - new-bus: Introduce a simpler bus API for managing resources: John Baldwin (Thu, 27 Feb 2025 14:17:19 UTC)
- git: 07b5d67777a7 - stable/14 - acpi: Use rman_get_type in acpi_is_resource_managed: John Baldwin (Thu, 27 Feb 2025 14:17:20 UTC)
- git: 6343760d7405 - stable/14 - bhnd: Use rman_get_type in bhndb_find_resource_limits: John Baldwin (Thu, 27 Feb 2025 14:17:21 UTC)
- git: 385ad72523fe - stable/14 - pcib: Use rman_get_type in internal functions: John Baldwin (Thu, 27 Feb 2025 14:17:22 UTC)
- git: d172f42e4ba7 - stable/14 - Bump __FreeBSD_version for bus resource API change: John Baldwin (Thu, 27 Feb 2025 14:17:24 UTC)
- git: 92e593668608 - stable/14 - pci_host_generic: Tolerate range resource allocation failures: John Baldwin (Thu, 27 Feb 2025 14:17:25 UTC)
- git: 1e5d162165e2 - stable/14 - pci: Use kobj typedefs for new-bus method prototypes: John Baldwin (Thu, 27 Feb 2025 14:17:26 UTC)
- git: ecd885d19639 - stable/14 - bhnd: Remove orphaned driver for the BHND USB core: John Baldwin (Thu, 27 Feb 2025 14:17:27 UTC)
- git: 1c3996e87f09 - stable/14 - acpi/pci/vmd: Fix a nit with nested resource mapping requests: John Baldwin (Thu, 27 Feb 2025 14:17:28 UTC)
- git: 0787c99b477e - stable/14 - pci(4): unbreak the build: John Baldwin (Thu, 27 Feb 2025 14:17:29 UTC)
- git: 9f54ed946430 - stable/14 - pci: Consistently use pci_vf_* for suballocated VF memory resources: John Baldwin (Thu, 27 Feb 2025 14:17:30 UTC)
- git: 60662799b126 - stable/14 - pci: Only add special VF handling for direct children in bus methods: John Baldwin (Thu, 27 Feb 2025 14:17:31 UTC)
- git: a27c361e0503 - stable/14 - pci: Narrow the scope of recently-added PCI_IOV #ifdefs: John Baldwin (Thu, 27 Feb 2025 14:17:32 UTC)
- git: 59cec1382dd8 - stable/14 - pci: Renove #ifdef PCI_IOV from declarations now used unconditionally: John Baldwin (Thu, 27 Feb 2025 14:17:34 UTC)
- git: 96b62eae3c24 - stable/14 - netinet: Update a comment for in_localip(): Zhenlei Huang (Thu, 27 Feb 2025 14:46:39 UTC)
- git: e75ef6dece8d - stable/14 - twe.4: Remove manpage for previously-removed driver: John Baldwin (Thu, 27 Feb 2025 15:05:08 UTC)
- git: 32de28db2327 - stable/14 - acpi_gpiobus: Fix cleanup on set flags failure: John Baldwin (Thu, 27 Feb 2025 15:14:02 UTC)
- git: 38ed49b0f927 - stable/14 - sound: Use bus_child_deleted methods to free ivars for children: John Baldwin (Thu, 27 Feb 2025 15:17:39 UTC)
- git: 1ab14e185ae1 - stable/14 - Check for errors when detaching children first, not last: John Baldwin (Thu, 27 Feb 2025 16:55:50 UTC)
- git: 7a88ac783b97 - stable/14 - dpaa2_mc: Check for error the first time bus_generic_detach is called: John Baldwin (Thu, 27 Feb 2025 16:55:51 UTC)
- git: 2266614d0714 - stable/14 - hifn/safe: Remove dummy calls to bus_generic_detach: John Baldwin (Thu, 27 Feb 2025 16:55:52 UTC)
- git: 4aed8b3b613c - stable/14 - new-bus: Add bus_(identify|attach|detach)_children: John Baldwin (Thu, 27 Feb 2025 16:55:53 UTC)
- git: bc8f3704f1d8 - stable/14 - stand/kshim: Update for devclass being removed from DRIVER_MODULE: John Baldwin (Thu, 27 Feb 2025 16:55:54 UTC)
- git: aa2b4a172621 - stable/14 - stand/usb: Quiet warnings so this builds again: John Baldwin (Thu, 27 Feb 2025 16:55:55 UTC)
- git: b67839d769dd - stable/14 - stand/kshim: Replace devclass_equal with calls to strcmp: John Baldwin (Thu, 27 Feb 2025 16:55:56 UTC)
- git: d57dc2d6a06f - stable/14 - cxgbe tom: Enable TLS offload support by default: John Baldwin (Thu, 27 Feb 2025 17:03:58 UTC)
- git: 0f1708d8570d - stable/14 - cxgbe: Tidy TOE tunables under hw.cxgbe: John Baldwin (Thu, 27 Feb 2025 17:03:59 UTC)
- git: 53662f9c6690 - stable/14 - cxgbetool.8: Consistently use .Cm for loader tunables: John Baldwin (Thu, 27 Feb 2025 17:04:00 UTC)
- git: 513cd54856e1 - stable/14 - Use bus_generic_detach directly instead of a wrapper: John Baldwin (Thu, 27 Feb 2025 17:19:19 UTC)
- git: 08f22bb41f08 - stable/14 - cxgbe tom: Make t4_push_frames static to t4_cpl_io.c: John Baldwin (Thu, 27 Feb 2025 17:19:20 UTC)
- git: 067de34b8e10 - stable/14 - pmcannotate: Add a '-m' mode option to control per-line annotations.: John Baldwin (Thu, 27 Feb 2025 18:53:43 UTC)
- git: a424624f2775 - stable/14 - .cirrus: Add manual amd64 and aarch64 jobs using GCC 14: John Baldwin (Thu, 27 Feb 2025 18:58:32 UTC)
- git: 00df1242ecb0 - stable/14 - .cirrus-ci: Update the non-manual GCC build job to GCC 13: John Baldwin (Thu, 27 Feb 2025 18:58:34 UTC)
- git: dd48b36aa295 - stable/14 - universe: Permit requesting a specific version of GCC: John Baldwin (Thu, 27 Feb 2025 18:58:35 UTC)
- git: f183965bb8f5 - stable/14 - pkgbase: fix inclusion of tests in ssh, bsnmp, clibs-dev: Ed Maste (Thu, 27 Feb 2025 19:45:50 UTC)
- git: 8e406d580ceb - stable/14 - iwlwifi: bring in some of the rs code: Bjoern A. Zeeb (Thu, 27 Feb 2025 21:04:19 UTC)
- git: 9a39e5f46bed - stable/14 - LinuxKPI: 802.11: ensure to select the correct channel width: Bjoern A. Zeeb (Thu, 27 Feb 2025 21:04:21 UTC)
- git: b2e5cbc82bff - stable/14 - LinuxKPI: 802.11: compile in HT compat code by default: Bjoern A. Zeeb (Thu, 27 Feb 2025 21:04:22 UTC)
- git: 63c197298957 - stable/14 - LinuxKPI: 802.11: compile in VHT compat code by default: Bjoern A. Zeeb (Thu, 27 Feb 2025 21:04:23 UTC)
- git: 4fd887f08b00 - stable/13 - queue: Fix STAILQ_ASSERT_EMPTY(): Olivier Certner (Thu, 27 Feb 2025 21:11:49 UTC)
- git: 9e0ef670d8a8 - stable/14 - queue: Fix STAILQ_ASSERT_EMPTY(): Olivier Certner (Thu, 27 Feb 2025 21:16:22 UTC)
- git: db06c8fd7f5b - stable/14 - kyuafile.5: ATF metadata mapping reference: Igor Ostapenko (Thu, 27 Feb 2025 21:48:43 UTC)
- git: cf411e5ed3a0 - releng/13.5 - queue: Fix STAILQ_ASSERT_EMPTY(): Olivier Certner (Thu, 27 Feb 2025 23:34:53 UTC)
- git: 956fb94dd608 - releng/13.5 - 13.5: Switch from "quarterly" to "release" pkgs: Colin Percival (Fri, 28 Feb 2025 00:54:24 UTC)
- git: a24b044a1e3b - releng/13.5 - 13.5: Update to RC1: Colin Percival (Fri, 28 Feb 2025 00:54:25 UTC)
- Re: git: 1a241a911dc8 - stable/14 - ntpd: Use the ntpd -u option in preference to the rc su plumbing: Tomoaki AOKI (Fri, 28 Feb 2025 09:53:24 UTC)
- deleted (X-No-Archive): deleted (Fri, 28 Feb 2025 14:12:54 UTC)
- git: 859aa726fb86 - stable/14 - ntp: NULL pointer deref when create_interface() fails: Cy Schubert (Fri, 28 Feb 2025 15:59:06 UTC)
- git: a3d32f9e6033 - stable/13 - ntp: NULL pointer deref when create_interface() fails: Cy Schubert (Fri, 28 Feb 2025 15:59:15 UTC)
- git: 586bdc6f7555 - stable/14 - bsd.mkopt.mk: Avoid warning from makeman: Ed Maste (Fri, 28 Feb 2025 18:20:01 UTC)
- git: 9fed5151903f - stable/14 - nfscl: Add support for CB_RECALL_SLOT: Rick Macklem (Fri, 28 Feb 2025 21:23:09 UTC)
- git: 310646a92ab4 - stable/14 - param.h: Bump _FreeBSD_version for commit 9fed5151903f: Rick Macklem (Fri, 28 Feb 2025 21:27:15 UTC)
- git: 76fdef764db9 - stable/14 - UPDATING: Add an entry for commit 9fed5151903f: Rick Macklem (Fri, 28 Feb 2025 21:35:18 UTC)