dev-commits-src-all@FreeBSD.org
Commit messages for all branches of the src repository
September 2025 Archives by author
- A FreeBSD User
- Adrian Chadd
- git: 167520e47d37 - main - [net80211] clean up M_SEQNO_SET and M_SEQNO_GET() to always limit to the sequence number range (Tue, 02 Sep 2025 03:29:44 UTC)
- git: dff11c4f8007 - main - rtwn: enable seqno offload; migrate to use ieee80211_output_seqno_assign() (Sat, 06 Sep 2025 06:23:13 UTC)
- git: d6616705231c - main - [net80211] Quieten the logging from ieee80211_vht_get_vhtflags() (Mon, 08 Sep 2025 00:12:54 UTC)
- git: e76e631bb0e9 - main - run: enable seqno offload (Tue, 09 Sep 2025 01:52:36 UTC)
- git: 5d31e67a2003 - main - rsu: enable seqno offload (Tue, 09 Sep 2025 01:52:38 UTC)
- git: b73f52a0344d - main - rsu: implement A-MPDU TX; add TODO items for further work (Tue, 09 Sep 2025 01:52:39 UTC)
- git: 9bfb1405332c - main - net80211: add support for drivers to disable sending NULL data frames (Tue, 09 Sep 2025 01:52:40 UTC)
- git: cce278510a82 - main - usb: update wifi drivers to use IEEE80211_FEXT_SEQNO_OFFLOAD (Sat, 20 Sep 2025 00:47:37 UTC)
- git: 785edcc2af5a - main - net80211: convert the rest of the native net80211 drivers to SEQNO_OFFLOAD (Sat, 20 Sep 2025 00:47:38 UTC)
- git: d9ae618c0816 - main - [rtwn] don't send NULL data frames if we're compiled with firmware enabled (Sat, 20 Sep 2025 00:47:39 UTC)
- git: a58f30788070 - main - [iwn] Don't originate NULL data frames in net80211 (Sat, 20 Sep 2025 00:47:40 UTC)
- git: db69f613ee45 - main - [iwx] tell net80211 not to originate NULL data frames (Sat, 20 Sep 2025 00:47:41 UTC)
- Re: git: 785edcc2af5a - main - net80211: convert the rest of the native net80211 drivers to SEQNO_OFFLOAD (Sun, 21 Sep 2025 17:17:51 UTC)
- Re: git: 785edcc2af5a - main - net80211: convert the rest of the native net80211 drivers to SEQNO_OFFLOAD (Sun, 21 Sep 2025 17:18:20 UTC)
- Re: git: 785edcc2af5a - main - net80211: convert the rest of the native net80211 drivers to SEQNO_OFFLOAD (Sun, 21 Sep 2025 17:24:05 UTC)
- git: 522455887078 - main - iwx: re-add sequence numbers for non-AMPDU, preserving previous behaviour (Sun, 21 Sep 2025 17:47:39 UTC)
- git: 5e49712ca8fe - main - iwm: assign sequence numbers even if we ask the firmware to override (Sun, 21 Sep 2025 18:31:10 UTC)
- Re: git: 785edcc2af5a - main - net80211: convert the rest of the native net80211 drivers to SEQNO_OFFLOAD (Sun, 21 Sep 2025 19:08:58 UTC)
- Ahmad Khalifa
- git: ccc6cf3b67ed - main - libgpio: Add and document gpio interrupt utility functions (Wed, 03 Sep 2025 18:08:34 UTC)
- git: 54cc3da443da - main - moused: fix GCC build (Tue, 09 Sep 2025 05:06:49 UTC)
- git: d81b84d6de65 - main - loader/efi: build with -Wall (Tue, 09 Sep 2025 17:30:30 UTC)
- git: 7d48a5620522 - main - stand: remove unused variables (Tue, 09 Sep 2025 17:30:31 UTC)
- git: cd9b43edd5a7 - main - loader/efi: return error from efi_find_framebuffer (Tue, 09 Sep 2025 17:30:32 UTC)
- git: b4c5d5827fdd - main - loader/efi: plug memory leak (Tue, 09 Sep 2025 17:30:33 UTC)
- git: 18141961df8c - main - loader/efi: remove is_last parameter from find_currdev (Tue, 09 Sep 2025 17:30:34 UTC)
- git: 101a35e84da3 - main - efi: translate errno to EFI status on exit (Tue, 09 Sep 2025 17:30:35 UTC)
- git: 80661e2153d2 - main - loader/efi: fix non-x86 build (Wed, 10 Sep 2025 08:00:03 UTC)
- git: 27699e31fa50 - main - boot/universe.sh: toggle LOADER_BIOS_TEXTONLY (Mon, 15 Sep 2025 21:40:26 UTC)
- git: 2b0f8c6907b9 - main - rk_tsadc: use tsadc_temp_to_raw for shutdown_temp (Wed, 17 Sep 2025 14:20:21 UTC)
- git: e0c83ab3b362 - main - gpioled: remove redundant -1 check (Thu, 18 Sep 2025 22:08:07 UTC)
- git: 8f9a7ea9cf25 - stable/14 - rk_tsadc: use tsadc_temp_to_raw for shutdown_temp (Sat, 20 Sep 2025 07:54:37 UTC)
- git: 856510e16058 - stable/15 - rk_tsadc: use tsadc_temp_to_raw for shutdown_temp (Sat, 20 Sep 2025 07:54:38 UTC)
- git: f3ecec554bf5 - stable/15 - gpioled: use hw pin inversion if available (Sun, 21 Sep 2025 10:46:43 UTC)
- git: 7fcd41dfa6ee - stable/15 - gpioled: remove redundant -1 check (Sun, 21 Sep 2025 10:46:44 UTC)
- git: 57d5a8feda3f - main - ng_tty: don't increment m_data (Wed, 24 Sep 2025 15:04:29 UTC)
- git: e05521121f05 - main - ng_tty: copy to the correct mbuf (Thu, 25 Sep 2025 16:57:56 UTC)
- git: 34ec8c9ccaa4 - main - rk_gpio: Fix register read/write on rk3568 (Thu, 25 Sep 2025 17:48:01 UTC)
- git: ace98a8fb8fe - main - rk_gpio: Enable gpio allocation via fdt (Thu, 25 Sep 2025 17:48:02 UTC)
- Re: git: f38792ffc2db - main - arm64/vmm: Clean up enabling guest timer access (Thu, 25 Sep 2025 18:49:16 UTC)
- git: f1a372ed88b1 - main - gpio: implement bus_setup_intr and bus_teardown_intr (Tue, 30 Sep 2025 04:22:41 UTC)
- git: fa26e445544e - main - gpioc: allocate priv->events with the correct size (Tue, 30 Sep 2025 11:21:29 UTC)
- git: d000adfe41e6 - main - gpioc: fix race in ioctl(GPIOCONFIGEVENTS) (Tue, 30 Sep 2025 11:21:30 UTC)
- git: 2679636b4412 - main - gpioc: allocate new fifo size (Tue, 30 Sep 2025 12:05:10 UTC)
- Alan Somers
- Re: git: 60d5a4216b34 - main - unix/stream: fix EVFILT_WRITE after we did shutdown(2) (Sun, 07 Sep 2025 19:38:05 UTC)
- git: 9bfbc6826f72 - main - sockstat: fix the -j option with piped output after libxo integration (Tue, 09 Sep 2025 16:45:42 UTC)
- git: d1eaa52d10f9 - main - fusefs: fix the last_local_modify LLM/LastLocalModify.lookup/3 test (Mon, 15 Sep 2025 00:31:24 UTC)
- git: 2918cf358291 - main - fusefs: spaces to tabs. No functional change. (Mon, 15 Sep 2025 00:32:54 UTC)
- git: 27331c63bc80 - stable/15 - sockstat: fix the -j option with piped output after libxo integration (Fri, 19 Sep 2025 19:43:56 UTC)
- git: e043af9ca596 - main - fusefs: fix a kernel panic regarding SCM_RIGHTS (Fri, 19 Sep 2025 22:39:07 UTC)
- git: 3289d3831718 - stable/15 - fusefs: fix the last_local_modify LLM/LastLocalModify.lookup/3 test (Thu, 25 Sep 2025 22:39:08 UTC)
- git: 5206983e76c0 - stable/15 - fusefs: fix a kernel panic regarding SCM_RIGHTS (Fri, 26 Sep 2025 18:27:09 UTC)
- git: 8b66d677a99b - stable/14 - ctl: add ATF tests for SCSI PERSISTENT RESERVE IN/OUT (Sat, 27 Sep 2025 13:54:05 UTC)
- git: 931274f70d08 - stable/14 - fusefs: report that all tests require the fusefs kernel module (Sat, 27 Sep 2025 14:19:18 UTC)
- git: e39e892969cb - stable/14 - ctl: delete dead code in the tests (Sat, 27 Sep 2025 14:24:05 UTC)
- git: 872d4fb51ef4 - stable/14 - ctladm: skip the tests if ctladm is missing (Sat, 27 Sep 2025 14:24:06 UTC)
- git: e1deeea6c173 - stable/14 - ctladm: Use require.kmods for cfiscsi (Sat, 27 Sep 2025 14:24:07 UTC)
- git: 3c69315911ba - stable/14 - mac_bsdextended: report that all tests require the kernel module (Sat, 27 Sep 2025 14:24:56 UTC)
- git: 4171bf5905a9 - stable/14 - zfsd: don't try to fix an OFFLINE condition (Sat, 27 Sep 2025 14:27:48 UTC)
- git: a16c01f71fd5 - stable/14 - fusefs: don't fake the mountpoint's stat info before FUSE_INIT completes (Sat, 27 Sep 2025 14:36:21 UTC)
- git: 7dc691b70353 - stable/14 - fusefs: fix the last_local_modify LLM/LastLocalModify.lookup/3 test (Sat, 27 Sep 2025 14:36:22 UTC)
- git: 3152a2f5dd04 - stable/14 - fusefs: fix a kernel panic regarding SCM_RIGHTS (Sat, 27 Sep 2025 14:36:23 UTC)
- Alex Richardson
- Alexander Motin
- Alexander Ziaee
- git: 80ab8a4beeb8 - main - umb.4: Remove device netmap from synopsis (Wed, 03 Sep 2025 18:59:49 UTC)
- git: fc68f8aac623 - main - rmuser.sh: Improve prompt consistency with adduser (Thu, 11 Sep 2025 01:06:27 UTC)
- git: 3049b2f5115b - main - vnet.9: Rename vnet.9/vimage.9 to VNET.9/VIMAGE.9 (Wed, 17 Sep 2025 15:39:30 UTC)
- git: 08d41d8803d9 - main - ObsoleteFiles: Remove the miscapitalized vnet.9 (Wed, 17 Sep 2025 15:58:31 UTC)
- git: 8f7a4d7949d8 - main - ObsoleteFiles: Remove the miscapitalized vimage.9 (Thu, 18 Sep 2025 16:34:51 UTC)
- git: a37825313f62 - main - stand/man: Fix mdoc typos for emails, tag spdx (Thu, 18 Sep 2025 17:38:19 UTC)
- git: c8d87fd983e9 - stable/15 - rmuser.sh: Improve prompt consistency with adduser (Fri, 19 Sep 2025 00:46:15 UTC)
- git: 89bc43a1ea9b - main - cdceem.4: Clean description for apropos, tag spdx (Fri, 19 Sep 2025 14:02:05 UTC)
- git: f3fa449dc88a - stable/15 - vnet.9: Rename vnet.9/vimage.9 to VNET.9/VIMAGE.9 (Tue, 23 Sep 2025 18:05:56 UTC)
- git: c0f829e0f479 - stable/15 - ObsoleteFiles: Remove the miscapitalized vnet.9 (Tue, 23 Sep 2025 18:05:57 UTC)
- git: 66c3e6d2cad5 - stable/15 - ObsoleteFiles: Remove the miscapitalized vimage.9 (Tue, 23 Sep 2025 18:05:58 UTC)
- git: 6abce6f7b8de - stable/15 - stand/man: Fix mdoc typos for emails, tag spdx (Tue, 23 Sep 2025 18:05:59 UTC)
- git: 63f76d75eeed - stable/15 - cdceem.4: Clean description for apropos, tag spdx (Tue, 23 Sep 2025 18:06:00 UTC)
- git: 38f6a4467419 - main - blackhole.4: Describe better (Tue, 23 Sep 2025 19:06:18 UTC)
- git: f9a71840d8ee - main - blackhole.4: Describe even better (Wed, 24 Sep 2025 12:23:31 UTC)
- git: 1a9ec72022dd - main - blackhole.4: Describe even better, take two (Wed, 24 Sep 2025 12:28:47 UTC)
- git: 275f61111f43 - main - build/development.7: System building examples (Wed, 24 Sep 2025 20:23:17 UTC)
- git: cd813380ad83 - main - kerneldocs: Update latex package (Thu, 25 Sep 2025 19:07:04 UTC)
- git: 7e8fb7756c3e - main - build.7: Improve building pkgbase (Thu, 25 Sep 2025 19:15:11 UTC)
- git: 52eb7e394a7e - main - mrsas.4: Cleaning (Sun, 28 Sep 2025 03:44:50 UTC)
- git: 31dfc2775421 - stable/15 - blackhole.4: Describe better (Sun, 28 Sep 2025 03:51:58 UTC)
- git: 1db80c5b93d5 - stable/15 - blackhole.4: Describe even better (Sun, 28 Sep 2025 03:51:59 UTC)
- git: 9acd6934bbbc - stable/15 - blackhole.4: Describe even better, take two (Sun, 28 Sep 2025 03:52:00 UTC)
- git: db14f5c96de9 - stable/15 - build/development.7: System building examples (Sun, 28 Sep 2025 03:52:02 UTC)
- git: a32d033e4913 - stable/15 - kerneldocs: Update latex package (Sun, 28 Sep 2025 03:52:03 UTC)
- git: b15ef791f91f - stable/15 - build.7: Improve building pkgbase (Sun, 28 Sep 2025 03:52:04 UTC)
- git: c856f327fa6c - main - mpr.4: Improve HARDWARE introductory sentance (Mon, 29 Sep 2025 13:26:54 UTC)
- git: b6f25b918f97..5fe5b2ed2d88 - vendor/mandoc - vendor branch updated (Mon, 29 Sep 2025 17:30:44 UTC)
- git: 226327aed99e - Create tag vendor/mandoc/20250926 (Mon, 29 Sep 2025 17:30:44 UTC)
- git: 59fc2b0166f7 - main - mandoc: Vendor import of upstream at 2025-09-26 (Mon, 29 Sep 2025 17:34:09 UTC)
- git: 17be686a39a0 - main - aac.4: Improve HARDWARE introductory sentance (Mon, 29 Sep 2025 20:01:09 UTC)
- git: 2c2a2b8281be - main - ahc.4,ahd.4: Improve HARDWARE + tag SPDX (Mon, 29 Sep 2025 22:38:59 UTC)
- Andrew Gallatin
- Andrew Turner
- git: b21629dfcaf0 - main - arm64: Make the padding in struct ms_page explicit (Thu, 04 Sep 2025 14:00:03 UTC)
- git: 59ddbef26238 - main - arm64: Add padding to struct mdproc (Thu, 04 Sep 2025 14:00:04 UTC)
- git: b3605a7bb6f8 - main - arm64: Add a macro to create cpu_feat (Thu, 04 Sep 2025 16:28:46 UTC)
- git: 9204a315a71c - main - arm64: Add a sysctl to see if features are enabled (Thu, 04 Sep 2025 16:28:47 UTC)
- git: 4bc68fa98f68 - main - arm64: Support managing features from loader (Thu, 04 Sep 2025 16:28:48 UTC)
- git: c76b0247a95e - main - arm64: Add a function to check a range of CPU revs (Thu, 04 Sep 2025 16:28:50 UTC)
- git: 1ae3694edb8b - main - arm64: Clean up HW DBM errata detection (Thu, 04 Sep 2025 16:28:51 UTC)
- git: efb1c4bac122 - main - arm64: Update the Neoverse-N1 1542419 errata check (Thu, 04 Sep 2025 16:28:52 UTC)
- git: f6d4c9c45a28 - main - arm64: Remove CPU_MATCH_RAW (Thu, 04 Sep 2025 17:09:40 UTC)
- git: 8df4dc90952b - main - arm64: Create a TLBI invalidate for the kernel (Thu, 04 Sep 2025 17:41:41 UTC)
- git: fa23bfb425d5 - main - arm64: Replace cpu_tlb_flushID in initarm (Thu, 04 Sep 2025 17:41:43 UTC)
- git: a884f699e4bf - main - arm64: Add a multiple TLBI workaround (Thu, 04 Sep 2025 17:41:44 UTC)
- git: 8fee6b9ecc84 - main - arm64: Add the new C1 CPU IDs (Mon, 15 Sep 2025 13:33:07 UTC)
- git: 226375a1f6e3 - main - arm64: Fix the FEAT_WFxT check (Mon, 15 Sep 2025 13:33:08 UTC)
- git: 72828486ca94 - main - arm64: Move the FEAT_PAN check later (Fri, 19 Sep 2025 10:30:06 UTC)
- git: 055229eda697 - main - arm64: Add cpu_feat_disabled for disabled features (Fri, 19 Sep 2025 10:30:07 UTC)
- git: 5e0e2565288f - main - arm64: Read the CPU feature tunables once (Fri, 19 Sep 2025 10:30:08 UTC)
- git: 5e690f1e12ce - main - arm64: Fix enabling CPU features (Fri, 19 Sep 2025 10:30:09 UTC)
- git: 0706d3464f4e - main - arm64: Set the endian without a memory access (Fri, 19 Sep 2025 10:30:10 UTC)
- git: 68b3d0cbe034 - main - arm64: Enable EPAN and IESB (Fri, 19 Sep 2025 10:30:11 UTC)
- git: f408052d7bfb - stable/15 - arm64: Add the new C1 CPU IDs (Mon, 22 Sep 2025 15:20:16 UTC)
- git: e52a47446e50 - stable/15 - arm64: Fix the FEAT_WFxT check (Mon, 22 Sep 2025 15:20:17 UTC)
- git: 6492b6247826 - stable/15 - arm64: Move the FEAT_PAN check later (Mon, 22 Sep 2025 15:20:18 UTC)
- git: 20fee5aa5053 - stable/15 - arm64: Add cpu_feat_disabled for disabled features (Mon, 22 Sep 2025 15:20:19 UTC)
- git: 3c25261ea29c - stable/15 - arm64: Read the CPU feature tunables once (Mon, 22 Sep 2025 15:20:21 UTC)
- git: 88489d90afa5 - stable/15 - arm64: Fix enabling CPU features (Mon, 22 Sep 2025 15:20:22 UTC)
- git: 0f455824d0ab - main - arm64/vmm: Add a feature flag and use it for HCRX (Tue, 23 Sep 2025 17:09:32 UTC)
- git: f38792ffc2db - main - arm64/vmm: Clean up enabling guest timer access (Tue, 23 Sep 2025 17:09:33 UTC)
- git: b3d30be6ed71 - main - arm64/vmm: Remove support for reading CNTHCTL_EL2 (Tue, 23 Sep 2025 17:09:34 UTC)
- git: e38e04a0ba3f - main - arm64: Add more counter/timer registers (Tue, 23 Sep 2025 17:09:35 UTC)
- git: 0efa0fe26b9d - main - arm: Use the Self-Synchronized counter registers (Tue, 23 Sep 2025 17:09:37 UTC)
- git: fbe076b2c837 - main - arm64/vmm: Use FEAT_ECV_POFF to support a timer (Tue, 23 Sep 2025 17:09:38 UTC)
- git: fe1d344bf416 - main - sys/conf: Fix arm64 vmm_nvhe dependencies (Tue, 23 Sep 2025 17:09:39 UTC)
- git: cee4802d0e2a - main - arm64: Mark EFI memory as userspace non-executable (Fri, 26 Sep 2025 15:09:13 UTC)
- git: 2554148bd85b - main - arm64: Add table attributes to the EFI maps (Fri, 26 Sep 2025 15:09:15 UTC)
- Andrey V. Elsukov
- Andriy Gapon
- Aymeric Wibo
- git: 7fa1552a6a6d - main - sys/power.h: Add `_KERNEL` guards (Fri, 05 Sep 2025 17:02:39 UTC)
- git: c43473dc9b83 - main - sys/power: Generic sleep types (Sun, 14 Sep 2025 21:52:48 UTC)
- git: ce5e22b28ef6 - main - acpi: Use sleep types defined in sys/power.h (Sun, 14 Sep 2025 21:57:45 UTC)
- git: e779891327b1 - main - sys/power: Sleep type reporting by PM backends (Sun, 14 Sep 2025 21:59:05 UTC)
- git: 25cddb1dfec6 - main - Revert "acpi: Fix build when `ACPI_DEBUG_OUTPUT` defined" (Thu, 18 Sep 2025 09:49:57 UTC)
- git: 87e2b532ec9e - main - Revert "sys/power: Sleep type reporting by PM backends" (Thu, 18 Sep 2025 09:49:58 UTC)
- git: 506b36c4fdde - main - Revert "acpi: Use sleep types defined in sys/power.h" (Thu, 18 Sep 2025 09:50:00 UTC)
- git: 97d152698f48 - main - acpi: Use sleep types defined in sys/power.h (Fri, 26 Sep 2025 16:03:49 UTC)
- git: 9e1e29bd5ec6 - main - acpi: Add back `hw.acpi.suspend_state` sysctl (Fri, 26 Sep 2025 16:03:50 UTC)
- git: 5632b0d4628d - main - sys/power: Sleep type reporting by PM backends (Fri, 26 Sep 2025 16:03:51 UTC)
- git: 2ed9833791f2 - main - thunderbolt: Import USB4 code (Sat, 27 Sep 2025 17:13:29 UTC)
- git: 7e5ab1857817 - main - Revert "acpi_powerres: `acpi_pwr_get_state` and getting initial D-state for device" (Sun, 28 Sep 2025 16:11:07 UTC)
- Baptiste Daroussin
- git: 245f2abf9488 - main - timeout(1): add license header to unit test (Wed, 03 Sep 2025 09:53:17 UTC)
- git: 08b8843137b8 - main - pkg(7): Add support for pkg+ prefix to bootstrap pubkey (Thu, 11 Sep 2025 07:04:25 UTC)
- git: 2e72bd422956 - main - pci_vendors: update to 2025-07-11 (Thu, 11 Sep 2025 07:54:39 UTC)
- git: 70afc95fc6ec - main - usb_vendors: update to 2025-07-26 (Thu, 11 Sep 2025 07:54:40 UTC)
- git: 1bc7ee74b6a8 - main - pkgbase: fix alpha and beta versioning (Fri, 12 Sep 2025 15:21:23 UTC)
- git: c8a4d636af8a - stable/15 - pkgbase: fix alpha and beta versioning (Fri, 12 Sep 2025 15:38:15 UTC)
- git: 7a7f44d61815 - stable/15 - nuageinit: Remove duplicate description of users.{user}.groups (Wed, 17 Sep 2025 19:34:17 UTC)
- git: a00410fa19e9 - stable/15 - nuageinit: chmod sudoers directory instead of chmod (again) sudoers file (Wed, 17 Sep 2025 19:34:18 UTC)
- git: dd293fbc084b - stable/15 - nuageinit: Add me to copyright list (Wed, 17 Sep 2025 19:34:19 UTC)
- git: 4a01ddbcd66e - stable/15 - nuageinit: Allow the use of network parameters from network-config (Wed, 17 Sep 2025 19:34:20 UTC)
- git: 24e5700d4707 - stable/15 - nuageinit: Add doas support (Wed, 17 Sep 2025 19:34:21 UTC)
- git: ab41f840e701 - stable/15 - pkg(7): Add support for pkg+ prefix to bootstrap pubkey (Wed, 17 Sep 2025 19:35:00 UTC)
- git: c3f0a93e70c6 - stable/15 - pci_vendors: update to 2025-07-11 (Wed, 17 Sep 2025 19:35:01 UTC)
- git: 3767aeec35c9 - stable/15 - usb_vendors: update to 2025-07-26 (Wed, 17 Sep 2025 19:35:03 UTC)
- git: 673f8232146a - stable/14 - pkg(7): Add support for pkg+ prefix to bootstrap pubkey (Wed, 17 Sep 2025 19:37:15 UTC)
- git: 30e3f9665eb0 - stable/14 - pci_vendors: update to 2025-07-11 (Wed, 17 Sep 2025 19:37:16 UTC)
- git: c73d38aef140 - stable/14 - usb_vendors: update to 2025-07-26 (Wed, 17 Sep 2025 19:37:17 UTC)
- git: 65f42f894b1b - stable/14 - mac_do(4): fix typo (Wed, 17 Sep 2025 19:38:17 UTC)
- git: 08e259e39236 - stable/14 - timeout(1): add license header to unit test (Wed, 17 Sep 2025 19:38:18 UTC)
- git: 3a680e954469 - stable/14 - nuageinit: Improvements for nuageinit (Wed, 17 Sep 2025 19:42:20 UTC)
- git: 918e1973ff27 - stable/14 - nuageinit: Remove duplicate description of users.{user}.groups (Wed, 17 Sep 2025 19:42:21 UTC)
- git: 5d8efb8f2578 - stable/14 - nuageinit: chmod sudoers directory instead of chmod (again) sudoers file (Wed, 17 Sep 2025 19:42:22 UTC)
- git: d9843a40f8b1 - stable/14 - nuageinit: Add me to copyright list (Wed, 17 Sep 2025 19:42:23 UTC)
- git: bf187f6ac5b1 - stable/14 - nuageinit: Allow the use of network parameters from network-config (Wed, 17 Sep 2025 19:42:24 UTC)
- git: ea186b76c675 - stable/14 - nuageinit.7: grammar fixes (Wed, 17 Sep 2025 19:42:26 UTC)
- git: f0588c1cd8d9 - stable/14 - nuageinit.7: put each sentence on a new line (Wed, 17 Sep 2025 19:42:27 UTC)
- git: cbd62452bff6 - stable/14 - nuageinit: Add doas support (Wed, 17 Sep 2025 19:42:28 UTC)
- Re: git: 6b5adf33873a - main - Include a pkg package in the pkgbase repo (Fri, 19 Sep 2025 07:04:31 UTC)
- git: 23e69b54973f - main - pkgbase: set origin for each packages as base/FreeBSD-* (Tue, 23 Sep 2025 13:14:07 UTC)
- Re: git: 23e69b54973f - main - pkgbase: set origin for each packages as base/FreeBSD-* (Tue, 23 Sep 2025 20:02:25 UTC)
- Benedict Reuschling
- Bjoern A. Zeeb
- git: 78807c196c94 - main - rc: bluetooth: startup improvements (Mon, 01 Sep 2025 07:31:42 UTC)
- git: 50cab1202d39 - main - fwget: pci: hex strings use 0-9 and a-f not a-z (Mon, 01 Sep 2025 07:39:57 UTC)
- git: 1d1265875593 - main - fwget: pci: video amd: correct glob matching entries (Mon, 01 Sep 2025 07:42:43 UTC)
- git: 0533923acf22 - main - LinuxKPI: 802.11: use IEEE80211_FEXT_AMPDU_OFFLOAD (Tue, 02 Sep 2025 11:06:57 UTC)
- git: 8b86235ddd42 - main - LinuxKPI: 802.11: only change dtim_period once assoc (Tue, 02 Sep 2025 11:06:58 UTC)
- git: 00c9ebbbc653 - main - LinuxKPI: 802.11: counting beacons for debug only when assoc (Tue, 02 Sep 2025 11:06:59 UTC)
- Re: git: aa730a66bc74 - main - sh: Add config tag to /.profile (Tue, 02 Sep 2025 11:38:25 UTC)
- Re: git: aa730a66bc74 - main - sh: Add config tag to /.profile (Tue, 02 Sep 2025 11:43:23 UTC)
- git: bc222e96d135 - main - LinuxKPI: skbuff: no longer use IEEE80211_DEBUG to turn on debug (Wed, 03 Sep 2025 11:40:23 UTC)
- Re: git: 851dc7f859c2 - main - jail: add jail descriptors (Fri, 05 Sep 2025 13:33:22 UTC)
- Re: git: 1c23d8f9f398 - main - vtnet: improve checksum offloading (Fri, 05 Sep 2025 21:09:11 UTC)
- Re: git: 9e792f7ef729 - main - sys/netinet6: Fix SLAAC for interfaces with no /64 LL address (Fri, 05 Sep 2025 23:17:11 UTC)
- git: 910cf345d0ee - main - LinuxKPI: pci: implement for_each_pci_dev() and improve pci_get_device() (Fri, 05 Sep 2025 23:28:54 UTC)
- git: 2f9064a5d2b5 - main - LinuxKPI: pci: implement pcim_iomap() (Fri, 05 Sep 2025 23:28:55 UTC)
- git: 7e21158d44cd - main - LinuxKPI: pci: implement [linuxkpi_]pcim_request_all_regions() (Fri, 05 Sep 2025 23:28:56 UTC)
- git: bbeeb5853156 - main - LinuxKPI: pci: allocate entire pci_dev hiereachy up to root port on attach (Fri, 05 Sep 2025 23:28:57 UTC)
- git: 627234627b51 - main - LinuxKPI: pci: allow children to be attached to a pci_dev (Fri, 05 Sep 2025 23:28:58 UTC)
- git: 736b16e88d23 - main - LinuxKPI: correct the LINUXKPI_VERSION check for abs_diff() (Fri, 05 Sep 2025 23:29:00 UTC)
- git: c1264b6238c9 - main - LinuxKPI: acpi; fix type to acpi_get_handle() (Fri, 05 Sep 2025 23:29:01 UTC)
- git: 81cb7c4c8e7b - main - LinuxKPI: rename from_timer() to timer_container_of() (Fri, 05 Sep 2025 23:29:02 UTC)
- git: 5cb64a1d3fe7 - main - LinuxKPI: timer KPI *_timer -> timer_* (Fri, 05 Sep 2025 23:29:03 UTC)
- git: 39e9290d890b - main - LinuxKPI: cleanup: implement __free() and DEFINE_FREE(); use for kfree() (Fri, 05 Sep 2025 23:29:04 UTC)
- git: 3f48a0fe53ca - main - LinuxKPI: add DEFINE_LOCK_GUARD_0 for rcu (Fri, 05 Sep 2025 23:29:05 UTC)
- git: ff5bcb742899 - main - LinuxKPI: add __struct_size (Fri, 05 Sep 2025 23:29:06 UTC)
- git: 70c508e691de - main - LinuxKPI: sync overflow.h from Linux v6.16 (Fri, 05 Sep 2025 23:29:07 UTC)
- git: 7c473933624f - main - LinuxKPI: kunit: add static_stub.h and more dummy headers (Fri, 05 Sep 2025 23:29:09 UTC)
- git: 2a44e10edb13 - main - LinuxKPI: maths64: implement roundup_u64() (Fri, 05 Sep 2025 23:29:10 UTC)
- git: 4ab64e34911a - main - LinuxKPI: devres: divorce dem_kfree from lkpi_devm_kmalloc_release (Fri, 05 Sep 2025 23:29:11 UTC)
- NOIP/NOINET/... for arm64 too? [was: Re: git: 1c23d8f9f398 - main - vtnet: improve checksum offloading] (Sat, 06 Sep 2025 08:31:55 UTC)
- git: 3860afe99ec3 - main - Revert "LinuxKPI: pci: allocate entire pci_dev hiereachy up to root port on attach" (Mon, 08 Sep 2025 14:33:45 UTC)
- git: 3c38dce87ecd - main - LinuxKPI: 802.11: avoid recursive wiphy lock (Thu, 11 Sep 2025 15:16:17 UTC)
- git: 68f8fa4ada24 - stable/15 - LinuxKPI: pci: implement for_each_pci_dev() and improve pci_get_device() (Mon, 15 Sep 2025 19:11:05 UTC)
- git: cfb8f4bf2c2b - stable/15 - LinuxKPI: pci: implement pcim_iomap() (Mon, 15 Sep 2025 19:11:06 UTC)
- git: ff31767e530a - stable/15 - LinuxKPI: pci: implement [linuxkpi_]pcim_request_all_regions() (Mon, 15 Sep 2025 19:11:07 UTC)
- git: 8fca57469f7c - stable/15 - LinuxKPI: pci: allow children to be attached to a pci_dev (Mon, 15 Sep 2025 19:11:08 UTC)
- git: ab45c859374d - stable/15 - LinuxKPI: correct the LINUXKPI_VERSION check for abs_diff() (Mon, 15 Sep 2025 19:11:10 UTC)
- git: aa673b7101d9 - stable/15 - LinuxKPI: acpi; fix type to acpi_get_handle() (Mon, 15 Sep 2025 19:11:11 UTC)
- git: 352be5b48ba8 - stable/15 - LinuxKPI: rename from_timer() to timer_container_of() (Mon, 15 Sep 2025 19:11:12 UTC)
- git: 88198564dbd8 - stable/15 - LinuxKPI: timer KPI *_timer -> timer_* (Mon, 15 Sep 2025 19:11:13 UTC)
- git: 830cc677d97e - stable/15 - LinuxKPI: cleanup: implement __free() and DEFINE_FREE(); use for kfree() (Mon, 15 Sep 2025 19:11:14 UTC)
- git: 4d5a78c5f40a - stable/15 - LinuxKPI: add DEFINE_LOCK_GUARD_0 for rcu (Mon, 15 Sep 2025 19:11:15 UTC)
- git: 310885b40ad2 - stable/15 - LinuxKPI: add __struct_size (Mon, 15 Sep 2025 19:11:16 UTC)
- git: cd2bd8bf672c - stable/15 - LinuxKPI: sync overflow.h from Linux v6.16 (Mon, 15 Sep 2025 19:11:17 UTC)
- git: 3753913c9e1c - stable/15 - LinuxKPI: kunit: add static_stub.h and more dummy headers (Mon, 15 Sep 2025 19:11:18 UTC)
- git: 88122c8eb70d - stable/15 - LinuxKPI: maths64: implement roundup_u64() (Mon, 15 Sep 2025 19:11:20 UTC)
- git: f20a09e161f0 - stable/15 - LinuxKPI: devres: divorce dem_kfree from lkpi_devm_kmalloc_release (Mon, 15 Sep 2025 19:11:21 UTC)
- git: b0469fa7f10f - stable/15 - LinuxKPI: 802.11: avoid recursive wiphy lock (Mon, 15 Sep 2025 19:11:22 UTC)
- Re: git: 5e0a4859f28a - main - iwlwifi: Don't compile for gcc before 14 (Mon, 15 Sep 2025 19:26:02 UTC)
- Re: git: 5e0a4859f28a - main - iwlwifi: Don't compile for gcc before 14 (Mon, 15 Sep 2025 21:32:12 UTC)
- git: 123c2dc6e15a - main - Reapply "LinuxKPI: pci: allocate entire pci_dev hiereachy up to root port on attach" (Mon, 29 Sep 2025 23:17:25 UTC)
- git: 4179e6b78297 - main - LinuxKPI: pci: implementation of [lkpi_]pci_get_slot() (Mon, 29 Sep 2025 23:17:26 UTC)
- git: 52ce810302f7 - main - UPDATING: bump __FreeBSD_version for drm-kmod/nvidia-drm vs. LinuxLPI (Mon, 29 Sep 2025 23:17:27 UTC)
- git: d8972ad2f6e7 - stable/15 - LinuxKPI: pci: allocate entire pci_dev hiereachy up to root port on attach (Tue, 30 Sep 2025 22:21:04 UTC)
- git: 62c3b77d1d10 - stable/15 - LinuxKPI: pci: implementation of [lkpi_]pci_get_slot() (Tue, 30 Sep 2025 22:21:05 UTC)
- git: a38672e64a1c - stable/15 - UPDATING: bump __FreeBSD_version for drm-kmod/nvidia-drm vs. LinuxKPI (Tue, 30 Sep 2025 22:21:06 UTC)
- Brad Davis
- Brooks Davis
- Bryan Drewery
- Christos Margiolis
- Christos Margiolis
- git: e323aaaf3971 - main - dtrace_lockstat.4: Fix description (Wed, 03 Sep 2025 17:50:02 UTC)
- git: 69ed4a82afd7 - stable/14 - dtrace_lockstat.4: Fix description (Fri, 05 Sep 2025 14:32:36 UTC)
- git: dafd960a3d65 - main - libsamplerate: Define as PRIVATELIB (Mon, 15 Sep 2025 13:11:00 UTC)
- git: 680f9acc3657 - main - ng_hci: Cast NG_HCI_BDADDR_ANY to const bdaddr_t * (Mon, 15 Sep 2025 13:11:02 UTC)
- git: e8b5025c3880 - main - sound: Honor CHN_F_NBIO (Mon, 15 Sep 2025 17:44:21 UTC)
- git: 67f3c0d6a575 - main - dtraceall: Enable kinst for aarch64 and riscv as well (Tue, 16 Sep 2025 15:37:28 UTC)
- git: 0caba7093871 - stable/15 - sound: Honor CHN_F_NBIO (Wed, 17 Sep 2025 09:27:25 UTC)
- git: 123881aead72 - stable/14 - sound: Honor CHN_F_NBIO (Wed, 17 Sep 2025 09:27:47 UTC)
- git: 3d14cc82d7a8 - main - sdp(3): Change bdaddr parameter type in sdp_register_service() (Wed, 17 Sep 2025 14:12:38 UTC)
- git: 8813774cebc9 - stable/15 - ng_hci: Cast NG_HCI_BDADDR_ANY to const bdaddr_t * (Thu, 18 Sep 2025 09:58:12 UTC)
- git: 3ed893431075 - stable/15 - ng_btsocket_rfcomm: Mark a couple buffers as const in a helper function (Thu, 18 Sep 2025 09:58:14 UTC)
- git: 3501e2597e9e - stable/15 - sdp(3): Change bdaddr parameter type in sdp_register_service() (Thu, 18 Sep 2025 09:58:15 UTC)
- git: 064006b78c90 - stable/14 - ng_hci: Cast NG_HCI_BDADDR_ANY to const bdaddr_t * (Thu, 18 Sep 2025 09:59:12 UTC)
- git: e4fcd203f252 - stable/14 - ng_btsocket_rfcomm: Mark a couple buffers as const in a helper function (Thu, 18 Sep 2025 09:59:13 UTC)
- git: eabd561d3a2a - stable/14 - sdp(3): Change bdaddr parameter type in sdp_register_service() (Thu, 18 Sep 2025 09:59:14 UTC)
- git: 749a9266982b - main - sound: Implement COMPAT_FREEBSD32 shims (Tue, 23 Sep 2025 19:00:19 UTC)
- git: 9cab9fde5eda - main - virtual_oss: Port to base (Sun, 28 Sep 2025 09:58:53 UTC)
- git: c457acb4ee82 - main - RELNOTES: virtual_oss in base (Sun, 28 Sep 2025 09:58:54 UTC)
- git: 5c8835e5c0ce - main - mixer(8): Update virtual_oss path (Sun, 28 Sep 2025 09:58:55 UTC)
- git: 86a7787e324b - main - virtual_bt_speaker(8): Fix aarch64 build (Sun, 28 Sep 2025 15:40:52 UTC)
- git: 69ede18b950e - main - virtual_oss(8): Use proper format specifier for uintmax_t * (Mon, 29 Sep 2025 10:41:47 UTC)
- git: 0532cd2d7713 - main - virtual_oss(8): Fix GCC errors and warnings (Mon, 29 Sep 2025 16:18:06 UTC)
- git: 25d551b5fb1d - main - virtual_bt_speaker(8): Do not build if WITHOUT_BLUETOOTH is set (Tue, 30 Sep 2025 09:13:28 UTC)
- git: abdd81f0a5d5 - stable/15 - dtraceall: Enable kinst for aarch64 and riscv as well (Tue, 30 Sep 2025 09:17:43 UTC)
- git: 782a376911eb - stable/15 - sound: Implement COMPAT_FREEBSD32 shims (Tue, 30 Sep 2025 09:17:44 UTC)
- git: a8e11e3c6208 - stable/14 - dtraceall: Enable kinst for aarch64 and riscv as well (Tue, 30 Sep 2025 09:18:24 UTC)
- git: d0e8c9463126 - stable/14 - sound: Implement COMPAT_FREEBSD32 shims (Tue, 30 Sep 2025 09:18:25 UTC)
- git: 2ffaca551eaf - main - snd_hda: Implement automatic redirection between associations (Tue, 30 Sep 2025 10:52:59 UTC)
- git: 8af6aee96ed6 - main - virtual_oss(8): Remove floating point formats from preference list (Tue, 30 Sep 2025 13:27:04 UTC)
- git: f040ee6e4078 - main - virtual_oss: Do not build if WITHOUT_CUSE is set (Tue, 30 Sep 2025 17:01:46 UTC)
- Colin Percival
- git: 45d3204dec88 - stable/14 - Remove cached FreeBSD-kmods repo from cloudware (Thu, 04 Sep 2025 21:54:28 UTC)
- git: 8b4e4c273730 - main - Update main to 16 (Fri, 05 Sep 2025 00:10:19 UTC)
- git: 6e7cc49f94cf - stable/15 - Make stable/15 a stable branch (Fri, 05 Sep 2025 01:24:00 UTC)
- git: c1d5c5a3efd9 - stable/15 - Remove NODEBUG kernels (Fri, 05 Sep 2025 01:24:01 UTC)
- git: 1aad58b919d3 - stable/15 - Remove std.debug from kernel configs (Fri, 05 Sep 2025 01:24:02 UTC)
- git: af60084978a4 - main - Add description for WITH_PTHREADS_ASSERTIONS (Fri, 05 Sep 2025 21:36:05 UTC)
- git: c09d21f71329 - stable/15 - Add description for WITH_PTHREADS_ASSERTIONS (Fri, 05 Sep 2025 21:36:51 UTC)
- git: bc96364a4d60 - stable/15 - Turn off PTHREAD assertions in stable/15 (Fri, 05 Sep 2025 21:36:52 UTC)
- git: 8ba76c6565f3 - stable/15 - Add -DEBUG kernel configurations (Fri, 05 Sep 2025 22:05:26 UTC)
- Re: git: af60084978a4 - main - Add description for WITH_PTHREADS_ASSERTIONS (Fri, 05 Sep 2025 22:07:39 UTC)
- git: 0b3d82579a01 - stable/15 - 15.0: Mark the tree as ALPHA1 (Fri, 05 Sep 2025 22:30:47 UTC)
- git: 99cc54090e1c - stable/15 - 15.0: Update to ALPHA2 (Fri, 12 Sep 2025 00:01:11 UTC)
- git: d4282cfa97d6 - main - release.sh: Pass PKGCONF through to make release (Sat, 13 Sep 2025 02:23:32 UTC)
- git: e2f40ab4ce48 - stable/15 - release.sh: Pass PKGCONF through to make release (Sat, 13 Sep 2025 02:24:02 UTC)
- git: 5f14800ca589 - main - release.sh: Pass *PKGBASE* through (Sat, 13 Sep 2025 15:35:12 UTC)
- git: 89e9d3ca62f8 - stable/15 - release.sh: Pass *PKGBASE* through (Sat, 13 Sep 2025 15:35:49 UTC)
- git: 340e68fd7c0d - main - release: Pass ABI to pkgbase-stage.lua (Sun, 14 Sep 2025 02:05:05 UTC)
- git: fa9ea99be6fb - main - release: CLEANDIRS += pkgdb (Sun, 14 Sep 2025 02:05:06 UTC)
- git: da62a299de31 - stable/15 - release: Pass ABI to pkgbase-stage.lua (Sun, 14 Sep 2025 02:05:29 UTC)
- git: b050bfa88d4e - main - release: Pass ABI to running pkgbase-stage on dvd (Tue, 16 Sep 2025 01:11:29 UTC)
- git: 8c9a919abaa3 - main - release: Fix typo in powerpc mkisoimages.sh (Tue, 16 Sep 2025 01:11:30 UTC)
- git: 37de183f06e4 - stable/15 - release: CLEANDIRS += pkgdb (Wed, 17 Sep 2025 02:45:45 UTC)
- git: 6b5adf33873a - main - Include a pkg package in the pkgbase repo (Wed, 17 Sep 2025 22:39:24 UTC)
- git: 98d74493619e - main - Bootstrap pkg before building a pkg package (Thu, 18 Sep 2025 04:25:49 UTC)
- git: b9afd7f6a5b1 - main - release: Allow powerpc GENERIC64(le)? kernels (Thu, 18 Sep 2025 04:41:53 UTC)
- git: 35b81af1eee6 - main - release: Make PKGBASE the default (Thu, 18 Sep 2025 04:41:54 UTC)
- git: 7c0bc6c703ee - main - release: Always dist sets on dvd1 (Thu, 18 Sep 2025 04:41:55 UTC)
- git: 2c06b824436d - main - pkgbootstrap: Build pkg if PORTSDIR exists (Thu, 18 Sep 2025 19:25:02 UTC)
- git: 3b47fcc146da - stable/14 - release: Fix typo in powerpc mkisoimages.sh (Thu, 18 Sep 2025 21:22:42 UTC)
- git: 5918b4866a96 - main - release: Allow pkg build on "wrong" major (Thu, 18 Sep 2025 23:42:59 UTC)
- git: 088e21000507 - main - release: More fixes for building pkg package (Fri, 19 Sep 2025 08:09:14 UTC)
- git: 060f7edadcff - main - pkgbase: Don't include pkg by default (Fri, 19 Sep 2025 16:29:13 UTC)
- git: e87b75a8bfc8 - main - pkgbootstrap: Gate building from ports (Fri, 19 Sep 2025 17:08:06 UTC)
- Re: git: 94a0f9f63e16 - main - kern/vfs_vnops.c: generalize the lock primitive for file foffset (Fri, 19 Sep 2025 17:25:11 UTC)
- git: 8f268240ee60 - main - Revert "fcntl(F_SETFL): only allow one thread to perform F_SETFL" (Fri, 19 Sep 2025 19:23:02 UTC)
- git: 1f2a65222b88 - main - Revert "kern/vfs_vnops.c: generalize the lock primitive for file foffset" (Fri, 19 Sep 2025 19:23:03 UTC)
- git: 08adaf71e2e5 - main - release.sh: Bootstrap pkg from the ports tree (Sat, 20 Sep 2025 04:23:18 UTC)
- git: f0b1e0470af5 - main - release.sh: Use mkdir -p (Sat, 20 Sep 2025 12:07:15 UTC)
- git: e02775bf0470 - stable/15 - release: Pass ABI to running pkgbase-stage on dvd (Sat, 20 Sep 2025 23:27:56 UTC)
- git: 5a5e68aac380 - stable/15 - release: Fix typo in powerpc mkisoimages.sh (Sat, 20 Sep 2025 23:27:57 UTC)
- git: 33f8c98c92c6 - stable/15 - Include a pkg package in the pkgbase repo (Sat, 20 Sep 2025 23:27:59 UTC)
- git: 1adc9b9c4534 - stable/15 - Bootstrap pkg before building a pkg package (Sat, 20 Sep 2025 23:28:00 UTC)
- git: 0a4eca324c11 - stable/15 - release: Make PKGBASE the default (Sat, 20 Sep 2025 23:28:01 UTC)
- git: 7ca9dc8864de - stable/15 - release: Always dist sets on dvd1 (Sat, 20 Sep 2025 23:28:02 UTC)
- git: 04ad9d737d2e - stable/15 - pkgbootstrap: Build pkg if PORTSDIR exists (Sat, 20 Sep 2025 23:28:03 UTC)
- git: 9c56bf2d1f3b - stable/15 - release: Allow pkg build on "wrong" major (Sat, 20 Sep 2025 23:28:04 UTC)
- git: 918352995598 - stable/15 - release: More fixes for building pkg package (Sat, 20 Sep 2025 23:28:05 UTC)
- git: 42143eb1767a - stable/15 - pkgbase: Don't include pkg by default (Sat, 20 Sep 2025 23:28:06 UTC)
- git: 91970dfbaf29 - stable/15 - pkgbootstrap: Gate building from ports (Sat, 20 Sep 2025 23:28:08 UTC)
- git: c2e6178e6802 - stable/15 - release.sh: Bootstrap pkg from the ports tree (Sat, 20 Sep 2025 23:28:09 UTC)
- git: 5b710115079c - stable/15 - release.sh: Use mkdir -p (Sat, 20 Sep 2025 23:28:10 UTC)
- git: 26988773d1da - stable/15 - 15.0: Update to ALPHA3 (Sat, 20 Sep 2025 23:28:11 UTC)
- Re: git: 3e13aae0d1f1 - main - krb5: Remove tests (Mon, 22 Sep 2025 16:42:06 UTC)
- git: 7ece602e00e8 - main - freebsd-update: Library ordering (Tue, 23 Sep 2025 21:05:38 UTC)
- git: 723445fdeee7 - main - release.sh: Pass through NO_ROOT (Wed, 24 Sep 2025 00:34:45 UTC)
- git: 86114bae092b - main - release: Build all cloudware regardless of noroot (Wed, 24 Sep 2025 12:46:03 UTC)
- git: 56e01d0d7e0f - main - release: Make toolchain OCI container use pkg set (Wed, 24 Sep 2025 23:24:50 UTC)
- git: 8134e7f4b406 - stable/15 - freebsd-update: Library ordering (Thu, 25 Sep 2025 19:26:37 UTC)
- git: e26928669f39 - stable/14 - freebsd-update: Library ordering (Thu, 25 Sep 2025 19:27:06 UTC)
- git: 87eb52f1b061 - stable/13 - freebsd-update: Library ordering (Thu, 25 Sep 2025 19:27:34 UTC)
- git: 32c48d373817 - stable/15 - release: Make toolchain OCI container use pkg set (Thu, 25 Sep 2025 21:08:13 UTC)
- git: 54dd9fd8a525 - stable/15 - 15.0: Update to ALPHA4 (Fri, 26 Sep 2025 00:02:52 UTC)
- git: 523fece9d11e - main - pkgbase-stage: Use unique PKG_DBDIR (Sat, 27 Sep 2025 04:08:10 UTC)
- git: d2b670b27f37 - stable/15 - pkgbase-stage: Use unique PKG_DBDIR (Sat, 27 Sep 2025 04:10:01 UTC)
- Corvin Köhne
- Cy Schubert
- git: 4729d5e2e2e3 - main - leap-seconds: Update to leap-seconds.3960835200 from IERS (Mon, 08 Sep 2025 22:06:00 UTC)
- git: 3fd185fffa0d - stable/14 - leap-seconds: Update to leap-seconds.3960835200 from IERS (Thu, 11 Sep 2025 05:39:47 UTC)
- git: 00038a02040b - stable/13 - leap-seconds: Update to leap-seconds.3960835200 from IERS (Thu, 11 Sep 2025 05:40:01 UTC)
- git: 122c416148b4 - stable/15 - leap-seconds: Update to leap-seconds.3960835200 from IERS (Thu, 11 Sep 2025 05:43:17 UTC)
- git: b0e7b55a0e90 - main - krb5: Enable PRINC_LOOK_AHEAD in ksu (Fri, 12 Sep 2025 14:33:09 UTC)
- git: b36435210a1e - stable/15 - krb5: Enable PRINC_LOOK_AHEAD in ksu (Sun, 14 Sep 2025 15:21:03 UTC)
- Re: git: e779891327b1 - main - sys/power: Sleep type reporting by PM backends (Tue, 16 Sep 2025 05:02:39 UTC)
- Re: git: e779891327b1 - main - sys/power: Sleep type reporting by PM backends (Thu, 18 Sep 2025 04:59:32 UTC)
- Re: git: 87e2b532ec9e - main - Revert "sys/power: Sleep type reporting by PM backends" (Fri, 19 Sep 2025 05:09:48 UTC)
- git: 3e13aae0d1f1 - main - krb5: Remove tests (Mon, 22 Sep 2025 15:43:19 UTC)
- Re: git: 3e13aae0d1f1 - main - krb5: Remove tests (Mon, 22 Sep 2025 15:46:14 UTC)
- Re: git: a4417b9f9cde - stable/15 - moused(8): Start moused with devd (Mon, 22 Sep 2025 18:16:38 UTC)
- git: cc785755e600 - stable/15 - krb5: Remove tests (Wed, 24 Sep 2025 19:38:07 UTC)
- Re: git: 9cab9fde5eda - main - virtual_oss: Port to base (Mon, 29 Sep 2025 12:59:24 UTC)
- Re: git: 614c8750ce11 - main - Remove ftpd(8) (Mon, 29 Sep 2025 22:53:55 UTC)
- Dag-Erling Smørgrav
- git: ca89e1535509 - main - tzcode: Don't treat TZDEFAULT as tainted (Mon, 01 Sep 2025 06:35:41 UTC)
- git: 016d3ec239b3 - main - tzcode: Add a test case for plain issetugid case (Mon, 01 Sep 2025 06:35:42 UTC)
- git: 167991a1bfb4 - stable/14 - ipfw: Fix segfault in NPTv6 rule parser (Thu, 04 Sep 2025 18:16:21 UTC)
- git: c73ee7ff6469 - stable/14 - ipfw: Add tests for the NPTv6 rule parser (Thu, 04 Sep 2025 18:16:22 UTC)
- git: bb5b0c1624fb - stable/13 - ipfw: Fix segfault in NPTv6 rule parser (Thu, 04 Sep 2025 18:16:26 UTC)
- git: 44bab727dfe2..c8864f6ba46f - vendor/unbound - vendor branch updated (Sun, 07 Sep 2025 18:57:14 UTC)
- git: 9c6d40b9fb2c - Create tag vendor/unbound/1.23.1 (Sun, 07 Sep 2025 18:57:14 UTC)
- git: 5a0119491adb - main - unbound: Update to 1.23.1 (Sun, 07 Sep 2025 20:34:24 UTC)
- git: 14b61b2e9317 - main - man: Add -l option (Sun, 07 Sep 2025 20:53:03 UTC)
- git: dc38cf116c82 - main - man: Fix usage message (Mon, 08 Sep 2025 13:27:52 UTC)
- git: d549de769055 - main - libc: Remove readdir_r(3) (Wed, 10 Sep 2025 16:58:46 UTC)
- git: dd8c666d8b78 - main - src.sys.mk: Support src.conf in SRCTOP (Wed, 10 Sep 2025 16:58:47 UTC)
- git: d20c82507278 - main - Revert "libc: Remove readdir_r(3)" (Thu, 11 Sep 2025 15:12:31 UTC)
- git: 55bd607b9930 - main - uptime: Mention libxo support in manual page (Thu, 11 Sep 2025 20:52:49 UTC)
- git: 4c6cf6107b82 - main - tools: Drop cryptotest (Fri, 12 Sep 2025 15:30:05 UTC)
- git: ab2fea3f9a5a - main - UPDATING: mention the src.conf change (Fri, 12 Sep 2025 17:17:23 UTC)
- git: 18fd1443d205 - main - ifconfig: Enter jail as soon as possible (Mon, 15 Sep 2025 17:57:33 UTC)
- git: 1a7a067da456 - main - stat: Add option to list holes (Tue, 16 Sep 2025 13:38:29 UTC)
- git: 9b8224b950fb - main - cp: Drop test helper (Tue, 16 Sep 2025 13:38:30 UTC)
- git: abe8e3aecea6 - stable/15 - unbound: Update to 1.23.1 (Tue, 16 Sep 2025 13:59:05 UTC)
- git: 668fbde7df9a - stable/15 - man: Add -l option (Tue, 16 Sep 2025 13:59:06 UTC)
- git: 340f2a651313 - stable/15 - src.sys.mk: Support src.conf in SRCTOP (Tue, 16 Sep 2025 13:59:07 UTC)
- git: f6ff04831acf - stable/15 - uptime: Mention libxo support in manual page (Tue, 16 Sep 2025 13:59:08 UTC)
- git: bc8b95bb7695 - stable/14 - w: Fix idle time in json output, add login/idle times to json output (Tue, 16 Sep 2025 13:59:13 UTC)
- git: a2058a619c6b - stable/14 - unbound: Update to 1.23.1 (Tue, 16 Sep 2025 13:59:14 UTC)
- git: 61735a4f685b - stable/14 - man: Add -l option (Tue, 16 Sep 2025 13:59:15 UTC)
- git: a5bf37963aeb - stable/14 - src.sys.mk: Support src.conf in SRCTOP (Tue, 16 Sep 2025 13:59:16 UTC)
- git: 65ce9cefee56 - stable/14 - uptime: Mention libxo support in manual page (Tue, 16 Sep 2025 13:59:18 UTC)
- git: d703ae86bfa1 - stable/13 - w: Fix idle time in json output, add login/idle times to json output (Tue, 16 Sep 2025 13:59:22 UTC)
- git: c34e79820b38 - stable/13 - unbound: Update to 1.23.1 (Tue, 16 Sep 2025 13:59:23 UTC)
- git: e5c5d8f78ead - stable/13 - man: Add -l option (Tue, 16 Sep 2025 13:59:24 UTC)
- git: eafc54027d2e - stable/13 - src.sys.mk: Support src.conf in SRCTOP (Tue, 16 Sep 2025 13:59:25 UTC)
- git: 3ac71c45ffa9 - stable/13 - uptime: Mention libxo support in manual page (Tue, 16 Sep 2025 13:59:27 UTC)
- git: e1401a283d10 - stable/14 - ifconfig: Enter jail as soon as possible (Mon, 22 Sep 2025 12:08:13 UTC)
- git: 6d3de817987a - stable/15 - ifconfig: Enter jail as soon as possible (Mon, 22 Sep 2025 12:08:18 UTC)
- git: fd017bf5ef37 - stable/15 - man: Fix usage message (Tue, 23 Sep 2025 12:57:53 UTC)
- git: 898d513ab1c5 - stable/15 - tools: Drop cryptotest (Tue, 23 Sep 2025 12:57:54 UTC)
- git: 697d7905aba9 - stable/15 - stat: Add option to list holes (Tue, 23 Sep 2025 12:57:55 UTC)
- git: 519a1c971e67 - stable/15 - cp: Drop test helper (Tue, 23 Sep 2025 12:57:57 UTC)
- git: af3e311a2734 - stable/14 - atf, kyua: Implement require.kmods. (Tue, 23 Sep 2025 12:57:59 UTC)
- git: 13cf806828e2 - stable/14 - atf-c(3): fill in prototypes for functions (Tue, 23 Sep 2025 12:58:00 UTC)
- git: d1e926d8985f - stable/14 - kyua: Improve required_kmods metadata (Tue, 23 Sep 2025 12:58:01 UTC)
- git: 5953e7c98427 - main - rc.subr: Move the sleep in wait_for_pids (Tue, 23 Sep 2025 12:59:07 UTC)
- git: 3aac05f56620 - main - pwait: Fix timeout unit parser (Tue, 23 Sep 2025 12:59:08 UTC)
- git: a5f14e4f9069 - main - tzcode: Use -00 only for invalid time zones (Tue, 23 Sep 2025 12:59:09 UTC)
- git: d13a8d09338d - stable/14 - man: Fix usage message (Tue, 23 Sep 2025 13:06:56 UTC)
- git: 0416dd2d0330 - stable/13 - man: Fix usage message (Tue, 23 Sep 2025 13:07:02 UTC)
- git: 155290b23f0b - main - tzcode: Expose and document offtime() and offtime_r() (Tue, 23 Sep 2025 21:03:50 UTC)
- git: d58339f39874 - main - tzcode: Drop libc namespace (Sat, 27 Sep 2025 17:07:36 UTC)
- git: df8bc705eb04 - main - tzcode: Fix issues when TZ is an absolute path (Sat, 27 Sep 2025 17:07:37 UTC)
- git: 202b59c35ead - main - tzcode: Really fix issues when TZ is an absolute path (Sun, 28 Sep 2025 11:12:55 UTC)
- git: d28e4ce6cb61 - main - tzcode: Tweak open flags. (Mon, 29 Sep 2025 11:57:58 UTC)
- git: cf76bfbb2351 - main - tzcode: Test escape from TZDIR (Mon, 29 Sep 2025 12:40:08 UTC)
- git: be8830612314 - main - libc: Add missing MLINK for tzname(3) (Tue, 30 Sep 2025 13:18:10 UTC)
- Dag-Erling_Smørgrav
- Danilo G. Baio
- Dave Cottlehuber
- Dima Panov
- Dimitry Andric
- Ed Maste
- git: 4558fc4f91dc - stable/14 - Merge commit 7a66a26658f4 from llvm git (by Fangrui Song): (Mon, 01 Sep 2025 20:15:48 UTC)
- git: 375527545c85 - main - ng_parse: Add upper bound to avoid possible overflow (Mon, 01 Sep 2025 21:13:01 UTC)
- git: 6ec314485100 - stable/14 - tests: xfail readelf phdr count test w/LLVM binutils (Tue, 02 Sep 2025 14:09:08 UTC)
- git: 5eb80bf1a6a4 - main - moused,syscons: Avoid warning if system has no /dev/ttyv* (Tue, 02 Sep 2025 17:28:13 UTC)
- git: 3296fda0c309 - main - arm64: enable bloating kernel with ext errors strings (Tue, 02 Sep 2025 19:30:48 UTC)
- git: 96743bfb9543 - stable/14 - boot_i386.8: Mention this is legacy (Wed, 03 Sep 2025 13:05:57 UTC)
- git: 1ff48c6810a1 - stable/14 - tests: Update for jemalloc's option parsing (Wed, 03 Sep 2025 13:06:59 UTC)
- git: 92255335d945 - main - sys: Rename BLOAT_KERNEL_WITH_EXTERR to EXTERR_STRINGS (Wed, 03 Sep 2025 13:09:49 UTC)
- git: e425d433c5ad - stable/14 - Makefile.inc1: Avoid including cwd in path (Wed, 03 Sep 2025 13:28:29 UTC)
- git: 938fbab6f52a - stable/14 - chroot.2: Update errors and unprivileged use (Wed, 03 Sep 2025 13:56:07 UTC)
- git: 64cfafee8dfe - main - arch.7: Clarify older 32-bit arm support (Wed, 03 Sep 2025 14:37:43 UTC)
- git: 4407e10fdc8b - stable/14 - ng_parse: Add upper bound to avoid possible overflow (Thu, 04 Sep 2025 13:01:12 UTC)
- git: bc77917cd053 - stable/13 - ng_parse: disallow negative length for malloc (Thu, 04 Sep 2025 13:05:41 UTC)
- git: e3af3a23c155 - stable/13 - ng_parse: Add upper bound to avoid possible overflow (Thu, 04 Sep 2025 13:05:42 UTC)
- git: 6147dfa9aff7 - stable/14 - moused,syscons: Avoid warning if system has no /dev/ttyv* (Thu, 04 Sep 2025 14:09:24 UTC)
- git: c9467d0b562c - stable/14 - freebsd-update: Fix the pkgbase check (Mon, 08 Sep 2025 13:14:16 UTC)
- git: 78343cd2a0f1 - stable/14 - pw: Clarify groupadd/groupmod memberlist formats (Wed, 10 Sep 2025 15:03:28 UTC)
- git: 4a4b3f8c0a99 - stable/14 - pw: Skip root check with alternate root (Wed, 10 Sep 2025 15:03:30 UTC)
- git: c406a288e1e5 - stable/14 - flua: add fbsd module (Thu, 11 Sep 2025 18:50:20 UTC)
- git: 7f6da651e23f - stable/14 - flua: add posix.unistd.dup2() (Thu, 11 Sep 2025 18:50:21 UTC)
- git: f56402485dd5 - stable/14 - lposix: Clean up the posix namespace definitions (Thu, 11 Sep 2025 18:50:22 UTC)
- git: 5e6d22fffb23 - stable/14 - flua: fbsd: avoid leaking stdin pipes on error (Thu, 11 Sep 2025 18:50:23 UTC)
- git: d9412b5fff91 - stable/14 - flua: fbsd: return a process handle to operate on when we exec() (Thu, 11 Sep 2025 18:50:24 UTC)
- git: 1522c8af3676 - stable/14 - flua: fbsd: allow stdout to be captured for exec() processes (Thu, 11 Sep 2025 18:50:25 UTC)
- git: 527027da391d - stable/14 - jail: Add meta and env parameters (Thu, 11 Sep 2025 18:50:26 UTC)
- git: e9e9c912c5c2 - stable/14 - flua: add posix.unistd.execp (Sat, 13 Sep 2025 17:43:04 UTC)
- git: e0eaabb80d17 - main - libc: Have memcmp test what the standard requires (Sat, 13 Sep 2025 19:30:39 UTC)
- git: 06d08e6e758d - stable/14 - sys: add MBM device ioctl() values (Sun, 14 Sep 2025 19:26:24 UTC)
- git: 70caaeb8b63f - stable/14 - sys: add MBIM (mobile broadband interface module) interface type. (Mon, 15 Sep 2025 13:52:30 UTC)
- git: 87a78d9618ab - main - packages: remove src from base set (Tue, 16 Sep 2025 17:04:17 UTC)
- git: 36edc5014f63 - main - packages: remove tests from base set (Tue, 16 Sep 2025 17:04:19 UTC)
- git: 79e4dfe2a5f7 - stable/15 - libc: Have memcmp test what the standard requires (Tue, 16 Sep 2025 17:34:54 UTC)
- git: f9d8f808b23f - stable/15 - src.conf.5: Regen (Wed, 17 Sep 2025 01:02:49 UTC)
- git: 220584471931 - stable/14 - bsdinstall: Remove support for ZFS + MBR disk layouts (Wed, 17 Sep 2025 13:36:51 UTC)
- git: df997faca841 - main - atf_pytest: fix xfail detection from pytest report (Thu, 18 Sep 2025 13:01:27 UTC)
- git: 4d6d5f5a21ab - main - linuxkpi: Move string_helpers.h to string_choices.h (Fri, 19 Sep 2025 01:43:31 UTC)
- git: 87a7b35f04b6 - main - bsdinstall: fix vfs.zfs.vdev.min_auto_ashift oid (Fri, 19 Sep 2025 16:03:14 UTC)
- Re: git: 87a7b35f04b6 - main - bsdinstall: fix vfs.zfs.vdev.min_auto_ashift oid (Sun, 21 Sep 2025 02:12:23 UTC)
- git: 2b8bfdcad1f4 - main - Revert ".cirrus.yml: Reenable CI with pre-commit CI scripts" (Sun, 21 Sep 2025 13:34:51 UTC)
- git: 093f3f26e951 - stable/15 - bsdinstall: fix vfs.zfs.vdev.min_auto_ashift oid (Thu, 25 Sep 2025 07:11:25 UTC)
- git: 8f7dded41251 - stable/14 - bsdinstall: fix vfs.zfs.vdev.min_auto_ashift oid (Thu, 25 Sep 2025 07:27:31 UTC)
- git: f4f0308440d2 - main - release: create pkgbase repo config from Makefile (Thu, 25 Sep 2025 12:36:11 UTC)
- git: 4227d51b6e09 - main - release: create pkgbase VM and cloud images (Thu, 25 Sep 2025 13:12:09 UTC)
- git: 7e42cedae894 - stable/13 - bsdinstall: fix vfs.zfs.vdev.min_auto_ashift oid (Thu, 25 Sep 2025 14:42:02 UTC)
- git: 6f0d113e7ed8 - stable/15 - atf_pytest: fix xfail detection from pytest report (Tue, 30 Sep 2025 16:58:49 UTC)
- git: fb77d8e546e1 - main - release: Use standard Azure disk image extension (Tue, 30 Sep 2025 19:23:49 UTC)
- git: fd07941961f9 - stable/15 - linuxkpi: Move string_helpers.h to string_choices.h (Tue, 30 Sep 2025 19:25:16 UTC)
- Enji Cooper
- git: fdb3b695a4d1 - main - Update the installed manpages to match OpenSSL 3.5.1 (Mon, 08 Sep 2025 01:28:42 UTC)
- git: 0adec3d7ec96 - main - freebsd-update: sort options alphabetically (Tue, 09 Sep 2025 19:14:50 UTC)
- git: d18058b7b850 - main - crypto/openssl: apply polish to new vendor import process (Tue, 16 Sep 2025 23:11:55 UTC)
- git: fbc35f82f0ec..aed904c48f33 - vendor/openssl-3.5 - vendor branch updated (Tue, 16 Sep 2025 23:46:02 UTC)
- git: bc11b5d30cfa - Create tag vendor/openssl/3.5.3 (Tue, 16 Sep 2025 23:46:02 UTC)
- git: c99bb5747f5e - main - nanobsd: minor formatting cleanup (Thu, 18 Sep 2025 19:17:24 UTC)
- git: d5984d5f29a7 - main - OpenSSL: update Makefiles to reflect 3.5.1 release (Thu, 18 Sep 2025 19:17:50 UTC)
- git: 52c4b76d1dd3 - main - crypto/openssl: fix importing new versions from pristine trees (Sun, 21 Sep 2025 22:36:41 UTC)
- git: 88b8b7f0c4e9 - main - crypto/openssl: update component to 3.5.3 (Mon, 22 Sep 2025 22:38:57 UTC)
- git: d9cc3d558d00 - main - crypto/openssl: update build artifacts for the 3.5.3 release (Mon, 22 Sep 2025 22:38:58 UTC)
- git: 4b286fc6d5f1 - stable/14 - OSSL_HTTP_get(): Reset redirection_url in each iteration (Wed, 24 Sep 2025 04:40:07 UTC)
- git: fcc00aaba41c - stable/14 - Makefile.inc1: garbage collect unused variable: install-info (Wed, 24 Sep 2025 04:40:38 UTC)
- git: 9620fa7091a2 - stable/14 - aio_*(2): mention ENOSYS under ERRORS (Wed, 24 Sep 2025 04:43:20 UTC)
- git: e4b1597b428c - stable/14 - Remove mentions of ENOSYS added in d97e44784bb5 (Wed, 24 Sep 2025 04:43:21 UTC)
- git: 9f94939b73f5 - stable/14 - Bump .Dd for recently changed aio_*(2) manpages (Wed, 24 Sep 2025 04:43:47 UTC)
- git: 6ff0347e8f0f - stable/13 - Unbreak usr.bin/dc with OpenSSL 3 (Wed, 24 Sep 2025 04:49:34 UTC)
- git: ebb9f371b4a3 - stable/13 - Add simple factor/primes regression tests (Wed, 24 Sep 2025 05:35:13 UTC)
- git: a694dad26ba5 - stable/13 - factor: support OpenSSL 3 (Wed, 24 Sep 2025 22:17:08 UTC)
- git: 8782ceb94273 - stable/13 - Reduce ifdef soup by adding pre-3.0 compat support (Wed, 24 Sep 2025 22:17:09 UTC)
- git: 08be83a3cb68 - stable/13 - Fix the build post-dcf5d5603b3af8 (Wed, 24 Sep 2025 22:17:10 UTC)
- git: 1d1b7b16bf6e - Create tag vendor/google/googletest/1.17.0 (Fri, 26 Sep 2025 07:42:56 UTC)
- git: 14f7077fed7d..3a4c29b5bed4 - vendor/google/googletest - vendor branch updated (Fri, 26 Sep 2025 07:44:22 UTC)
- git: ecf8229ffeb1..027bdf0ee383 - vendor/openssl-3.0 - vendor branch updated (Tue, 30 Sep 2025 19:07:23 UTC)
- git: 11b0bb5448c4 - Create tag vendor/openssl/3.0.18 (Tue, 30 Sep 2025 19:07:23 UTC)
- git: 027bdf0ee383..12b8f7324509 - vendor/openssl-3.0 - vendor branch updated (Tue, 30 Sep 2025 19:09:43 UTC)
- git: aed904c48f33..8e12a5c4eb35 - vendor/openssl-3.5 - vendor branch updated (Tue, 30 Sep 2025 19:14:36 UTC)
- git: afa8da455f42 - Create tag vendor/openssl/3.5.4 (Tue, 30 Sep 2025 19:14:36 UTC)
- Enji Cooper (yaneurabeya)
- Florian Smeets
- Gleb Popov
- Gleb Smirnoff
- git: c8a5df48de6f - main - udp: don't leak mbuf if tunnel didn't consume and inpcb is gone (Mon, 01 Sep 2025 16:33:53 UTC)
- git: d0f4c558f920 - main - udp: slightly refactor udp_append() (Mon, 01 Sep 2025 16:33:54 UTC)
- git: b370fb00c89e - main - openssl: link enough files for the legacy provider to actually load (Mon, 01 Sep 2025 16:39:23 UTC)
- git: 60d5a4216b34 - main - unix/stream: fix EVFILT_WRITE after we did shutdown(2) (Tue, 02 Sep 2025 20:34:22 UTC)
- Re: git: ddd39152743a - main - pf: Introduce M_PF type for pf(4) related memory allocations. (Wed, 03 Sep 2025 04:39:43 UTC)
- git: f113980fe24f - main - cpucontrol: fix -DDEBUG build (Tue, 09 Sep 2025 21:19:35 UTC)
- git: 1014003c538c - main - Revert "linux: fix reporting NL_RTM_DELLINK to Netlink sockets" (Thu, 11 Sep 2025 21:05:17 UTC)
- git: 6683dcf61b3d - main - cpuctl: run amd_ucode_wrmsr only on one CPU and report if it failed (Thu, 18 Sep 2025 15:13:35 UTC)
- git: 83804499b724 - main - cpucontrol: return selected revision from ucode_amd_find() (Thu, 18 Sep 2025 15:13:36 UTC)
- Re: git: 785edcc2af5a - main - net80211: convert the rest of the native net80211 drivers to SEQNO_OFFLOAD (Sun, 21 Sep 2025 08:29:02 UTC)
- Re: git: 785edcc2af5a - main - net80211: convert the rest of the native net80211 drivers to SEQNO_OFFLOAD (Sun, 21 Sep 2025 18:09:54 UTC)
- Re: git: 31ec8b6407fd - main - sys/netinet6: Implement RFC 7217 (Sun, 21 Sep 2025 18:56:56 UTC)
- Re: git: 31ec8b6407fd - main - sys/netinet6: Implement RFC 7217 (Sun, 21 Sep 2025 23:00:42 UTC)
- Re: git: 0ec13430c583 - main - sys/netinet6: Fix ABI breakage introduced with RFC 7217 support (Mon, 22 Sep 2025 16:00:40 UTC)
- git: 418bf338747a - stable/15 - Revert "linux: fix reporting NL_RTM_DELLINK to Netlink sockets" (Mon, 22 Sep 2025 16:11:54 UTC)
- git: 7a7fbb13f546 - stable/15 - cpucontrol: fix -DDEBUG build (Mon, 22 Sep 2025 16:11:55 UTC)
- git: 797e92944d11 - stable/15 - cpuctl: run amd_ucode_wrmsr only on one CPU and report if it failed (Mon, 22 Sep 2025 16:11:56 UTC)
- git: dbff73873577 - stable/15 - cpucontrol: return selected revision from ucode_amd_find() (Mon, 22 Sep 2025 16:11:57 UTC)
- git: 874eaa3821dd - main - tests/newsyslog: cleanup after tests_normal_rotate_recompress test (Tue, 23 Sep 2025 19:33:42 UTC)
- git: f221f410920d - main - tests/newsyslog: don't hardcode -F for newsyslog execution (Tue, 23 Sep 2025 19:33:43 UTC)
- git: d5a5975f8430 - main - newsyslog: remove leftovers of 20-year old debugging code (Tue, 23 Sep 2025 19:33:44 UTC)
- git: b00e65ff70a4 - main - newsyslog: use str2sig() instead of own implementation (Thu, 25 Sep 2025 08:19:00 UTC)
- git: b0091036f724 - main - psignal(3): document return values of sig2str() and str2sig (Thu, 25 Sep 2025 08:20:11 UTC)
- git: d9f03a43f2fe - main - ucode: use wrmsr_early_safe() for early CPU microcode update (Sat, 27 Sep 2025 14:31:00 UTC)
- git: aab45f2aeec8 - main - tests/netlink: fix flaky netlink_sockets:sizes (Sun, 28 Sep 2025 14:55:08 UTC)
- git: 81df9522c8b7 - main - newsyslog: provide -I option to specify default signal (Sun, 28 Sep 2025 14:55:10 UTC)
- git: bbec2c9a6d9a - main - newsyslog: fix one hour rotation with frequent execution (Sun, 28 Sep 2025 14:55:11 UTC)
- Re: svn commit: r256519 - in head/sys: net netatalk netinet netinet6 netipx (Tue, 30 Sep 2025 17:35:30 UTC)
- Re: git: 4e7a375804e5 - main - IfAPI: Added missing accessor for if_home_vnet (Tue, 30 Sep 2025 17:39:27 UTC)
- Re: git: 4e7a375804e5 - main - IfAPI: Added missing accessor for if_home_vnet (Tue, 30 Sep 2025 18:11:09 UTC)
- Gordon Tetlow
- git: 99012995b4c6 - releng/14.3 - arm64: prevent panic when using syscall mux + large arg call (mmap) (Tue, 16 Sep 2025 16:31:06 UTC)
- git: d1e981cbf3bd - releng/14.3 - vfs_syscalls.c: Fix handling of offset args for copy_file_range (Tue, 16 Sep 2025 16:31:07 UTC)
- git: c07b1838f9c9 - releng/14.3 - bnxt: Fix BASE-T, 40G AOC, 1G-CX, autoneg and unknown media lists (Tue, 16 Sep 2025 16:31:08 UTC)
- git: ed55d0f2bc69 - releng/14.3 - Add UPDATING entries and bump version. (Tue, 16 Sep 2025 16:31:09 UTC)
- git: 722746b39e6e - releng/14.2 - arm64: prevent panic when using syscall mux + large arg call (mmap) (Tue, 16 Sep 2025 16:31:17 UTC)
- git: f3ffa7eb382a - releng/14.2 - Add UPDATING entries and bump version. (Tue, 16 Sep 2025 16:31:18 UTC)
- git: 751971e55454 - releng/13.5 - arm64: prevent panic when using syscall mux + large arg call (mmap) (Tue, 16 Sep 2025 16:31:26 UTC)
- git: e8acfa0be301 - releng/13.5 - Add UPDATING entries and bump version. (Tue, 16 Sep 2025 16:31:27 UTC)
- git: 30ad842dd970 - releng/14.3 - Correct release patch information. (Tue, 16 Sep 2025 23:11:06 UTC)
- git: aa1afb69dced - main - Fix multiple security issues in OpenSSL. (Tue, 30 Sep 2025 15:24:55 UTC)
- git: 4d6fd774b5b3 - stable/15 - Fix multiple security issues in OpenSSL. (Tue, 30 Sep 2025 15:26:14 UTC)
- git: 270158508d7c - stable/14 - Fix multiple security issues in OpenSSL. (Tue, 30 Sep 2025 15:28:38 UTC)
- git: c0dbaf2b5dbd - stable/13 - Fix issue from OpenSSL. (Tue, 30 Sep 2025 15:30:02 UTC)
- git: 978e04ff5bcf - releng/14.3 - freebsd-update: Library ordering (Tue, 30 Sep 2025 15:37:15 UTC)
- git: 75d258af9fe9 - releng/14.3 - Fix multiple security issues in OpenSSL. (Tue, 30 Sep 2025 15:37:16 UTC)
- git: 7f1785f09fb2 - releng/14.3 - Add UPDATING entries and bump version. (Tue, 30 Sep 2025 15:37:17 UTC)
- git: 3447fea3523b - releng/14.2 - freebsd-update: Library ordering (Tue, 30 Sep 2025 15:37:24 UTC)
- git: 6a0d914d9c3e - releng/14.2 - Fix multiple security issues in OpenSSL. (Tue, 30 Sep 2025 15:37:25 UTC)
- git: 16a79708d089 - releng/14.2 - Add UPDATING entries and bump version. (Tue, 30 Sep 2025 15:37:26 UTC)
- git: ab91dd76ff72 - releng/13.5 - freebsd-update: Library ordering (Tue, 30 Sep 2025 15:37:34 UTC)
- git: ae7c74cfa531 - releng/13.5 - Fix issue from OpenSSL. (Tue, 30 Sep 2025 15:37:35 UTC)
- git: c106ed332507 - releng/13.5 - Add UPDATING entries and bump version. (Tue, 30 Sep 2025 15:37:36 UTC)
- Guido Falsi
- Re: git: e779891327b1 - main - sys/power: Sleep type reporting by PM backends (Wed, 17 Sep 2025 20:50:14 UTC)
- Re: git: e779891327b1 - main - sys/power: Sleep type reporting by PM backends (Wed, 17 Sep 2025 22:08:32 UTC)
- git: 31ec8b6407fd - main - sys/netinet6: Implement RFC 7217 (Sat, 20 Sep 2025 12:31:52 UTC)
- Re: git: 31ec8b6407fd - main - sys/netinet6: Implement RFC 7217 (Sun, 21 Sep 2025 09:58:15 UTC)
- Re: git: 31ec8b6407fd - main - sys/netinet6: Implement RFC 7217 (Sun, 21 Sep 2025 10:44:42 UTC)
- Re: git: 31ec8b6407fd - main - sys/netinet6: Implement RFC 7217 (Sun, 21 Sep 2025 16:02:24 UTC)
- Re: git: 31ec8b6407fd - main - sys/netinet6: Implement RFC 7217 (Sun, 21 Sep 2025 19:17:15 UTC)
- Re: git: 31ec8b6407fd - main - sys/netinet6: Implement RFC 7217 (Mon, 22 Sep 2025 00:26:12 UTC)
- git: 0ec13430c583 - main - sys/netinet6: Fix ABI breakage introduced with RFC 7217 support (Mon, 22 Sep 2025 07:59:46 UTC)
- Re: git: 0ec13430c583 - main - sys/netinet6: Fix ABI breakage introduced with RFC 7217 support (Mon, 22 Sep 2025 15:44:18 UTC)
- Re: git: 0ec13430c583 - main - sys/netinet6: Fix ABI breakage introduced with RFC 7217 support (Tue, 23 Sep 2025 15:48:40 UTC)
- Re: git: 0ec13430c583 - main - sys/netinet6: Fix ABI breakage introduced with RFC 7217 support (Tue, 23 Sep 2025 17:18:47 UTC)
- Re: git: 2ffaca551eaf - main - snd_hda: Implement automatic redirection between associations (Tue, 30 Sep 2025 19:22:26 UTC)
- Re: git: 06afa0a55e0a - main - pkgbase: move ncurses into its own package (Tue, 30 Sep 2025 19:25:00 UTC)
- Re: git: 06afa0a55e0a - main - pkgbase: move ncurses into its own package (Tue, 30 Sep 2025 19:40:21 UTC)
- Re: git: 2ffaca551eaf - main - snd_hda: Implement automatic redirection between associations (Tue, 30 Sep 2025 20:10:55 UTC)
- Herbert J. Skuhra
- Jaeyoon Choi
- Jake Freeland
- James Gritton
- Re: git: 851dc7f859c2 - main - jail: add jail descriptors (Fri, 05 Sep 2025 04:43:13 UTC)
- Re: git: 851dc7f859c2 - main - jail: add jail descriptors (Fri, 05 Sep 2025 17:24:16 UTC)
- Re: git: 851dc7f859c2 - main - jail: add jail descriptors (Fri, 05 Sep 2025 17:34:18 UTC)
- Re: git: 851dc7f859c2 - main - jail: add jail descriptors (Fri, 05 Sep 2025 17:57:30 UTC)
- Re: git: 851dc7f859c2 - main - jail: add jail descriptors (Sun, 07 Sep 2025 16:25:59 UTC)
- Re: git: 16f600dc30b7 - main - jaildesc: replace EBADF with EINVAL (Tue, 09 Sep 2025 18:52:04 UTC)
- Re: git: 851dc7f859c2 - main - jail: add jail descriptors (Wed, 10 Sep 2025 19:25:32 UTC)
- Re: git: 851dc7f859c2 - main - jail: add jail descriptors (Wed, 10 Sep 2025 21:12:59 UTC)
- Re: git: 851dc7f859c2 - main - jail: add jail descriptors (Sat, 13 Sep 2025 21:27:17 UTC)
- Re: git: dbaaadd4373a - main - jls: minor simplification to arg handling (Mon, 15 Sep 2025 03:03:48 UTC)
- Re: git: dbaaadd4373a - main - jls: minor simplification to arg handling (Mon, 15 Sep 2025 04:05:24 UTC)
- Jamie Gritton
- git: 1bd74d201a53 - main - jail: add kqueue(2) support for jails (Thu, 04 Sep 2025 18:59:58 UTC)
- git: 851dc7f859c2 - main - jail: add jail descriptors (Thu, 04 Sep 2025 20:31:51 UTC)
- git: 8ec7a830f10b - main - jaildesc: fix a misplaced error check and a spurious finit call Reported by: kib (Fri, 05 Sep 2025 04:50:35 UTC)
- git: 16f600dc30b7 - main - jaildesc: replace EBADF with EINVAL (Tue, 09 Sep 2025 18:18:02 UTC)
- git: d8d5324ef533 - main - jaildesc: fix typo and style(9) violations. (Tue, 09 Sep 2025 18:52:43 UTC)
- git: d81b337d690c - main - jaildesc: remove file-mode-based access controls (Wed, 10 Sep 2025 23:27:20 UTC)
- git: dbcaac13e49c - main - jail: simplify EVFILT_JAIL events (Fri, 12 Sep 2025 05:27:40 UTC)
- git: 66d8ffe3046d - main - jaildesc: add kevent support (Fri, 12 Sep 2025 18:34:54 UTC)
- git: e75dda31c1ee - main - jaildesc: remove desc from the sysctl parameter list (Sat, 13 Sep 2025 22:31:32 UTC)
- git: 4ecbb3f19b44 - stable/15 - MFC jaildesc: fix a misplaced error check and a spurious finit call (Sat, 13 Sep 2025 23:44:54 UTC)
- git: 595a705062de - stable/15 - MFC jaildesc: replace EBADF with EINVAL (Sat, 13 Sep 2025 23:44:55 UTC)
- git: 0c23ee96c6e5 - stable/15 - MFC jaildesc: fix typo and style(9) violations. (Sat, 13 Sep 2025 23:44:57 UTC)
- git: 5df0b57b74e2 - stable/15 - MFC jaildesc: remove file-mode-based access controls (Sat, 13 Sep 2025 23:44:58 UTC)
- git: 1a849ff1e9a9 - stable/15 - jail: simplify EVFILT_JAIL events (Mon, 15 Sep 2025 04:04:16 UTC)
- git: 9d7f89ef2607 - stable/15 - jaildesc: add kevent support (Mon, 15 Sep 2025 04:04:18 UTC)
- git: deaa609d065d - stable/15 - jaildesc: remove desc from the sysctl parameter list (Mon, 15 Sep 2025 04:04:19 UTC)
- Jens Schweikhardt
- Jessica Clarke
- Jesús Daniel Colmenares Oviedo
- Jilles Tjoelker
- John Baldwin
- git: 164597439270 - main - ctld: Add missing initializers for several class members (Tue, 02 Sep 2025 18:40:53 UTC)
- Re: git: 9404c479946c - main - pci_user: Report NUMA domain (Thu, 04 Sep 2025 14:14:02 UTC)
- git: e2761a8567f3 - main - rtw89: Remove an unneeded __DECONST (Thu, 04 Sep 2025 14:33:14 UTC)
- Re: git: a930cc8bad64 - main - GEOM_UNION: Should free sc in g_union_ctl_create when error happened. (Fri, 05 Sep 2025 19:37:07 UTC)
- git: f48b1a34ef85 - main - Fix possible out of bounds read in armv8_crc32c (Wed, 10 Sep 2025 14:22:11 UTC)
- git: 3c152a3de42a - main - fcntl(F_SETFL): Don't unconditionally invoke FIONBIO and FIOASYNC (Wed, 10 Sep 2025 14:27:34 UTC)
- Re: git: d20c82507278 - main - Revert "libc: Remove readdir_r(3)" (Thu, 11 Sep 2025 19:40:17 UTC)
- git: 5a3885768490 - main - cxgbe tom: Halve the size of offload transmit software descriptors (Thu, 11 Sep 2025 21:10:50 UTC)
- git: e2a2a7581c96 - main - cxgbe tom: Support sending "raw" WR mbufs on plain TCP and TLS sockets (Thu, 11 Sep 2025 21:10:51 UTC)
- git: a7aab22d2bf3 - main - cxgbe tom: Export alloc_raw_mbuf for use in other TOE drivers (Thu, 11 Sep 2025 21:10:52 UTC)
- git: d869395ac4bd - main - cxgbe tom: Send auxiliary TLS work requests as raw WR mbufs (Thu, 11 Sep 2025 21:10:53 UTC)
- git: 7314f78b240b - main - aarch64: Clarify the initial adjustments to sp for kernel exception entry (Tue, 16 Sep 2025 11:24:49 UTC)
- git: 99213b3c352c - main - aarch64: Save correct value of x18 on trapframe for nested faults (Tue, 16 Sep 2025 11:24:50 UTC)
- Re: git: 40a42785dbba - main - fcntl(F_SETFL): only allow one thread to perform F_SETFL (Mon, 22 Sep 2025 08:41:18 UTC)
- Re: git: 40a42785dbba - main - fcntl(F_SETFL): only allow one thread to perform F_SETFL (Mon, 22 Sep 2025 08:50:09 UTC)
- Re: git: 40a42785dbba - main - fcntl(F_SETFL): only allow one thread to perform F_SETFL (Mon, 22 Sep 2025 17:39:02 UTC)
- Re: git: 40a42785dbba - main - fcntl(F_SETFL): only allow one thread to perform F_SETFL (Mon, 22 Sep 2025 17:42:34 UTC)
- Re: git: 40a42785dbba - main - fcntl(F_SETFL): only allow one thread to perform F_SETFL (Tue, 23 Sep 2025 15:34:24 UTC)
- Re: git: d58339f39874 - main - tzcode: Drop libc namespace (Tue, 30 Sep 2025 13:56:06 UTC)
- John-Mark Gurney
- Jonathan T. Looney
- Jose Luis Duran
- git: c806defe8fee - main - cron: Fix comment from "root's" to "system" crontab (Sat, 13 Sep 2025 00:41:09 UTC)
- git: d0362607b230 - main - nanobsd: Fix the p flag (Sat, 13 Sep 2025 03:57:29 UTC)
- git: dea1dd669054 - main - pf tests: Add python3 as a dependency (Wed, 17 Sep 2025 00:30:37 UTC)
- git: 4b1b8a558727 - stable/15 - cron: Fix comment from "root's" to "system" crontab (Sat, 27 Sep 2025 10:57:22 UTC)
- git: a84744caa297 - stable/15 - pf tests: Add python3 as a dependency (Sat, 27 Sep 2025 10:57:23 UTC)
- git: 9c4e33eb359f - stable/14 - cron: Fix comment from "root's" to "system" crontab (Sat, 27 Sep 2025 10:59:15 UTC)
- git: 7a5bdaf1d7dd - stable/13 - cron: Fix comment from "root's" to "system" crontab (Sat, 27 Sep 2025 11:01:42 UTC)
- git: 2872ced18742 - main - rc.d: Fix ftpd flags (Sun, 28 Sep 2025 09:14:34 UTC)
- git: 307929b211e0 - main - ftpd: blocklist: Add an extra probe (Mon, 29 Sep 2025 16:28:33 UTC)
- git: 1060684b04b0 - main - ftpd: blocklist: Add a permission denied probe (Mon, 29 Sep 2025 16:28:34 UTC)
- git: e02003bce726 - main - openssh: blocklist: Use NetBSD probes (Mon, 29 Sep 2025 16:34:59 UTC)
- git: 8f4e196e7ee7 - stable/15 - rc.d: Fix ftpd flags (Tue, 30 Sep 2025 23:22:02 UTC)
- git: 268e74d14913 - stable/15 - ftpd: blocklist: Add an extra probe (Tue, 30 Sep 2025 23:22:03 UTC)
- git: ec4771b17b42 - stable/15 - ftpd: blocklist: Add a permission denied probe (Tue, 30 Sep 2025 23:22:04 UTC)
- git: 53dc967db74f - stable/15 - openssh: blocklist: Use NetBSD probes (Tue, 30 Sep 2025 23:22:05 UTC)
- git: c16bb89bff43 - stable/14 - ftpd: blocklist: Add an extra probe (Tue, 30 Sep 2025 23:22:21 UTC)
- git: 2814da5d5dc9 - stable/14 - ftpd: blocklist: Add a permission denied probe (Tue, 30 Sep 2025 23:22:22 UTC)
- git: da2437b62ec1 - stable/13 - ftpd: blocklist: Add an extra probe (Tue, 30 Sep 2025 23:22:38 UTC)
- git: f60ddbd0fb90 - stable/13 - ftpd: blocklist: Add a permission denied probe (Tue, 30 Sep 2025 23:22:39 UTC)
- Joseph Mingrone
- Justin Hibbits
- Ka Ho Ng
- Kajetan Staszkiewicz
- Kevin Bowling
- git: 46347b361975 - main - ixgbe: Fix incomplete speed coverage in link status logging (Tue, 09 Sep 2025 17:40:03 UTC)
- git: 275f7d72ff6a - main - ixgbe: Remove unused function ixgbe_is_media_cage_present (Wed, 10 Sep 2025 07:28:10 UTC)
- git: c1532f74e468 - main - ixgbe: Correct ixgbe_link_speed_to_str comment (Wed, 10 Sep 2025 16:46:58 UTC)
- git: 98f7ad4160b1 - stable/15 - ixgbe: Fix incomplete speed coverage in link status logging (Fri, 12 Sep 2025 00:35:46 UTC)
- git: 19650d19a50a - stable/15 - ixgbe: Correct ixgbe_link_speed_to_str comment (Fri, 12 Sep 2025 00:35:48 UTC)
- git: 7dc494e63774 - stable/14 - ixgbe: Fix incomplete speed coverage in link status logging (Fri, 12 Sep 2025 00:38:25 UTC)
- git: 36f4d6dc0d3a - stable/14 - ixgbe: Correct ixgbe_link_speed_to_str comment (Fri, 12 Sep 2025 00:38:26 UTC)
- git: 5a85a5ed44d2 - stable/13 - ixgbe: Fix incomplete speed coverage in link status logging (Fri, 12 Sep 2025 00:39:39 UTC)
- git: b62a72cd8a93 - stable/13 - ixgbe: Correct ixgbe_link_speed_to_str comment (Fri, 12 Sep 2025 00:39:41 UTC)
- Re: git: dd8c666d8b78 - main - src.sys.mk: Support src.conf in SRCTOP (Fri, 12 Sep 2025 10:06:29 UTC)
- Re: git: dd8c666d8b78 - main - src.sys.mk: Support src.conf in SRCTOP (Fri, 12 Sep 2025 17:06:34 UTC)
- Konstantin Belousov
- git: 5a308afeaf3d - main - vm/vm_fault.c: rename vm_fault_hold_pages_e() to vm_fault_hold_pages() (Wed, 03 Sep 2025 02:01:42 UTC)
- git: d10640804e74 - stable/14 - nfs client: switch nfs_advlock() to use exclusive vnode lock (Wed, 03 Sep 2025 02:05:40 UTC)
- git: 93006233f203 - stable/14 - vfs: make vfscount refcounting handle possible kld unload (Thu, 04 Sep 2025 00:44:58 UTC)
- git: 56b5818f9aa7 - stable/14 - kern/kern_thread.c: improve assert in thread_single_end() (Thu, 04 Sep 2025 00:44:59 UTC)
- git: 12b17b1cccd2 - stable/14 - vm_fault: improve interface for vm_fault_quick_hold_pages() (Thu, 04 Sep 2025 00:45:00 UTC)
- git: 9ab8dc298e7a - stable/14 - vm_fault.c: rename vm_fault_quick_hold_pages_e() to vm_fault_hold_pages_e() (Thu, 04 Sep 2025 00:45:01 UTC)
- git: 6e934dc3a737 - stable/14 - vm/vm_fault.c: rename vm_fault_hold_pages_e() to vm_fault_hold_pages() (Thu, 04 Sep 2025 00:45:02 UTC)
- Re: git: 851dc7f859c2 - main - jail: add jail descriptors (Thu, 04 Sep 2025 23:43:24 UTC)
- Re: git: 851dc7f859c2 - main - jail: add jail descriptors (Fri, 05 Sep 2025 05:14:11 UTC)
- Re: git: 851dc7f859c2 - main - jail: add jail descriptors (Sat, 06 Sep 2025 02:29:05 UTC)
- Re: git: 851dc7f859c2 - main - jail: add jail descriptors (Sat, 06 Sep 2025 02:32:48 UTC)
- Re: git: 851dc7f859c2 - main - jail: add jail descriptors (Sun, 07 Sep 2025 00:26:49 UTC)
- git: fd9e09cb2ab0 - main - kern: replace several EBADF with EINVAL (Mon, 08 Sep 2025 03:01:25 UTC)
- git: c745a6818bcb - main - iommu_get_requester(): make it more resilient against arbitrary dev arg (Tue, 09 Sep 2025 03:06:12 UTC)
- git: f51d7d5139a7 - main - kern_thr_exit(): clear kASTs in advance (Tue, 09 Sep 2025 03:06:13 UTC)
- git: b0474e148959 - main - geom: only set TDP_GEOM for user threads (Tue, 09 Sep 2025 03:06:14 UTC)
- Re: git: 11ace56fa030 - main - contrib/libxo: fix API header files inclusions in C++ source files (Wed, 10 Sep 2025 04:31:29 UTC)
- Re: git: 851dc7f859c2 - main - jail: add jail descriptors (Wed, 10 Sep 2025 09:03:08 UTC)
- git: 8b41ba845c7e - main - lib/msun: cpow{,f,l}(CMLX(0.0, 0.0)) should return 1.0 (Fri, 12 Sep 2025 02:37:03 UTC)
- Re: git: 22238759c57d - main - sys/bus.h: Some style(9) fixes (Fri, 12 Sep 2025 11:59:40 UTC)
- git: cab4cf201acf - main - kern/kern_event.c: properly spell COMPAT_FREEBSD32 (Sat, 13 Sep 2025 17:43:37 UTC)
- Re: git: fd9e09cb2ab0 - main - kern: replace several EBADF with EINVAL (Sat, 13 Sep 2025 19:27:24 UTC)
- git: a85525a5c8b2 - main - pdgetpid(2): switch back returning EBADF for non-procdesc fd (Sun, 14 Sep 2025 08:14:22 UTC)
- git: 0854b4f569e1 - main - vm/vm_fault.c: cleanup includes (Sun, 14 Sep 2025 20:13:18 UTC)
- git: c6b79f587f27 - main - vm_fault_busy_sleep(): pass explicit allocflags for vm_page_busy_sleep() (Sun, 14 Sep 2025 20:13:20 UTC)
- git: 5bd4c04a4e7f - main - vm_fault: add vm_fault_might_be_cow() helper (Sun, 14 Sep 2025 20:13:21 UTC)
- git: 3f05bbdbd80f - main - vm_fault: add helper vm_fault_can_cow_rename() (Sun, 14 Sep 2025 20:13:22 UTC)
- git: 149674bbac58 - main - vm_fault: try to only share-busy page for soft faults (Sun, 14 Sep 2025 20:13:23 UTC)
- git: a38483fa2b3a - main - vm_fault: assert that first_m is xbusy (Sun, 14 Sep 2025 20:13:24 UTC)
- git: f1b656f14464 - main - vm_fault_busy_sleep(): update comment after addition of allocflags arg (Mon, 15 Sep 2025 14:12:48 UTC)
- git: 7140a4790cbc - stable/15 - kern_thr_exit(): clear kASTs in advance (Tue, 16 Sep 2025 02:49:47 UTC)
- git: 1234bd1b7213 - stable/15 - geom: only set TDP_GEOM for user threads (Tue, 16 Sep 2025 02:49:48 UTC)
- git: c2427a67c7af - stable/15 - kern/kern_event.c: properly spell COMPAT_FREEBSD32 (Tue, 16 Sep 2025 02:49:49 UTC)
- git: 594982a69714 - stable/14 - kern_thr_exit(): clear kASTs in advance (Tue, 16 Sep 2025 02:50:23 UTC)
- git: a1dcf2fc8f32 - stable/14 - geom: only set TDP_GEOM for user threads (Tue, 16 Sep 2025 02:50:24 UTC)
- git: 8c40728a46d4 - stable/14 - kern/kern_event.c: properly spell COMPAT_FREEBSD32 (Tue, 16 Sep 2025 02:50:25 UTC)
- git: 22cce201da76 - main - vm/vm_fault.c: update and split comments for vm_fault() and vm_fault_trap() (Tue, 16 Sep 2025 16:05:34 UTC)
- git: 92801ed02423 - stable/15 - lib/msun: cpow{,f,l}(CMLX(0.0, 0.0)) should return 1.0 (Fri, 19 Sep 2025 00:59:24 UTC)
- git: 6f59cb79e84a - stable/14 - lib/msun: cpow{,f,l}(CMLX(0.0, 0.0)) should return 1.0 (Fri, 19 Sep 2025 01:00:37 UTC)
- git: 94a0f9f63e16 - main - kern/vfs_vnops.c: generalize the lock primitive for file foffset (Fri, 19 Sep 2025 14:19:53 UTC)
- git: 40a42785dbba - main - fcntl(F_SETFL): only allow one thread to perform F_SETFL (Fri, 19 Sep 2025 14:19:54 UTC)
- git: 932e404f12c1 - main - Revert "zfs readdir: if there were no dirents to copy out, return EINVAL same as UFS" (Fri, 19 Sep 2025 17:11:56 UTC)
- git: 72924ce99c7f - main - Revert "zfsctl_root_readdir: if there were no dirents to copy out, return EINVAL" (Fri, 19 Sep 2025 17:11:57 UTC)
- Re: git: 94a0f9f63e16 - main - kern/vfs_vnops.c: generalize the lock primitive for file foffset (Fri, 19 Sep 2025 18:05:28 UTC)
- git: 11205b085411 - main - remote coredump: fully initialize coredump_vnode_ctx and coredump_writer structs (Sat, 20 Sep 2025 04:18:46 UTC)
- git: b31abc95eb73 - main - arm, powerpc, riscv: implement atomic_set/clear_16 (Sat, 20 Sep 2025 19:34:24 UTC)
- git: 1c0465a3d32e - main - arm/atomic.h: remove misleading comment (Sat, 20 Sep 2025 19:34:26 UTC)
- git: 0ee6f5efdfc6 - main - kern/vfs_vnops.c: generalize the lock primitive for file foffset (Sat, 20 Sep 2025 19:34:27 UTC)
- git: 4c3a868d13c0 - main - fcntl(F_SETFL): only allow one thread to perform F_SETFL (Sat, 20 Sep 2025 19:34:28 UTC)
- git: 5c55b2f3ba6f - main - x86: directly use clflushopt mnemonic in cpufunc.h (Sun, 21 Sep 2025 03:07:56 UTC)
- git: de19a7d54d30 - stable/15 - Revert "zfs readdir: if there were no dirents to copy out, return EINVAL same as UFS" (Mon, 22 Sep 2025 04:53:49 UTC)
- git: 23004dbe58f6 - stable/15 - Revert "zfsctl_root_readdir: if there were no dirents to copy out, return EINVAL" (Mon, 22 Sep 2025 04:53:50 UTC)
- git: 5367bef13886 - stable/14 - Revert "zfs readdir: if there were no dirents to copy out, return EINVAL same as UFS" (Mon, 22 Sep 2025 04:54:34 UTC)
- git: bd49a8db47dd - stable/14 - Revert "zfsctl_root_readdir: if there were no dirents to copy out, return EINVAL" (Mon, 22 Sep 2025 04:54:35 UTC)
- git: c6dc9decd745 - stable/15 - iommu_get_requester(): make it more resilient against arbitrary dev arg (Mon, 22 Sep 2025 04:57:59 UTC)
- git: ea4e916858ef - stable/14 - iommu_get_requester(): make it more resilient against arbitrary dev arg (Mon, 22 Sep 2025 04:59:33 UTC)
- git: f72908c94df9 - main - libc: properly reference setgroups@FBSD_1.0 in initgroups@FBSD_1.0 (Mon, 22 Sep 2025 05:02:17 UTC)
- Re: git: 40a42785dbba - main - fcntl(F_SETFL): only allow one thread to perform F_SETFL (Mon, 22 Sep 2025 21:05:15 UTC)
- Re: git: 40a42785dbba - main - fcntl(F_SETFL): only allow one thread to perform F_SETFL (Mon, 22 Sep 2025 21:05:45 UTC)
- git: 0add74cd82d8 - stable/15 - remote coredump: fully initialize coredump_vnode_ctx and coredump_writer structs (Tue, 23 Sep 2025 00:40:58 UTC)
- git: a05c806a78a7 - stable/15 - vm/vm_fault.c: update and split comments for vm_fault() and vm_fault_trap() (Tue, 23 Sep 2025 00:40:59 UTC)
- git: 4e0d2f1566b3 - stable/14 - vm/vm_fault.c: update and split comments for vm_fault() and vm_fault_trap() (Tue, 23 Sep 2025 00:41:47 UTC)
- git: 50ee990e1874 - main - amd64 cpufunc.h: add rcs(), to read code selector (Wed, 24 Sep 2025 13:02:46 UTC)
- git: a31969687545 - main - amd64: add wrmsr_early_safe(9) (Wed, 24 Sep 2025 13:02:47 UTC)
- git: 84d688af4e62 - main - mlx5 ipsec: Add VLAN tag to IPSec rules to prevent duplicates (Fri, 26 Sep 2025 06:40:58 UTC)
- git: f15d3694db60 - main - libc: un-namespace gen-compat.h (Fri, 26 Sep 2025 08:47:22 UTC)
- git: e194103bd35d - main - libc: properly forward the compat syscall references to libsys (Fri, 26 Sep 2025 08:47:23 UTC)
- git: 495813bfd7a2 - main - libsys: drop private exports no longer needed (Fri, 26 Sep 2025 08:47:24 UTC)
- Re: git: d58339f39874 - main - tzcode: Drop libc namespace (Sat, 27 Sep 2025 20:25:12 UTC)
- git: e8abf61e63bb - stable/15 - arm, powerpc, riscv: implement atomic_set/clear_16 (Sun, 28 Sep 2025 00:47:09 UTC)
- git: 88d23b649ceb - stable/15 - arm/atomic.h: remove misleading comment (Sun, 28 Sep 2025 00:47:10 UTC)
- git: 071a785e912c - stable/15 - x86: directly use clflushopt mnemonic in cpufunc.h (Sun, 28 Sep 2025 00:47:11 UTC)
- git: 0c3b3c7482db - stable/15 - amd64 cpufunc.h: add rcs(), to read code selector (Sun, 28 Sep 2025 00:47:13 UTC)
- git: 715f597eb2ea - stable/14 - arm, powerpc, riscv: implement atomic_set/clear_16 (Sun, 28 Sep 2025 00:51:42 UTC)
- git: 1cf34a9ead7b - stable/14 - arm/atomic.h: remove misleading comment (Sun, 28 Sep 2025 00:51:43 UTC)
- git: a3be514dbcd1 - stable/14 - x86: directly use clflushopt mnemonic in cpufunc.h (Sun, 28 Sep 2025 00:51:44 UTC)
- git: db0b2f107a46 - stable/14 - amd64 cpufunc.h: add rcs(), to read code selector (Sun, 28 Sep 2025 00:51:45 UTC)
- Re: git: d58339f39874 - main - tzcode: Drop libc namespace (Mon, 29 Sep 2025 00:59:03 UTC)
- Re: git: d58339f39874 - main - tzcode: Drop libc namespace (Tue, 30 Sep 2025 14:33:18 UTC)
- Kristof Provost
- Re: git: e4ea162509e4 - main - epair: add support for checksum offloading (Tue, 02 Sep 2025 20:10:20 UTC)
- git: 932ec59d9996 - main - pf: fix ICMP type/code representation (Tue, 02 Sep 2025 21:10:49 UTC)
- git: 67082c75f740 - main - pf: should be enforcing TTL=1 to packets sent to 224.0.0.1 only. (Tue, 02 Sep 2025 21:10:50 UTC)
- git: d64ba46792e7 - main - pfctl: Rewrite some ugly for loops (Tue, 02 Sep 2025 21:10:51 UTC)
- git: ddd39152743a - main - pf: Introduce M_PF type for pf(4) related memory allocations. (Tue, 02 Sep 2025 21:10:53 UTC)
- git: 5af7499b6d81 - main - pf: remove unused variables (Tue, 02 Sep 2025 21:10:54 UTC)
- git: aa790af10a9a - main - pf(4) when doing af-to translation for ICMP protocol sends packets with TTL field to zero. To fix it function pf_test_state_icmp() must initialize ttl field in pf_pdesc structure for inner packet. (Tue, 02 Sep 2025 21:10:55 UTC)
- git: ea15fe2e8cbc - main - pf: fix memory leak in legacy getstate calls (Tue, 02 Sep 2025 21:10:56 UTC)
- git: 44cc3b273191 - main - pf: free struct pf_krule_global with pf_rule_tree_free() (Tue, 02 Sep 2025 21:10:57 UTC)
- git: 275ff85b254c - main - pf: fix struct pf_krule_global leak (Tue, 02 Sep 2025 21:10:58 UTC)
- Re: git: ddd39152743a - main - pf: Introduce M_PF type for pf(4) related memory allocations. (Wed, 03 Sep 2025 09:46:00 UTC)
- git: 512d3c3a2c63 - main - if_ovpn tests: skip float and linklocal test on < 2.7 (Wed, 03 Sep 2025 10:10:42 UTC)
- git: f4f42421f38e - main - pf tests: sctp:pfsync robustness improvement (Wed, 03 Sep 2025 17:01:25 UTC)
- git: c23eda976a8a - main - pf: fix possible pd->pcksum NULL deref (Fri, 05 Sep 2025 19:54:59 UTC)
- git: 9e792f7ef729 - main - sys/netinet6: Fix SLAAC for interfaces with no /64 LL address (Fri, 05 Sep 2025 21:53:30 UTC)
- Re: git: da50f49977cc - main - ifconfig: fix removing IPv6 addresses (Tue, 09 Sep 2025 08:59:31 UTC)
- git: 94804658ab04 - main - pf: Remove dead code in pf_pull_hdr(). (Wed, 10 Sep 2025 19:52:22 UTC)
- git: 66694675be29 - main - pfctl: Use pfctl_fopen (Wed, 10 Sep 2025 19:52:23 UTC)
- git: 7aac81a639b4 - main - pfctl: support recusive printing of tables (Wed, 10 Sep 2025 19:52:24 UTC)
- git: d3020caed603 - main - pf tests: recusrive table printing test (Wed, 10 Sep 2025 19:52:25 UTC)
- git: 4889545b8795 - main - pfctl: fix killing state by source and destination address (Wed, 10 Sep 2025 19:52:26 UTC)
- git: 53e44c59d13e - main - pf tests: test state killing by source and destination address (Wed, 10 Sep 2025 19:52:28 UTC)
- git: c8fb5a4d032b - main - ifconfig: also fix removing IPv6 addresses without netlink (Wed, 10 Sep 2025 19:52:29 UTC)
- git: 995d95c309fc - stable/14 - if_ovpn tests: skip float and linklocal test on < 2.7 (Fri, 12 Sep 2025 06:57:25 UTC)
- git: 4403631977a0 - stable/15 - pf: fix possible pd->pcksum NULL deref (Sat, 13 Sep 2025 13:06:58 UTC)
- git: c2d03a920ec7 - main - pfctl: fix anchortypes bounds test (Mon, 15 Sep 2025 11:54:19 UTC)
- git: 79a0959affec - main - pfctl: add af-to and other missing action types in print_rule() (Mon, 15 Sep 2025 11:54:20 UTC)
- git: 864458ce5025 - main - pf.conf.5: document tcp.tsdiff (Mon, 15 Sep 2025 11:54:21 UTC)
- git: 0a67f601fe4f - main - pf.conf.5: hint how to set tcp timeout collectively (Mon, 15 Sep 2025 11:54:23 UTC)
- git: c00aca9a714e - main - pf: Show pf fragment reassembly counters. (Mon, 15 Sep 2025 11:54:24 UTC)
- git: 5e89648ee68e - main - pf tests: test fragment counters (Mon, 15 Sep 2025 11:54:25 UTC)
- git: 2c42aecee696 - main - pfctl: ctime(3) and ctime_r(3) can fail when timestamps are way off. (Mon, 15 Sep 2025 11:54:26 UTC)
- git: a66df2b575c8 - main - pf: sync_ifp doesn't exist, remove externs (Mon, 15 Sep 2025 11:54:27 UTC)
- git: 8e84e9443bb6 - main - pfctl: remove prototypes with no matching function (Mon, 15 Sep 2025 11:54:28 UTC)
- git: d0ea3de0fe71 - main - pf tests: verify rule numbers in pflog output (Mon, 15 Sep 2025 11:54:29 UTC)
- git: 6e00a34c7613 - stable/15 - ifconfig: also fix removing IPv6 addresses without netlink (Wed, 17 Sep 2025 08:08:49 UTC)
- git: 44d7a8298eae - stable/14 - ifconfig: also fix removing IPv6 addresses without netlink (Wed, 17 Sep 2025 08:08:50 UTC)
- git: 9dfc5e03da50 - main - pfctl: allow tables to be defined inside anchors (Wed, 17 Sep 2025 14:15:39 UTC)
- git: 26c373aa367c - main - pf tests: declare a table inside an anchor (Wed, 17 Sep 2025 14:15:40 UTC)
- git: 05e99f5d1751 - main - pfctl.8: omit preceding flag from command/modifier lists to get tags (Wed, 17 Sep 2025 14:15:41 UTC)
- git: 1066515eb521 - main - pf: Count m_gethdr() failures in PFRES_MEMORY counter (Wed, 17 Sep 2025 14:15:42 UTC)
- git: 9d9bc7f462bd - main - pf: set limits before rules (Wed, 17 Sep 2025 14:15:43 UTC)
- git: 7eb30b26aa12 - main - pf tests: test set limit (Wed, 17 Sep 2025 14:15:44 UTC)
- git: fc63421de9f6 - main - pf: allows TCP RST packets in the backwards window if ACK matches (Wed, 17 Sep 2025 14:15:46 UTC)
- git: c016bd00294d - main - pfctl.8: -z honours -a (reset rule stats per anchor) (Wed, 17 Sep 2025 14:15:47 UTC)
- git: 3c3322d7ee97 - main - pf.conf.5: rephrase macro section (Wed, 17 Sep 2025 14:15:48 UTC)
- git: e63534edbcd0 - main - pf: fix rules_counter:keepcounters test (Wed, 17 Sep 2025 14:15:49 UTC)
- Re: git: 9d9bc7f462bd - main - pf: set limits before rules (Wed, 17 Sep 2025 18:58:46 UTC)
- git: dc0cf0648c8d - main - pf: check if a group has a kif before dereferencing it (Wed, 24 Sep 2025 11:45:18 UTC)
- git: 7ec06143964a - main - pf: pass pre-NAT addresses to dummynet (Wed, 24 Sep 2025 11:45:20 UTC)
- git: e70a2bcdc4f7 - stable/15 - pf: fix rules_counter:keepcounters test (Wed, 24 Sep 2025 13:41:04 UTC)
- git: af922319e813 - main - pf: support one shot rules (Thu, 25 Sep 2025 12:41:33 UTC)
- git: 882121672704 - main - pfctl: One shot rules can be used in pf.conf by specifying a "once" filter option. (Thu, 25 Sep 2025 12:41:34 UTC)
- git: 8a4386142d05 - main - pfctl tests: basic 'once' rule test (Thu, 25 Sep 2025 12:41:35 UTC)
- git: b7ff11b380bf - main - pf.conf.5: Document a "once" filter option used to create one shot rules. (Thu, 25 Sep 2025 12:41:36 UTC)
- git: d3b73a944b11 - main - pfctl: deny "once" flags for match rules (Thu, 25 Sep 2025 12:41:37 UTC)
- git: b9d652bb75ff - main - pf: print 'once' rule expire time (Thu, 25 Sep 2025 12:41:38 UTC)
- git: 59f3838b0a94 - main - pfctl: reduce duplicate code (Thu, 25 Sep 2025 12:41:39 UTC)
- git: 2be46b52f5db - main - pfctl: fix once rules (Thu, 25 Sep 2025 12:41:40 UTC)
- git: de8af57c6f41 - main - pf: simplify expiration of 'once' rules. (Thu, 25 Sep 2025 12:41:42 UTC)
- git: cc97633b4b7a - main - pfctl.8/pf.conf.5: Improve "once" bits (Thu, 25 Sep 2025 12:41:43 UTC)
- git: ceff35a3aeef - main - pfctl: fix anchor handling for nat/rdr/binat anchors (Thu, 25 Sep 2025 12:41:44 UTC)
- git: c913959e9e03 - main - pf tests: basic 'once' test (Thu, 25 Sep 2025 12:41:45 UTC)
- git: 2c53e251601c - main - pf tests: test once rule inside an anchor (Thu, 25 Sep 2025 12:41:46 UTC)
- git: 64bfb82f1741 - main - pfctl: print once shot rule expiration time (Thu, 25 Sep 2025 12:41:47 UTC)
- git: 08fbad1b135b - main - pfctl: refactor 'rule_numbers' variable (Thu, 25 Sep 2025 12:41:48 UTC)
- git: b84666f798e8 - main - pf: export expiration time as time_t (Thu, 25 Sep 2025 12:41:49 UTC)
- git: 4e7a375804e5 - main - IfAPI: Added missing accessor for if_home_vnet (Mon, 29 Sep 2025 21:16:59 UTC)
- git: 2213e158886f - main - atf_python: allow test scripts to pass jail options (Tue, 30 Sep 2025 12:53:35 UTC)
- git: a57f6ce4792f - main - pf tests: fix intermittent mld test failures (Tue, 30 Sep 2025 12:53:36 UTC)
- Re: git: 4e7a375804e5 - main - IfAPI: Added missing accessor for if_home_vnet (Tue, 30 Sep 2025 17:51:05 UTC)
- Krzysztof Galazka
- Kyle Evans
- git: 6d33507ff9b8 - main - vfs: handle vfs_init() failures (Thu, 04 Sep 2025 02:09:47 UTC)
- git: cc70c7989bfb - main - linsysfs: error check device-directory creation (Thu, 04 Sep 2025 02:09:49 UTC)
- git: b9746f6185c7 - main - pseudofs: don't leak the unrhdr on error (Thu, 04 Sep 2025 02:09:50 UTC)
- git: 65059dd2b6f9 - main - pseudofs: defer initialization until first mount (Thu, 04 Sep 2025 02:09:51 UTC)
- git: a2f08d0ddc29 - main - pseudofs: return errors from pfs_create_*() (Thu, 04 Sep 2025 02:09:52 UTC)
- git: d3462294c1f0 - main - Revert "pseudofs: defer initialization until first mount" (Thu, 04 Sep 2025 12:52:36 UTC)
- git: 91ea7e2ce2b5 - main - libc: fix the _FORTIFY_SOURCE build of getgrouplist(3) (Sat, 13 Sep 2025 22:20:24 UTC)
- Re: git: dbaaadd4373a - main - jls: minor simplification to arg handling (Mon, 15 Sep 2025 01:00:54 UTC)
- Re: git: dbaaadd4373a - main - jls: minor simplification to arg handling (Mon, 15 Sep 2025 02:30:02 UTC)
- Re: git: 8878569103a3 - stable/15 - initgroups(3): Add a pre-FreeBSD-15-compatible version (Tue, 23 Sep 2025 15:24:18 UTC)
- Re: git: 8878569103a3 - stable/15 - initgroups(3): Add a pre-FreeBSD-15-compatible version (Tue, 23 Sep 2025 15:55:46 UTC)
- git: 06afa0a55e0a - main - pkgbase: move ncurses into its own package (Tue, 30 Sep 2025 12:22:00 UTC)
- git: 5e4e12ae64b3 - main - pkgbase: move libedit into the -runtime package (Tue, 30 Sep 2025 12:22:01 UTC)
- git: df74ea7f4109 - main - packages: remove ncurses-all license text (Tue, 30 Sep 2025 19:36:47 UTC)
- Re: git: 06afa0a55e0a - main - pkgbase: move ncurses into its own package (Tue, 30 Sep 2025 19:37:43 UTC)
- Lars Engels
- Lexi Winter
- git: aa730a66bc74 - main - sh: Add config tag to /.profile (Tue, 02 Sep 2025 08:31:05 UTC)
- Re: git: aa730a66bc74 - main - sh: Add config tag to /.profile (Tue, 02 Sep 2025 11:41:56 UTC)
- git: b197d2abcb68 - main - sh: Fix non-NO_ROOT installconfig (Tue, 02 Sep 2025 12:06:43 UTC)
- Re: git: aa730a66bc74 - main - sh: Add config tag to /.profile (Tue, 02 Sep 2025 12:08:40 UTC)
- git: 7e97c6adffde - main - kerberos5: Fix the Heimdal pkgbase build (Thu, 04 Sep 2025 13:53:53 UTC)
- git: 7156a5f1af9e - main - bridge: Print a warning if member_ifaddrs=1 (Thu, 04 Sep 2025 16:33:56 UTC)
- git: 93a734f07a22 - main - bridge: Set member_ifaddrs=1 by default (Thu, 04 Sep 2025 16:33:57 UTC)
- git: a8a18eeb5e17 - main - packages: Turn off MANSPLITPKG by default (Wed, 10 Sep 2025 19:04:08 UTC)
- git: 604830cbe5a6 - stable/14 - sendmail: Remove runtime dependency on clang (Wed, 10 Sep 2025 20:41:40 UTC)
- git: f103de98b855 - stable/14 - sh, csh: Add config tag to /.profile and /.cshrc (Wed, 10 Sep 2025 20:41:41 UTC)
- git: 29185c9a2620 - main - packages: Use LIB_PACKAGE for zfs and ufs packages (Fri, 12 Sep 2025 21:04:53 UTC)
- git: 163f8625c4df - main - packages: Add correct license for zoneinfo (Fri, 12 Sep 2025 21:04:54 UTC)
- git: 66f36c368676 - main - packages: Add meta-package sets (Fri, 12 Sep 2025 21:04:55 UTC)
- git: 6a888f62413a - main - bridge: Do outbound VLAN filtering in bridge_enqueue (Fri, 12 Sep 2025 21:04:56 UTC)
- git: 6d83ae143b1f - main - share/man/man[49]: Set PACKAGE=kernel-man (Mon, 15 Sep 2025 18:35:27 UTC)
- git: 9b7bddfd082d - main - packages: Add minimal-jail set (Wed, 17 Sep 2025 20:32:40 UTC)
- git: 9537aa02f404 - main - packages: Mark all sets as vital (Wed, 17 Sep 2025 20:32:41 UTC)
- git: a2783fb75401 - main - packages: Move kernel-man to the minimal set (Wed, 17 Sep 2025 20:32:42 UTC)
- Re: git: 9537aa02f404 - main - packages: Mark all sets as vital (Wed, 17 Sep 2025 20:48:27 UTC)
- git: 9065390ddc7b - main - packages: Remove the tests-dev package (Thu, 18 Sep 2025 09:26:32 UTC)
- git: ea5e50c2985b - main - packages: Add a mandoc package (Thu, 18 Sep 2025 09:26:33 UTC)
- git: 561dc357c2f5 - main - bsdinstall: Use package sets for pkgbase install (Fri, 19 Sep 2025 01:16:39 UTC)
- git: 7e79bc8ce706 - main - release: use sets to select base packages (Fri, 19 Sep 2025 01:16:40 UTC)
- git: 7e9f0bf1c05c - stable/15 - packages: Turn off MANSPLITPKG by default (Fri, 19 Sep 2025 01:19:50 UTC)
- git: f0971db25826 - stable/15 - packages: Use LIB_PACKAGE for zfs and ufs packages (Fri, 19 Sep 2025 01:19:51 UTC)
- git: 74e73673d5cb - stable/15 - packages: Add correct license for zoneinfo (Fri, 19 Sep 2025 01:19:52 UTC)
- git: 00ae91fa64a1 - stable/15 - packages: Add meta-package sets (Fri, 19 Sep 2025 01:19:53 UTC)
- git: bcf3a9e04069 - stable/15 - bridge: Do outbound VLAN filtering in bridge_enqueue (Fri, 19 Sep 2025 01:19:54 UTC)
- git: 351bf9563a93 - stable/15 - share/man/man[49]: Set PACKAGE=kernel-man (Fri, 19 Sep 2025 01:19:55 UTC)
- git: 297a665072c6 - stable/15 - packages: remove src from base set (Fri, 19 Sep 2025 01:19:56 UTC)
- git: 4b9edaa81304 - stable/15 - packages: remove tests from base set (Fri, 19 Sep 2025 01:19:58 UTC)
- git: 6a31dbc16e65 - stable/15 - packages: Add minimal-jail set (Fri, 19 Sep 2025 01:19:59 UTC)
- git: 8f1cddbf0c9a - stable/15 - packages: Mark all sets as vital (Fri, 19 Sep 2025 01:20:00 UTC)
- git: f3cc44c11884 - stable/15 - packages: Move kernel-man to the minimal set (Fri, 19 Sep 2025 01:20:01 UTC)
- git: 22ae80be5506 - stable/15 - packages: Remove the tests-dev package (Fri, 19 Sep 2025 01:20:02 UTC)
- git: 957875ebcf3d - stable/15 - packages: Add a mandoc package (Fri, 19 Sep 2025 01:20:03 UTC)
- git: e554d44c3a7f - stable/15 - bsdinstall: Use package sets for pkgbase install (Fri, 19 Sep 2025 01:20:04 UTC)
- git: 2bf7d850c53e - stable/15 - release: use sets to select base packages (Fri, 19 Sep 2025 01:20:05 UTC)
- Re: git: 6b5adf33873a - main - Include a pkg package in the pkgbase repo (Fri, 19 Sep 2025 14:48:37 UTC)
- Re: git: 6b5adf33873a - main - Include a pkg package in the pkgbase repo (Fri, 19 Sep 2025 15:25:42 UTC)
- git: b3468202994f - main - mtree: Add package tags to some root directories (Fri, 19 Sep 2025 16:39:52 UTC)
- git: 724972790e8c - stable/15 - mtree: Add package tags to some root directories (Fri, 19 Sep 2025 16:43:47 UTC)
- git: 5efd371bba15 - main - packages: Move powerd to its own package (Tue, 23 Sep 2025 22:06:56 UTC)
- git: 2e45f2076528 - main - elfdump: Move to the toolchain package (Tue, 23 Sep 2025 22:06:57 UTC)
- git: eb373ef459cd - main - chat, pppoed: Move to the ppp package (Tue, 23 Sep 2025 22:06:58 UTC)
- git: ef4b08a7ed17 - main - who: Move back to the utilities package (Tue, 23 Sep 2025 22:06:59 UTC)
- git: 67c3c3a27446 - main - libpmc: Move libpmc and utils to a new pmc package (Tue, 23 Sep 2025 22:07:00 UTC)
- git: 61ca69110f26 - main - packages: Replace libbz2 package with a bzip2 package (Tue, 23 Sep 2025 22:07:01 UTC)
- git: f6d1cdabdd6f - main - Makefile.inc1: Handle pkg development versions (Tue, 23 Sep 2025 22:07:02 UTC)
- git: ab50101456cd - main - packages: Add devd to the minimal-jail set (Tue, 23 Sep 2025 22:07:03 UTC)
- git: 49e44e06d1ad - main - man7: Move atf.7 and tests.7 to the right package (Tue, 23 Sep 2025 22:07:04 UTC)
- git: 9f8114a6d8cb - main - packages: Add a dependency from -rc to -runtime (Tue, 23 Sep 2025 22:07:05 UTC)
- git: f259daa708f5 - main - Makefile.inc1: Fix package-pkg with a non-default LOCALBASE (Wed, 24 Sep 2025 09:16:50 UTC)
- git: 8654315ae8d3 - main - release: Fail the build if pkg can't be installed (Wed, 24 Sep 2025 09:16:51 UTC)
- git: 5bb96dab061a - main - pkgbase-stage.lua: Add pkg package to the offline repo (Wed, 24 Sep 2025 09:16:52 UTC)
- git: aba986215fc9 - main - release: Install pkg from the pkgbase repo (Wed, 24 Sep 2025 09:16:54 UTC)
- git: 3f5385beeacf - main - release: Improve kernel package handling (Wed, 24 Sep 2025 09:16:55 UTC)
- git: 4422265c67b8 - main - bsdinstall: Install pkg if it's available (Wed, 24 Sep 2025 09:16:56 UTC)
- git: 014647a30ff4 - main - packages: Add some missing dependencies (Wed, 24 Sep 2025 18:54:41 UTC)
- git: c7a4cdd09f46 - main - packages: Add descriptions for all packages (Wed, 24 Sep 2025 18:54:42 UTC)
- git: 9b11dacb95d8 - stable/15 - packages: Move powerd to its own package (Thu, 25 Sep 2025 01:01:31 UTC)
- git: f100dddd8c51 - stable/15 - who: Move back to the utilities package (Thu, 25 Sep 2025 01:01:32 UTC)
- git: 846125d00353 - stable/15 - libpmc: Move libpmc and utils to a new pmc package (Thu, 25 Sep 2025 01:01:33 UTC)
- git: 9f2493321188 - stable/15 - packages: Replace libbz2 package with a bzip2 package (Thu, 25 Sep 2025 01:01:34 UTC)
- git: 9bcc0094b5a4 - stable/15 - Makefile.inc1: Handle pkg development versions (Thu, 25 Sep 2025 01:01:35 UTC)
- git: 20300ccbaf84 - stable/15 - packages: Add devd to the minimal-jail set (Thu, 25 Sep 2025 01:01:37 UTC)
- git: c7a220005061 - stable/15 - man7: Move atf.7 and tests.7 to the right package (Thu, 25 Sep 2025 01:01:38 UTC)
- git: 8bf853564dc6 - stable/15 - packages: Add a dependency from -rc to -runtime (Thu, 25 Sep 2025 01:01:39 UTC)
- git: 46a4ee6e6e67 - stable/15 - Makefile.inc1: Fix package-pkg with a non-default LOCALBASE (Thu, 25 Sep 2025 01:01:40 UTC)
- git: 9e100a7f5631 - stable/15 - release: Fail the build if pkg can't be installed (Thu, 25 Sep 2025 01:01:41 UTC)
- git: 3608d730ad33 - stable/15 - pkgbase-stage.lua: Add pkg package to the offline repo (Thu, 25 Sep 2025 01:01:42 UTC)
- git: d500f1f015e3 - stable/15 - release: Install pkg from the pkgbase repo (Thu, 25 Sep 2025 01:01:43 UTC)
- git: b1187b5a1274 - stable/15 - release: Improve kernel package handling (Thu, 25 Sep 2025 01:01:44 UTC)
- git: 4bc068b0e20c - stable/15 - bsdinstall: Install pkg if it's available (Thu, 25 Sep 2025 01:01:45 UTC)
- git: 1dbe00f75091 - stable/15 - packages: Add some missing dependencies (Thu, 25 Sep 2025 01:01:47 UTC)
- git: 93593875df8d - stable/15 - packages: Add descriptions for all packages (Thu, 25 Sep 2025 01:01:48 UTC)
- git: 791fc275dbc3 - main - packages: Remove inetd from the minimal set (Thu, 25 Sep 2025 18:25:25 UTC)
- git: 31d00ac6c9ec - main - packages: Add a base-jail set (Thu, 25 Sep 2025 18:25:26 UTC)
- git: 72bf56e273cb - main - freebsd-base.7: New manpage describing pkgbase (Thu, 25 Sep 2025 18:25:27 UTC)
- git: fc726c4ec463 - main - packages: Add efi-tools to set-minimal (Sun, 28 Sep 2025 02:00:34 UTC)
- git: 29a4fe3dbd84 - main - packages: Add kernel-man to minimal-jail (Sun, 28 Sep 2025 02:00:35 UTC)
- git: 614c8750ce11 - main - Remove ftpd(8) (Mon, 29 Sep 2025 21:55:39 UTC)
- git: eaecc9551ae4 - main - packages: Add an "optional" set (Mon, 29 Sep 2025 21:55:40 UTC)
- git: a087b4aec38c - main - create-sets.sh: Always build the base sets (Tue, 30 Sep 2025 04:30:04 UTC)
- git: d31e342bcc8e - main - sh: Remove /.profile (Tue, 30 Sep 2025 06:04:09 UTC)
- git: 2507698b630d - main - bsdinstall: Only offer to enable services which are installed (Tue, 30 Sep 2025 06:04:10 UTC)
- Re: git: d31e342bcc8e - main - sh: Remove /.profile (Tue, 30 Sep 2025 06:23:59 UTC)
- git: bb0955ee4db8 - main - bin/sh: Fix the build (Tue, 30 Sep 2025 06:28:35 UTC)
- git: b0f25a38d721 - main - liby: Move to toolchain package (Tue, 30 Sep 2025 08:18:29 UTC)
- git: 11709058bf68 - main - libstdthreads: Move to the runtime package (Tue, 30 Sep 2025 08:18:30 UTC)
- git: 9124ace751eb - main - packages: Rename liblzma package to xz (Tue, 30 Sep 2025 08:18:31 UTC)
- git: 41ee4321cc52 - main - libsdp: Move to bluetooth-lib package (Tue, 30 Sep 2025 08:18:32 UTC)
- git: a053f948ade6 - main - libbsm: Rename package to audit-lib (Tue, 30 Sep 2025 08:18:34 UTC)
- git: 4c8bbf5897b7 - main - libstdbuf: Move to the utilities package (Tue, 30 Sep 2025 08:18:35 UTC)
- git: 24e4dcf4ba5e - main - packages: Move ctf-tools to ctf (Tue, 30 Sep 2025 09:56:38 UTC)
- git: 3cbd1f816888 - main - package: Use correct license for clang (Tue, 30 Sep 2025 09:56:39 UTC)
- Li-Wen Hsu
- Mark Johnston
- git: 45488e95b4c6 - main - mandoc: Install mandoc.db.5 (Tue, 02 Sep 2025 18:39:58 UTC)
- git: 0e7f8abb4526 - main - bhyve: insert VM name to the VNC screen title (Wed, 03 Sep 2025 15:44:39 UTC)
- git: 13e7b21901a5 - main - Makefile.inc1: Build openssl as a certctl dependency on old FreeBSD (Wed, 03 Sep 2025 16:15:01 UTC)
- git: 407c4d1eeb80 - main - openssl: Disable KTLS in bootstrap libraries (Thu, 04 Sep 2025 13:29:26 UTC)
- git: 65688fcb79ee - main - share/sendmail: Use consistent ordering when processing files (Thu, 04 Sep 2025 18:08:37 UTC)
- git: 4341f92251ae - main - share/mk: Fix a heuristic in bsd.cpu.mk (Sun, 07 Sep 2025 16:08:04 UTC)
- Re: NOIP/NOINET/... for arm64 too? [was: Re: git: 1c23d8f9f398 - main - vtnet: improve checksum offloading] (Mon, 08 Sep 2025 12:52:11 UTC)
- git: 228302e630dd - main - random: Make the min-entropy estimate configurable (Mon, 08 Sep 2025 15:26:30 UTC)
- git: 8635f8697763 - main - random: Make the entropy source registration interface more uniform (Mon, 08 Sep 2025 15:26:31 UTC)
- git: c942d9e83ef1 - main - random: Fix synchronization of hc_source_mask (Mon, 08 Sep 2025 15:26:32 UTC)
- git: 27e2afa4f27c - main - random.4: Document the kern.random.nist_healthtest_enabled tunable (Mon, 08 Sep 2025 15:26:33 UTC)
- git: f865264f6a5e - main - random: Allow pure entropy sources to provide a min-entropy estimate (Mon, 08 Sep 2025 15:26:34 UTC)
- git: 480928ae657d - main - random: Exclude the timestamp from healthtest for pure sources (Mon, 08 Sep 2025 15:26:35 UTC)
- git: b2f5dc591ef2 - main - src.opts.mk: Remove REPRODUCIBLE_BUILD from the default list (Mon, 08 Sep 2025 19:22:01 UTC)
- git: 7626ba028089 - stable/15 - src.opts.mk: Remove REPRODUCIBLE_BUILD from the default list (Mon, 08 Sep 2025 21:11:03 UTC)
- git: 2024887abc7d - main - certctl: Include sys/types.h (Tue, 09 Sep 2025 13:50:10 UTC)
- git: cc6e21cb9463 - main - release: Remove a duplicate package listing in oracle.conf (Tue, 09 Sep 2025 19:08:37 UTC)
- git: 0b68e3ce6e0e - main - libnv: Fix handling of nvlist_dump() and nvlist_send() for child nvlists (Wed, 10 Sep 2025 16:00:51 UTC)
- git: 3877025f52ee - main - dtrace: Use a size_t to represent a buffer size in the printm action (Wed, 10 Sep 2025 16:00:52 UTC)
- git: b653a281f5a9 - main - re: Make sure re_rxeof() is called in net epoch context (Wed, 10 Sep 2025 16:00:53 UTC)
- git: 3d39856d4dfe - main - vmm: Suspend the VM before destroying it (Wed, 10 Sep 2025 16:00:55 UTC)
- git: 6207325f3aac - main - release: Made it possible to specify more attributes in metalog entries (Thu, 11 Sep 2025 13:06:53 UTC)
- git: 1d6b6ea2d0e6 - main - release: Create /firstboot in common VM image creation code (Thu, 11 Sep 2025 13:06:55 UTC)
- git: 5daf8ed625af - main - ossl: Add GCM support on powerpc64/powerpc64le (POWER8+) (Thu, 11 Sep 2025 16:08:16 UTC)
- git: 5ca390f03bc6 - main - bnxt: Fix the request length in bnxt_hwrm_func_backing_store_cfg() (Thu, 11 Sep 2025 16:08:17 UTC)
- git: 7fbd362c091b - main - qat: enable qat driver for 402xx device (Mon, 15 Sep 2025 14:09:08 UTC)
- git: 18fd3f8ec5c5 - main - ng_btsocket_rfcomm: Mark a couple buffers as const in a helper function (Mon, 15 Sep 2025 14:09:09 UTC)
- git: 081f0e38e332 - main - zfs: Use the correct type for raidz_outlier_check_interval_ms (Mon, 15 Sep 2025 14:09:11 UTC)
- git: 246d7e9fc239 - main - jail: Optionally allow audit session state to be configured in a jail (Mon, 15 Sep 2025 17:26:28 UTC)
- Re: git: b2f5dc591ef2 - main - src.opts.mk: Remove REPRODUCIBLE_BUILD from the default list (Tue, 16 Sep 2025 13:43:29 UTC)
- git: 1c3ca0c733a4 - main - Revert "jail: Optionally allow audit session state to be configured in a jail" (Tue, 16 Sep 2025 13:45:10 UTC)
- git: 4be491e1b9b3 - main - jail: Optionally allow audit session state to be configured in a jail (Tue, 16 Sep 2025 15:48:38 UTC)
- git: 5eb917426e0a - main - release: Enable installing packages as a non-root user (Tue, 16 Sep 2025 16:10:03 UTC)
- git: bab6b01bcfea - main - release: Make azure cloudware images buildable as non-root (Tue, 16 Sep 2025 20:50:51 UTC)
- git: 8027de008d9f - main - release: Prepare EC2 cloudware images to be buildable as non-root (Tue, 16 Sep 2025 20:50:52 UTC)
- git: 8f5791873a30 - main - release: Prepare oracle cloudware images for non-root builds (Tue, 16 Sep 2025 20:50:53 UTC)
- git: f1995d6fc13f - main - release: Prepare GCE cloudware images for building as non-root (Tue, 16 Sep 2025 20:50:54 UTC)
- git: 135cb071e068 - main - release: Prepare Vagrant cloudware images for building as non-root (Tue, 16 Sep 2025 20:50:55 UTC)
- Re: git: b2f5dc591ef2 - main - src.opts.mk: Remove REPRODUCIBLE_BUILD from the default list (Wed, 17 Sep 2025 15:07:37 UTC)
- git: bf115203bb8a - main - dtrace: Deduplicate dtrace_sync() and dtrace_xcall() implementations (Thu, 18 Sep 2025 22:10:52 UTC)
- git: 4784ca874410 - main - pw: Remove duplicate lines from the pw useradd usage message (Thu, 18 Sep 2025 22:10:54 UTC)
- git: daa63c9417a2 - main - pw: Print warnings when metadata updates fail (Thu, 18 Sep 2025 22:42:46 UTC)
- git: bc69d5dffa21 - main - pw: Clean up a couple of errx() calls (Thu, 18 Sep 2025 22:42:47 UTC)
- git: 42dc71a544a4 - main - pw: Style (Thu, 18 Sep 2025 22:42:48 UTC)
- git: 41b2a80353e0 - main - pw: Add a missing chown() when creating dirs in mkdir_home_parents() (Thu, 18 Sep 2025 22:42:49 UTC)
- git: a03d150a3d44 - main - pw: Use copy_file_range() when copying skeleton files (Thu, 18 Sep 2025 22:42:50 UTC)
- git: 182ed3c0755f - main - pw: Add a metalog output mode (Thu, 18 Sep 2025 22:42:51 UTC)
- git: 7ea59a07046a - main - sanitizers: Provide wrappers for atomic_testandset_acq_long (Sat, 20 Sep 2025 12:24:56 UTC)
- git: 174d5d9397c4 - main - random: fxrng: Add an entry for RANDOM_RANDOMDEV to the source table (Sat, 20 Sep 2025 12:24:57 UTC)
- git: 3cd8d379e382 - stable/14 - tests: Add some regression tests for copy_file_range() (Sun, 21 Sep 2025 14:52:53 UTC)
- git: 527c05afa6d9 - stable/14 - vm_pageout: Scan inactive dirty pages less aggressively (Sun, 21 Sep 2025 14:52:54 UTC)
- git: d93223f34bee - stable/14 - random: Make random_source definitions const (Sun, 21 Sep 2025 14:52:55 UTC)
- git: c3a8da8f6828 - stable/14 - vdso: Build without debug info (Sun, 21 Sep 2025 14:52:56 UTC)
- git: 3f63d59e38cd - stable/14 - vnode: Assert that VOP_LOCK succeeds in freevnode() (Sun, 21 Sep 2025 14:52:57 UTC)
- git: c11836712548 - stable/14 - release: Remove a duplicate package listing in oracle.conf (Sun, 21 Sep 2025 14:52:58 UTC)
- git: 009317e7dab9 - stable/14 - share/sendmail: Use consistent ordering when processing files (Sun, 21 Sep 2025 14:52:59 UTC)
- git: 20bb3d7d500b - stable/14 - bnxt: Fix the request length in bnxt_hwrm_func_backing_store_cfg() (Sun, 21 Sep 2025 14:53:00 UTC)
- git: 7e8473273f02 - stable/14 - bhyve: insert VM name to the VNC screen title (Sun, 21 Sep 2025 14:53:01 UTC)
- git: a24fa22bf03c - stable/14 - share/mk: Fix a heuristic in bsd.cpu.mk (Sun, 21 Sep 2025 14:53:03 UTC)
- git: ba364342aeef - main - vm_object: Remove the kmem_object alias (Sat, 27 Sep 2025 07:56:41 UTC)
- git: ceb5792d1e2e - main - OptionalObsoleteFiles.inc: Add more ATF libraries (Sat, 27 Sep 2025 08:20:34 UTC)
- git: ee99cb45ea56 - stable/15 - certctl: Include sys/types.h (Tue, 30 Sep 2025 15:23:28 UTC)
- git: 65de7110a6a4 - stable/15 - release: Remove a duplicate package listing in oracle.conf (Tue, 30 Sep 2025 15:23:29 UTC)
- git: 87691082d860 - stable/15 - bnxt: Fix the request length in bnxt_hwrm_func_backing_store_cfg() (Tue, 30 Sep 2025 15:23:30 UTC)
- git: de79f47a408b - stable/15 - release: Enable installing packages as a non-root user (Tue, 30 Sep 2025 15:23:31 UTC)
- git: 59a0361e5f79 - stable/15 - release: Make azure cloudware images buildable as non-root (Tue, 30 Sep 2025 15:23:32 UTC)
- git: 43a765bdedda - stable/15 - release: Prepare EC2 cloudware images to be buildable as non-root (Tue, 30 Sep 2025 15:23:33 UTC)
- git: afe49951b819 - stable/15 - release: Prepare oracle cloudware images for non-root builds (Tue, 30 Sep 2025 15:23:34 UTC)
- git: 1deb72ac2db6 - stable/15 - release: Prepare GCE cloudware images for building as non-root (Tue, 30 Sep 2025 15:23:35 UTC)
- git: 96cd2eb699f7 - stable/15 - release: Prepare Vagrant cloudware images for building as non-root (Tue, 30 Sep 2025 15:23:37 UTC)
- git: e338aab61374 - stable/15 - share/mk: Fix a heuristic in bsd.cpu.mk (Tue, 30 Sep 2025 15:23:38 UTC)
- git: 597b606207cf - stable/15 - random: fxrng: Add an entry for RANDOM_RANDOMDEV to the source table (Tue, 30 Sep 2025 15:23:39 UTC)
- git: ae2c350540fb - stable/15 - jail: Optionally allow audit session state to be configured in a jail (Tue, 30 Sep 2025 15:23:40 UTC)
- git: 56965bbf7fd8 - stable/15 - random: Make the min-entropy estimate configurable (Tue, 30 Sep 2025 15:23:41 UTC)
- git: 97792a587051 - stable/15 - random: Make the entropy source registration interface more uniform (Tue, 30 Sep 2025 15:23:42 UTC)
- git: 730b6d166bfe - stable/15 - random: Fix synchronization of hc_source_mask (Tue, 30 Sep 2025 15:23:43 UTC)
- git: e5cb6859e285 - stable/15 - random.4: Document the kern.random.nist_healthtest_enabled tunable (Tue, 30 Sep 2025 15:23:44 UTC)
- git: b466df5ae9f8 - stable/15 - random: Allow pure entropy sources to provide a min-entropy estimate (Tue, 30 Sep 2025 15:23:46 UTC)
- git: a33ab3001a1e - stable/15 - random: Exclude the timestamp from healthtest for pure sources (Tue, 30 Sep 2025 15:23:47 UTC)
- git: cffe51ff98c0 - stable/15 - libnv: Fix handling of nvlist_dump() and nvlist_send() for child nvlists (Tue, 30 Sep 2025 15:23:48 UTC)
- git: 0ab811d89311 - stable/15 - re: Make sure re_rxeof() is called in net epoch context (Tue, 30 Sep 2025 15:23:49 UTC)
- git: f7bce8e1826c - stable/15 - vmm: Suspend the VM before destroying it (Tue, 30 Sep 2025 15:23:50 UTC)
- git: 053b8cb7602c - stable/15 - dtrace: Use a size_t to represent a buffer size in the printm action (Tue, 30 Sep 2025 15:23:51 UTC)
- git: 8545586793f2 - stable/14 - share/mk: Deduplicate some handling of debug info (Tue, 30 Sep 2025 21:14:39 UTC)
- git: c89e5c0bfca6 - stable/14 - share/mk: Substitute reproducible prefixes in dwarf info (Tue, 30 Sep 2025 21:14:40 UTC)
- git: 18a65998107a - stable/14 - sys/conf: Remap paths for reproducibility (Tue, 30 Sep 2025 21:14:41 UTC)
- git: de659254dcb6 - stable/14 - newvers: Add a builddir parameter (Tue, 30 Sep 2025 21:14:42 UTC)
- git: 72ac96ed8fa9 - stable/14 - libnv: Fix handling of nvlist_dump() and nvlist_send() for child nvlists (Tue, 30 Sep 2025 21:14:44 UTC)
- git: 4008dd50c8f9 - stable/14 - re: Make sure re_rxeof() is called in net epoch context (Tue, 30 Sep 2025 21:14:45 UTC)
- git: 2b84c4c39148 - stable/14 - dtrace: Use a size_t to represent a buffer size in the printm action (Tue, 30 Sep 2025 21:14:46 UTC)
- Martin Matuska
- Mateusz Guzik
- git: b98124e1c937 - main - vfs cache: update commentary, no code changes (Sat, 13 Sep 2025 06:19:50 UTC)
- git: 63bd2416ccd9 - main - vfs: denote a bug when dooming vnodes with custom locking primitives (Sat, 13 Sep 2025 07:13:30 UTC)
- git: ea1652bc01c4 - main - vfs: remove a stale comment about unlock + unref relationship in vput (Wed, 17 Sep 2025 22:43:49 UTC)
- git: ff6abfec807e - main - pipe: sort out ino commentary on failed pipe creation (Mon, 22 Sep 2025 08:44:50 UTC)
- Re: git: 40a42785dbba - main - fcntl(F_SETFL): only allow one thread to perform F_SETFL (Mon, 22 Sep 2025 08:54:27 UTC)
- Re: git: 40a42785dbba - main - fcntl(F_SETFL): only allow one thread to perform F_SETFL (Mon, 22 Sep 2025 17:40:42 UTC)
- Re: git: 40a42785dbba - main - fcntl(F_SETFL): only allow one thread to perform F_SETFL (Tue, 23 Sep 2025 09:50:49 UTC)
- git: 185c2c3dab36 - main - vfs: reduce indentation in vput_final (Wed, 24 Sep 2025 08:23:26 UTC)
- git: 21d42c8d9022 - main - vfs: let the compiler catch unhandled vgetstate values in vget_abort (Wed, 24 Sep 2025 09:01:32 UTC)
- git: a15f2c5cc58f - main - proc: perform P_CONTROLT check on fork without SESS_LOCK (Thu, 25 Sep 2025 11:51:06 UTC)
- git: 5c0e5f418d9f - main - BUF_ISLOCKED.9: drop a reference to lockstatus(9) (Sat, 27 Sep 2025 04:01:09 UTC)
- git: 08f06aa1b4fb - main - vfs: retire the VCALL macro (Sat, 27 Sep 2025 04:01:10 UTC)
- git: 01c8e2e33df8 - main - vfs: retire the NULLVP macro (Sat, 27 Sep 2025 04:01:11 UTC)
- git: 7e4c451c12ae - main - vfs: retire the VREF macro (Sat, 27 Sep 2025 04:01:12 UTC)
- git: 5e395c34402d - main - vfs: stop using SDT_PROBES_ENABLED in inlined ops (Sat, 27 Sep 2025 04:01:13 UTC)
- Re: svn commit: r256519 - in head/sys: net netatalk netinet netinet6 netipx (Mon, 29 Sep 2025 14:29:10 UTC)
- git: 6cb542e31bef - main - iflib: ifdef iflib_simple_transmit and iflib_simple_select_queue on ALTQ (Mon, 29 Sep 2025 15:13:52 UTC)
- Re: svn commit: r256519 - in head/sys: net netatalk netinet netinet6 netipx (Tue, 30 Sep 2025 02:59:20 UTC)
- git: 2bdc89535a88 - main - amd64: bump sleepq hash size to 2048 (Tue, 30 Sep 2025 16:15:07 UTC)
- Mateusz Piotrowski
- Maxim Sobolev
- Michael Osipov
- Michael Tuexen
- git: e4ea162509e4 - main - epair: add support for checksum offloading (Mon, 01 Sep 2025 22:17:58 UTC)
- git: 341d1aabc13e - main - tcp: micro-optimize SYN-cookie expansion (Mon, 01 Sep 2025 22:24:23 UTC)
- git: a0627bc6923c - main - netstat: improve output for tcp stats (Mon, 01 Sep 2025 22:29:07 UTC)
- git: 5240eab94e6e - main - Revert "epair: add support for checksum offloading" (Tue, 02 Sep 2025 20:40:33 UTC)
- Re: git: e4ea162509e4 - main - epair: add support for checksum offloading (Tue, 02 Sep 2025 20:42:06 UTC)
- git: 491986942dd2 - main - vtnet.4: remove stray line (Wed, 03 Sep 2025 09:24:19 UTC)
- git: c0e3a2d77bfe - stable/14 - netstat: fix reporting of delivered UDP packets (Wed, 03 Sep 2025 20:22:41 UTC)
- git: 1c23d8f9f398 - main - vtnet: improve checksum offloading (Thu, 04 Sep 2025 11:26:11 UTC)
- git: e21c3dae6767 - main - pf: map checksum offloading flags for NAT64 (Thu, 04 Sep 2025 11:42:34 UTC)
- git: bd8296e7173a - main - tests: disable transmit checksum offloading for epair interfaces (Thu, 04 Sep 2025 11:59:54 UTC)
- git: 39d4094173f9 - main - epair: add support for checksum offloading (Thu, 04 Sep 2025 12:14:11 UTC)
- git: 3973a0cc2565 - stable/14 - ddb4: improve formatting (Thu, 04 Sep 2025 19:59:16 UTC)
- git: ca0fcea09cf4 - stable/14 - ddb: improve show tcpcb (Thu, 04 Sep 2025 19:59:56 UTC)
- git: 6e95753ac517 - stable/14 - ddb: add show all tcpcbs (Thu, 04 Sep 2025 20:01:02 UTC)
- git: aded5f4203ec - stable/14 - ddb: add optional printing of BBLog entries (Thu, 04 Sep 2025 20:01:49 UTC)
- git: 9506da19ca73 - stable/14 - ddb: fix handling of BBLog entries when BBLog is disabled (Thu, 04 Sep 2025 20:02:38 UTC)
- git: c53a68283300 - stable/14 - tcp: fix local blackholing (Thu, 04 Sep 2025 20:03:23 UTC)
- git: 5bfaf4a161da - stable/14 - udp: fix local blackholing (Thu, 04 Sep 2025 20:04:04 UTC)
- git: 9514c46ae270 - stable/14 - tcp: fix handling of TIME WAIT for local TCP connections (Thu, 04 Sep 2025 20:04:54 UTC)
- git: a8f6e2b5e46a - stable/14 - tcp: remove TCPTV_TWTRUNC (Thu, 04 Sep 2025 20:06:43 UTC)
- git: 4cb50d74c19c - main - tcp: improve compilability (Fri, 05 Sep 2025 06:06:54 UTC)
- git: 9866ce5d5c50 - stable/15 - tcp: improve compilability (Fri, 05 Sep 2025 06:08:07 UTC)
- git: d862ce89be67 - stable/14 - tcp: improve compilability (Fri, 05 Sep 2025 06:08:47 UTC)
- git: 39291cea53ad - stable/14 - Don't include netinet/tcp_timer.h when not needed (Fri, 05 Sep 2025 06:18:50 UTC)
- git: 66950b4f13b3 - stable/14 - tcp.4: fix typo for newcwv sysctl (Fri, 05 Sep 2025 06:30:38 UTC)
- git: 5e5087a127b1 - stable/14 - tcp: remove references to Lock(b) (Fri, 05 Sep 2025 06:40:19 UTC)
- git: a388086b44ec - stable/14 - tcp: use 0 as the value being ignored (Fri, 05 Sep 2025 06:43:33 UTC)
- git: 1c7813811d2b - stable/14 - ddb: print FIN flag only one when printing BBLog entries (Fri, 05 Sep 2025 06:46:19 UTC)
- git: 2a38a33b221e - stable/14 - tcp: fix the test that a duplicate ACK has no data (Fri, 05 Sep 2025 06:49:51 UTC)
- git: ff3299366f21 - stable/14 - tcp: remove duplicate tcp_bblogging_on checks (Fri, 05 Sep 2025 07:02:15 UTC)
- git: f33397e3092b - stable/14 - tcp hpts: use consistently inline instead of __inline (Fri, 05 Sep 2025 07:06:22 UTC)
- git: b5d0e1915a61 - stable/14 - tcp hpts: remove unused line argument from tcp_set_hpts (Fri, 05 Sep 2025 07:08:27 UTC)
- git: 560ae99e226f - stable/14 - tcp: cleanup (Fri, 05 Sep 2025 07:25:47 UTC)
- git: 9f6942484963 - stable/14 - tcp rack: fix sendmap app limited count tracking (Fri, 05 Sep 2025 17:34:44 UTC)
- git: ef163ce59d89 - stable/14 - tcp rack: remove duplicate header include (Fri, 05 Sep 2025 17:35:41 UTC)
- git: 7aa9563e20f9 - stable/14 - tcp: use a single counter for limiting the RST rate (Fri, 05 Sep 2025 18:29:34 UTC)
- git: be83b57b6acc - stable/14 - mbuf.9: describe checksum offloading for SCTP (Fri, 05 Sep 2025 18:36:47 UTC)
- git: 226cfd057e20 - stable/14 - vtnet.4: update description of loader tunables (Fri, 05 Sep 2025 18:45:08 UTC)
- git: 5c00ab0924b2 - stable/14 - tcp: improve variable and constant names (Fri, 05 Sep 2025 18:46:25 UTC)
- git: dd8b6e2ce3fd - stable/14 - sctp, tcp, udp: improve deferred computation of checksums (Fri, 05 Sep 2025 18:50:50 UTC)
- git: 163e06ec64ea - stable/14 - tcp: Fix wrap around comparison bug (Fri, 05 Sep 2025 18:51:38 UTC)
- git: 2871bc271ec1 - stable/14 - rack, bbr: minor cleanup (Fri, 05 Sep 2025 18:52:24 UTC)
- git: 63803f20f90d - stable/14 - tcp sack: improve computation of delivered_data (Fri, 05 Sep 2025 18:55:48 UTC)
- git: 125056694075 - stable/14 - tcp : remove assignment without effect (Fri, 05 Sep 2025 18:56:58 UTC)
- git: e7331da314b5 - stable/14 - tcp: rate limit the sending of all RST segments (Fri, 05 Sep 2025 18:57:31 UTC)
- git: d1ab6d36aeb2 - stable/14 - tcp: mitigate a side channel for detection of TCP connections (Fri, 05 Sep 2025 18:58:18 UTC)
- git: 86c4e2d071ca - stable/14 - icmp: remove unused BANDLIM_UNLIMITED (Fri, 05 Sep 2025 18:58:59 UTC)
- git: 9eb5c85c70fc - stable/14 - udp: use appropriate error counters (Fri, 05 Sep 2025 18:59:57 UTC)
- git: 95fbcd9cada8 - stable/14 - tcp: minor cleanup (Fri, 05 Sep 2025 19:01:02 UTC)
- git: 5cdd4a1bf2cc - stable/14 - tcp: retire rstreason (Fri, 05 Sep 2025 19:01:57 UTC)
- git: 4eb741473379 - stable/14 - netstat: remove unneeded cast (Fri, 05 Sep 2025 19:02:33 UTC)
- git: fd86cd7a7f49 - stable/14 - netstat: report undelivered multi and broadcast UDP packets correctly (Fri, 05 Sep 2025 19:03:37 UTC)
- git: 19bb9fecba8e - stable/14 - systat: improve reporting of UDP statistics (Fri, 05 Sep 2025 19:04:50 UTC)
- git: 9feb2ac05b77 - stable/14 - icmp: clear offset and flags when reflecting a packet (Fri, 05 Sep 2025 19:05:48 UTC)
- git: c2fe29000d17 - stable/14 - vtnet.4: improve existing descriptions and add missing ones (Fri, 05 Sep 2025 19:06:21 UTC)
- git: 25c0c8725fbb - stable/14 - vtnet, ptnet: include opt_*.h files early (Fri, 05 Sep 2025 19:09:17 UTC)
- git: 68ff713966ed - stable/14 - vtnet.4: use transmit checksum offloading (Fri, 05 Sep 2025 19:09:57 UTC)
- git: 37c6c4daae15 - stable/14 - epair: don't include if_var.h twice (Fri, 05 Sep 2025 22:26:25 UTC)
- git: bb2287ec1b01 - stable/14 - netstat: improve statistic output for sctp (Fri, 05 Sep 2025 22:26:55 UTC)
- git: f0f1e749448f - stable/14 - vtnet: fix computation of sysctl variables (Fri, 05 Sep 2025 22:27:41 UTC)
- git: 2db6762a6950 - stable/14 - tcp: remove stale comment (Fri, 05 Sep 2025 22:28:29 UTC)
- git: 35693dc5d55b - stable/14 - vtnet: mark statistic counters with CTLFLAG_STATS (Fri, 05 Sep 2025 22:29:26 UTC)
- git: a2230148a649 - stable/14 - vtnet.4: remove stray line (Fri, 05 Sep 2025 22:34:05 UTC)
- Re: git: 1c23d8f9f398 - main - vtnet: improve checksum offloading (Sat, 06 Sep 2025 06:32:03 UTC)
- git: 7c448f5aab8b - main - vtnet: fix compilation for NOIP configs (Sat, 06 Sep 2025 08:20:09 UTC)
- Re: git: 1c23d8f9f398 - main - vtnet: improve checksum offloading (Sat, 06 Sep 2025 08:23:53 UTC)
- Re: git: 1c23d8f9f398 - main - vtnet: improve checksum offloading (Sat, 06 Sep 2025 08:34:29 UTC)
- Re: NOIP/NOINET/... for arm64 too? [was: Re: git: 1c23d8f9f398 - main - vtnet: improve checksum offloading] (Sat, 06 Sep 2025 12:59:25 UTC)
- git: 0143c9eb764a - main - Revert "vtnet: fix compilation for NOIP configs" (Mon, 08 Sep 2025 20:28:51 UTC)
- git: f217bc7651a4 - main - Revert "vtnet: improve checksum offloading" (Mon, 08 Sep 2025 20:28:52 UTC)
- git: ca0ba818cfd7 - stable/15 - Revert "vtnet: improve checksum offloading" (Mon, 08 Sep 2025 20:30:23 UTC)
- git: 3008f30d2c2c - main - vtnet: improve checksum offloading (Mon, 08 Sep 2025 20:43:01 UTC)
- git: 614e9b33bf55 - main - vtnet: fix compilation for NOIP configs (Mon, 08 Sep 2025 20:50:59 UTC)
- git: 5d65c9eeb805 - stable/14 - tcp: micro-optimize SYN-cookie expansion (Mon, 08 Sep 2025 22:02:37 UTC)
- git: d6849a3b13f2 - stable/14 - tcp: rename syncookie_lookup() into syncookie_expand() and make it bool (Tue, 09 Sep 2025 18:04:47 UTC)
- git: f5d8084a8d5c - stable/14 - tcp: refactor debug function syncookie_cmp() (Tue, 09 Sep 2025 18:05:51 UTC)
- git: ea5560f2293b - stable/14 - tcp: increase tcps_sc_recvcookie only in the syncache_expand() (Tue, 09 Sep 2025 18:06:41 UTC)
- git: 1b72d275eef4 - stable/14 - tcp: unlock before syncookie_expand() (Tue, 09 Sep 2025 18:07:37 UTC)
- git: 31c467da81d3 - stable/14 - tcp: improve sending of SYN-cookies (Tue, 09 Sep 2025 18:14:54 UTC)
- git: 9a6978136157 - stable/14 - syncache.4: add missing information (Tue, 09 Sep 2025 18:16:44 UTC)
- git: 187ee62c71f2 - main - dhclient: improve UDP checksum handling (Wed, 10 Sep 2025 15:48:14 UTC)
- git: c3d5387a7bd8 - main - tcp: minor cleanup (Wed, 10 Sep 2025 19:47:23 UTC)
- git: 5a8f33f52ae3 - stable/15 - vtnet: improve checksum offloading (Thu, 11 Sep 2025 06:19:58 UTC)
- git: c031033faa87 - stable/15 - vtnet: fix compilation for NOIP configs (Thu, 11 Sep 2025 06:20:59 UTC)
- git: c45634120255 - stable/14 - tests: disable transmit checksum offloading for epair interfaces (Thu, 11 Sep 2025 06:34:14 UTC)
- git: 07625c420dc3 - stable/14 - vtnet: improve checksum offloading (Thu, 11 Sep 2025 06:37:31 UTC)
- git: d140a121523e - stable/14 - vtnet: fix compilation for NOIP configs (Thu, 11 Sep 2025 06:38:14 UTC)
- git: 1162a78e0d40 - stable/15 - dhclient: improve UDP checksum handling (Sun, 14 Sep 2025 20:26:53 UTC)
- git: ba719442970c - stable/15 - tcp: minor cleanup (Sun, 14 Sep 2025 20:27:26 UTC)
- git: ffd956a3918c - stable/14 - dhclient: improve UDP checksum handling (Sun, 14 Sep 2025 20:34:41 UTC)
- git: 9c390bd8829c - stable/14 - tcp: minor cleanup (Sun, 14 Sep 2025 20:35:36 UTC)
- git: 1bb72d3d6eee - main - tcp: improve compilation of cc and their helper modules (Tue, 16 Sep 2025 21:35:08 UTC)
- git: 5da388d93917 - main - vtnet: deprecate loader tunable fixup_needs_csum (Tue, 16 Sep 2025 21:44:00 UTC)
- git: 65a9bef46996 - stable/15 - tcp: improve compilation of cc and their helper modules (Mon, 22 Sep 2025 19:23:03 UTC)
- git: 28f2d9b86de5 - stable/15 - vtnet: deprecate loader tunable fixup_needs_csum (Mon, 22 Sep 2025 19:23:41 UTC)
- git: bf2391ee2ef2 - stable/14 - tcp: improve compilation of cc and their helper modules (Mon, 22 Sep 2025 19:31:03 UTC)
- git: a16c7286b5c4 - stable/14 - vtnet: deprecate loader tunable fixup_needs_csum (Mon, 22 Sep 2025 19:31:35 UTC)
- git: ab17974c1203 - main - tcp: fix sending of RST segments (Tue, 23 Sep 2025 17:32:30 UTC)
- git: 43bbecaeb95f - main - tcp lro: remove redundant check (Tue, 23 Sep 2025 18:30:59 UTC)
- git: 40417930f6ba - main - tcp: whitespace cleanup (Thu, 25 Sep 2025 18:24:44 UTC)
- git: db37256ce543 - main - tcp: refactor tcp_send_challenge_ack() (Thu, 25 Sep 2025 18:24:45 UTC)
- git: 3f87b632ed04 - stable/14 - tcp: fix sending of RST segments (Fri, 26 Sep 2025 09:36:38 UTC)
- git: 4010352306ef - stable/14 - tcp lro: remove redundant check (Fri, 26 Sep 2025 09:40:47 UTC)
- git: a41b0e52ab90 - stable/15 - tcp: fix sending of RST segments (Fri, 26 Sep 2025 09:55:55 UTC)
- git: ccbc5f307a66 - stable/15 - tcp lro: remove redundant check (Fri, 26 Sep 2025 09:56:29 UTC)
- git: eaf619fddcb2 - main - vtnet: improve interface capability handling (Fri, 26 Sep 2025 10:35:57 UTC)
- Re: git: b4c6c3db0379 - stable/14 - ipfw: Teach ipfw that EtherIP is an upper layer protocol (Sat, 27 Sep 2025 18:32:20 UTC)
- Re: git: b4c6c3db0379 - stable/14 - ipfw: Teach ipfw that EtherIP is an upper layer protocol (Sat, 27 Sep 2025 18:44:23 UTC)
- Re: git: b4c6c3db0379 - stable/14 - ipfw: Teach ipfw that EtherIP is an upper layer protocol (Sat, 27 Sep 2025 21:47:40 UTC)
- git: f2575d56c8c9 - main - vtnet: improve control of transmit offloading (Sun, 28 Sep 2025 09:05:54 UTC)
- git: cfda7828e33d - stable/15 - tcp: whitespace cleanup (Sun, 28 Sep 2025 09:09:30 UTC)
- git: 125e23572c71 - stable/15 - tcp: refactor tcp_send_challenge_ack() (Sun, 28 Sep 2025 09:10:12 UTC)
- git: 994b3f20900d - stable/14 - tcp: whitespace cleanup (Sun, 28 Sep 2025 09:16:39 UTC)
- git: 5e4bed48699a - stable/14 - tcp: refactor tcp_send_challenge_ack() (Sun, 28 Sep 2025 09:18:09 UTC)
- git: c0598ba49d2c - stable/14 - vtnet: improve interface capability handling (Mon, 29 Sep 2025 19:42:34 UTC)
- git: 503bf058cd0a - stable/14 - epair: add support for checksum offloading (Mon, 29 Sep 2025 19:43:31 UTC)
- git: fed8dbe794a6 - stable/15 - vtnet: improve interface capability handling (Mon, 29 Sep 2025 19:50:52 UTC)
- git: 6e4b811009d6 - main - vtnet: disable hardware TCP LRO by default (Tue, 30 Sep 2025 17:14:47 UTC)
- git: c2900b6e8255 - main - tcp: apply rate limits to challenge ACKs (Tue, 30 Sep 2025 20:08:49 UTC)
- Mitchell Horne
- git: 4efc1b22aab1 - stable/14 - riscv: Fix SSTC extension support (Mon, 15 Sep 2025 19:21:47 UTC)
- git: 31eaa0141c49 - stable/14 - riscv timer: fix interrupt handling. (Mon, 15 Sep 2025 19:21:48 UTC)
- git: 850182848dad - stable/13 - riscv: Fix SSTC extension support (Mon, 15 Sep 2025 19:34:50 UTC)
- git: 8302f09d844c - stable/13 - riscv timer: fix interrupt handling. (Mon, 15 Sep 2025 19:34:51 UTC)
- git: e13b5298ec87 - main - if_re: Add PNP info for module (Tue, 16 Sep 2025 13:22:30 UTC)
- git: a7340d559ee9 - main - MODULE_PNP_INFO.9: tweak list indent (Tue, 16 Sep 2025 14:11:08 UTC)
- git: f54dfda721ef - stable/15 - if_re: Add PNP info for module (Mon, 29 Sep 2025 13:50:10 UTC)
- git: 16de4bc01135 - stable/15 - MODULE_PNP_INFO.9: tweak list indent (Mon, 29 Sep 2025 13:50:11 UTC)
- git: 75f1a35ce445 - stable/14 - if_re: Add PNP info for module (Mon, 29 Sep 2025 13:50:47 UTC)
- git: 6cd33535a5f3 - stable/14 - MODULE_PNP_INFO.9: tweak list indent (Mon, 29 Sep 2025 13:50:48 UTC)
- Navdeep Parhar
- git: 499ff78fb11a - main - cxgbe(4): Rename lport to hw_port. (Mon, 29 Sep 2025 14:37:40 UTC)
- git: 6d29d22a9e0c - main - cxgbe(4): Use hw_port and tx_chan correctly all over the driver (Mon, 29 Sep 2025 14:37:41 UTC)
- git: c7b2e390de43 - main - cxgbe(4): hw/fw headers and shared code for the Terminator 7 ASIC (Mon, 29 Sep 2025 14:37:42 UTC)
- git: 1ba1c783296b - main - cxgbe(4): Claim T7 based devices (Mon, 29 Sep 2025 14:37:44 UTC)
- git: 87d3ee5d14ba - main - cxgbe(4): Add T7 support to routines that deal with memory windows (Mon, 29 Sep 2025 14:37:45 UTC)
- git: f487e4778bb7 - main - cxgbe(4): Update meminfo for T7 (Mon, 29 Sep 2025 14:37:46 UTC)
- git: 6fa85bf12226 - main - cxgbe(4): Support for displaying T7 MPS TCAM entries (Mon, 29 Sep 2025 14:37:47 UTC)
- git: fc7f27c31eee - main - cxgbe(4): Include T7 PMRX cache stats in the sysctl that shows PM stats (Mon, 29 Sep 2025 14:37:48 UTC)
- git: d4fb12583adc - main - cxgbe(4): T7's SGE context has 4 more bytes (Mon, 29 Sep 2025 14:37:49 UTC)
- git: c392b5a9e44b - main - cxgbe(4): Congestion manager context settings for T7 (Mon, 29 Sep 2025 14:37:50 UTC)
- git: cfcf1394efb9 - main - cxgbe(4): Recognize the new capabilities reported by T7 firmwares (Mon, 29 Sep 2025 14:37:52 UTC)
- git: a16423b7a48c - main - cxgbe(4): T7 LB mode support (Mon, 29 Sep 2025 14:37:53 UTC)
- git: 3d76a4feeead - main - cxgbe(4): Updates for T7 CIM multicore operation (Mon, 29 Sep 2025 14:37:54 UTC)
- git: c231e86ce388 - main - cxgbe(4): Update the filtering code for T7 (Mon, 29 Sep 2025 14:37:55 UTC)
- git: 721033a7d96f - main - cxgbe(4): T7 TCB CPLs have queue and channel in different location (Mon, 29 Sep 2025 14:37:56 UTC)
- git: 77098268dc39 - main - cxgbe(4): T7 ULPTX supports larger data length with MEMIO commands (Mon, 29 Sep 2025 14:37:57 UTC)
- git: bc48ca42d0d4 - main - cxgbetool(8): Updates for T7 (Mon, 29 Sep 2025 14:37:58 UTC)
- git: e5ce2d39368f - main - libcxgb4: Get userspace RDMA tools to recognize T7 based RNICs (Mon, 29 Sep 2025 14:37:59 UTC)
- git: 3203b1a110c8 - main - cxgbe(4): Support for T7 tracing filters (Mon, 29 Sep 2025 14:38:00 UTC)
- git: a02f38ccedc2 - main - cxgbe(4): Add support for port types SFP56 and QSFP56 and speed 200Gbps (Mon, 29 Sep 2025 14:38:02 UTC)
- git: c341048373ac - main - cxgbe: Refactor find_offload_adapter and move to t4_tom from cxgbei (Mon, 29 Sep 2025 15:22:27 UTC)
- git: 35b883ccf365 - main - cxgbe: Move send_iscsi_flowc_wr to t4_tom.ko (Mon, 29 Sep 2025 15:22:28 UTC)
- git: 19d9a9b15178 - main - cxgbe: Move the STAG and PBL memory pool arenas to the base driver (Mon, 29 Sep 2025 15:22:29 UTC)
- git: 8bc9d3089314 - main - ccr: Support T7. (Mon, 29 Sep 2025 15:22:30 UTC)
- git: 4f272a5ef3d8 - main - cxgbe: Support for NIC KTLS transmit on T7 adapters. (Mon, 29 Sep 2025 15:22:31 UTC)
- git: 6154961e2e4c - main - cxgbe: Support for TLS 1.3 in key contexts. (Mon, 29 Sep 2025 15:22:32 UTC)
- git: 5b9dc22c9106 - main - cxgbe: Extend NIC TLS to support TLS 1.3. (Mon, 29 Sep 2025 15:22:33 UTC)
- git: 1e9849415ff9 - main - cxgbe TOE TLS: Better support for partial records for T7. (Mon, 29 Sep 2025 15:22:34 UTC)
- git: 7de77bea2a61 - main - cxgbe TOE TLS: Support for TLS 1.3 for transmit. (Mon, 29 Sep 2025 15:22:36 UTC)
- git: e2fae07e093b - main - cxgbe TOE TLS: Support for TLS 1.3 for receive (Mon, 29 Sep 2025 15:22:37 UTC)
- git: 96054b97b418 - main - cxgbe mp_ring: Add mp_ring_enqueue_only (Mon, 29 Sep 2025 15:22:38 UTC)
- git: 96469647bce1 - main - cxgbe: Permit multiple handlers for CPL6_FW_PLD (Mon, 29 Sep 2025 15:22:39 UTC)
- git: 9e269eafebfc - main - cxgbe: Use partial GCM mode for partial TLS records on T7 (Mon, 29 Sep 2025 15:22:40 UTC)
- Nuno Teixeira
- Oleg Nauman
- Olivier Certner
- git: d44095394237 - main - vm_domainset: Only probe domains once when iterating, instead of up to 4 times (Tue, 09 Sep 2025 07:58:00 UTC)
- git: d0b691a7c1aa - main - vm_domainset: Simplify vm_domainset_iter_next() (Tue, 09 Sep 2025 07:58:01 UTC)
- git: 637d9858e6a8 - main - vm_domainset: Refactor iterators, multiple fixes (Tue, 09 Sep 2025 07:58:02 UTC)
- git: c1eff1d745a1 - main - sys: NOTES: Fix comment for wlan_* devices; GENERIC*: Re-order 'wlan_tkip' (Tue, 09 Sep 2025 15:19:50 UTC)
- git: 1cf67b587023 - main - NOTES: Fix whitespace in "options MAC_DO" (Tue, 09 Sep 2025 15:50:06 UTC)
- git: de974a0f1b73 - main - ddb ps: Print again the effective GID, separately (Tue, 09 Sep 2025 15:57:56 UTC)
- git: 1c3c698ba4c4 - main - hwpmc: On attach, ensure owner is a target effective GID's member (Tue, 09 Sep 2025 15:57:57 UTC)
- git: 1c40b15971f0 - main - hwpmc: On attach, fix allowing a PMC's owner to attach it to itself (Tue, 09 Sep 2025 15:57:58 UTC)
- git: d9e11f01ef07 - main - hwt: On attach, ensure owner is a target effective GID's member (Tue, 09 Sep 2025 15:57:59 UTC)
- git: 67f8bd5986a4 - main - nfs: newnfs_setroot(): Remove an obsolete comment (Tue, 09 Sep 2025 15:58:00 UTC)
- git: 71db32347665 - main - nfscl: Restore sending the effective GID to the server (Tue, 09 Sep 2025 15:58:02 UTC)
- git: d859d4c57eda - main - procfs: Restore printing the effective GID in 'status' (Tue, 09 Sep 2025 15:58:03 UTC)
- git: 5568b4441dff - main - imgact_elf: procstat groups: Restore sending the effective GID (Tue, 09 Sep 2025 15:58:04 UTC)
- git: 63a40ca813a9 - main - kinfo_proc: Restore outputting the effective GID (Tue, 09 Sep 2025 15:58:05 UTC)
- git: 7676df2faeb6 - main - kvm_proclist(): Restore outputting the effective GID (Tue, 09 Sep 2025 15:58:06 UTC)
- git: faf7e9937591 - main - 'kern.proc.groups' sysctl knob: Restore outputting the effective GID (Tue, 09 Sep 2025 15:58:07 UTC)
- git: 30d631a3be72 - stable/15 - NOTES: Fix whitespace in "options MAC_DO" (Fri, 12 Sep 2025 09:27:13 UTC)
- git: 5d13480bacfd - stable/15 - sys: NOTES: Fix comment for wlan_* devices; GENERIC*: Re-order 'wlan_tkip' (Fri, 12 Sep 2025 09:27:14 UTC)
- git: 8392bdd176c4 - stable/14 - NOTES: Fix whitespace in "options MAC_DO" (Fri, 12 Sep 2025 09:35:40 UTC)
- git: f3631902a58f - stable/14 - chroot.8: Be more precise when describing '-u', '-g' and '-G' (Fri, 12 Sep 2025 09:53:01 UTC)
- git: 5ea201a58bc7 - stable/14 - MAC/do: Rename the internal malloc type (Fri, 12 Sep 2025 09:53:02 UTC)
- git: d3f8ed6066fd - main - getgrouplist(3): Remove superfluous headers, bogus comment and whitespace (Fri, 12 Sep 2025 14:08:59 UTC)
- git: ef2f36be8fce - main - jail.2: Mention EPERM is returned on open directories (Mon, 15 Sep 2025 09:30:21 UTC)
- git: 4894f5ba3943 - main - acpi: Fix build when `ACPI_DEBUG_OUTPUT` defined (Mon, 15 Sep 2025 09:30:22 UTC)
- git: 580d2d429598 - main - libc: compat.h: Remove a superfluous blank line at end (Wed, 17 Sep 2025 12:18:51 UTC)
- git: e4cc7f993057 - main - dtrace: Fix effective GID shown by 'curpsinfo' (Wed, 17 Sep 2025 12:18:52 UTC)
- git: 11cbb7d122ac - main - libprocstat: procstat_getgroups_kvm(): Output again the effective GID (Wed, 17 Sep 2025 12:18:53 UTC)
- git: c5e920e49c0c - main - unix: SCM_CREDS: Restore passing the effective GID (Wed, 17 Sep 2025 12:18:54 UTC)
- git: d22592cd6fd2 - main - fuse: Fix GID when sending FUSE_INTERRUPT to a FUSE daemon (Wed, 17 Sep 2025 12:18:55 UTC)
- git: 5fa6ca8b8aff - main - nfsd: nfsd_excred(): Remove an obsolete comment (Wed, 17 Sep 2025 12:18:56 UTC)
- git: a61e7b5c98f8 - main - cred: 'kern.ngroups' tunable: Rework the comment on the initial value (Wed, 17 Sep 2025 12:18:58 UTC)
- git: 9397b2ef741c - main - cred: Update some comments after 'cr_gid' is no more cr_groups[0] (Wed, 17 Sep 2025 12:18:59 UTC)
- git: 30193fce433c - main - cred: Remove obsolete comment after getgroups() not returning the eGID (Wed, 17 Sep 2025 12:19:00 UTC)
- git: fa1cbb02d120 - main - cred: Restore proper checking of effective groups in some security policies (Wed, 17 Sep 2025 12:19:01 UTC)
- git: 0abeb8d8d8df - main - cred: 'struct ucred': Rework comment on 'cr_gid'/cr_groups[] (Wed, 17 Sep 2025 12:19:02 UTC)
- git: ab7186a48634 - main - MAC/bsdextended: Restore matching subjects' effective GID (Wed, 17 Sep 2025 12:19:03 UTC)
- git: d39756f23fe2 - main - MAC/do: Restore matching the first supplementary group (Wed, 17 Sep 2025 12:19:04 UTC)
- git: f75d0dc53392 - main - cr_canseeothergids(): Make the logic easier to grasp (Wed, 17 Sep 2025 12:19:05 UTC)
- git: a207833f4fed - main - linux: Simplify further getgroups() after 'cr_gid' not in cr_groups[] (Wed, 17 Sep 2025 12:19:07 UTC)
- git: bbdea7c9f4ae - main - linux: setgroups(): Fix the group number's upper limit (Wed, 17 Sep 2025 12:19:08 UTC)
- git: b7a87d7c0dd1 - main - linux: setgroups(): Avoid allocation under the process lock (Wed, 17 Sep 2025 12:19:09 UTC)
- git: b1326edddb30 - main - linux: setgroups16(): Pre-extend the groups array (Wed, 17 Sep 2025 12:19:10 UTC)
- git: 10b789d7e148 - main - linux: getsockopt(): Simplify exporting groups a bit (Wed, 17 Sep 2025 12:19:11 UTC)
- git: 59049f4b47ea - main - hastd: Remove some now useless assertion (Wed, 17 Sep 2025 12:19:12 UTC)
- git: 696cfb27ca4e - main - syscalls: Old setgroups(2)/getgroups(2): Remove superfluous STD type (Wed, 17 Sep 2025 12:19:13 UTC)
- git: 0b018cfd81d8 - main - initgroups(3): Fix return value on allocation failure (Wed, 17 Sep 2025 12:19:15 UTC)
- git: 9dc1ac869196 - main - initgroups(3): Add a pre-FreeBSD-15-compatible version (Wed, 17 Sep 2025 12:19:16 UTC)
- git: 9294eb44eecb - main - getgrouplist.3: Rework, use more appropriate terminology (Wed, 17 Sep 2025 12:19:17 UTC)
- git: 6d22cd6b5f8b - main - setgroups.2: Add SECURITY CONSIDERATIONS, fix the groups limit, rework (Wed, 17 Sep 2025 12:19:18 UTC)
- git: 66b54c48b2ae - main - setcred.2: Remove now obsolete mention of setgroups(2)'s different behavior (Wed, 17 Sep 2025 12:19:19 UTC)
- git: 4be38acc826f - main - getgroups.2: Clarify, mention ascending order, add SECURITY CONSIDERATIONS (Wed, 17 Sep 2025 12:19:20 UTC)
- git: 313d769e995c - main - group.5: Add a reference to setcred(2) (Wed, 17 Sep 2025 12:19:21 UTC)
- git: 6b26d0a335b6 - main - ucred.9: crsetgroups_and_egid(): Clarify differences with crsetgroups() (Wed, 17 Sep 2025 12:19:22 UTC)
- git: ff7252cdafbd - main - tools/regression/priv: Don't call setgroups() with the effective GID (Wed, 17 Sep 2025 12:19:24 UTC)
- git: de4832289625 - main - stress2: Fix removal of supplementary groups (Wed, 17 Sep 2025 12:19:25 UTC)
- git: 960dbe036d85 - stable/15 - ddb ps: Print again the effective GID, separately (Thu, 18 Sep 2025 08:51:55 UTC)
- git: 018b8acde021 - stable/15 - hwpmc: On attach, ensure owner is a target effective GID's member (Thu, 18 Sep 2025 08:51:56 UTC)
- git: 30ea55ff5eea - stable/15 - hwpmc: On attach, fix allowing a PMC's owner to attach it to itself (Thu, 18 Sep 2025 08:51:57 UTC)
- git: 97a56375caa5 - stable/15 - hwt: On attach, ensure owner is a target effective GID's member (Thu, 18 Sep 2025 08:51:58 UTC)
- git: a5e6ecb88986 - stable/15 - nfs: newnfs_setroot(): Remove an obsolete comment (Thu, 18 Sep 2025 08:51:59 UTC)
- git: 702888ce72ed - stable/15 - nfscl: Restore sending the effective GID to the server (Thu, 18 Sep 2025 08:52:00 UTC)
- git: 79c1160fb9f2 - stable/15 - procfs: Restore printing the effective GID in 'status' (Thu, 18 Sep 2025 08:52:01 UTC)
- git: 96a2fc56439e - stable/15 - imgact_elf: procstat groups: Restore sending the effective GID (Thu, 18 Sep 2025 08:52:03 UTC)
- git: 74d3fdf040c0 - stable/15 - kinfo_proc: Restore outputting the effective GID (Thu, 18 Sep 2025 08:52:04 UTC)
- git: 53a9f161903d - stable/15 - kvm_proclist(): Restore outputting the effective GID (Thu, 18 Sep 2025 08:52:05 UTC)
- git: 32606eb5c4dd - stable/15 - 'kern.proc.groups' sysctl knob: Restore outputting the effective GID (Thu, 18 Sep 2025 08:52:06 UTC)
- git: b5bd97460110 - stable/15 - getgrouplist(3): Remove superfluous headers, bogus comment and whitespace (Thu, 18 Sep 2025 08:52:07 UTC)
- git: 2e71d105249d - stable/15 - libc: fix the _FORTIFY_SOURCE build of getgrouplist(3) (Thu, 18 Sep 2025 08:52:08 UTC)
- git: 7140f620a569 - stable/15 - jail.2: Mention EPERM is returned on open directories (Thu, 18 Sep 2025 08:52:09 UTC)
- git: 59a73e9a1fe3 - stable/14 - hwpmc: On attach, ensure owner is a target effective GID's member (Thu, 18 Sep 2025 10:13:41 UTC)
- git: 009268dbfdd5 - stable/14 - hwpmc: On attach, fix allowing a PMC's owner to attach it to itself (Thu, 18 Sep 2025 10:13:42 UTC)
- git: 7220f36f6cf9 - stable/14 - getgrouplist(3): Remove superfluous headers, bogus comment and whitespace (Thu, 18 Sep 2025 10:13:43 UTC)
- git: d1142d54fa21 - stable/14 - libc: fix the _FORTIFY_SOURCE build of getgrouplist(3) (Thu, 18 Sep 2025 10:13:44 UTC)
- git: da257e519bc0 - stable/15 - vm_domainset: Only probe domains once when iterating, instead of up to 4 times (Fri, 19 Sep 2025 10:07:16 UTC)
- git: 9b8f6e2d759a - stable/15 - vm_domainset: Simplify vm_domainset_iter_next() (Fri, 19 Sep 2025 10:07:17 UTC)
- git: 83ad6d8d8eee - stable/15 - vm_domainset: Refactor iterators, multiple fixes (Fri, 19 Sep 2025 10:07:18 UTC)
- git: bda42942b95f - stable/14 - Avoid waiting on physical allocations that can't possibly be satisfied (Fri, 19 Sep 2025 11:42:36 UTC)
- git: b5834753d330 - stable/14 - vm_domainset: Only probe domains once when iterating, instead of up to 4 times (Fri, 19 Sep 2025 11:42:37 UTC)
- git: 0206ec4350ca - stable/14 - vm_domainset: Simplify vm_domainset_iter_next() (Fri, 19 Sep 2025 11:42:38 UTC)
- git: 2c2bb7913d47 - stable/14 - vm_domainset: Refactor iterators, multiple fixes (Fri, 19 Sep 2025 11:42:40 UTC)
- git: f049b71c24c7 - stable/15 - libc: compat.h: Remove a superfluous blank line at end (Tue, 23 Sep 2025 12:03:23 UTC)
- git: cd7ed5b7b605 - stable/15 - dtrace: Fix effective GID shown by 'curpsinfo' (Tue, 23 Sep 2025 12:03:24 UTC)
- git: d36c8416e7ed - stable/15 - libprocstat: procstat_getgroups_kvm(): Output again the effective GID (Tue, 23 Sep 2025 12:03:25 UTC)
- git: 052d8f6acf46 - stable/15 - unix: SCM_CREDS: Restore passing the effective GID (Tue, 23 Sep 2025 12:03:26 UTC)
- git: 97e7c06af75e - stable/15 - fuse: Fix GID when sending FUSE_INTERRUPT to a FUSE daemon (Tue, 23 Sep 2025 12:03:27 UTC)
- git: 5e4493dca3eb - stable/15 - nfsd: nfsd_excred(): Remove an obsolete comment (Tue, 23 Sep 2025 12:03:28 UTC)
- git: 8cda100def08 - stable/15 - cred: 'kern.ngroups' tunable: Rework the comment on the initial value (Tue, 23 Sep 2025 12:03:29 UTC)
- git: 9466d35acc01 - stable/15 - cred: Update some comments after 'cr_gid' is no more cr_groups[0] (Tue, 23 Sep 2025 12:03:30 UTC)
- git: f9b269731c13 - stable/15 - cred: Remove obsolete comment after getgroups() not returning the eGID (Tue, 23 Sep 2025 12:03:32 UTC)
- git: 0d836d126129 - stable/15 - cred: Restore proper checking of effective groups in some security policies (Tue, 23 Sep 2025 12:03:33 UTC)
- git: ee8c31c6dae4 - stable/15 - cred: 'struct ucred': Rework comment on 'cr_gid'/cr_groups[] (Tue, 23 Sep 2025 12:03:34 UTC)
- git: a482c6975867 - stable/15 - MAC/bsdextended: Restore matching subjects' effective GID (Tue, 23 Sep 2025 12:03:35 UTC)
- git: dd5c76309ad9 - stable/15 - MAC/do: Restore matching the first supplementary group (Tue, 23 Sep 2025 12:03:36 UTC)
- git: 7bab0263aafe - stable/15 - cr_canseeothergids(): Make the logic easier to grasp (Tue, 23 Sep 2025 12:03:37 UTC)
- git: 8013a7137d3a - stable/15 - linux: Simplify further getgroups() after 'cr_gid' not in cr_groups[] (Tue, 23 Sep 2025 12:03:38 UTC)
- git: 469c3a4139fe - stable/15 - linux: setgroups(): Fix the group number's upper limit (Tue, 23 Sep 2025 12:03:40 UTC)
- git: fa96d3e64efc - stable/15 - linux: setgroups(): Avoid allocation under the process lock (Tue, 23 Sep 2025 12:03:41 UTC)
- git: db27bce904be - stable/15 - linux: setgroups16(): Pre-extend the groups array (Tue, 23 Sep 2025 12:03:42 UTC)
- git: 5eaee33a2a70 - stable/15 - linux: getsockopt(): Simplify exporting groups a bit (Tue, 23 Sep 2025 12:03:43 UTC)
- git: bef5c3713c90 - stable/15 - hastd: Remove some now useless assertion (Tue, 23 Sep 2025 12:03:44 UTC)
- git: bea59ce7c96a - stable/15 - syscalls: Old setgroups(2)/getgroups(2): Remove superfluous STD type (Tue, 23 Sep 2025 12:03:45 UTC)
- git: fda64d005e4e - stable/15 - initgroups(3): Fix return value on allocation failure (Tue, 23 Sep 2025 12:03:46 UTC)
- git: 8878569103a3 - stable/15 - initgroups(3): Add a pre-FreeBSD-15-compatible version (Tue, 23 Sep 2025 12:03:47 UTC)
- git: d0aa1b863d7b - stable/15 - getgrouplist.3: Rework, use more appropriate terminology (Tue, 23 Sep 2025 12:03:48 UTC)
- git: 7132fb5edbc9 - stable/15 - setgroups.2: Add SECURITY CONSIDERATIONS, fix the groups limit, rework (Tue, 23 Sep 2025 12:03:49 UTC)
- git: af6ac3228415 - stable/15 - setcred.2: Remove now obsolete mention of setgroups(2)'s different behavior (Tue, 23 Sep 2025 12:03:51 UTC)
- git: 2932e6f59bff - stable/15 - getgroups.2: Clarify, mention ascending order, add SECURITY CONSIDERATIONS (Tue, 23 Sep 2025 12:03:52 UTC)
- git: dc18b884d53b - stable/15 - group.5: Add a reference to setcred(2) (Tue, 23 Sep 2025 12:03:53 UTC)
- git: bc71d7400e11 - stable/15 - ucred.9: crsetgroups_and_egid(): Clarify differences with crsetgroups() (Tue, 23 Sep 2025 12:03:54 UTC)
- git: b0395b44974b - stable/15 - tools/regression/priv: Don't call setgroups() with the effective GID (Tue, 23 Sep 2025 12:03:55 UTC)
- git: 0479fdf7f715 - stable/15 - stress2: Fix removal of supplementary groups (Tue, 23 Sep 2025 12:03:56 UTC)
- Re: git: 8878569103a3 - stable/15 - initgroups(3): Add a pre-FreeBSD-15-compatible version (Tue, 23 Sep 2025 15:34:27 UTC)
- git: cb72d028438f - stable/15 - libc: properly reference setgroups@FBSD_1.0 in initgroups@FBSD_1.0 (Tue, 23 Sep 2025 15:51:08 UTC)
- git: c1d5fc4e0cfc - main - mac_do.4: Mention "from" part's GID can also match supplementary groups (Sun, 28 Sep 2025 14:02:29 UTC)
- git: c5a813c9f486 - main - vfs cache: Add vn_fullpath_jail(), factor out common code (Mon, 29 Sep 2025 17:38:11 UTC)
- git: 9f269a0a771a - main - MAC/do: Check executable path from the current jail's root (Mon, 29 Sep 2025 17:38:12 UTC)
- git: 05e5de00b9ea - main - vn_fullpath.9: Add missing links for described functions (Mon, 29 Sep 2025 17:49:58 UTC)
- git: 3ca1e69028ac - main - mdo(1): Add support and shortcuts for fully specifying users and groups (Mon, 29 Sep 2025 18:19:34 UTC)
- git: c87a9f51a0de - main - share/man/man9: Fix compilation (Mon, 29 Sep 2025 18:58:37 UTC)
- Re:_git:_59fc2b0166f7_-_main_-_mandoc:_ Vendor_import_of_upstream__at_2025-09-26 (Mon, 29 Sep 2025 19:46:00 UTC)
- git: f45608124286 - main - namei.9: Remove duplicate WANTPARENT description (Tue, 30 Sep 2025 17:25:24 UTC)
- Olivier_Cochard-Labbé
- Peter Holm
- Peter Jeremy
- Phil Shafer
- Poul-Henning Kamp
- Reid Linnemann
- Richard Scheffenegger
- Rick Macklem
- Robert Clausecker
- Ronald Klop
- ShengYi Hung
- Stefan Eßer
- Tiago Gasiba
- Tijl Coosemans
- Tom Jones
- Toomas Soome
- Vladimir Kondratyev
- git: aef807876c30 - main - moused(8): Add support for evdev protocol (Thu, 04 Sep 2025 21:08:06 UTC)
- git: 641f525a87c9 - main - cyapa(4): Add support for reporting data with sysmouse protocol (Thu, 04 Sep 2025 21:08:07 UTC)
- Re: git: aef807876c30 - main - moused(8): Add support for evdev protocol (Sun, 07 Sep 2025 06:54:42 UTC)
- Re: git: aef807876c30 - main - moused(8): Add support for evdev protocol (Mon, 08 Sep 2025 22:05:30 UTC)
- git: 1335bf5ce1c9 - main - moused(8): Add command line option to restrict interface type (Sun, 21 Sep 2025 13:16:24 UTC)
- git: 66e7f048f0c8 - main - moused(8): Start moused with devd (Sun, 21 Sep 2025 13:16:26 UTC)
- git: 8f496952e3e6 - main - iichid(4): Always use wMaxInputLength bytes as input report length (Mon, 22 Sep 2025 08:38:15 UTC)
- git: a9227954b0f0 - main - ietp(4): Always overload HID report descriptor (Mon, 22 Sep 2025 08:38:16 UTC)
- git: 1e74951b6cd8 - main - iichid(4): Do not add 2 leading "length" bytes to input report length (Mon, 22 Sep 2025 08:38:17 UTC)
- git: d5f63d6b3738 - stable/15 - moused(8): Add command line option to restrict interface type (Mon, 22 Sep 2025 09:23:29 UTC)
- git: a4417b9f9cde - stable/15 - moused(8): Start moused with devd (Mon, 22 Sep 2025 09:23:30 UTC)
- git: f586fc0cf8ff - main - rc.d/moused: Fix misplaced `basename` (Tue, 23 Sep 2025 08:37:28 UTC)
- git: 1bc5c9a23225 - stable/15 - rc.d/moused: Fix misplaced `basename` (Wed, 24 Sep 2025 07:43:51 UTC)
- git: 186e433300fe - main - u2f(4): Use taskqueue to start USB transfers from kqueue context (Thu, 25 Sep 2025 07:55:25 UTC)
- git: e43fbf27976d - main - u2f(4): Invert U2F_MAKE_UHID_ALIAS kernel build option (Thu, 25 Sep 2025 07:55:26 UTC)
- git: d82a9494e798 - stable/15 - u2f(4): Use taskqueue to start USB transfers from kqueue context (Sat, 27 Sep 2025 10:26:52 UTC)
- git: 64b530b38be3 - stable/15 - u2f(4): Invert U2F_MAKE_UHID_ALIAS kernel build option (Sat, 27 Sep 2025 10:26:53 UTC)
- git: c18032ba3172 - stable/15 - iichid(4): Always use wMaxInputLength bytes as input report length (Mon, 29 Sep 2025 21:52:37 UTC)
- git: 9c61c3f7e4b1 - stable/15 - iichid(4): Do not add 2 leading "length" bytes to input report length (Mon, 29 Sep 2025 21:52:38 UTC)
- git: ee46f649cb13 - stable/15 - ietp(4): Always overload HID report descriptor (Mon, 29 Sep 2025 21:52:40 UTC)
- Vladlen Popolitov
- Warner Losh
- git: dfafdbdfc3e9 - main - stand: Use calloc instead of malloc for initialization of filesystem devsw (Mon, 01 Sep 2025 22:01:08 UTC)
- git: 8ebb3de0c9df - main - jemalloc: Remove bogus merge conflict markers (Tue, 02 Sep 2025 15:23:45 UTC)
- git: dd747d7bcb80 - main - Revert "stand: Use calloc instead of malloc for initialization of filesystem devsw" (Tue, 02 Sep 2025 15:23:47 UTC)
- Re: git: dfafdbdfc3e9 - main - stand: Use calloc instead of malloc for initialization of filesystem devsw (Tue, 02 Sep 2025 15:41:35 UTC)
- git: 4ec251a99a02 - main - rc.d/serial: Remove removed drivers. (Wed, 03 Sep 2025 05:17:58 UTC)
- git: ffe00a05229e - main - rc.d/serial: Kill dtrwait (Wed, 03 Sep 2025 05:17:59 UTC)
- git: 4b4cf0d52c43 - main - tty: Retire zombie dtrwait (Wed, 03 Sep 2025 05:18:01 UTC)
- git: bd481f1bc6b3 - main - loader.conf.5: Add reference to kern.msgbufsize (Wed, 03 Sep 2025 06:05:29 UTC)
- git: dc74f3003c2d - main - nvme: Call vm_fault_hold_pages instead of vmapbuf (Wed, 03 Sep 2025 15:55:37 UTC)
- git: e26521574ecc - main - nvme: Always print the opcode hex and sct/sc hex values (Wed, 03 Sep 2025 15:55:38 UTC)
- git: bd566bcce003 - internal/admin - Release vexeduxr from mentorship (Wed, 03 Sep 2025 16:16:50 UTC)
- git: e7a04a110724 - main - awk: Merge upstream manpage updates (Thu, 04 Sep 2025 06:00:00 UTC)
- Re: git: aef807876c30 - main - moused(8): Add support for evdev protocol (Fri, 05 Sep 2025 04:37:55 UTC)
- Re: git: aef807876c30 - main - moused(8): Add support for evdev protocol (Fri, 05 Sep 2025 05:10:57 UTC)
- git: f20d12595718 - main - devd: Remove gross hack (Fri, 05 Sep 2025 05:52:12 UTC)
- git: edd8c4c65592 - main - moused: Fix movement of moused/moused to moused/moused/moused (Fri, 05 Sep 2025 05:52:14 UTC)
- git: bc7bb3966ad0 - stable/15 - moused: Fix movement of moused/moused to moused/moused/moused (Fri, 05 Sep 2025 05:53:28 UTC)
- git: 6714e127945c - main - gstripe: remove bio->bio_ma_n assignment (Fri, 05 Sep 2025 18:42:16 UTC)
- git: a930cc8bad64 - main - GEOM_UNION: Should free sc in g_union_ctl_create when error happened. (Fri, 05 Sep 2025 18:42:17 UTC)
- git: 3ed0cdf7de79 - main - Update vmimage.subr (Fri, 05 Sep 2025 18:42:18 UTC)
- git: 8647a0b37e75 - main - bpi-r2-pro: added support dts for bpi-r2-pro (Fri, 05 Sep 2025 18:42:20 UTC)
- git: 89ff06870840 - main - x86: Fix bug in print_vmx_info() (Fri, 05 Sep 2025 18:42:21 UTC)
- git: 1167a7d065f8 - main - GEOM: add a new function g_new_geom (Fri, 05 Sep 2025 18:42:22 UTC)
- git: 656f7f43f204 - main - call g_new_geom instead for callers that pass regular string to g_new_geomf (Fri, 05 Sep 2025 18:42:23 UTC)
- git: cacfd42b0c57 - main - tests/sys/mqueue: use require.kmods property instead of ad-hoc checks (Fri, 05 Sep 2025 18:42:24 UTC)
- git: 215a06541869 - main - tests/sys/netlink: use require.kmods property instead of ad-hoc checks (Fri, 05 Sep 2025 18:42:25 UTC)
- git: 308c9c995794 - main - tests/sys/opencrypto: use require.kmods property instead of ad-hoc checks (Fri, 05 Sep 2025 18:42:26 UTC)
- git: 26d3dfa87338 - main - tests/sys/aio: use require.kmods property instead of ad-hoc checks (Fri, 05 Sep 2025 18:42:27 UTC)
- git: c444bfca0063 - main - tests/pf/ioctl: use require.kmods property instead of ad-hoc checks (Fri, 05 Sep 2025 18:42:29 UTC)
- git: 559b0f6b8286 - main - tests/sys/netmap: use require.kmods property instead of ad-hoc checks (Fri, 05 Sep 2025 18:42:30 UTC)
- git: 74898ce961e1 - main - tests/sndstat: use require.kmods property instead of ad-hoc checks (Fri, 05 Sep 2025 18:42:31 UTC)
- git: 7a1a6d1e2a83 - main - tests/socket_accf: use require.kmods property instead of ad-hoc checks (Fri, 05 Sep 2025 18:42:32 UTC)
- git: 4079513328d5 - main - tests/sys/net: use require.kmods property instead of ad-hoc checks (Fri, 05 Sep 2025 18:42:33 UTC)
- git: 427be10491e3 - main - tests/sys/netinet: use require.kmods property instead of ad-hoc checks (Fri, 05 Sep 2025 18:42:34 UTC)
- git: f53228c4e398 - main - tests/vmm_cred_jail: use require.kmods property instead of ad-hoc checks (Fri, 05 Sep 2025 18:42:35 UTC)
- git: 9ae3c3010a0d - main - gpioled: use hw pin inversion if available (Fri, 05 Sep 2025 18:42:37 UTC)
- git: 6a5c193a1aed - main - gpioled: document the invmode hint in gpioled(4) (Fri, 05 Sep 2025 18:42:38 UTC)
- Re: git: 3ed0cdf7de79 - main - Update vmimage.subr (Fri, 05 Sep 2025 20:43:36 UTC)
- Re: NOIP/NOINET/... for arm64 too? [was: Re: git: 1c23d8f9f398 - main - vtnet: improve checksum offloading] (Mon, 08 Sep 2025 19:45:13 UTC)
- git: 952ce991ec6c - main - nvme: Linux compat: don't filter & 0x3. (Mon, 08 Sep 2025 21:13:00 UTC)
- git: 0833a3fe5b33 - main - nanobsd: Alphebetize -I (Tue, 09 Sep 2025 21:49:10 UTC)
- git: 90593b1bdb80 - main - nanobsd: Expose do_image_prep on command line (Tue, 09 Sep 2025 21:49:11 UTC)
- Re: git: 11ace56fa030 - main - contrib/libxo: fix API header files inclusions in C++ source files (Wed, 10 Sep 2025 21:23:18 UTC)
- Re: git: a930cc8bad64 - main - GEOM_UNION: Should free sc in g_union_ctl_create when error happened. (Wed, 10 Sep 2025 21:24:20 UTC)
- Re: git: d20c82507278 - main - Revert "libc: Remove readdir_r(3)" (Thu, 11 Sep 2025 16:57:26 UTC)
- Re: git: 22238759c57d - main - sys/bus.h: Some style(9) fixes (Fri, 12 Sep 2025 14:52:09 UTC)
- git: ecca34fa9695 - main - gunion: Also destroy the rw_lock (Fri, 12 Sep 2025 15:48:41 UTC)
- git: 593d432e5852 - main - ng_device: replace dependency on vnode.h with fcntl.h (Fri, 12 Sep 2025 16:28:59 UTC)
- git: 9fadaee7ecce - main - ng_device: enable setting the device to non-blocking mode (Fri, 12 Sep 2025 16:29:00 UTC)
- git: bcdbeaeffccb - main - ng_device.c: improve compliance with style(9) (Fri, 12 Sep 2025 16:29:01 UTC)
- git: cbba9f7eeead - main - build(7): Document buildenv better (Sat, 13 Sep 2025 15:38:47 UTC)
- git: 8a4e4c95244b - main - loader.efi: Properly scope variable (Sat, 13 Sep 2025 15:47:34 UTC)
- git: c8b87aa10d68 - main - loader: Move ACPI RSDP detection (Sun, 14 Sep 2025 04:53:49 UTC)
- git: 3b6f0edd5ccc - main - taskqueue.9: replace ithread(9) with intr_event(9) (Sun, 14 Sep 2025 04:53:50 UTC)
- git: 9dd78db9c30a - main - libc: prevent incorrect %a/%La rounding at full precision (Sun, 14 Sep 2025 04:53:51 UTC)
- git: bd7032e0b058 - main - GEOM: remove the redundant if statement (Sun, 14 Sep 2025 04:53:52 UTC)
- git: 4c91a542d301 - main - Fix floaing point test. (Sun, 14 Sep 2025 12:14:13 UTC)
- git: 455426da078c - main - Fix floaing point test. (again) (Sun, 14 Sep 2025 14:49:34 UTC)
- git: 4b301f7e7ab4 - main - iicbb: Fix gcc12 complaint (Sun, 14 Sep 2025 17:47:31 UTC)
- git: a85adbcd3dee - main - mpr3mr: Fix missing braces (Sun, 14 Sep 2025 17:47:32 UTC)
- git: 3dfb4e52587a - main - mpi3mr: Build with gcc12 by being more explicit about conditions (Sun, 14 Sep 2025 17:47:33 UTC)
- git: 52096ba6b769 - main - mpi3mr: Get rid of a supurious printf (Sun, 14 Sep 2025 17:47:34 UTC)
- git: 5e0a4859f28a - main - iwlwifi: Don't compile for gcc before 14 (Mon, 15 Sep 2025 03:04:11 UTC)
- git: e239f49146e0 - main - UPDATING: fix typos (Mon, 15 Sep 2025 03:15:36 UTC)
- Re: git: 5e0a4859f28a - main - iwlwifi: Don't compile for gcc before 14 (Mon, 15 Sep 2025 21:17:58 UTC)
- Re: git: 5e0a4859f28a - main - iwlwifi: Don't compile for gcc before 14 (Mon, 15 Sep 2025 21:44:08 UTC)
- git: a696127209c5 - internal/admin - Add Jaeyoon Choi (Thu, 18 Sep 2025 00:45:52 UTC)
- git: 2352b89d2f73 - main - nanobsd: Fix regressions from last cleanup (Wed, 24 Sep 2025 16:44:50 UTC)
- git: d466cb731a23 - main - make packages: Fix edge case of no kernel (Wed, 24 Sep 2025 19:56:26 UTC)
- Re: git: b4c6c3db0379 - stable/14 - ipfw: Teach ipfw that EtherIP is an upper layer protocol (Sat, 27 Sep 2025 19:12:01 UTC)
- git: 55025f42f6fa - main - stand: Remove support for FreeBSD 12.2 and earlier (Mon, 29 Sep 2025 01:48:02 UTC)
- git: b7473a5d68b8 - main - loader: make disable-device more rebust (Mon, 29 Sep 2025 01:48:03 UTC)
- git: ebc32e74b6f9 - main - core.lua: Consistently check for single user (Mon, 29 Sep 2025 01:48:04 UTC)
- git: 494de51bc007 - main - bsdinstall: Add loader.efi to all ESPs we create (Tue, 30 Sep 2025 02:57:18 UTC)
- git: 29810aa6ae70 - stable/14 - libc: Move tzset.3 to stdtime (Tue, 30 Sep 2025 19:29:06 UTC)
- Wolfram Schneider
- Xin LI
- Zhenlei Huang
- git: b944c8ff1797 - main - tests: bridge: Add regression test for gif(4) interface as bridge member (Mon, 01 Sep 2025 10:16:07 UTC)
- git: 9764aa1ccad0 - main - bridge: Fix adding gif(4) interface assigned with IP addresses as bridge memeber (Mon, 01 Sep 2025 10:16:08 UTC)
- git: 135478abe3bc - stable/14 - ifnet: Don't include ethernet.h twice (Mon, 01 Sep 2025 13:36:43 UTC)
- git: c4e5df1cb25f - stable/14 - vtnet: Do not compare boolean with integer (Mon, 01 Sep 2025 13:36:44 UTC)
- git: 91c0ef0f5a2a - stable/14 - witness: White space cleanup and some style(9) tweeks (Mon, 01 Sep 2025 13:36:45 UTC)
- git: 00d474e24217 - stable/14 - git-blame-ignore-revs: witness white space cleanup and style(9) tweeks (Mon, 01 Sep 2025 13:36:47 UTC)
- git: eb808098834b - stable/14 - route(8): fix `route not found` exit code and warn with netlink (Mon, 01 Sep 2025 14:16:11 UTC)
- Re: git: dfafdbdfc3e9 - main - stand: Use calloc instead of malloc for initialization of filesystem devsw (Tue, 02 Sep 2025 06:38:35 UTC)
- Re: git: 135478abe3bc - stable/14 - ifnet: Don't include ethernet.h twice (Tue, 02 Sep 2025 14:52:14 UTC)
- git: bceb9c2f2b19 - stable/14 - IfAPI: Retire if_etherbpfmtap() and if_bpfmtap() (Wed, 03 Sep 2025 04:38:45 UTC)
- git: 11f1dd193af5 - main - init_main: Fix logging the subsystem of pre-loaded kernel modules (Wed, 03 Sep 2025 10:15:21 UTC)
- git: 7e38993247f5 - main - init_main: Remove the placeholder SYSINIT (Wed, 03 Sep 2025 17:10:22 UTC)
- git: 51098f0529f0 - main - ethernet: Prefer memcmp() over bcmp() (Wed, 03 Sep 2025 17:10:23 UTC)
- git: e921d2842ee8 - main - umb: Fix setting the input routine (Wed, 03 Sep 2025 17:20:16 UTC)
- Re: git: 458ac2b6e445 - main - umb.4: Improve synposis, add netmap (Wed, 03 Sep 2025 17:30:43 UTC)
- git: b5c46895fddd - main - ifnet: Defer detaching address family dependent data (Wed, 03 Sep 2025 19:17:25 UTC)
- git: a14d561e5852 - main - vtnet: Do "hardware" accounting for the total number of received octets (Thu, 04 Sep 2025 20:01:42 UTC)
- git: 2a346c8993cb - main - vtnet: Prefer "hardware" accounting for the multicast and total number of octets sent (Thu, 04 Sep 2025 20:01:43 UTC)
- Re: git: 80ab8a4beeb8 - main - umb.4: Remove device netmap from synopsis (Fri, 05 Sep 2025 14:49:41 UTC)
- git: 2a0ed0bef264 - main - kenv: Sprinkle const qualifiers where appropriate (Fri, 05 Sep 2025 16:01:11 UTC)
- git: 7bbfcc540810 - main - mtx: Sprinkle const qualifiers where appropriate (Fri, 05 Sep 2025 16:01:12 UTC)
- git: bec053201032 - main - rmlock: Sprinkle const qualifiers where appropriate (Fri, 05 Sep 2025 16:01:14 UTC)
- git: 3c3686b3c773 - main - rwlock: Sprinkle const qualifiers where appropriate (Fri, 05 Sep 2025 16:01:15 UTC)
- git: 306f0c4cf1a2 - main - sx: Sprinkle const qualifiers where appropriate (Fri, 05 Sep 2025 16:01:16 UTC)
- git: 0737e2a961cd - main - sys/cpu.h: Some style(9) fixes (Sat, 06 Sep 2025 17:07:57 UTC)
- git: 7b4562e12f7e - main - git-blame-ignore-revs: sys/cpu.h style(9) fixes (Sat, 06 Sep 2025 17:07:58 UTC)
- git: 0cba6880787a - main - makeobjops.awk: Style nits in generated files (Mon, 08 Sep 2025 15:35:40 UTC)
- git: 08356a733eb7 - main - qlnxe: Unconditionally enable extended media types (Tue, 09 Sep 2025 10:05:47 UTC)
- git: 6e3c8c0f709a - main - qlnxe: Support SIOCGIFXMEDIA ioctl (Tue, 09 Sep 2025 10:05:48 UTC)
- git: e1c5e043961a - main - qlnxe: Report speeds in decimal format (Tue, 09 Sep 2025 10:05:49 UTC)
- git: 685e60e860d6 - main - ngctl: Fix build without JAIL (Wed, 10 Sep 2025 04:00:35 UTC)
- git: 5f9a05e57405 - main - tslog: Move sysinit_tslog_shim() into kern_tslog.c (Wed, 10 Sep 2025 14:46:46 UTC)
- git: ab7858d90eba - stable/15 - ngctl: Fix build without JAIL (Thu, 11 Sep 2025 04:02:32 UTC)
- git: e584c46d8b60 - main - sys/efi.h: Some style(9) tweaks (Thu, 11 Sep 2025 15:55:20 UTC)
- git: dd1410321713 - main - git-blame-ignore-revs: sys/efi.h style(9) tweaks (Thu, 11 Sep 2025 15:55:21 UTC)
- git: 22238759c57d - main - sys/bus.h: Some style(9) fixes (Fri, 12 Sep 2025 04:56:58 UTC)
- git: 64dca4eb4db8 - main - git-blame-ignore-revs: sys/bus.h style(9) fixes (Fri, 12 Sep 2025 04:56:59 UTC)
- Re: git: 22238759c57d - main - sys/bus.h: Some style(9) fixes (Fri, 12 Sep 2025 14:47:05 UTC)
- git: 0418e6690e91 - main - ipfw: Teach ipfw that EtherIP is an upper layer protocol (Tue, 16 Sep 2025 16:00:29 UTC)
- git: 2d85bc89294b - main - witness: Record the first acquired file and line for recursable locks (Wed, 17 Sep 2025 16:50:20 UTC)
- git: 5aa49c98edfc - stable/15 - qlnxe: Unconditionally enable extended media types (Thu, 18 Sep 2025 16:18:04 UTC)
- git: 817bc7009270 - stable/15 - qlnxe: Support SIOCGIFXMEDIA ioctl (Thu, 18 Sep 2025 16:18:05 UTC)
- git: 6fb046515ea6 - stable/15 - qlnxe: Report speeds in decimal format (Thu, 18 Sep 2025 16:18:06 UTC)
- git: bd721f6e8040 - stable/15 - tslog: Move sysinit_tslog_shim() into kern_tslog.c (Thu, 18 Sep 2025 16:18:07 UTC)
- git: a876cfb54cb7 - stable/15 - kenv: Sprinkle const qualifiers where appropriate (Fri, 19 Sep 2025 02:01:56 UTC)
- git: 2ab1b6b2d3ac - stable/15 - mtx: Sprinkle const qualifiers where appropriate (Fri, 19 Sep 2025 02:01:57 UTC)
- git: 662d5359dde5 - stable/15 - rmlock: Sprinkle const qualifiers where appropriate (Fri, 19 Sep 2025 02:01:58 UTC)
- git: 6626e0af0bba - stable/15 - rwlock: Sprinkle const qualifiers where appropriate (Fri, 19 Sep 2025 02:01:59 UTC)
- git: 7efef20a8da3 - stable/15 - sx: Sprinkle const qualifiers where appropriate (Fri, 19 Sep 2025 02:02:00 UTC)
- git: 5017fdb72881 - main - ifconfig: Fix the display of the IFCAP_MEXTPG capability without netlink (Fri, 19 Sep 2025 19:19:32 UTC)
- git: 595acb29a35f - main - ifconfig: Display the IFCAP_HWSTATS capability without netlink (Sun, 21 Sep 2025 16:50:17 UTC)
- git: 0c1684dd456e - main - ifconfig: Display the IFCAP_NV capability without netlink (Sun, 21 Sep 2025 16:50:18 UTC)
- git: 0143af8499ca - main - Revert "ifconfig: Display the IFCAP_NV capability without netlink" (Mon, 22 Sep 2025 04:57:56 UTC)
- git: b1c96e54b906 - stable/15 - ipfw: Teach ipfw that EtherIP is an upper layer protocol (Tue, 23 Sep 2025 13:08:35 UTC)
- Re: git: 0ec13430c583 - main - sys/netinet6: Fix ABI breakage introduced with RFC 7217 support (Tue, 23 Sep 2025 16:16:07 UTC)
- git: 33ceb31e256e - main - tcp: Fix expiring and purging hostcache entries of vnet jails (Wed, 24 Sep 2025 01:17:14 UTC)
- git: b1f96169cfb5 - main - tcp: Add CTLFLAG_VNET flag to some sysctls (Wed, 24 Sep 2025 01:17:15 UTC)
- git: 5f472754ba6f - stable/15 - ifconfig: Fix the display of the IFCAP_MEXTPG capability without netlink (Wed, 24 Sep 2025 13:30:28 UTC)
- git: 6bcce275a5a9 - stable/15 - ifconfig: Display the IFCAP_HWSTATS capability without netlink (Wed, 24 Sep 2025 13:30:29 UTC)
- git: fa30199a3dbf - stable/15 - tcp: Fix expiring and purging hostcache entries of vnet jails (Sat, 27 Sep 2025 14:02:14 UTC)
- git: 032918dfd155 - stable/15 - tcp: Add CTLFLAG_VNET flag to some sysctls (Sat, 27 Sep 2025 14:02:15 UTC)
- git: e5f01421ddbf - stable/14 - tests: gif(4): Add regression tests for setup with EtherIP (Sat, 27 Sep 2025 15:13:49 UTC)
- git: aeb8f341ad20 - stable/14 - EtherIP: Fix passing the address family from if_bridge(4) to gif(4) (Sat, 27 Sep 2025 15:13:50 UTC)
- git: 1b42526ce9f4 - stable/14 - gif.4: Mention that gif(4) can tunnel Ethernet traffic (Sat, 27 Sep 2025 15:13:51 UTC)
- git: 5c6fae9d27da - stable/14 - tests: bridge: Add regression test for gif(4) interface as bridge member (Sat, 27 Sep 2025 15:13:52 UTC)
- git: 52dbbe3f37ff - stable/14 - bridge: Fix adding gif(4) interface assigned with IP addresses as bridge memeber (Sat, 27 Sep 2025 15:13:53 UTC)
- git: b4c6c3db0379 - stable/14 - ipfw: Teach ipfw that EtherIP is an upper layer protocol (Sat, 27 Sep 2025 15:13:54 UTC)
- git: 8d6bc14c5474 - stable/14 - iflib: Make iflib_register() return void (Sat, 27 Sep 2025 15:13:55 UTC)
- git: 04741ceafa2c - stable/14 - iflib: Set the get counter routine prior to attaching the interface (Sat, 27 Sep 2025 15:13:57 UTC)
- git: b2293f7f60c2 - stable/14 - init_main: Fix logging the subsystem of pre-loaded kernel modules (Sat, 27 Sep 2025 15:13:58 UTC)
- git: 3038122a7642 - stable/14 - init_main: Remove the placeholder SYSINIT (Sat, 27 Sep 2025 15:13:59 UTC)
- git: e05d4c4c08b2 - stable/14 - ethernet: Prefer memcmp() over bcmp() (Sat, 27 Sep 2025 15:14:00 UTC)
- git: dc32441e3825 - stable/14 - ifnet: Defer detaching address family dependent data (Sat, 27 Sep 2025 15:14:01 UTC)
- git: 8049f85bdd8b - stable/14 - vtnet: Do "hardware" accounting for the total number of received octets (Sat, 27 Sep 2025 15:14:02 UTC)
- git: 7d680875473d - stable/14 - vtnet: Prefer "hardware" accounting for the multicast and total number of octets sent (Sat, 27 Sep 2025 15:14:03 UTC)
- git: c2f1bb9a8c02 - stable/14 - kenv: Sprinkle const qualifiers where appropriate (Sat, 27 Sep 2025 15:14:04 UTC)
- git: 89c3be21d65b - stable/14 - mtx: Sprinkle const qualifiers where appropriate (Sat, 27 Sep 2025 15:14:06 UTC)
- git: 17226a28bbd5 - stable/14 - rmlock: Sprinkle const qualifiers where appropriate (Sat, 27 Sep 2025 15:14:07 UTC)
- git: 79720e10b208 - stable/14 - rwlock: Sprinkle const qualifiers where appropriate (Sat, 27 Sep 2025 15:14:08 UTC)
- git: 629d42653584 - stable/14 - sx: Sprinkle const qualifiers where appropriate (Sat, 27 Sep 2025 15:14:09 UTC)
- git: 2cb20b25a573 - stable/14 - qlnxe: Unconditionally enable extended media types (Sat, 27 Sep 2025 15:14:10 UTC)
- git: ac4b48b6ad34 - stable/14 - qlnxe: Support SIOCGIFXMEDIA ioctl (Sat, 27 Sep 2025 15:14:11 UTC)
- git: 94d3be2b547c - stable/14 - qlnxe: Report speeds in decimal format (Sat, 27 Sep 2025 15:14:12 UTC)
- git: 112d1a5f5df0 - stable/14 - tslog: Move sysinit_tslog_shim() into kern_tslog.c (Sat, 27 Sep 2025 15:14:13 UTC)
- git: ac91312f28a9 - stable/14 - Move print_bits to ifconfig.c and make available to other src files. (Sat, 27 Sep 2025 15:14:15 UTC)
- git: 9ed73bd78c78 - stable/14 - Migrate from printb to print_bits for locally defined bit fields. (Sat, 27 Sep 2025 15:14:16 UTC)
- git: 6a2eca1b38d7 - stable/14 - ifconfig: Fix the display of the IFCAP_MEXTPG capability without netlink (Sat, 27 Sep 2025 15:14:17 UTC)
- git: 1bd02c42131a - stable/14 - ifconfig: Display the IFCAP_HWSTATS capability without netlink (Sat, 27 Sep 2025 15:14:18 UTC)
- git: 79d114544fab - stable/14 - tcp: Fix expiring and purging hostcache entries of vnet jails (Sat, 27 Sep 2025 15:14:19 UTC)
- git: ccbc722a1945 - stable/14 - tcp: Add CTLFLAG_VNET flag to some sysctls (Sat, 27 Sep 2025 15:14:20 UTC)
- Re: git: b4c6c3db0379 - stable/14 - ipfw: Teach ipfw that EtherIP is an upper layer protocol (Mon, 29 Sep 2025 03:22:15 UTC)
- Re: git: b4c6c3db0379 - stable/14 - ipfw: Teach ipfw that EtherIP is an upper layer protocol (Mon, 29 Sep 2025 08:07:18 UTC)
- Re: svn commit: r256519 - in head/sys: net netatalk netinet netinet6 netipx (Tue, 30 Sep 2025 02:38:10 UTC)
- Re: svn commit: r256519 - in head/sys: net netatalk netinet netinet6 netipx (Tue, 30 Sep 2025 03:07:15 UTC)
- Re: git: 2ed9833791f2 - main - thunderbolt: Import USB4 code (Tue, 30 Sep 2025 15:17:20 UTC)