dev-commits-src-branches@FreeBSD.org
Commits to the stable branches of the FreeBSD src repository
April 2025 Archives by author
- Alan Somers
- Alexander Ziaee
- Alfredo Dal'Ava Junior
- Andrew Turner
- Andrey V. Elsukov
- Baptiste Daroussin
- Bjoern A. Zeeb
- git: 580c891f5add - stable/14 - malloc: extend malloc_usable_size() for contigmalloc (Fri, 18 Apr 2025 14:36:48 UTC)
- git: bc6e1ca80704 - stable/14 - LinuxKPI: make __kmalloc() play by the rules (Fri, 18 Apr 2025 14:36:49 UTC)
- git: 3494f4f5369d - stable/14 - LinuxKPI: always use contig allocations in linux_alloc_kmem() (Fri, 18 Apr 2025 14:36:51 UTC)
- git: 4fc30b0186b6 - stable/14 - LinuxKPI: be more verbose on _bus_dmamap_load_phys failures if debug is on (Fri, 18 Apr 2025 14:36:52 UTC)
- git: d684da076bbd - stable/14 - LinuxKPi: lkpi___kmalloc change a < into <= for proper boundry check (Fri, 18 Apr 2025 14:36:53 UTC)
- git: 3404752d554f - stable/14 - LinuxKPI: switch mallocarray to an lkpi implementation using __kmalloc() (Fri, 18 Apr 2025 14:36:54 UTC)
- git: 516eb937b274 - stable/14 - LinuxKPI: implement krealloc() for memory being contiguous (Fri, 18 Apr 2025 14:36:55 UTC)
- git: ebe210ca703b - stable/14 - LinuxKPI; cleanup slab.h a bit; move more free() into slab.c (Fri, 18 Apr 2025 14:36:56 UTC)
- git: 719721ca4b4e - stable/14 - LinuxKPI: add seq_hex_dump() (Fri, 18 Apr 2025 14:36:57 UTC)
- git: 02ad13b3796a - stable/14 - net80211/regdomain: try to sort out TW (Fri, 18 Apr 2025 14:36:58 UTC)
- git: 20f3d58fb8a6 - stable/14 - net80211: correct IEEE80211_KEY_BITS (Fri, 18 Apr 2025 14:37:00 UTC)
- git: 8f564898b937 - stable/14 - net80211: cleanup keyidx argument of ieee80211_notify_michael_failure() (Fri, 18 Apr 2025 14:37:01 UTC)
- git: e0bd174e0e36 - stable/14 - net80211: make use of IEEE80211_KEY_BITS for debug messages (Fri, 18 Apr 2025 14:37:02 UTC)
- git: 0dbc7a50aa6e - stable/14 - net80211: fix IEEE80211_VFHT_BITS after 160 and 80P80 got swapped (Fri, 18 Apr 2025 14:37:03 UTC)
- git: 361c8b995d6d - stable/14 - net80211: fill in missing flags to IEEE80211_NODE_BITS (Fri, 18 Apr 2025 14:37:04 UTC)
- git: 241fb1757415 - stable/14 - iwlwifi: fix iwl_uefi_get_uats_table() if not compiled with ACPI (Fri, 18 Apr 2025 14:37:05 UTC)
- git: 998fc383bd02 - stable/14 - LinuxKPI: 802.11: remove ieee80211_node_get_txrate_dot11rate() (Fri, 18 Apr 2025 14:37:06 UTC)
- git: 350651dbc927 - stable/14 - LinuxKPI: 802.11: remove cipher_scheme support (Fri, 18 Apr 2025 14:37:07 UTC)
- git: 64ec6ddac008 - stable/14 - LinuxKPI: 802.11: crypto pn lengths (Fri, 18 Apr 2025 14:37:09 UTC)
- git: f4aa407e89fe - stable/14 - LinuxKPI: 802.11: CONFIG_PM_SLEEP / WoWLAN header adjustments (Fri, 18 Apr 2025 14:37:10 UTC)
- git: 57764d222865 - stable/14 - LinuxKPI: 802.11: reduce code duplication introducing lkpi_remove_chanctx() (Fri, 18 Apr 2025 14:37:11 UTC)
- git: 494894b11a98 - stable/14 - LinuxKPI: 802.11: move chanctx_conf from vif to vif->bss_conf (Fri, 18 Apr 2025 14:37:12 UTC)
- git: 7b9d08676f33 - stable/14 - LinuxKPI: 802.11: more fields moved from vif to bss_conf (Fri, 18 Apr 2025 14:37:13 UTC)
- git: 7614861463e6 - stable/14 - LinuxKPI: 802.11: adjust locking around lkpi_remove_chanctx() (Fri, 18 Apr 2025 14:37:14 UTC)
- git: e36fd5d2b60f - stable/14 - LinuxKPI: 802.11: try to limit VHT (11ac) to 5Ghz (Fri, 18 Apr 2025 14:37:15 UTC)
- git: becb074fdefc - stable/14 - LinuxKPI: 802.11: adjust vif->bss_conf.chanctx_conf to rcu accessors (Fri, 18 Apr 2025 14:37:17 UTC)
- git: 3a35e07fa930 - stable/14 - LinuxKPI: 802.11: add a lchanctx list to lhw (Fri, 18 Apr 2025 14:37:18 UTC)
- git: 3d9f2164482b - stable/14 - LinuxKPI: 802.11: optimize mo_bss_info_changed (Fri, 18 Apr 2025 14:37:19 UTC)
- git: 7d57b5a339e3 - stable/14 - LinuxKPI: 802.11: switch to wiphy_lock (Fri, 18 Apr 2025 14:37:20 UTC)
- git: 96a1ab436150 - stable/14 - LinuxKPI: 802.11: deal with sta bw > channel width (Fri, 18 Apr 2025 14:37:21 UTC)
- git: 9bd4391f4ce0 - stable/14 - LinuxKPI: 802.11: further locking workarounds fro crypto updates (Fri, 18 Apr 2025 14:37:22 UTC)
- git: ded3d312ba36 - stable/14 - LinuxKPI: 802.11: enable fragmentation offload (Fri, 18 Apr 2025 14:37:23 UTC)
- git: 6869d0856230 - stable/14 - LinuxKPI: 802.11: increase mbufq lengths (Fri, 18 Apr 2025 14:37:24 UTC)
- git: 636bb42e6c55 - stable/14 - LinuxKPI: 802.11: deal with the error paths for lkpi_xmit() (Fri, 18 Apr 2025 14:37:26 UTC)
- git: 1ec403297e4e - stable/14 - LinuxKPI: 802.11: better dealing with errors in RX path (Fri, 18 Apr 2025 14:37:27 UTC)
- git: e273079ac52d - stable/14 - LinuxKPI: 802.11: plug mbuf leak (Fri, 18 Apr 2025 14:37:28 UTC)
- git: 9996e4df555c - stable/14 - LinuxKPI; 802.11: start filling rxrate statistics (Fri, 18 Apr 2025 14:37:29 UTC)
- git: f086acca042e - stable/14 - LinuxKPI: 802.11: avoid using an mbuf tag for now (Fri, 18 Apr 2025 14:37:30 UTC)
- git: 42be6050cec7 - stable/14 - iwlwififw: remove Intel iwlwifi firmware from src.git (Fri, 18 Apr 2025 14:37:31 UTC)
- git: a3b2d8e360c3 - stable/14 - Bump __FreeBSD_version to 1402505 for LinuxKPI alloc routine changes (Fri, 18 Apr 2025 14:37:32 UTC)
- Christos Margiolis
- Colin Percival
- git: 3af851edd0b9 - stable/14 - acpica: Extract _OSC parsing to a common file (Tue, 01 Apr 2025 17:46:09 UTC)
- git: d3916945e4e1 - stable/14 - pci: Use a switch statement when reading ivars (Tue, 01 Apr 2025 17:46:10 UTC)
- git: 506e41a1517e - stable/14 - pci: Make generic_pcie_read_ivar non static (Tue, 01 Apr 2025 17:46:12 UTC)
- git: 479872ce9194 - stable/14 - pci_host_generic: Support ACPI_IVAR_HANDLE (Tue, 01 Apr 2025 17:46:13 UTC)
- git: 3c9eae3c11da - stable/14 - pci_host_generic:Add pcib_request_feature on ACPI (Tue, 01 Apr 2025 17:46:14 UTC)
- git: 355f02cddbf0 - stable/14 - conf: Add acpi_pci.c to the arm64 build (Tue, 01 Apr 2025 17:46:15 UTC)
- git: 423362c3d8d6 - stable/14 - pci: Only claim to support PCI ASPM on x86 (Tue, 01 Apr 2025 17:46:16 UTC)
- git: a64357f31b7c - stable/14 - acpi_pci: Add quirk for PSTAT_PME-before-detach (Tue, 01 Apr 2025 17:46:17 UTC)
- git: 43933d89a325 - stable/14 - acpi_pci: Add quirk for DELAY-after-EJ0 (Mon, 14 Apr 2025 16:10:20 UTC)
- git: 1bd29261b9d0 - stable/14 - Correct CTLTYPE of SYSCTL_SBINTIME_MSEC etc (Wed, 16 Apr 2025 03:18:57 UTC)
- git: 217fce137713 - stable/14 - pci: Make PCIe Eject timeout configurable (Wed, 16 Apr 2025 03:18:58 UTC)
- git: f852f4f7b6f1 - stable/14 - EC2: Set PCIe eject timeout to 0 (Wed, 16 Apr 2025 03:18:59 UTC)
- git: ee7a874557f4 - stable/14 - 14.3: Update stable/14 to -PRERELEASE (Sat, 19 Apr 2025 05:10:38 UTC)
- git: d41725ab4301 - stable/14 - dhclient: Keep two clocks (Wed, 23 Apr 2025 04:50:43 UTC)
- git: c8c624de57b0 - stable/13 - dhclient: Keep two clocks (Wed, 23 Apr 2025 04:51:00 UTC)
- Dag-Erling Smørgrav
- Dave Cottlehuber
- deleted
- Dimitry Andric
- Ed Maste
- Enji Cooper
- Eric Joyner
- Eugene Grosbein
- Gleb Smirnoff
- Jose Luis Duran
- Kevin Bowling
- Konstantin Belousov
- git: 53b2f30f9090 - stable/14 - bhyve: style, add comma to the last line of designated initializer (Fri, 04 Apr 2025 00:54:37 UTC)
- git: 1795bfc315ef - stable/14 - Document KERN_PROC_KQUEUE (Mon, 07 Apr 2025 01:28:58 UTC)
- git: 3cb2a80f6bb0 - stable/14 - libprocstat: add helper to query knotes for specific kqueue (Mon, 07 Apr 2025 01:28:59 UTC)
- git: a15cae4c746a - stable/14 - procstat(1): dump kqueues (Mon, 07 Apr 2025 01:29:01 UTC)
- git: 451fca2e9f91 - stable/14 - procstat.1: document kqueues (Mon, 07 Apr 2025 01:29:02 UTC)
- git: e260058f33c9 - stable/14 - descriptors: add fget_remote_foreach() (Mon, 07 Apr 2025 01:29:03 UTC)
- git: 52464e913a56 - stable/14 - sysctl_kern_proc_kqueue(): convert to use sbuf (Mon, 07 Apr 2025 01:29:04 UTC)
- git: c69b90d08b29 - stable/14 - kinfo_knote: add knt_kq_fd member (Mon, 07 Apr 2025 01:29:05 UTC)
- git: 8547f0b80909 - stable/14 - FREEBSD_COMPAT32: add freebsd32_kevent_to_kevent32() helper (Mon, 07 Apr 2025 01:29:06 UTC)
- git: f4ea3580d6c2 - stable/14 - sysctl KERN_PROC_KQUEUE: implement compat32 (Mon, 07 Apr 2025 01:29:07 UTC)
- git: 5e6b89bd560b - stable/14 - Add NT_PROCSTAT_KQUEUES core note (Mon, 07 Apr 2025 01:29:08 UTC)
- git: 2170bf801d13 - stable/14 - sysctl KERN_PROC_KQUEUE: treat omitted kqfd as request to dump all kqueues (Mon, 07 Apr 2025 01:29:10 UTC)
- git: 867ac6f5e9e0 - stable/14 - struct kinfo_knote: add spare fields (Mon, 07 Apr 2025 01:29:11 UTC)
- git: 6c0c6ad350c9 - stable/14 - libprocstat: add knowledge about NT_PROCSTAT_KQUEUES core file section (Mon, 07 Apr 2025 01:29:12 UTC)
- git: 8476ab3558f0 - stable/14 - gcore(1): dump NT_PROCSTAT_KQUEUES section (Mon, 07 Apr 2025 01:29:13 UTC)
- git: 78f7ec2bc5f9 - stable/14 - freebsd32/freebsd32.h: only define kinfo_knote32 when kevent32 is defined (Mon, 07 Apr 2025 01:29:14 UTC)
- git: 40c6cb628a12 - stable/14 - kern_proc_kqueues_out(): maxlen == -1 means there is no maxlen (Mon, 07 Apr 2025 01:29:15 UTC)
- git: c07ea8aefd82 - stable/14 - kevent32/kinfo_knote32: remove __LP64__ predicate in definitions (Mon, 07 Apr 2025 01:29:16 UTC)
- git: fdbf48835da5 - stable/14 - ptrace(2): expand ability to fetch syscall parameters (Mon, 07 Apr 2025 01:29:18 UTC)
- git: ca3222c4fcf3 - stable/14 - ptrace_test: add test for expanded reporting of syscall args (Mon, 07 Apr 2025 01:29:19 UTC)
- git: 477c394ce138 - stable/14 - mlx5en: sync channel close with the rq completion processing (Mon, 07 Apr 2025 01:29:20 UTC)
- git: 053856c0b59b - stable/14 - x86/dmar: add dmar_is_running() (Wed, 09 Apr 2025 00:53:44 UTC)
- git: 8c6540b94d02 - stable/14 - x86/amdiommu: add amdiommu_is_running() (Wed, 09 Apr 2025 00:53:45 UTC)
- git: e6a470ffcbd7 - stable/14 - efirt: add a tunable to disable printing faults during EFIRT calls (Wed, 09 Apr 2025 00:53:47 UTC)
- git: 70ba4df540ea - stable/14 - stat(2): add st_bsdflags field (Thu, 10 Apr 2025 00:34:57 UTC)
- git: f9afcbff02a2 - stable/14 - libc/compat-ino64.h: rename st_padding0 (Thu, 10 Apr 2025 10:26:22 UTC)
- git: ab259b19bd81 - stable/14 - amd64: also limit printings of EFIRT page faults (Wed, 16 Apr 2025 01:39:08 UTC)
- git: b9a015bd0a19 - stable/14 - amd64: print limited EFIRT fault messages on first fault, not second (Wed, 16 Apr 2025 01:39:09 UTC)
- git: 63697ff85a3a - stable/14 - mlx5en: Use connector type instead of cable type for media detection (Wed, 16 Apr 2025 01:42:42 UTC)
- git: 0ad5308987d0 - stable/14 - Add POSIX psiginfo(3) call (Thu, 24 Apr 2025 00:29:05 UTC)
- git: 81fc9469313b - stable/14 - sysctl.3: put KERN_PROC_RLIMIT_USAGE in the right spot (Thu, 24 Apr 2025 00:29:06 UTC)
- Kristof Provost
- git: c844e848458f - stable/14 - snmp_pf: fix pfInterfacesIfRefsState (Thu, 03 Apr 2025 16:42:52 UTC)
- git: 3410b98ce2c3 - stable/14 - pf tests: add a basic snmp_pf test case (Thu, 03 Apr 2025 16:42:53 UTC)
- git: 7fa5f4995f06 - stable/14 - pf tests: test table information export via snmp_pf (Thu, 03 Apr 2025 16:42:54 UTC)
- git: 861b8faca9e3 - stable/13 - snmp_pf: fix pfInterfacesIfRefsState (Thu, 03 Apr 2025 16:43:04 UTC)
- git: ca1bf31177d2 - stable/13 - pf tests: add a basic snmp_pf test case (Thu, 03 Apr 2025 16:43:05 UTC)
- git: 42aa0d02c281 - stable/13 - pf tests: test table information export via snmp_pf (Thu, 03 Apr 2025 16:43:06 UTC)
- git: 1463d5ff1316 - stable/14 - if_ovpn: fix use-after-free of mbuf (Tue, 15 Apr 2025 12:26:35 UTC)
- git: 0da181786849 - stable/14 - pfctl: fix recursive printing of NAT rules (Wed, 16 Apr 2025 13:48:57 UTC)
- git: 9edd1e62ca11 - stable/13 - pfctl: fix recursive printing of NAT rules (Wed, 16 Apr 2025 13:48:58 UTC)
- git: 482f4dc272cc - stable/14 - pf: improve pf_state_key_attach() error handling (Mon, 21 Apr 2025 21:15:43 UTC)
- git: d6381193a3e8 - stable/13 - pf: improve pf_state_key_attach() error handling (Mon, 21 Apr 2025 21:15:44 UTC)
- git: 8b9d1dc82ac4 - stable/14 - pf: don't use state keys after pf_state_insert() (Mon, 21 Apr 2025 21:15:44 UTC)
- git: b89bc49a6348 - stable/14 - pf: explicitly NULL state key pointers (Mon, 21 Apr 2025 21:15:45 UTC)
- git: 7161339bb5e9 - stable/13 - pf: don't use state keys after pf_state_insert() (Mon, 21 Apr 2025 21:15:45 UTC)
- git: a60eeb4331e5 - stable/14 - pfctl: fix crash on "pfctl -a '*' -vvsr" (Mon, 21 Apr 2025 21:15:46 UTC)
- git: 4df4b69530c3 - stable/13 - pf: explicitly NULL state key pointers (Mon, 21 Apr 2025 21:15:46 UTC)
- git: 35a83d58bdbe - stable/13 - pfctl: fix crash on "pfctl -a '*' -vvsr" (Mon, 21 Apr 2025 21:15:47 UTC)
- git: 461b79d8ee58 - stable/14 - pfctl: also remove incorrect counter print for rule anchors (Mon, 21 Apr 2025 21:15:47 UTC)
- git: 5b182c68c0f5 - stable/13 - pfctl: also remove incorrect counter print for rule anchors (Mon, 21 Apr 2025 21:15:48 UTC)
- Kyle Evans
- git: a420e1b1cee6 - stable/14 - grep: avoid duplicated lines when we're coloring output (Thu, 17 Apr 2025 01:05:55 UTC)
- git: df4b8eff7b19 - stable/14 - libc: tests: add some tests for __cxa_atexit handling (Thu, 17 Apr 2025 01:05:57 UTC)
- git: 04f7496f89e2 - stable/13 - libc: allow __cxa_atexit handlers to be added during __cxa_finalize (Thu, 17 Apr 2025 02:23:21 UTC)
- git: cc7bff26328d - stable/13 - libc: tests: add some tests for __cxa_atexit handling (Thu, 17 Apr 2025 02:23:22 UTC)
- git: ba560cd8fba3 - stable/14 - wg: Improve wg_peer_alloc() to simplify the calling (Sat, 26 Apr 2025 03:21:14 UTC)
- git: 00640ea3144c - stable/14 - tee: add some basic tests (Sat, 26 Apr 2025 03:21:15 UTC)
- git: 99509fcc8733 - stable/14 - tee: minor cleanup (Sat, 26 Apr 2025 03:21:16 UTC)
- git: c195ae95912a - stable/14 - bintrans: disable argument permutation for qp and base64 (Sat, 26 Apr 2025 03:21:17 UTC)
- git: 25512b1fca07 - stable/14 - libc: locale: fix EUC shift check (Sat, 26 Apr 2025 03:21:18 UTC)
- git: 73f88915a119 - stable/14 - wireguard-tools: ipc: freebsd: use AF_LOCAL for the control socket (Sat, 26 Apr 2025 03:21:20 UTC)
- git: 8b42f57eebde - stable/14 - time: switch to fences for siginfo_recvd (Sat, 26 Apr 2025 03:21:21 UTC)
- git: 0635fe29225b - stable/14 - libbe: attempt to remove autocreated mountpoints at unmount time (Sat, 26 Apr 2025 03:24:57 UTC)
- git: 8dc42b80fdfb - stable/14 - libbe: don't hardcode /tmp (Sat, 26 Apr 2025 03:24:58 UTC)
- git: e5a4712e6557 - stable/14 - libpmcstat: fix pmcstat -G on older-ish -CURRENT w/ drm-kmod (Sat, 26 Apr 2025 03:24:59 UTC)
- Mark Johnston
- git: 1cbe8781642e - stable/14 - libdtrace: Fix an off-by-one in the priority queue implementation (Wed, 02 Apr 2025 15:14:49 UTC)
- git: 294cda7e4e33 - stable/14 - dtrace/arm64: Fix dtrace_gethrtime() (Wed, 02 Apr 2025 15:14:50 UTC)
- git: 0ae0226cd12a - stable/14 - libdtrace: Fix an off-by-one in CPU ID handling (Wed, 02 Apr 2025 15:14:51 UTC)
- git: e1a3b7ff9fe6 - stable/14 - pkill tests: Fix pkill usage in the pkill -x test (Sun, 06 Apr 2025 22:51:08 UTC)
- git: 014ce35640bf - stable/14 - vfs: Return early from sysctl_vfs_ctl() if no input was given (Sun, 06 Apr 2025 22:51:09 UTC)
- git: 43a32f790bc5 - stable/14 - malloc: Fix DEBUG_REDZONE for contigmalloc() (Sun, 06 Apr 2025 22:51:11 UTC)
- git: 51489b9ced27 - stable/14 - ktrace: Use STAILQ_EMPTY_ATOMIC when checking for records in userret() (Sun, 06 Apr 2025 22:51:13 UTC)
- git: f2214e48d02c - stable/14 - socket: Fix a race in the SO_SPLICE state machine (Sun, 06 Apr 2025 22:51:14 UTC)
- git: 931dec404489 - stable/14 - mixer tests: Serialize (Sun, 06 Apr 2025 22:51:15 UTC)
- git: 984e3d813e5f - stable/14 - netmap: fix unit tests (Sun, 06 Apr 2025 22:51:16 UTC)
- git: ba224cec6796 - stable/14 - fibs tests: Fix test failures and simplify (Sun, 06 Apr 2025 22:51:17 UTC)
- git: 52465324497a - stable/14 - socket: Handle the possibility of a protocol with no ctloutput (Tue, 15 Apr 2025 02:25:30 UTC)
- git: 24b82123a83e - stable/14 - i386: Avoid registering overlapping vm_phys_seg entries (Tue, 15 Apr 2025 02:25:32 UTC)
- git: aaa266adc32b - stable/14 - pf: Use a macro to get the hash row in pf_find_state_byid() (Tue, 15 Apr 2025 02:25:33 UTC)
- git: 07c5a2486cc6 - stable/14 - hyperv/storvsc: Fix busdma constraints (Tue, 15 Apr 2025 02:25:34 UTC)
- git: e6a3962d7dd7 - stable/14 - hyperv/storvsc: Avoid conditional asserts in storvsc_xferbuf_prepare() (Tue, 15 Apr 2025 02:25:35 UTC)
- git: c1aa97cf79a6 - stable/14 - file: Add foffset_lock_pair() (Tue, 15 Apr 2025 02:25:36 UTC)
- git: 1d2fd8c9cf0f - stable/14 - file: Fix offset handling in kern_copy_file_range() (Tue, 15 Apr 2025 02:25:37 UTC)
- git: 693664482649 - stable/14 - proc: Disallow re-enabling of process itimers during exit (Tue, 15 Apr 2025 02:25:38 UTC)
- git: 74a0b8908483 - stable/14 - ptrace: Do not pass a negative resid to proc_rwmem() (Tue, 15 Apr 2025 02:25:39 UTC)
- git: 890309a67b50 - stable/14 - gve: Allocate qpl per ring at ring allocation time (Fri, 18 Apr 2025 14:00:17 UTC)
- git: ecc250c60049 - stable/14 - gve: Add feature to adjust RX/TX queue counts (Fri, 18 Apr 2025 14:00:18 UTC)
- git: 9a24acc6c8a6 - stable/14 - gve: Add feature to change TX/RX ring size (Fri, 18 Apr 2025 14:00:19 UTC)
- git: afbe2bb9e939 - stable/14 - vm_object: Fix handling of wired map entries in vm_object_split() (Fri, 18 Apr 2025 14:00:20 UTC)
- git: 1b7e2cc10854 - stable/14 - ktr: Make debug.ktr.verbose available whenever KTR is configured (Thu, 24 Apr 2025 13:21:15 UTC)
- git: b48ad95e67f2 - stable/14 - netinet: Make ip.h self-contained (Thu, 24 Apr 2025 13:21:19 UTC)
- git: f7851ff75061 - stable/13 - netinet: Make ip.h self-contained (Thu, 24 Apr 2025 13:23:49 UTC)
- Michael Tuexen
- Navdeep Parhar
- git: 4599a3c0b8e2 - stable/14 - cxgbe(4): Make sure suspend/resume works in recovery mode. (Tue, 22 Apr 2025 11:22:44 UTC)
- git: b5a68e064164 - stable/14 - cxgbe(4): Remove smt_idx from the L2 table entry structure. (Tue, 22 Apr 2025 11:22:45 UTC)
- git: f2c75b13f3ea - stable/14 - cxgb(4): Use routines from pci(9) instead of hand rolled equivalents. (Tue, 22 Apr 2025 11:22:46 UTC)
- git: db403eb80e0a - stable/14 - cxgbe(4): Remove some unused PCI routines and associated headers. (Tue, 22 Apr 2025 11:22:47 UTC)
- git: 4e9f82956158 - stable/14 - cxgbe(4): Use correct priority in begin_synchronized_op. (Tue, 22 Apr 2025 11:22:48 UTC)
- git: 516fee542293 - stable/14 - cxgbe(4): Block most access to the hardware as soon as the adapter stops. (Tue, 22 Apr 2025 11:22:49 UTC)
- git: ca9d5b10ebfe - stable/14 - cxgbe(4): Perform Conventional Reset instead of FLR on the device. (Tue, 22 Apr 2025 11:22:51 UTC)
- git: 81789c27940e - stable/14 - libifconfig: Fix nits in the descriptions of active 100G cables. (Tue, 22 Apr 2025 11:22:52 UTC)
- git: 47cdd7a9ebc6 - stable/14 - cxgbe(4): Add two new transceiver types. (Tue, 22 Apr 2025 11:22:53 UTC)
- git: f44e1748e288 - stable/14 - pci.4: Update the information on pci_bar_mmap to match pciio.h (Tue, 22 Apr 2025 11:22:54 UTC)
- Olivier Certner
- git: 4b4bd20e17e0 - stable/14 - mac_do(4): Enhance GID rule validation to check all groups in cr_groups (Thu, 03 Apr 2025 19:31:50 UTC)
- git: ea3d86ea5774 - stable/14 - MAC/do: Sort header inclusions (Thu, 03 Apr 2025 19:31:51 UTC)
- git: d84014ce3aae - stable/14 - MAC/do: parse_rules(): Copy input string on its own (Thu, 03 Apr 2025 19:31:52 UTC)
- git: 41d1660fcf39 - stable/14 - MAC/do: Rename rule_is_valid() => rule_applies() (Thu, 03 Apr 2025 19:31:53 UTC)
- git: d50dbaf784de - stable/14 - MAC/do: Rename private struct 'mac_do_rule' => 'rules' (Thu, 03 Apr 2025 19:31:55 UTC)
- git: 546477d560ab - stable/14 - MAC/do: Rename internal mac_do_rule_find() => find_rules() (Thu, 03 Apr 2025 19:31:56 UTC)
- git: 75870a3ebc92 - stable/14 - MAC/do: Use prison_lock()/prison_unlock() (Thu, 03 Apr 2025 19:31:57 UTC)
- git: 9b6284bda25a - stable/14 - MAC/do: find_rules(): Clarify the contract (Thu, 03 Apr 2025 19:31:58 UTC)
- git: 862665e3805c - stable/14 - MAC/do: Factor out setting/destroying rule structures (Thu, 03 Apr 2025 19:31:59 UTC)
- git: 72edbeb06172 - stable/14 - MAC/do: Allocate/deallocate rules as a whole (Thu, 03 Apr 2025 19:32:00 UTC)
- git: 750580d15588 - stable/14 - MAC/do: Remove PR_METHOD_REMOVE method (Thu, 03 Apr 2025 19:32:01 UTC)
- git: 4d2b20daf4d4 - stable/14 - MAC/do: sysctl_rules(): Always copy the rules specification string (Thu, 03 Apr 2025 19:32:02 UTC)
- git: 37a72b0ce427 - stable/14 - MAC/do: sysctl_rules(): Set the requesting's thread's jail's rules (Thu, 03 Apr 2025 19:32:03 UTC)
- git: e553ebd516fa - stable/14 - MAC/do: Enable changing 'security.mac.do.rules' from a jail (Thu, 03 Apr 2025 19:32:05 UTC)
- git: ae2ee5470d9d - stable/14 - MAC/do: Remove the 'prison0' special cases in the common paths (Thu, 03 Apr 2025 19:32:06 UTC)
- git: 8d8c3948544c - stable/14 - MAC/do: Move destroy() to a better place (Thu, 03 Apr 2025 19:32:07 UTC)
- git: 6b76b0f95c62 - stable/14 - MAC/do: parse_rule_element(): Fix a panic, harden, simplify (Thu, 03 Apr 2025 19:32:08 UTC)
- git: 9b7e21d9187c - stable/14 - MAC/do: Re-order jail methods more logically, rename (Thu, 03 Apr 2025 19:32:09 UTC)
- git: e014e1fd4b54 - stable/14 - MAC/do: Prefix internal functions used as hooks/callbacks (Thu, 03 Apr 2025 19:32:10 UTC)
- git: 3c77f39d2ae6 - stable/14 - MAC/do: Sysctl knobs/jail parameters under MAC's common nodes (Thu, 03 Apr 2025 19:32:11 UTC)
- git: bd9e3fcaa064 - stable/14 - MAC/do: Fix jail_get() (PR_METHOD_GET) (Thu, 03 Apr 2025 19:32:12 UTC)
- git: 7d536064a027 - stable/14 - MAC/do: jail_check()/jail_set(): Revamp (Thu, 03 Apr 2025 19:32:13 UTC)
- git: 9195f21e0f34 - stable/14 - MAC/do: parse_rule_element(): Style, more clarity (Thu, 03 Apr 2025 19:32:15 UTC)
- git: 75ee4893e87b - stable/14 - MAC/do: parse_rule_element(): Bug in parsing the origin ID (Thu, 03 Apr 2025 19:32:16 UTC)
- git: f89a4b6162a8 - stable/14 - MAC/do: 'struct rule': IDs and types as 'u_int', rename fields (Thu, 03 Apr 2025 19:32:17 UTC)
- git: 8638177eb714 - stable/14 - MAC/do: Better parsing for IDs (strtoui_strict()) (Thu, 03 Apr 2025 19:32:18 UTC)
- git: 8e605d88c2f1 - stable/14 - MAC/do: Ease input/output of ID types (Thu, 03 Apr 2025 19:32:19 UTC)
- git: 1ccf02edc8e5 - stable/14 - MAC/do: Rename private OSD slot by removing 'mac_do_' prefix (Thu, 03 Apr 2025 19:32:20 UTC)
- git: 83ffc412b2e9 - stable/14 - MAC/do: Support multiple users and groups as single rule's targets (Thu, 03 Apr 2025 19:32:21 UTC)
- git: 4450915a9bdc - stable/14 - MAC/do: Output errors when parsing rules (Thu, 03 Apr 2025 19:32:22 UTC)
- git: c1d7552dddb5 - stable/14 - New setcred() system call and associated MAC hooks (Thu, 03 Apr 2025 19:32:24 UTC)
- git: e34dec3f12b6 - stable/14 - UPDATING: Request recompiling MAC modules because of new hooks (Thu, 03 Apr 2025 19:32:25 UTC)
- git: 1780d3f3d1a7 - stable/14 - MAC/do: Introduce rules reference counting (Thu, 03 Apr 2025 19:32:26 UTC)
- git: 986ac13041c8 - stable/14 - MAC/do: Interpret the new rules specification; Monitor setcred() (Thu, 03 Apr 2025 19:32:27 UTC)
- git: 68c46c41a7f8 - stable/14 - mdo(1): Use setcred() to change credentials (Thu, 03 Apr 2025 19:32:28 UTC)
- git: 5e00a28b2f02 - stable/14 - MAC/do: toast_rules(): Minor simplification (Thu, 03 Apr 2025 19:32:29 UTC)
- git: 8bf992d2ebad - stable/14 - MAC/do: parse_rules(): Tolerate blanks around tokens (Thu, 03 Apr 2025 19:32:30 UTC)
- git: 53e73ec9f6c4 - stable/14 - MAC/do: Convert internal TAILQs to STAILQs (Thu, 03 Apr 2025 19:32:31 UTC)
- git: 8f72bcd9fd5d - stable/14 - MAC/do: Apply a rule on real UID/GID instead of effective ones (Thu, 03 Apr 2025 19:32:32 UTC)
- git: ba9aea5dc0e0 - stable/14 - MAC/do: Update copyright (Thu, 03 Apr 2025 19:32:33 UTC)
- git: f9b5d5bf1186 - stable/14 - MAC/do: Fix a compilation warning about an unused function (Thu, 03 Apr 2025 19:32:35 UTC)
- git: e286a0373631 - stable/14 - setcred(2): Add manual page (Thu, 03 Apr 2025 19:32:36 UTC)
- git: f74cd62b5c71 - stable/14 - mac_do(4): Revamp manual page after MAC/do updates (Thu, 03 Apr 2025 19:32:37 UTC)
- git: 3aa59485c449 - stable/14 - mac(4): Mention mac_do(4) (Thu, 03 Apr 2025 19:32:38 UTC)
- git: f9fa6cb391f8 - stable/14 - cred: Hide internal flag CRED_FLAG_CAPMODE (Tue, 08 Apr 2025 13:40:36 UTC)
- git: 9dc47f536d3f - stable/14 - vm_phys_avail_check(): Check index parity, fix panic messages (Tue, 08 Apr 2025 13:40:37 UTC)
- git: 088dd40169b1 - stable/14 - vm_phys_add_seg(): Check for bad segments, allow empty ones (Tue, 08 Apr 2025 13:40:38 UTC)
- git: f106887cb0aa - stable/14 - vm_phys: Check for overlap when adding a segment (Tue, 08 Apr 2025 13:40:39 UTC)
- git: 7658c4f8c727 - stable/14 - vm_phys_avail_count(): Fix out-of-bounds accesses (Tue, 08 Apr 2025 13:40:40 UTC)
- git: 25e25d6f1b55 - stable/14 - vm_phys_avail_split(): Tolerate split requests at boundaries (Tue, 08 Apr 2025 13:40:42 UTC)
- git: 6230945b8819 - stable/14 - vm_phys_early_startup(): Panic if phys_avail[] is empty (Tue, 08 Apr 2025 13:40:43 UTC)
- git: f3983aeb6284 - stable/14 - vm_page_startup(): Clarify memory lowest, highest and size computation (Tue, 08 Apr 2025 13:40:44 UTC)
- git: c7360214579b - stable/14 - powerpc: mmu_radix_page_array_startup(): Don't force allocation from domain 0 (Tue, 08 Apr 2025 13:40:45 UTC)
- git: fb8bea55a596 - stable/14 - smbios: handle smbios3 for arm64 (Tue, 08 Apr 2025 13:40:46 UTC)
- git: e69052efa1d0 - stable/14 - smbios: style(9): sizeof(): No space before the parenthesis (Tue, 08 Apr 2025 13:40:47 UTC)
- git: 145ef4af15f0 - stable/14 - smbios: Search for v3 (64-bit) entry point first on BIOS boot (Tue, 08 Apr 2025 13:40:48 UTC)
- git: 5e385079d3f7 - stable/14 - smbios: On attach, print the entry point version and revision (Tue, 08 Apr 2025 13:40:49 UTC)
- git: 07b84d1f3f14 - stable/14 - smbios: Unmap memory on error on identify (Tue, 08 Apr 2025 13:40:51 UTC)
- git: 62b6d8c62598 - stable/14 - smbios: Print an error on memory map failure on identify (Tue, 08 Apr 2025 13:40:52 UTC)
- git: 8c9b142b3832 - stable/14 - smbios: Apply the v2.1's length fixup only on a 32-bit entry point (Tue, 08 Apr 2025 13:40:53 UTC)
- git: 7dffa9db4516 - stable/14 - smbios: Print an error on unexpected entry point length on identify (Tue, 08 Apr 2025 13:40:54 UTC)
- git: 5d9f1bf830db - stable/14 - smbios: Carefully print wrong entry point signature on identify (Tue, 08 Apr 2025 13:40:55 UTC)
- git: 55e8cdff1443 - stable/14 - smbios: Harden decoding of the BCD revision (Tue, 08 Apr 2025 13:40:56 UTC)
- git: cc1cb8e37646 - stable/14 - smbios: style(9): smbios_cksum() (Tue, 08 Apr 2025 13:40:57 UTC)
- git: 6a937165f90f - stable/14 - libsa: smbios: style(9): SMBIOS_GET8(): Split overlong line (Tue, 08 Apr 2025 13:40:58 UTC)
- git: 4af7f393ec9a - stable/14 - libsa: smbios: style(9): Entry point parsing comments (Tue, 08 Apr 2025 13:40:59 UTC)
- git: 0a2c8f66919d - stable/14 - libsa: smbios: Rename 64-bit entry point's guards (Tue, 08 Apr 2025 13:41:01 UTC)
- git: 4b7fbd67ed82 - stable/14 - libsa: smbios: Make 'is_64bit_ep' a field of 'smbios' (Tue, 08 Apr 2025 13:41:02 UTC)
- git: 2337cd86dc46 - stable/14 - libsa: smbios: Export the used entry point type to the kernel (Tue, 08 Apr 2025 13:41:03 UTC)
- git: 19a5b6aaab92 - stable/14 - libsa: smbios: probe: BCD revision parsing is v2-only code; Expand comments (Tue, 08 Apr 2025 13:41:04 UTC)
- git: 330f1a42813e - stable/14 - libsa: smbios: Stop parsing on an End-of-Table structure (Tue, 08 Apr 2025 13:41:05 UTC)
- git: 5feb3c8ea602 - stable/14 - libsa: smbios: Reject a 64-bit entry point with revision 0 (Tue, 08 Apr 2025 13:41:06 UTC)
- git: 93af0db0d529 - stable/14 - libsa: smbios: Favor the v3 (64-bit) entry point on non-EFI boot (Tue, 08 Apr 2025 13:41:07 UTC)
- git: 7b0350b376c0 - stable/14 - libsa: smbios: Use 64-bit entry point if table below 4GB on non-EFI boot (Tue, 08 Apr 2025 13:41:08 UTC)
- git: 9b8e1558c961 - stable/14 - libsa: smbios: Allow to run smbios_probe() multiple times (Tue, 08 Apr 2025 13:41:10 UTC)
- git: d19f1559d008 - stable/14 - libsa: smbios_detect(): Return the entry point address (Tue, 08 Apr 2025 13:41:11 UTC)
- git: f6b90dc8afc0 - stable/14 - libsa: smbios_probe(): Strictly obey specified entry point address (Tue, 08 Apr 2025 13:41:12 UTC)
- git: 807d51be8040 - stable/14 - loader.efi: smbios: Favor the v3 (64-bit) entry point (Tue, 08 Apr 2025 13:41:13 UTC)
- git: 0c5d22eacf23 - stable/14 - loader.kboot: smbios: Add a comment about v3 entry point being favored (Tue, 08 Apr 2025 13:41:14 UTC)
- git: 831e6fb0baf6 - stable/14 - LinuxKPI: make linux_alloc_pages() honor __GFP_NORETRY (Tue, 08 Apr 2025 13:41:15 UTC)
- git: bd282a73571c - stable/14 - MAC/do: parse_single_rule(): Fix herald comment's first line (Tue, 08 Apr 2025 13:41:16 UTC)
- git: 8047b85cbe17 - stable/14 - MAC/do: Rules: <from> and <to> parts now to be separated by '>' (Tue, 08 Apr 2025 13:41:17 UTC)
- git: 0c3357dfa18f - stable/14 - RELNOTES: mac_do(4): Change of rules syntax; Provide hints and pointers (Tue, 08 Apr 2025 13:41:19 UTC)
- Philip Paeps
- git: 6f7ee9ac036e - stable/14 - contrib/expat: import expat 2.7.1 (Sat, 05 Apr 2025 03:18:49 UTC)
- git: 41b768ae1970 - stable/13 - contrib/expat: import expat 2.7.1 (Sat, 05 Apr 2025 03:19:42 UTC)
- git: 50c58014795c - stable/14 - lib/libexpat: bump libbsdxml.3 after 2.7.1 import (Mon, 07 Apr 2025 02:39:17 UTC)
- git: adc9e9e8dbdd - stable/13 - lib/libexpat: bump libbsdxml.3 after 2.7.1 import (Mon, 07 Apr 2025 02:39:53 UTC)
- git: fd4592006b13 - stable/14 - lib/libexpat: update build config for 2.7.1 (Mon, 07 Apr 2025 03:39:34 UTC)
- git: 5630672e6f6d - stable/13 - lib/libexpat: update build config for 2.7.1 (Mon, 07 Apr 2025 03:41:14 UTC)
- git: 2c5831b3047d - releng/14.2 - contrib/tzdata: import tzdata 2025b (Thu, 10 Apr 2025 14:57:39 UTC)
- git: 700e7384dfbf - releng/14.2 - contrib/expat: update libexpat from 2.6.0 to 2.7.1 (Thu, 10 Apr 2025 14:57:40 UTC)
- git: 4651d400f100 - releng/14.2 - daemon: stop rebuilding the kqueue every restart of the child (Thu, 10 Apr 2025 14:57:41 UTC)
- git: 862cd6b8fa9d - releng/14.2 - openssl: Import OpenSSL 3.0.16 (Thu, 10 Apr 2025 14:57:42 UTC)
- git: 23d06bb83d0a - releng/14.2 - caroot: update the root bundle (Thu, 10 Apr 2025 14:57:44 UTC)
- git: 1eb03b059e56 - releng/14.2 - Add UPDATING entries and bump version (Thu, 10 Apr 2025 14:57:45 UTC)
- git: 74aa5e2a7b10 - releng/13.5 - contrib/tzdata: import tzdata 2025b (Thu, 10 Apr 2025 14:59:01 UTC)
- git: dec0bf8096b3 - releng/13.5 - contrib/expat: update libexpat from 2.6.4 to 2.7.1 (Thu, 10 Apr 2025 14:59:02 UTC)
- git: 74176002ff9f - releng/13.5 - caroot: update the root bundle (Thu, 10 Apr 2025 14:59:03 UTC)
- git: 37edc07ede02 - releng/13.5 - Add UPDATING entries and bump version (Thu, 10 Apr 2025 14:59:04 UTC)
- git: f8c2bedb03a2 - releng/13.4 - contrib/tzdata: import tzdata 2025b (Thu, 10 Apr 2025 14:59:35 UTC)
- git: e3fd2734314d - releng/13.4 - contrib/expat: update libexpat from 2.6.0 to 2.7.1 (Thu, 10 Apr 2025 14:59:36 UTC)
- git: a1f4a530dea3 - releng/13.4 - daemon: stop rebuilding the kqueue every restart of the child (Thu, 10 Apr 2025 14:59:37 UTC)
- git: e8e9cb97d094 - releng/13.4 - caroot: update the root bundle (Thu, 10 Apr 2025 14:59:38 UTC)
- git: 3bc5467e7f6c - releng/13.4 - Add UPDATING entries and bump version (Thu, 10 Apr 2025 14:59:39 UTC)
- git: 17c252598b7f - Create tag release/14.2.0-p3 (Thu, 10 Apr 2025 15:01:39 UTC)
- git: cceba18670f7 - Create tag release/13.5.0-p1 (Thu, 10 Apr 2025 15:02:50 UTC)
- git: 8b1ca198fa44 - Create tag release/13.4.0-p5 (Thu, 10 Apr 2025 15:03:32 UTC)
- Piotr Kubaj
- Ravi Pokala