dev-commits-src-all@FreeBSD.org
Commit messages for all branches of the src repository
July 2022 Archives by author
- Alan Cox
- Alan Somers
- git: 982f980b86d6 - main - prometheus_sysctl_exporter: ignore ENOENT for mibs specified on the CLI (Sun, 24 Jul 2022 15:21:23 UTC)
- git: 57082ce8c43b - main - Add more aio tests (Sun, 24 Jul 2022 15:29:07 UTC)
- git: f10dd8af4b4f - main - Reap dead code in lio_kqueue_test and aio_kqueue_test (Sun, 24 Jul 2022 15:34:22 UTC)
- git: 9e4047d9d92c - stable/13 - bsdinstall: use gpt/efiboot0 label in /etc/fstab (Sun, 24 Jul 2022 15:40:40 UTC)
- git: 7b9dcf526392 - stable/13 - bsdinstall: fix prepopulating the ZFS disk menu with ZFSBOOT_DISKS (Sun, 24 Jul 2022 15:40:41 UTC)
- git: 46856dbac668 - stable/13 - Replace subversion with git in the installation DVD (Sun, 24 Jul 2022 15:40:42 UTC)
- git: 504ac101ba28 - stable/13 - bsdinstall: allow an install script to access packages on the DVD (Sun, 24 Jul 2022 15:40:43 UTC)
- git: b3c8ab9ff908 - stable/13 - ses: don't panic if disk elements have really weird descriptors (Sun, 24 Jul 2022 15:41:41 UTC)
- Re: git: 90e29718cffc - main - Clarify when GEOM utilities exit with success or failure. (Sun, 24 Jul 2022 18:26:25 UTC)
- git: a043594c211f - main - ip6(4): document IP_ORIGDSTADDR (Fri, 29 Jul 2022 15:08:14 UTC)
- Alexander Motin
- git: 78f8ebe0c343 - stable/13 - hwpmc_intel: assert for correct nclasses value (Mon, 04 Jul 2022 18:09:09 UTC)
- git: e58ca5c09b6b - stable/13 - libpmc: Another update of x86 event definitions. (Mon, 04 Jul 2022 18:09:10 UTC)
- git: 698c67184ae3 - stable/13 - hwpmc: Add Intel Core register defines up to version 5. (Mon, 04 Jul 2022 18:09:14 UTC)
- git: a7588be68c00 - stable/13 - hwpmc: Use hardware PMCs freezing on PMI on Intel v2+. (Mon, 04 Jul 2022 18:09:15 UTC)
- git: 1b4b65dedfc1 - stable/13 - Revert "libpmc: jevents: Partial style(9) pass" (Mon, 04 Jul 2022 18:09:17 UTC)
- git: cc2310bd2a62 - stable/13 - libpmc: jevents: Sync with the latest Linux kernel. (Mon, 04 Jul 2022 18:09:18 UTC)
- git: 2154db222027 - stable/13 - hwpmc: Correct selection of Intel fixed counters. (Mon, 04 Jul 2022 18:09:19 UTC)
- git: b120f6d62572 - stable/13 - libpmc: Disable hardcoding of Intel fixed counters. (Mon, 04 Jul 2022 18:09:20 UTC)
- git: e7b63a7c6d62 - stable/13 - hwpmc: Update Intel's programmable counters restrictions. (Mon, 04 Jul 2022 18:09:21 UTC)
- git: b8ef2ca9eae9 - stable/13 - hwpmc: Add basic Intel Alderlake CPUs support. (Mon, 04 Jul 2022 18:09:22 UTC)
- git: 0cd1f9831c65 - stable/13 - libpmc: Fix INVERT flag mapping for both Intel and AMD. (Mon, 04 Jul 2022 18:09:23 UTC)
- git: 633cab8aa4a2 - stable/13 - hwpmc: Remove always zero pc_resync field. (Mon, 04 Jul 2022 18:09:25 UTC)
- git: fad7a311d9ff - stable/13 - hwpmc: Make powerpc memory allocation alike to x86. (Mon, 04 Jul 2022 18:09:26 UTC)
- git: 6b1e6a629db9 - stable/13 - hwpmc: Bump Intel's IA32_PERFEVTSELx width to 64 bits. (Mon, 04 Jul 2022 18:09:27 UTC)
- git: c4cafc24df30 - stable/13 - libpmc: Prefer fixed counters in Intel event aliases. (Mon, 04 Jul 2022 18:09:28 UTC)
- git: 2bd4b5475fc5 - stable/13 - hwpmc: Skip GLOBAL_CTRL updates on stop_pmc(). (Mon, 04 Jul 2022 18:09:29 UTC)
- git: 56294dd6b124 - stable/13 - hwpmc: Add IDs for few more Intel Atom CPUs. (Mon, 04 Jul 2022 18:09:30 UTC)
- git: 6a69bfc8d548 - stable/13 - hwpmc: Increase thread priority while iterating CPUs. (Mon, 04 Jul 2022 18:09:31 UTC)
- git: 194796b38694 - stable/13 - hwpmc: Correct sysctl description. (Mon, 04 Jul 2022 18:09:33 UTC)
- git: 5c55abaf0851 - stable/13 - hwpmc: Reenable PME before reenabling counters. (Mon, 04 Jul 2022 18:09:34 UTC)
- git: 1e8f338d7f22 - stable/13 - hwpmc: consistently validate PMC class in allocation method (Tue, 05 Jul 2022 17:10:24 UTC)
- git: b475ab8c78ac - stable/13 - hwpmc: don't validate capabilities in allocation method (Tue, 05 Jul 2022 17:10:25 UTC)
- git: 0a53e381c0b7 - stable/13 - pmc: intr pmc.soft(3) update (Tue, 05 Jul 2022 17:10:26 UTC)
- git: 90bcc81bc35e - main - Delay GEOM disk_create() until CAM periph probe completes. (Thu, 14 Jul 2022 20:17:39 UTC)
- Alexander V. Chernikov
- git: 0ed72537857b - main - netinet6: perform out-of-bounds check for loX multicast statistics (Tue, 05 Jul 2022 11:44:36 UTC)
- git: 2bfd8b5b9419 - main - testing: provide meaningful error when pytest is not available (Wed, 06 Jul 2022 19:56:51 UTC)
- git: cfc9cf9baf47 - main - testing: add ability to specify multi-vnet topologies in the pytest framework. (Thu, 07 Jul 2022 10:10:38 UTC)
- git: ce414d02c1a0 - main - netinet6: add ip6_output() tests. (Thu, 07 Jul 2022 10:10:39 UTC)
- git: 78d11a350853 - main - netinet6: add ip6_output() scope tests (Fri, 08 Jul 2022 08:55:22 UTC)
- git: 81a235ecde89 - main - netinet6: factor out cached route lookups from selectroute(). (Fri, 08 Jul 2022 11:20:41 UTC)
- git: 2756774c3f53 - main - netinet6: simplify selectroute() (Fri, 08 Jul 2022 11:36:03 UTC)
- git: e1c7783e220b - main - ndp(8): add structured output formatting via libxo (Fri, 08 Jul 2022 11:40:39 UTC)
- git: 7f7a804ae077 - main - vxlan: Add support for socket ioctls SIOC[SG]TUNFIB (Fri, 08 Jul 2022 18:18:40 UTC)
- git: 50fa27e795ea - main - netinet6: fix interface handling for loopback traffic (Sun, 10 Jul 2022 12:48:32 UTC)
- Re: git: 50fa27e795ea - main - netinet6: fix interface handling for loopback traffic (Sun, 10 Jul 2022 14:18:13 UTC)
- git: be1f485d7d6b - main - sockets: add MSG_TRUNC flag handling for recvfrom()/recvmsg(). (Sat, 30 Jul 2022 18:46:50 UTC)
- git: 27f107e1b434 - main - routing: add debug printing helpers for rtentry and RTM* cmds. (Sun, 31 Jul 2022 09:03:52 UTC)
- Alfonso S. Siciliano
- Alfredo Dal'Ava Junior
- Allan Jude
- Andrew Gallatin
- Andrew Turner
- git: 1c799a6f29ca - main - Support decoding mem32 memory in the rk pcie driver (Mon, 04 Jul 2022 14:27:18 UTC)
- git: b1e931327426 - main - Fix ofw pcib when it rman_init fails (Mon, 04 Jul 2022 14:27:19 UTC)
- git: ee2324aaf6e3 - main - Add Rockchip PCIe cleanup on attach faulure (Mon, 04 Jul 2022 14:27:21 UTC)
- git: 92f692fd249e - main - Only add gicv3 fdt children with a compatible property (Thu, 07 Jul 2022 09:33:46 UTC)
- git: 719d71b480d6 - stable/13 - Add more Arm CPU IDs (Tue, 19 Jul 2022 07:37:15 UTC)
- git: c41c04043fc6 - stable/13 - Decode all Arm GIC feature ID bits (Tue, 19 Jul 2022 07:37:16 UTC)
- git: c553f62a3007 - stable/13 - Add arm64 CnP support (Tue, 19 Jul 2022 07:37:17 UTC)
- git: 2069f112f007 - stable/13 - Clean up in the pci host generic driver (Tue, 19 Jul 2022 07:37:18 UTC)
- git: a290c3d70398 - stable/13 - Remove PAGE_SIZE from hastd (Tue, 19 Jul 2022 07:37:19 UTC)
- git: 3a5e46a3bf53 - stable/13 - Remove PAGE_SIZE from the kcov tests (Tue, 19 Jul 2022 07:37:20 UTC)
- git: 927dd50b8d56 - stable/13 - Add the arm64 FPAC exception value (Tue, 19 Jul 2022 07:37:21 UTC)
- git: d920ff6f23f5 - stable/13 - Trap SVE instructions until we have SVE support (Tue, 19 Jul 2022 07:37:23 UTC)
- git: e444a9ba5ca3 - stable/13 - Add the SVE reigster definitions (Tue, 19 Jul 2022 07:37:24 UTC)
- git: 5ab7ba992e69 - stable/13 - Split out vfp_new_thread (Tue, 19 Jul 2022 07:37:25 UTC)
- git: 8807ec6fd647 - stable/13 - Allow use of the arm64 unnamed register form (Tue, 19 Jul 2022 07:37:26 UTC)
- git: 66687da66633 - stable/13 - Decode the arm64 SVE ID register (Tue, 19 Jul 2022 07:37:27 UTC)
- git: 36f1526a598c - main - Add experimental 16k page support on arm64 (Tue, 19 Jul 2022 09:57:50 UTC)
- Andrey V. Elsukov
- Andriy Gapon
- Baptiste Daroussin
- Bjoern A. Zeeb
- git: 17732dd8f01b - main - Revert "rtw88: split driver up into a core and pci part" (Fri, 01 Jul 2022 13:11:45 UTC)
- git: 74cedb5e9016 - stable/13 - LinuxKPI: 802.11: rework handling of the special IEEE80211_NUM_TIDS queue (Fri, 01 Jul 2022 14:57:40 UTC)
- git: a478f4afd83a - stable/13 - LinuxKPI: move pm_message_t from kernel.h to pm.h (Fri, 01 Jul 2022 14:57:42 UTC)
- git: 54f9ddf4ae5a - stable/13 - rtw88: update Realtek's rtw88 driver (Fri, 01 Jul 2022 14:57:43 UTC)
- git: f5d0b181f4f0 - stable/13 - LinuxKPI: 802.11: ieee80211_start_tx_ba_session() (Fri, 01 Jul 2022 14:57:44 UTC)
- git: 07bec0d40e07 - stable/13 - net80211 / LinuxKPI: 802.11: add Control Trigger Subframe information (Fri, 01 Jul 2022 14:57:45 UTC)
- git: d4d3ba68b7ec - stable/13 - LinuxKPI: 802.11: sync sta->addr in lkpi_iv_update_bss() (Fri, 01 Jul 2022 14:57:46 UTC)
- git: 05b1792754ea - stable/13 - LinuxKPI: 802.11: remove an early bandaid to make sure queues are allocated (Fri, 01 Jul 2022 14:57:47 UTC)
- git: 2217448bcc2f - stable/13 - LinuxKPI: 802.11: cleanup lsta better (Fri, 01 Jul 2022 14:57:48 UTC)
- git: 39cd7aa134df - stable/13 - USB: add quirks to XHCI (Fri, 01 Jul 2022 14:57:50 UTC)
- git: 66754c01ff95 - stable/13 - XHCI: clear warm and port reset (Fri, 01 Jul 2022 14:57:51 UTC)
- git: 8154df37a559 - main - arm64: NXP add LS1088a clockgen support (Sat, 02 Jul 2022 16:32:20 UTC)
- git: 69f3d6f5ba8c - internal/admin - Welcome Dmitry Salychev (dsl) as a src committer with me (bz) mentoring. (Sat, 02 Jul 2022 17:07:09 UTC)
- git: c4b98101c5b1 - main - tca6416: add support for tca9539 (Sun, 03 Jul 2022 22:13:32 UTC)
- git: 0084212bfdfb - main - dwc3: fix snps,dis-del-phy-power-chg-quirk (Sun, 03 Jul 2022 22:15:15 UTC)
- git: cec0a5ec6b10 - main - dwc3: uncondinationally enable Host IN Auto Retry (Sun, 03 Jul 2022 22:17:21 UTC)
- git: 09cdf4878c62 - main - dwc3: add more quirks and checks (Sun, 03 Jul 2022 22:19:39 UTC)
- git: 11a7d5e5d906 - main - dwc3: improve debugging (Sun, 03 Jul 2022 22:21:27 UTC)
- git: 97dbd37753ae - main - pca954x: harmonize pca9547 and pca954x and add pca9540 support (Mon, 04 Jul 2022 19:13:36 UTC)
- Re: git: 09cdf4878c62 - main - dwc3: add more quirks and checks (Mon, 04 Jul 2022 23:38:03 UTC)
- git: ec32fc2af525 - main - dwc3: fix from not working (Tue, 05 Jul 2022 01:03:09 UTC)
- Re: git: 09cdf4878c62 - main - dwc3: add more quirks and checks (Tue, 05 Jul 2022 01:05:18 UTC)
- git: fbb5cb66f74c - main - dwc3: add ACPI attachment (Wed, 06 Jul 2022 11:44:48 UTC)
- Re: git: 50fa27e795ea - main - netinet6: fix interface handling for loopback traffic (Sun, 10 Jul 2022 13:32:52 UTC)
- Re: git: 50fa27e795ea - main - netinet6: fix interface handling for loopback traffic (Sun, 10 Jul 2022 16:59:36 UTC)
- git: e4d7f82bf50a - stable/13 - ACPI: change arguments to internal acpi_find_dsd() (Mon, 18 Jul 2022 09:50:04 UTC)
- git: ce28b75973d1 - stable/13 - arm64: NXP add LS1088a clockgen support (Mon, 18 Jul 2022 09:50:05 UTC)
- git: 74c7b2d74adf - stable/13 - tca6416: add support for tca9539 (Mon, 18 Jul 2022 09:50:06 UTC)
- git: ab82f64eb5b3 - stable/13 - pca954x: harmonize pca9547 and pca954x and add pca9540 support (Mon, 18 Jul 2022 09:50:07 UTC)
- git: bf7ce294145c - stable/13 - USB: dwc3: use device_{has,get}_property() (Mon, 18 Jul 2022 09:50:08 UTC)
- git: 9ffd5ef82f7b - stable/13 - dwc3: fix snps,dis-del-phy-power-chg-quirk (Mon, 18 Jul 2022 09:50:09 UTC)
- git: 486d99faa31e - stable/13 - dwc3: uncondinationally enable Host IN Auto Retry (Mon, 18 Jul 2022 09:50:11 UTC)
- git: a7717dc610eb - stable/13 - dwc3: add more quirks and checks (Mon, 18 Jul 2022 09:50:12 UTC)
- git: ae33d74d47ef - stable/13 - dwc3: improve debugging (Mon, 18 Jul 2022 09:50:13 UTC)
- git: 30f6e3752287 - stable/13 - dwc3: add ACPI attachment (Mon, 18 Jul 2022 09:50:14 UTC)
- git: 394453302bca - main - arm64, qoriq_therm: configure the number of sites base don SoC (Mon, 18 Jul 2022 11:50:51 UTC)
- git: fe88072dc69f - main - arm64, qoriq_therm: fix handling sites on version 1 and 2 (Mon, 18 Jul 2022 11:53:56 UTC)
- git: b3189b3295d6 - stable/13 - arm64, qoriq_therm: configure the number of sites base don SoC (Wed, 27 Jul 2022 00:14:01 UTC)
- git: 0aa629f69dbe - stable/13 - arm64, qoriq_therm: fix handling sites on version 1 and 2 (Wed, 27 Jul 2022 00:14:02 UTC)
- git: 467d3e2e8aa3 - main - LinuxKPI 802.11/iwlwifi/rtw88: update KPI (Thu, 28 Jul 2022 23:46:20 UTC)
- git: c7a8db6a8556 - main - net80211: radiotap: add one more define for HE (Fri, 29 Jul 2022 15:15:08 UTC)
- git: a78be09e4d1a - main - net80211: add more 802.11ac Element IDs (Fri, 29 Jul 2022 15:15:09 UTC)
- git: 463d6125e7bf - main - net80211: correct IEEE80211_FEXT_BITS (Fri, 29 Jul 2022 15:15:11 UTC)
- git: 5c9f992919ee - main - net80211: improve DDB output. (Fri, 29 Jul 2022 15:15:12 UTC)
- git: 656d0e8fa92a - main - net80211: add VHT5G and VHT2G checks/return to media_status (Fri, 29 Jul 2022 15:15:13 UTC)
- git: dc32c7133921 - main - net80211: VHT correct check/option in ieee80211_vht_adjust_channel() (Fri, 29 Jul 2022 15:15:14 UTC)
- git: 195733401f43 - main - net80211: change order in ieee80211_vhtchanflags() (Fri, 29 Jul 2022 15:15:15 UTC)
- git: 89c32dafa560 - main - LinuxKPI: skbuff: sort list header and add new (dummy) functions (Fri, 29 Jul 2022 16:17:06 UTC)
- git: b0f73768220e - main - LinuxKPI: 802.11 header updates (Fri, 29 Jul 2022 16:17:07 UTC)
- git: d8dd6b329e46 - main - LinuxKPI: 802.11: add missing linuxkpi_cfg80211_bss_flush() (Sat, 30 Jul 2022 14:27:29 UTC)
- git: 13a7663c521a - main - iwlwifi firmware: update to -73 / newer builds for 9xxx (Sun, 31 Jul 2022 00:44:06 UTC)
- Brooks Davis
- Bryan Drewery
- Colin Percival
- Cy Schubert
- git: 7999a7f2a867 - main - wpa: Enable WEP by default (Sun, 03 Jul 2022 21:36:47 UTC)
- git: 775611ea11db - main - wpa_supplicant: Resolve secondary VAP association issue (Sun, 03 Jul 2022 21:36:48 UTC)
- git: e80d2b54482f - stable/13 - wpa: Enable WEP by default (Wed, 06 Jul 2022 00:32:04 UTC)
- git: 30d9a7b643df - stable/13 - wpa_supplicant: Resolve secondary VAP association issue (Wed, 06 Jul 2022 00:32:05 UTC)
- git: adb9809c2896 - stable/12 - wpa: Enable WEP by default (Wed, 06 Jul 2022 00:33:01 UTC)
- git: 7c38194341bf - stable/12 - wpa_supplicant: Resolve secondary VAP association issue (Wed, 06 Jul 2022 00:33:02 UTC)
- git: b562e59e27ef..2380f7c9781e - vendor/sqlite3 - vendor branch updated (Thu, 07 Jul 2022 06:21:24 UTC)
- git: 0d3e55832f1c - Create tag vendor/sqlite3/sqlite-3390000 (Thu, 07 Jul 2022 06:21:24 UTC)
- git: 70b56f4b9287 - main - sqlite3: Vendor import of sqlite3 3.39.0 (Thu, 07 Jul 2022 13:07:39 UTC)
- git: c47db49ba4aa - main - ipfilter: Support only jails in VNET (Thu, 07 Jul 2022 14:55:41 UTC)
- git: 34cf2ab49b01 - stable/13 - unbound: Vendor import 1.16.0 (Mon, 11 Jul 2022 12:55:17 UTC)
- git: 8fe299c09c3f - stable/12 - unbound: Vendor import 1.16.0 (Mon, 11 Jul 2022 12:56:21 UTC)
- git: 5f9f82264b91..d57351465531 - vendor/unbound - vendor branch updated (Wed, 13 Jul 2022 13:13:37 UTC)
- git: afb3bbd77647 - Create tag vendor/unbound/1.16.1 (Wed, 13 Jul 2022 13:13:37 UTC)
- git: 0a92a9fca737 - main - unbound: Vendor import 1.16.1 (Wed, 13 Jul 2022 19:31:51 UTC)
- git: 831c6b8edda6 - stable/13 - ipfilter: Support only jails in VNET (Thu, 14 Jul 2022 13:54:33 UTC)
- git: bb4cbd0fcf3e - stable/12 - Simplify dynamic ipfilter sysctls. (Thu, 14 Jul 2022 21:31:55 UTC)
- git: ed86cf0121f9 - stable/12 - ipfilter: Support only jails in VNET (Thu, 14 Jul 2022 21:31:56 UTC)
- git: a7399ea2dd78 - main - telnet: Fix telnet segfault when invalid set or help help commands (Fri, 15 Jul 2022 13:48:17 UTC)
- git: 752b6daecc88 - main - unbound: Update version strings to 1.16.1 (Sun, 17 Jul 2022 14:32:39 UTC)
- git: 2bd84a3d19e7 - stable/13 - telnet: Fix telnet segfault when invalid set or help help commands (Fri, 22 Jul 2022 13:03:28 UTC)
- git: eeadef8fd523 - stable/12 - telnet: Fix telnet segfault when invalid set or help help commands (Fri, 22 Jul 2022 13:04:30 UTC)
- Dag-Erling Smørgrav
- Devin Teske
- Dimitry Andric
- Re: git: 724123b9f4d3 - main - libcompat: Use WORLDTMP sysroot (Fri, 01 Jul 2022 10:12:21 UTC)
- git: 836d47d38e0a - main - Apply llvm fix for assertion/crash building archivers/c-blosc2 (Fri, 01 Jul 2022 23:16:10 UTC)
- git: ecbca9f5fb7d..145449b1e420 - vendor/llvm-project/main - vendor branch updated (Sun, 03 Jul 2022 14:11:36 UTC)
- git: ebcd3e9de196 - Create tag vendor/llvm-project/llvmorg-15-init-15358-g53dc0f107877 (Sun, 03 Jul 2022 14:11:36 UTC)
- git: 3b7f365e4d1b - main - Apply clang fix for assertion building llvm with libc++ 15 (Sun, 03 Jul 2022 19:35:40 UTC)
- git: 92f7d05dd251 - stable/13 - Apply llvm fix for assertion/crash building archivers/c-blosc2 (Tue, 05 Jul 2022 18:22:50 UTC)
- git: 9ef1127008ce - main - Apply tentative llvm fix for avoiding fma on PowerPC SPE (Sat, 09 Jul 2022 13:17:45 UTC)
- git: b36f85590dcc - stable/13 - Apply clang fix for assertion building llvm with libc++ 15 (Tue, 12 Jul 2022 18:34:03 UTC)
- git: 72e9fd9daa3f - stable/13 - Apply tentative llvm fix for avoiding fma on PowerPC SPE (Tue, 12 Jul 2022 18:34:04 UTC)
- git: 6fbd296981ec - Create tag vendor/llvm-project/llvmorg-15-init-16436-g18a6ab5b8d1f (Thu, 14 Jul 2022 18:50:58 UTC)
- git: 145449b1e420..1f917f69ff07 - vendor/llvm-project/main - vendor branch updated (Thu, 14 Jul 2022 18:50:58 UTC)
- git: 93f5ab129a3d - main - Bootstrap crunchgen after removing -dc from linker invocation (Thu, 14 Jul 2022 21:14:30 UTC)
- git: e50027e38d4f - main - Remove unnecessary const and volatile qualifiers from __fp_type_select() (Fri, 15 Jul 2022 18:10:25 UTC)
- git: 47be48457393 - main - Merge fix for zfs readmmap test from CheriBSD (Fri, 15 Jul 2022 19:14:04 UTC)
- git: e60f6384f9db - main - Adjust parse() definition in boot2 to avoid clang 15 warning (Fri, 15 Jul 2022 19:18:39 UTC)
- git: c0817e2aba26 - main - Adjust agp_find_device() definition in agp.c to avoid clang 15 warning (Sat, 16 Jul 2022 14:52:44 UTC)
- git: 9917049b60f7 - main - WPA_DISTDIR does not need to end in a slash (Sat, 16 Jul 2022 15:48:46 UTC)
- git: cab040039d6f - main - Remove unused but set variable in cxgb_sge (Sat, 16 Jul 2022 19:13:54 UTC)
- git: fb0493d55998 - main - Fix clang 15 warning in cxgbe (Sun, 17 Jul 2022 17:57:19 UTC)
- git: b9ba9906b869 - stable/13 - Bootstrap crunchgen after removing -dc from linker invocation (Sun, 17 Jul 2022 18:39:13 UTC)
- git: 3ef2e7e27925 - stable/13 - Merge fix for zfs readmmap test from CheriBSD (Tue, 19 Jul 2022 18:02:25 UTC)
- git: eafd8e4ec6a4 - stable/13 - Adjust parse() definition in boot2 to avoid clang 15 warning (Tue, 19 Jul 2022 18:02:26 UTC)
- git: 40450c3acb6c - stable/13 - WPA_DISTDIR does not need to end in a slash (Tue, 19 Jul 2022 18:02:27 UTC)
- git: dae26c1153cb - stable/13 - Remove unused but set variable in cxgb_sge (Tue, 19 Jul 2022 18:02:28 UTC)
- git: ac1daaa6f8ab - stable/13 - Adjust agp_find_device() definition in agp.c to avoid clang 15 warning (Tue, 19 Jul 2022 18:02:29 UTC)
- git: 6f6439d60979 - stable/12 - Merge fix for zfs readmmap test from CheriBSD (Tue, 19 Jul 2022 18:02:56 UTC)
- git: fb4080f7887b - stable/12 - Adjust parse() definition in boot2 to avoid clang 15 warning (Tue, 19 Jul 2022 18:02:57 UTC)
- git: d1f34a51793f - stable/12 - WPA_DISTDIR does not need to end in a slash (Tue, 19 Jul 2022 18:02:58 UTC)
- git: 0fe451036dad - stable/12 - Remove unused but set variable in cxgb_sge (Tue, 19 Jul 2022 18:02:59 UTC)
- git: 381951ce6dc8 - stable/12 - Adjust agp_find_device() definition in agp.c to avoid clang 15 warning (Tue, 19 Jul 2022 18:03:00 UTC)
- git: 54e5efb2643e - main - Adjust t4_tracer_mod{load,unload}() definitions to avoid clang 15 warnings (Tue, 19 Jul 2022 19:13:42 UTC)
- git: a0c55bac79ef - main - Adjust dtmalloc_unload() definition to avoid clang 15 warning (Tue, 19 Jul 2022 19:13:43 UTC)
- git: 939cb349b2ca - main - Adjust db_flush_line() definition to avoid clang 15 warning (Tue, 19 Jul 2022 19:13:44 UTC)
- git: 9863e501c8d4 - main - Adjust fbd_list() definition to avoid clang 15 warning (Tue, 19 Jul 2022 19:13:45 UTC)
- git: 276099434d35 - main - Adjust dtnfsclient_unload() definition to avoid clang 15 warning (Tue, 19 Jul 2022 19:13:47 UTC)
- git: 2d03b58f9a3d - main - Adjust profile_unload() definition to avoid clang 15 warning (Tue, 19 Jul 2022 19:13:48 UTC)
- git: bd0e3cc2e710 - main - Adjust dtrace_getf_barrier() definition to avoid clang 15 warning (Tue, 19 Jul 2022 19:13:49 UTC)
- git: 6f5f44562a72 - main - Adjust dtrace_unload() definition to avoid clang 15 warning (Tue, 19 Jul 2022 19:13:50 UTC)
- git: 218634014374 - main - Suppress unused variable warning in if_malo.c (Wed, 20 Jul 2022 16:50:49 UTC)
- git: 3dbe05f61b65 - main - Suppress unused variable warning in mfi.c (Wed, 20 Jul 2022 16:50:50 UTC)
- git: 5c329f0a4d32 - main - Suppress unused variable warning in ip_dummynet.c (Wed, 20 Jul 2022 16:50:51 UTC)
- git: 52c80d495a1b - main - Suppress unused variable warning in if_mwl.c (Wed, 20 Jul 2022 16:50:52 UTC)
- git: c46c9b3f5f1e - main - Adjust nvd_{load,unload}() definitions to avoid clang 15 warnings (Wed, 20 Jul 2022 16:50:53 UTC)
- git: 9a979788832e - main - Adjust prototype_unload() definition to avoid clang 15 warning (Wed, 20 Jul 2022 16:50:54 UTC)
- git: fde05f986418 - stable/13 - Fix clang 15 warning in cxgbe (Wed, 20 Jul 2022 16:51:56 UTC)
- git: 64741244fc45 - main - Fix unused variable warning in if_alc.c (Wed, 20 Jul 2022 17:08:13 UTC)
- git: 3c9a0112bae6 - main - Fix unused variable warning in acpica's nsaccess.c (Wed, 20 Jul 2022 19:17:48 UTC)
- git: 8d9e29284627 - main - Fix unused variable warning in ocs_cam.c (Thu, 21 Jul 2022 17:36:32 UTC)
- git: 6339314c737f - main - Adjust fbt_unload() definition to avoid clang 15 warning (Thu, 21 Jul 2022 17:43:05 UTC)
- git: d7e0d962f398 - main - Fix unused variable warning in fwohci.c (Thu, 21 Jul 2022 19:06:03 UTC)
- git: ba95c5560293 - main - Adjust pcmlog_{initialize,shutdown}() definitions to avoid clang 15 warning (Thu, 21 Jul 2022 19:06:04 UTC)
- git: dc0cde7a21a6 - main - Adjust pcm_md_initialize() definition to avoid clang 15 warning (Thu, 21 Jul 2022 19:06:05 UTC)
- git: 555d2c9394fa - main - Adjust pmc_thread_descriptor_pool_drain() definition to avoid clang 15 warning (Thu, 21 Jul 2022 19:06:06 UTC)
- git: 38a9b8a00ce9 - main - Fix unused variable warnings in hwpmc_mod.c (Thu, 21 Jul 2022 19:06:07 UTC)
- git: fa267a329ffa - main - Fix unused variable warning in if_lagg.c (Thu, 21 Jul 2022 19:06:09 UTC)
- git: 0294e95da4aa - main - Fix unused variable warning in iflib.c (Thu, 21 Jul 2022 19:53:30 UTC)
- git: 62030bb8538c - main - Adjust ipfw_{init,destroy}_*() definitions to avoid clang 15 warning (Thu, 21 Jul 2022 19:53:31 UTC)
- git: edf1e1f78da8 - main - Adjust iface_khandler_register() definition to avoid clang 15 warning (Thu, 21 Jul 2022 19:53:32 UTC)
- git: d62830c5e493 - main - Adjust ipfw_{init,destroy}_sopt_handler() definitions to avoid clang 15 warning (Thu, 21 Jul 2022 19:53:34 UTC)
- git: 4100dc46c78c - main - Adjust iface_khandler_deregister() definition to avoid clang 15 warning (Thu, 21 Jul 2022 19:53:35 UTC)
- git: 1eea6b909783 - main - Adjust ipfw_iface_{init,destroy}() definitions to avoid clang 15 warning (Thu, 21 Jul 2022 19:53:36 UTC)
- git: 95204d7a6368 - main - Adjust tdsaContext_t::NvmdResponseSet declaration to avoid clang 15 warning (Thu, 21 Jul 2022 19:53:37 UTC)
- git: 8bfedf5852bc - main - Fix unused variable warning in if_re_netmap.h (Thu, 21 Jul 2022 19:53:38 UTC)
- git: df5d2841d507 - main - Fix unused variable warning in ipsec_mbuf.c (Thu, 21 Jul 2022 20:12:09 UTC)
- git: b77a5e5f5835 - main - Adjust vt_mouse_paste() definition to avoid clang 15 warning (Thu, 21 Jul 2022 20:12:10 UTC)
- git: eba83491fe4f - stable/13 - Adjust dtrace_unload() definition to avoid clang 15 warning (Sat, 23 Jul 2022 08:58:10 UTC)
- git: 0eb3522fd22b - stable/13 - Adjust dtmalloc_unload() definition to avoid clang 15 warning (Sat, 23 Jul 2022 08:58:11 UTC)
- git: 09ed6ce409aa - stable/13 - Adjust fbd_list() definition to avoid clang 15 warning (Sat, 23 Jul 2022 08:58:12 UTC)
- git: d59834c8c615 - stable/13 - Adjust dtrace_getf_barrier() definition to avoid clang 15 warning (Sat, 23 Jul 2022 08:58:13 UTC)
- git: c1d40a2daffa - stable/13 - Adjust dtnfsclient_unload() definition to avoid clang 15 warning (Sat, 23 Jul 2022 08:58:14 UTC)
- git: 8432a5a4fa3c - stable/13 - Remove unnecessary const and volatile qualifiers from __fp_type_select() (Sat, 23 Jul 2022 08:58:16 UTC)
- git: 8281969c16c0 - stable/13 - Adjust profile_unload() definition to avoid clang 15 warning (Sat, 23 Jul 2022 08:58:17 UTC)
- git: 08c55de237ed - stable/13 - Adjust db_flush_line() definition to avoid clang 15 warning (Sat, 23 Jul 2022 08:58:18 UTC)
- git: 1538007bb57b - stable/13 - Adjust t4_tracer_mod{load,unload}() definitions to avoid clang 15 warnings (Sat, 23 Jul 2022 08:58:19 UTC)
- git: 00e2af8cd7a6 - stable/13 - Adjust prototype_unload() definition to avoid clang 15 warning (Sat, 23 Jul 2022 08:58:20 UTC)
- git: 864ff7a6e505 - stable/13 - Suppress unused variable warning in mfi.c (Sat, 23 Jul 2022 08:58:21 UTC)
- git: c3361a4b90b6 - stable/13 - Suppress unused variable warning in if_malo.c (Sat, 23 Jul 2022 08:58:22 UTC)
- git: f64d11ddb656 - stable/13 - Fix unused variable warning in acpica's nsaccess.c (Sat, 23 Jul 2022 08:58:24 UTC)
- git: 9e9459ac32b5 - stable/13 - Suppress unused variable warning in ip_dummynet.c (Sat, 23 Jul 2022 08:58:25 UTC)
- git: 9dcb9a1e7b75 - stable/13 - Fix unused variable warning in if_alc.c (Sat, 23 Jul 2022 08:58:26 UTC)
- git: 6204a90c0b8b - stable/13 - Adjust nvd_{load,unload}() definitions to avoid clang 15 warnings (Sat, 23 Jul 2022 08:58:27 UTC)
- git: e21693924acb - stable/13 - Suppress unused variable warning in if_mwl.c (Sat, 23 Jul 2022 08:58:28 UTC)
- git: 9729067ef8ae - stable/12 - Adjust dtrace_unload() definition to avoid clang 15 warning (Sat, 23 Jul 2022 08:58:52 UTC)
- git: b081180259ae - stable/12 - Adjust dtmalloc_unload() definition to avoid clang 15 warning (Sat, 23 Jul 2022 08:58:53 UTC)
- git: f194ac69c71e - stable/12 - Adjust fbd_list() definition to avoid clang 15 warning (Sat, 23 Jul 2022 08:58:54 UTC)
- git: 5bdaac89aeec - stable/12 - Adjust dtrace_getf_barrier() definition to avoid clang 15 warning (Sat, 23 Jul 2022 08:58:55 UTC)
- git: a19b03a8a142 - stable/12 - Adjust dtnfsclient_unload() definition to avoid clang 15 warning (Sat, 23 Jul 2022 08:58:56 UTC)
- git: 0bbd0daf4ee5 - stable/12 - Remove unnecessary const and volatile qualifiers from __fp_type_select() (Sat, 23 Jul 2022 08:58:57 UTC)
- git: f72139f3bf28 - stable/12 - Adjust profile_unload() definition to avoid clang 15 warning (Sat, 23 Jul 2022 08:58:59 UTC)
- git: ae953161afc4 - stable/12 - Adjust db_flush_line() definition to avoid clang 15 warning (Sat, 23 Jul 2022 08:59:00 UTC)
- git: e5793e6e7fd9 - stable/12 - Adjust t4_tracer_mod{load,unload}() definitions to avoid clang 15 warnings (Sat, 23 Jul 2022 08:59:01 UTC)
- git: 10f0979fc448 - stable/12 - Adjust prototype_unload() definition to avoid clang 15 warning (Sat, 23 Jul 2022 08:59:02 UTC)
- git: 4659a5a15ee2 - stable/12 - Suppress unused variable warning in mfi.c (Sat, 23 Jul 2022 08:59:03 UTC)
- git: 375c9cdab170 - stable/12 - Suppress unused variable warning in if_malo.c (Sat, 23 Jul 2022 08:59:04 UTC)
- git: 1b709e6fb254 - stable/12 - Fix unused variable warning in acpica's nsaccess.c (Sat, 23 Jul 2022 08:59:05 UTC)
- git: ebdbb70a589d - stable/12 - Suppress unused variable warning in ip_dummynet.c (Sat, 23 Jul 2022 08:59:06 UTC)
- git: 563971cd7a41 - stable/12 - Fix unused variable warning in if_alc.c (Sat, 23 Jul 2022 08:59:08 UTC)
- git: a6a9c025eefa - stable/12 - Adjust nvd_{load,unload}() definitions to avoid clang 15 warnings (Sat, 23 Jul 2022 08:59:09 UTC)
- git: 3a5a2ecda091 - stable/12 - Suppress unused variable warning in if_mwl.c (Sat, 23 Jul 2022 08:59:10 UTC)
- git: a74dd993696d - stable/13 - Fix unused variable warning in ipsec_mbuf.c (Sun, 24 Jul 2022 11:01:39 UTC)
- git: 56b06ff9f538 - stable/13 - Adjust vt_mouse_paste() definition to avoid clang 15 warning (Sun, 24 Jul 2022 11:01:40 UTC)
- git: 8d98688e8b59 - stable/13 - Adjust pcmlog_{initialize,shutdown}() definitions to avoid clang 15 warning (Sun, 24 Jul 2022 11:01:41 UTC)
- git: 8b5b4fc7ca52 - stable/13 - Adjust tdsaContext_t::NvmdResponseSet declaration to avoid clang 15 warning (Sun, 24 Jul 2022 11:01:42 UTC)
- git: e2fae920c5bd - stable/13 - Fix unused variable warnings in hwpmc_mod.c (Sun, 24 Jul 2022 11:01:43 UTC)
- git: 770520da5815 - stable/13 - Fix unused variable warning in ocs_cam.c (Sun, 24 Jul 2022 11:01:44 UTC)
- git: 5e5cf7e2aad4 - stable/13 - Adjust ipfw_{init,destroy}_sopt_handler() definitions to avoid clang 15 warning (Sun, 24 Jul 2022 11:01:45 UTC)
- git: ad86a79043a0 - stable/13 - Adjust pcm_md_initialize() definition to avoid clang 15 warning (Sun, 24 Jul 2022 11:01:47 UTC)
- git: ff90edf507d1 - stable/13 - Adjust fbt_unload() definition to avoid clang 15 warning (Sun, 24 Jul 2022 11:01:48 UTC)
- git: 249cb0b4c390 - stable/13 - Adjust pmc_thread_descriptor_pool_drain() definition to avoid clang 15 warning (Sun, 24 Jul 2022 11:01:49 UTC)
- git: c28450f42a54 - stable/13 - Adjust iface_khandler_deregister() definition to avoid clang 15 warning (Sun, 24 Jul 2022 11:01:50 UTC)
- git: e09ac99afb00 - stable/13 - Adjust ipfw_{init,destroy}_*() definitions to avoid clang 15 warning (Sun, 24 Jul 2022 11:01:51 UTC)
- git: 6cc991e810f3 - stable/13 - Fix unused variable warning in if_lagg.c (Sun, 24 Jul 2022 11:01:52 UTC)
- git: 668beb3273cb - stable/13 - Fix unused variable warning in iflib.c (Sun, 24 Jul 2022 11:01:53 UTC)
- git: 38fb2140abc2 - stable/13 - Adjust ipfw_iface_{init,destroy}() definitions to avoid clang 15 warning (Sun, 24 Jul 2022 11:01:55 UTC)
- git: f931f0d64247 - stable/13 - Fix unused variable warning in if_re_netmap.h (Sun, 24 Jul 2022 11:01:56 UTC)
- git: ed4334af2457 - stable/13 - Fix unused variable warning in fwohci.c (Sun, 24 Jul 2022 11:01:57 UTC)
- git: fa872a4bf719 - stable/13 - Adjust iface_khandler_register() definition to avoid clang 15 warning (Sun, 24 Jul 2022 11:01:58 UTC)
- git: 0f55ecc86ee5 - stable/12 - Fix unused variable warning in ipsec_mbuf.c (Sun, 24 Jul 2022 11:02:15 UTC)
- git: 21f6b321eb73 - stable/12 - Adjust vt_mouse_paste() definition to avoid clang 15 warning (Sun, 24 Jul 2022 11:02:16 UTC)
- git: ec8cb457937b - stable/12 - Adjust pcmlog_{initialize,shutdown}() definitions to avoid clang 15 warning (Sun, 24 Jul 2022 11:02:17 UTC)
- git: 7e936187afc9 - stable/12 - Adjust tdsaContext_t::NvmdResponseSet declaration to avoid clang 15 warning (Sun, 24 Jul 2022 11:02:18 UTC)
- git: c7f584db172e - stable/12 - Fix unused variable warnings in hwpmc_mod.c (Sun, 24 Jul 2022 11:02:19 UTC)
- git: 58b71ec7d630 - stable/12 - Fix unused variable warning in ocs_cam.c (Sun, 24 Jul 2022 11:02:20 UTC)
- git: 1e60e1d13dca - stable/12 - Adjust ipfw_{init,destroy}_sopt_handler() definitions to avoid clang 15 warning (Sun, 24 Jul 2022 11:02:21 UTC)
- git: 89029f10c35c - stable/12 - Adjust pcm_md_initialize() definition to avoid clang 15 warning (Sun, 24 Jul 2022 11:02:23 UTC)
- git: d1d048891bdb - stable/12 - Adjust fbt_unload() definition to avoid clang 15 warning (Sun, 24 Jul 2022 11:02:24 UTC)
- git: 207d91d4bf48 - stable/12 - Adjust pmc_thread_descriptor_pool_drain() definition to avoid clang 15 warning (Sun, 24 Jul 2022 11:02:25 UTC)
- git: 4f98ef7bad83 - stable/12 - Adjust iface_khandler_deregister() definition to avoid clang 15 warning (Sun, 24 Jul 2022 11:02:26 UTC)
- git: a42210214531 - stable/12 - Adjust ipfw_{init,destroy}_*() definitions to avoid clang 15 warning (Sun, 24 Jul 2022 11:02:27 UTC)
- git: 459bc065e29b - stable/12 - Fix unused variable warning in if_lagg.c (Sun, 24 Jul 2022 11:02:28 UTC)
- git: 0f99030d3547 - stable/12 - Fix unused variable warning in iflib.c (Sun, 24 Jul 2022 11:02:29 UTC)
- git: 037c0973366c - stable/12 - Adjust ipfw_iface_{init,destroy}() definitions to avoid clang 15 warning (Sun, 24 Jul 2022 11:02:30 UTC)
- git: f895c3b38743 - stable/12 - Fix unused variable warning in if_re_netmap.h (Sun, 24 Jul 2022 11:02:32 UTC)
- git: 94b81ba2a0f9 - stable/12 - Fix unused variable warning in fwohci.c (Sun, 24 Jul 2022 11:02:33 UTC)
- git: 49030cacbcd7 - stable/12 - Adjust iface_khandler_register() definition to avoid clang 15 warning (Sun, 24 Jul 2022 11:02:34 UTC)
- git: 5e786fb5c057 - Create tag vendor/llvm-project/llvmorg-15-init-17485-ga3e38b4a206b (Sun, 24 Jul 2022 15:04:34 UTC)
- git: 1f917f69ff07..4b4fe385e49b - vendor/llvm-project/main - vendor branch updated (Sun, 24 Jul 2022 15:04:34 UTC)
- git: f4f847018048 - main - Fix unused variable warning in icl_soft.c (Sun, 24 Jul 2022 22:40:35 UTC)
- git: ee6c09ac73b5 - main - Adjust irdma_prep_for_unregister() definition to avoid clang 15 warning (Sun, 24 Jul 2022 22:40:36 UTC)
- git: e87d90a9dce2 - main - Adjust local_rpcb() definition to avoid clang 15 warning (Sun, 24 Jul 2022 22:40:37 UTC)
- git: 87d18efef7e3 - main - Adjust svc_vc_null() definition to avoid clang 15 warning (Sun, 24 Jul 2022 22:40:39 UTC)
- git: 90529847cf07 - main - Adjust authnone_create() definition to avoid clang 15 warning (Sun, 24 Jul 2022 22:40:40 UTC)
- git: e90d1b574877 - main - Adjust linux_get_char_devices() definition to avoid clang 15 warning (Sun, 24 Jul 2022 22:40:41 UTC)
- git: eadef926b059 - main - Adjust linux_vdso_{cpu,tsc}_selector_idx() definitions to avoid clang 15 warnings (Sun, 24 Jul 2022 22:40:42 UTC)
- git: 6332ad8673fb - main - Fix unused variable warning in mlx5_fs_tree.c (Sun, 24 Jul 2022 22:40:43 UTC)
- git: 3a0b2432828e - main - Fix unused variable warning in mlx5_ib_devx.c (Sun, 24 Jul 2022 22:40:44 UTC)
- git: 5ae3710aeb2a - main - Fix unused variable warning in mlx5_ib_devx.c (Sun, 24 Jul 2022 22:40:45 UTC)
- git: dba7f4aa0909 - main - Adjust ng_{name,ID}_rehash() definitions to avoid clang 15 warnings (Mon, 25 Jul 2022 18:02:54 UTC)
- git: 503b5870c018 - main - Adjust function definitions in pf.c to avoid clang 15 warnings (Mon, 25 Jul 2022 18:02:55 UTC)
- git: fb48e998501f - main - Fix unused variable warning in if_pfsync.c (Mon, 25 Jul 2022 19:51:08 UTC)
- git: 766f3c8032a9 - main - Adjust function definitions in if_pfsync.c to avoid clang 15 warnings (Mon, 25 Jul 2022 19:51:09 UTC)
- git: 05b3a4282c40 - main - Fix unused variable warnings in sctp_indata.c (Mon, 25 Jul 2022 19:51:10 UTC)
- git: 9057feddc4b0 - main - Fix unused variable warning in sctp_output.c (Mon, 25 Jul 2022 19:51:11 UTC)
- git: 5bfd8cf36913 - main - Fix unused variable warning in sctp_timer.c (Mon, 25 Jul 2022 20:08:49 UTC)
- git: 205798564926 - main - Adjust sctp_init_sysctls() definition to avoid clang 15 warning (Mon, 25 Jul 2022 20:08:51 UTC)
- git: 24e13a49faab - main - Adjust sctp_drain() definition to avoid clang 15 warning (Tue, 26 Jul 2022 18:00:24 UTC)
- git: fb1c21688c57 - main - Adjust check_struct_sizes() definition to avoid clang 15 warning (Tue, 26 Jul 2022 18:00:25 UTC)
- git: 57c46916e145 - main - Adjust playinit() definition to avoid clang 15 warning (Tue, 26 Jul 2022 18:00:26 UTC)
- git: e635220e1a33 - main - Fix unused variable warning in xen's blkfront.c (Tue, 26 Jul 2022 18:00:27 UTC)
- git: 39e12a7591bf - main - Fix unused variable warning in xen's blkback.c (Tue, 26 Jul 2022 18:00:28 UTC)
- git: a6c803048fd8 - main - Adjust function definitions in xen's control.c to avoid clang 15 warnings (Tue, 26 Jul 2022 18:00:29 UTC)
- git: a79731b94533 - main - Fix unused variable warning in sfxge's ef10_tx.c (Tue, 26 Jul 2022 18:00:30 UTC)
- git: ac3153434fcc - main - Adjust function definitions in geom_event.c to avoid clang 15 warnings (Tue, 26 Jul 2022 18:00:31 UTC)
- git: 165a32121cc7 - main - Adjust function definition in geom_io.c to avoid clang 15 warnings (Tue, 26 Jul 2022 18:00:33 UTC)
- git: bfa929876516 - main - Adjust function definition in geom_subr.c to avoid clang 15 warnings (Tue, 26 Jul 2022 18:00:34 UTC)
- git: 9806e82a2392 - main - Adjust function definitions in kern_cons.c to avoid clang 15 warnings (Tue, 26 Jul 2022 18:00:35 UTC)
- git: db8ea61ae261 - main - Adjust function definitions in kern_dtrace.c to avoid clang 15 warnings (Tue, 26 Jul 2022 18:00:36 UTC)
- git: f2eb09b089bc - main - Adjust function definitions in kern_resource.c to avoid clang 15 warnings (Tue, 26 Jul 2022 18:00:37 UTC)
- git: 3c8f0790dd03 - main - Adjust function definition in subr_autoconf.c to avoid clang 15 warnings (Tue, 26 Jul 2022 18:00:38 UTC)
- git: b54e962acaf9 - main - Adjust function definition in subr_bus.c to avoid clang 15 warnings (Tue, 26 Jul 2022 18:00:39 UTC)
- git: 78cfed2de70d - main - Adjust function definitions in sysv_msg.c to avoid clang 15 warnings (Tue, 26 Jul 2022 18:00:41 UTC)
- git: a387bd1b6a0e - main - Adjust function definition in vfs_bio.c to avoid clang 15 warnings (Tue, 26 Jul 2022 18:00:42 UTC)
- git: e83ffec3af2e - main - Suppress -Wstrict-prototypes for several zlib files (Tue, 26 Jul 2022 19:25:18 UTC)
- git: a8adf13a637d - main - Adjust function definition in nhop_ctl.c to avoid clang 15 warnings (Tue, 26 Jul 2022 19:25:20 UTC)
- git: 5e1097f83cbe - main - Adjust function definitions in route_ctl.c to avoid clang 15 warnings (Tue, 26 Jul 2022 19:25:21 UTC)
- git: 9319211f96c6 - main - Fix unused variable warning in ieee80211_proto.c (Tue, 26 Jul 2022 19:25:22 UTC)
- git: 50207b2de9a5 - main - Adjust function definition in nd6.c to avoid clang 15 warnings (Tue, 26 Jul 2022 19:25:23 UTC)
- git: 8bd2887be510 - main - Adjust function definitions in netipsec's key.c to avoid clang 15 warnings (Tue, 26 Jul 2022 19:25:24 UTC)
- git: c01fdd7a9f31 - main - Fix unused variable warning in netipsec's key_debug.c (Tue, 26 Jul 2022 19:25:25 UTC)
- git: 08c16dd4bf6e - main - Adjust function definition in ufs_dirhash.c to avoid clang 15 warnings (Tue, 26 Jul 2022 19:25:26 UTC)
- git: c9dde6f0c713 - main - Fix unused variable warning in ffs_snapshot.c (Tue, 26 Jul 2022 20:09:58 UTC)
- git: ed1d5f95a599 - main - Adjust function definitions in ufs_dirhash.c to avoid clang 15 warnings (Tue, 26 Jul 2022 20:10:00 UTC)
- git: c45bc02560b0 - main - Adjust function definition in acpi_timer.c to avoid clang 15 warnings (Tue, 26 Jul 2022 20:10:01 UTC)
- git: b621f3cf2d2c - main - Fix unused variable warning in usb's atp.c (Tue, 26 Jul 2022 20:10:02 UTC)
- git: 7a1f289bd294 - main - Fix unused variable warning in amd64's pmap.c (Tue, 26 Jul 2022 20:10:03 UTC)
- git: e726e7105685 - main - Suppress unused variable warning for zfs_fm.c (Tue, 26 Jul 2022 20:10:04 UTC)
- git: 02a226ac342f - main - Suppress possible unused variable warning for icl_soft.c (Wed, 27 Jul 2022 19:14:21 UTC)
- git: 24e8823ef579 - main - Adjust function definition in isa's pnp.c to avoid clang 15 warning (Wed, 27 Jul 2022 19:14:22 UTC)
- git: dfddfe29d85c - main - Remove unnecessary terminating slash in iscsi module Makefile (Wed, 27 Jul 2022 19:14:23 UTC)
- git: fb3239539b7b - stable/13 - Adjust svc_vc_null() definition to avoid clang 15 warning (Wed, 27 Jul 2022 19:18:00 UTC)
- git: afbb64817633 - stable/13 - Fix unused variable warning in mlx5_fs_tree.c (Wed, 27 Jul 2022 19:18:01 UTC)
- git: 6e9a64d7ef1e - stable/13 - Fix unused variable warning in icl_soft.c (Wed, 27 Jul 2022 19:18:03 UTC)
- git: 6bc04efce3b2 - stable/13 - Adjust authnone_create() definition to avoid clang 15 warning (Wed, 27 Jul 2022 19:18:04 UTC)
- git: 3e4582f80355 - stable/13 - Fix unused variable warning in mlx5_ib_devx.c (Wed, 27 Jul 2022 19:18:05 UTC)
- git: 6a2fb0df3b79 - stable/13 - Adjust linux_get_char_devices() definition to avoid clang 15 warning (Wed, 27 Jul 2022 19:18:06 UTC)
- git: aad14bc54d92 - stable/13 - Adjust linux_vdso_{cpu,tsc}_selector_idx() definitions to avoid clang 15 warnings (Wed, 27 Jul 2022 19:18:07 UTC)
- git: 4c941909462b - stable/13 - Adjust local_rpcb() definition to avoid clang 15 warning (Wed, 27 Jul 2022 19:18:08 UTC)
- git: afe85e781b4f - stable/12 - Adjust svc_vc_null() definition to avoid clang 15 warning (Wed, 27 Jul 2022 19:21:24 UTC)
- git: 8411ec0f213d - stable/12 - Fix unused variable warning in mlx5_fs_tree.c (Wed, 27 Jul 2022 19:21:26 UTC)
- git: f14c6e0789b9 - stable/12 - Fix unused variable warning in icl_soft.c (Wed, 27 Jul 2022 19:21:27 UTC)
- git: d64f3e2728cf - stable/12 - Adjust authnone_create() definition to avoid clang 15 warning (Wed, 27 Jul 2022 19:21:28 UTC)
- git: b4383d654753 - stable/12 - Fix unused variable warning in mlx5_ib_devx.c (Wed, 27 Jul 2022 19:21:29 UTC)
- git: c6d360ab6d54 - stable/12 - Adjust linux_get_char_devices() definition to avoid clang 15 warning (Wed, 27 Jul 2022 19:21:30 UTC)
- git: 11ac8a326d5f - stable/12 - Adjust local_rpcb() definition to avoid clang 15 warning (Wed, 27 Jul 2022 19:21:31 UTC)
- git: 886cfc5f04fe - Create tag vendor/llvm-project/llvmorg-15-init-17826-g1f8ae9d7e7e4 (Wed, 27 Jul 2022 19:52:17 UTC)
- git: 4b4fe385e49b..08e8dd7b9db7 - vendor/llvm-project/main - vendor branch updated (Wed, 27 Jul 2022 19:52:17 UTC)
- git: 08e8dd7b9db7 - vendor/llvm-project/release-15.x - vendor branch created (Wed, 27 Jul 2022 20:04:52 UTC)
- git: f3389738db11 - Create tag vendor/llvm-project/llvmorg-15-init-17827-gd77882e66779 (Wed, 27 Jul 2022 20:04:52 UTC)
- git: f433ed9c5594 - stable/13 - Fix unused variable warning in sctp_timer.c (Fri, 29 Jul 2022 18:47:07 UTC)
- git: 96a32ccaa99c - stable/13 - Fix unused variable warning in if_pfsync.c (Fri, 29 Jul 2022 18:47:09 UTC)
- git: 2ec39d95e76b - stable/13 - Adjust function definitions in pf.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:47:10 UTC)
- git: 6b061a2fde94 - stable/13 - Fix unused variable warning in sctp_output.c (Fri, 29 Jul 2022 18:47:11 UTC)
- git: afd97f6b96cc - stable/13 - Fix unused variable warnings in sctp_indata.c (Fri, 29 Jul 2022 18:47:12 UTC)
- git: f2773b998c7d - stable/13 - Adjust function definitions in if_pfsync.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:47:13 UTC)
- git: ba070e587826 - stable/13 - Adjust sctp_init_sysctls() definition to avoid clang 15 warning (Fri, 29 Jul 2022 18:47:14 UTC)
- git: 29534af72577 - stable/13 - Adjust ng_{name,ID}_rehash() definitions to avoid clang 15 warnings (Fri, 29 Jul 2022 18:47:15 UTC)
- git: 54b2a65d4733 - stable/13 - Adjust function definitions in kern_dtrace.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:47:17 UTC)
- git: bf1e753efebc - stable/13 - Adjust function definitions in geom_event.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:47:18 UTC)
- git: 97c280398e10 - stable/13 - Adjust sctp_drain() definition to avoid clang 15 warning (Fri, 29 Jul 2022 18:47:19 UTC)
- git: 4263f9186b4b - stable/13 - Fix unused variable warning in xen's blkback.c (Fri, 29 Jul 2022 18:47:20 UTC)
- git: 659dce0635b1 - stable/13 - Adjust function definition in acpi_timer.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:47:21 UTC)
- git: 4915e4fa3526 - stable/13 - Adjust function definitions in kern_resource.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:47:22 UTC)
- git: bba7dc26f765 - stable/13 - Adjust function definition in nd6.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:47:23 UTC)
- git: 8f8c0b93d190 - stable/13 - Adjust function definition in vfs_bio.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:47:25 UTC)
- git: 840153f61c70 - stable/13 - Adjust function definitions in sysv_msg.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:47:26 UTC)
- git: b49030ecd4a1 - stable/13 - Adjust function definition in subr_autoconf.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:47:27 UTC)
- git: 7df49deb2e7f - stable/13 - Fix unused variable warning in ieee80211_proto.c (Fri, 29 Jul 2022 18:47:28 UTC)
- git: 0ca977b155ff - stable/13 - Suppress unused variable warning for zfs_fm.c (Fri, 29 Jul 2022 18:47:29 UTC)
- git: a98fa7905e52 - stable/13 - Adjust function definitions in route_ctl.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:47:30 UTC)
- git: ff87358d224e - stable/13 - Adjust function definition in ufs_dirhash.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:47:31 UTC)
- git: d2ece325b6d3 - stable/13 - Suppress -Wstrict-prototypes for several zlib files (Fri, 29 Jul 2022 18:47:32 UTC)
- git: 1aa9b4e42326 - stable/13 - Fix unused variable warning in ffs_snapshot.c (Fri, 29 Jul 2022 18:47:34 UTC)
- git: 4e417669acbe - stable/13 - Adjust playinit() definition to avoid clang 15 warning (Fri, 29 Jul 2022 18:47:35 UTC)
- git: 1fcaea242a7b - stable/13 - Fix unused variable warning in amd64's pmap.c (Fri, 29 Jul 2022 18:47:36 UTC)
- git: 5278592355a2 - stable/13 - Adjust function definitions in kern_cons.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:47:37 UTC)
- git: c7c3583e3d61 - stable/13 - Adjust function definition in nhop_ctl.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:47:38 UTC)
- git: 08329b98ab2e - stable/13 - Fix unused variable warning in sfxge's ef10_tx.c (Fri, 29 Jul 2022 18:47:39 UTC)
- git: 02a0b35b452f - stable/13 - Adjust function definitions in ufs_dirhash.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:47:40 UTC)
- git: 79f722760089 - stable/13 - Adjust function definition in geom_io.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:47:42 UTC)
- git: 822f2c159054 - stable/13 - atp: Remove unused variable. (Fri, 29 Jul 2022 18:47:43 UTC)
- git: 9a9aea956b8e - stable/13 - Fix unused variable warning in usb's atp.c (Fri, 29 Jul 2022 18:47:44 UTC)
- git: 823283ab45b8 - stable/13 - Adjust function definitions in netipsec's key.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:47:45 UTC)
- git: be93526576ce - stable/13 - Fix unused variable warning in netipsec's key_debug.c (Fri, 29 Jul 2022 18:47:46 UTC)
- git: 105f9406c955 - stable/13 - Adjust check_struct_sizes() definition to avoid clang 15 warning (Fri, 29 Jul 2022 18:47:47 UTC)
- git: 834113bbf281 - stable/13 - Adjust function definition in geom_subr.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:47:48 UTC)
- git: d0917822a28b - stable/13 - Fix unused variable warning in xen's blkfront.c (Fri, 29 Jul 2022 18:47:50 UTC)
- git: 158071c51a1f - stable/13 - Adjust function definitions in xen's control.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:47:51 UTC)
- git: 63e8ce61d72a - stable/12 - Fix unused variable warning in sctp_timer.c (Fri, 29 Jul 2022 18:48:14 UTC)
- git: c456a060ecc5 - stable/12 - Fix unused variable warning in if_pfsync.c (Fri, 29 Jul 2022 18:48:16 UTC)
- git: 27499664ce3b - stable/12 - Adjust function definitions in pf.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:48:17 UTC)
- git: 8dd6ab0fd096 - stable/12 - Fix unused variable warning in sctp_output.c (Fri, 29 Jul 2022 18:48:18 UTC)
- git: 61cc49884d26 - stable/12 - Fix unused variable warnings in sctp_indata.c (Fri, 29 Jul 2022 18:48:19 UTC)
- git: a9aa00437bd8 - stable/12 - Adjust function definitions in if_pfsync.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:48:20 UTC)
- git: ce0b1e5de452 - stable/12 - Adjust sctp_init_sysctls() definition to avoid clang 15 warning (Fri, 29 Jul 2022 18:48:21 UTC)
- git: 9424c32010c9 - stable/12 - Adjust ng_{name,ID}_rehash() definitions to avoid clang 15 warnings (Fri, 29 Jul 2022 18:48:22 UTC)
- git: d38e10f58f18 - stable/12 - Adjust function definitions in kern_dtrace.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:48:24 UTC)
- git: 59453e47c8be - stable/12 - Adjust function definitions in geom_event.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:48:25 UTC)
- git: 049bc90cdbcb - stable/12 - Adjust sctp_drain() definition to avoid clang 15 warning (Fri, 29 Jul 2022 18:48:26 UTC)
- git: 356dccddae4d - stable/12 - Fix unused variable warning in xen's blkback.c (Fri, 29 Jul 2022 18:48:27 UTC)
- git: bf6d99e4de87 - stable/12 - Adjust function definition in acpi_timer.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:48:28 UTC)
- git: 4f52b2ba472e - stable/12 - Adjust function definitions in kern_resource.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:48:29 UTC)
- git: 3e1adb29f771 - stable/12 - Adjust function definition in nd6.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:48:30 UTC)
- git: a250df8f4a2c - stable/12 - Adjust function definition in vfs_bio.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:48:32 UTC)
- git: 765faba637cd - stable/12 - Adjust function definitions in sysv_msg.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:48:33 UTC)
- git: 656fcede6c71 - stable/12 - Adjust function definition in subr_autoconf.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:48:34 UTC)
- git: 22bc126280d9 - stable/12 - Fix unused variable warning in ieee80211_proto.c (Fri, 29 Jul 2022 18:48:35 UTC)
- git: b7143d05fca8 - stable/12 - Adjust function definition in ufs_dirhash.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:48:36 UTC)
- git: f9d12ca07182 - stable/12 - Suppress -Wstrict-prototypes for several zlib files (Fri, 29 Jul 2022 18:48:37 UTC)
- git: 6ef6d3424f15 - stable/12 - Fix unused variable warning in ffs_snapshot.c (Fri, 29 Jul 2022 18:48:38 UTC)
- git: b925f05b1288 - stable/12 - Adjust playinit() definition to avoid clang 15 warning (Fri, 29 Jul 2022 18:48:40 UTC)
- git: 91a308757bdc - stable/12 - Fix unused variable warning in amd64's pmap.c (Fri, 29 Jul 2022 18:48:41 UTC)
- git: b59fd9264f9e - stable/12 - Adjust function definitions in kern_cons.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:48:42 UTC)
- git: c3b55b44b0b7 - stable/12 - Fix unused variable warning in sfxge's ef10_tx.c (Fri, 29 Jul 2022 18:48:43 UTC)
- git: af9cad92d698 - stable/12 - Adjust function definitions in ufs_dirhash.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:48:44 UTC)
- git: 5768e2b759b2 - stable/12 - Adjust function definition in geom_io.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:48:45 UTC)
- git: 9b5041351a21 - stable/12 - atp: Remove unused variable. (Fri, 29 Jul 2022 18:48:46 UTC)
- git: d39a69e62809 - stable/12 - Fix unused variable warning in usb's atp.c (Fri, 29 Jul 2022 18:48:48 UTC)
- git: 2d70306aabb4 - stable/12 - Adjust function definitions in netipsec's key.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:48:49 UTC)
- git: 1cb6fa98d8e2 - stable/12 - Fix unused variable warning in netipsec's key_debug.c (Fri, 29 Jul 2022 18:48:50 UTC)
- git: df109c131954 - stable/12 - Adjust check_struct_sizes() definition to avoid clang 15 warning (Fri, 29 Jul 2022 18:48:51 UTC)
- git: 63e543311d0f - stable/12 - Adjust function definition in geom_subr.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:48:52 UTC)
- git: 5b8fed3056b1 - stable/12 - Fix unused variable warning in xen's blkfront.c (Fri, 29 Jul 2022 18:48:53 UTC)
- git: 5bb62be305ea - stable/12 - Adjust function definitions in xen's control.c to avoid clang 15 warnings (Fri, 29 Jul 2022 18:48:55 UTC)
- git: f946e1f195eb - stable/12 - Revert "Fix unused variable warning in ffs_snapshot.c" (Fri, 29 Jul 2022 19:41:12 UTC)
- Dmitry Chagin
- git: 42317e642645 - main - linux(4): Implement __vdso_time (Mon, 04 Jul 2022 20:43:45 UTC)
- git: 03473e8ec8fa - main - linux(4): Use saved cpu feature bits (Mon, 04 Jul 2022 20:43:46 UTC)
- git: aa54b10f0570 - stable/13 - libsysdecode: For future use extract common code to a separate files (Wed, 06 Jul 2022 11:03:57 UTC)
- git: b756b92a3ad8 - stable/13 - libsysdecode: Add preliminary support for decoding Linux syscalls (Wed, 06 Jul 2022 11:03:58 UTC)
- git: 1705937d854b - stable/13 - libsysdecode: Add method for decoding Linux signal names (Wed, 06 Jul 2022 11:03:59 UTC)
- git: b31a7b84b397 - stable/13 - kdump: For future use extract common code to a separate files (Wed, 06 Jul 2022 11:04:00 UTC)
- git: 95e89d1019ac - stable/13 - kdump: Add preliminary support for decoding Linux syscalls (Wed, 06 Jul 2022 11:04:01 UTC)
- git: 828757743485 - stable/13 - linux(4): Trace Linux l_sigset_t. (Wed, 06 Jul 2022 11:04:02 UTC)
- git: 2068608ebdbf - stable/13 - kdump: Decode Linux l_sigset_t. (Wed, 06 Jul 2022 11:04:04 UTC)
- git: e104ac1c34b9 - stable/13 - libsysdecode: Decode setitimer, getitimer which argument (Wed, 06 Jul 2022 11:04:05 UTC)
- git: 894f26c8f64a - stable/13 - kdump: Decode getitimer, setitimer which argument (Wed, 06 Jul 2022 11:04:06 UTC)
- git: 4ec7625e663a - stable/13 - kdump: Decode Linux sigprocmask how argument (Wed, 06 Jul 2022 11:04:07 UTC)
- git: 29ef2caa02d0 - stable/13 - kdump: Decode Linux clock_nanosleep syscall (Wed, 06 Jul 2022 11:04:08 UTC)
- git: 46ebfcb039c6 - stable/13 - libsysdecode: Decode Linux *at() flags (Wed, 06 Jul 2022 11:04:09 UTC)
- git: a5113000069a - stable/13 - libsysdecode: Decode Linux open() flags (Wed, 06 Jul 2022 11:04:10 UTC)
- git: b330e6384657 - stable/13 - kdump: For future use made decode_filemode() public (Wed, 06 Jul 2022 11:04:12 UTC)
- git: e20c669d21fc - stable/13 - linux(4): To reuse MD linux.h hide kernel dependencies unde _KERNEL constraint (Wed, 06 Jul 2022 11:04:13 UTC)
- git: 5bdeed846dc0 - stable/13 - kdump: Decode Linux *at() syscalls (Wed, 06 Jul 2022 11:04:14 UTC)
- git: b1d0fe755bb1 - stable/13 - linprocfs: Skip printing of the guard page in the /proc/self/maps (Wed, 06 Jul 2022 11:04:15 UTC)
- git: ea7ad1a71622 - stable/13 - libsysdecode: Fix a typo in my email (Wed, 06 Jul 2022 11:04:16 UTC)
- git: 00c933e9254c - stable/13 - linux(4): Use saved cpu feature bits (Mon, 11 Jul 2022 21:30:16 UTC)
- git: f8da86347070 - stable/13 - linux(4): Implement __vdso_time (Mon, 11 Jul 2022 21:30:17 UTC)
- git: 82a8b8f0cfd0 - stable/13 - lastcomm/sa: Remove sparc64 tests, they aren't needed. (Wed, 13 Jul 2022 11:48:11 UTC)
- git: f56ea6b7d0e1 - stable/13 - linprocfs: Decode constant_tsc CPU feature (Wed, 13 Jul 2022 11:50:40 UTC)
- git: 9736c1988439 - stable/13 - linprocfs: Decode more CPU flags in cpuinfo (Wed, 13 Jul 2022 11:50:41 UTC)
- git: 34b00959fb59 - stable/13 - linprocfs: Decode SGX CPU feature in cpuinfo (Wed, 13 Jul 2022 11:50:43 UTC)
- git: 6fddab804a17 - stable/13 - amd64: Reload CPU ext features after resume or cr4 changes (Wed, 13 Jul 2022 11:50:44 UTC)
- git: fc90f3a28145 - main - ktrace: Increase precision of timestamps. (Sat, 16 Jul 2022 09:50:02 UTC)
- git: ae37e4a0d12e - main - kdump(1): Sort options in alphabetical order. (Sat, 16 Jul 2022 09:50:03 UTC)
- Re: git: fc90f3a28145 - main - ktrace: Increase precision of timestamps. (Sun, 17 Jul 2022 18:27:09 UTC)
- Re: git: fc90f3a28145 - main - ktrace: Increase precision of timestamps. (Mon, 18 Jul 2022 11:11:40 UTC)
- Re: git: fc90f3a28145 - main - ktrace: Increase precision of timestamps. (Tue, 19 Jul 2022 17:50:24 UTC)
- Re: git: 84bf2bbbecc3 - main - stand: constrain zlib/gzip CFLAGS better (Wed, 20 Jul 2022 17:24:06 UTC)
- git: 55736146389f - main - check/delete-old: Fix /bin/rmail removal condition (Thu, 21 Jul 2022 22:22:47 UTC)
- Dmitry Morozovsky
- Doug Moore
- git: 2120d7f57aa0 - main - rb_tree: fine-tune rebalancing code (Mon, 04 Jul 2022 17:32:55 UTC)
- git: 80ad47c93250 - stable/13 - iommu_gas: Change find_space lower search order (Wed, 06 Jul 2022 17:04:59 UTC)
- git: 4ae24f166c81 - stable/13 - Check if iommu ctx is valid before passing it to functions. (Wed, 06 Jul 2022 17:05:00 UTC)
- git: 2d8b9313f47e - stable/13 - iommu_gas: pass size to iommu_map without rounding (Wed, 06 Jul 2022 17:05:01 UTC)
- git: 9b12e43d1f80 - stable/13 - iommu_gas: use to first-fit search for lowermatch (Wed, 06 Jul 2022 17:05:02 UTC)
- git: 3a33ebe65fce - stable/13 - iommu_gas: make iommu_gas_lowermatch non-recursive (Wed, 06 Jul 2022 17:05:03 UTC)
- git: 8c1edfe309a5 - stable/13 - iommu_gas: Correct a broken KASSERT (Wed, 06 Jul 2022 17:05:04 UTC)
- git: fed2c1ce8f07 - stable/13 - iommu_gas: Eliminate a stale comment (Wed, 06 Jul 2022 17:05:06 UTC)
- git: 1334074959c1 - stable/13 - busdma_iommu: Eliminate a redundant trunc_page() (Wed, 06 Jul 2022 17:05:07 UTC)
- git: 895d8b1d3c33 - stable/13 - iommu_gas: Add a missing error-case unlock (Wed, 06 Jul 2022 17:05:08 UTC)
- git: cf70aef40144 - stable/13 - iommu_gas: Tidy up (Wed, 06 Jul 2022 17:05:09 UTC)
- git: 01ebb5b8cf8f - stable/13 - iommu_gas: Fix a recent regression with IOMMU_MF_CANSPLIT (Wed, 06 Jul 2022 17:05:10 UTC)
- git: a408ed1c928a - stable/13 - iommu_gas: Eliminate unnecessary wrappers (Wed, 06 Jul 2022 17:11:30 UTC)
- git: 815db559eccc - stable/13 - busdma_iommu: Fine-grained locking for the dmamap's map list (Wed, 06 Jul 2022 17:11:31 UTC)
- git: 689d65d736bb - stable/13 - tree.3: document RB_AUGMENT (Sun, 10 Jul 2022 03:58:55 UTC)
- git: e0e8d0c8d694 - main - iommu_gas: consolidate find_space helpers (Sun, 10 Jul 2022 19:39:40 UTC)
- git: 86299ec1c418 - stable/13 - vm_phys: hide vm_phys_set_pool (Mon, 11 Jul 2022 05:41:23 UTC)
- git: a8d3ef5bc6de - stable/13 - vm_page: Remove extra test from page alloc (Mon, 11 Jul 2022 05:41:24 UTC)
- git: b52d35520c51 - stable/13 - Fix clerical error in page alloc (Mon, 11 Jul 2022 05:41:25 UTC)
- git: 88a5d20e9043 - stable/13 - vm: alloc pages from reserv before breaking it (Mon, 11 Jul 2022 05:41:26 UTC)
- git: b1290f4746ca - stable/13 - vm_reserv: use enhanced bitstring for popmaps (Mon, 11 Jul 2022 06:08:40 UTC)
- git: 897877ae644d - stable/13 - <sys/bitstring.h>: Cast _BITSTR_BITS to int in a ternary operator. (Mon, 11 Jul 2022 06:08:41 UTC)
- git: bb75580e0370 - stable/13 - bitstring: fix ff_area() when start!=0 (Mon, 11 Jul 2022 06:08:42 UTC)
- git: c5a5a9dbcf38 - stable/13 - vm_extern: use standard address checkers everywhere (Tue, 12 Jul 2022 17:32:27 UTC)
- git: 87e6f3d27eba - stable/13 - vm_phys: #include vm_extern (Tue, 12 Jul 2022 17:32:28 UTC)
- git: bf27b9bc7f5b - stable/13 - vm_phys: convert error back to warning (Tue, 12 Jul 2022 17:32:29 UTC)
- git: 6f387a563206 - stable/13 - vm_reserv: #include vm_extern.h explicitly, for arm. (Tue, 12 Jul 2022 17:32:31 UTC)
- git: 0cbb744f96db - stable/13 - iommu_gas: Rename a function missed earlier (Tue, 12 Jul 2022 17:32:32 UTC)
- git: 3af858bd8f78 - stable/13 - riscv-busdma: Balance parens. Reported by: jenkins Fixes: c606ab59e7f9 vm_extern: use standard address checkers everywhere (Tue, 12 Jul 2022 17:32:33 UTC)
- git: ab0f2ae2eeda - stable/13 - x86-busdma - Add missing paren (Tue, 12 Jul 2022 17:32:34 UTC)
- git: 01f79c9da806 - stable/13 - busdma: _bus_dmamap_addseg repaired (Tue, 12 Jul 2022 17:32:35 UTC)
- git: 48d01e24f9d5 - stable/13 - vm_addr_ok: add power2 invariant check (Tue, 12 Jul 2022 17:32:36 UTC)
- git: 094bcfa4e15b - stable/13 - mips_busdma: fix mips errors after merge (Tue, 12 Jul 2022 17:35:39 UTC)
- git: 069ec467c1b3 - stable/13 - iommu_gas: Drop needless bound check in lowermatch (Tue, 12 Jul 2022 17:38:11 UTC)
- git: 0a7f5f188594 - stable/13 - mips busdma: expunge an extra closing brace (Tue, 12 Jul 2022 18:48:15 UTC)
- Doug Rabson
- Ed Maste
- git: a5f59e8565d0 - main - cd9660: Use ANSI (c89) prototypes (Sun, 17 Jul 2022 14:20:08 UTC)
- git: 10f770d03e3b - stable/13 - Revert "build(7): fix references to svn(1) and svnlite(1)" (Sun, 17 Jul 2022 17:59:56 UTC)
- git: b1e81e6ddee4 - main - blacklistd: Handle 0 sized messages (Mon, 18 Jul 2022 12:55:45 UTC)
- git: 0c4d13c521aa - stable/13 - Add SPLIT_KERNEL_DEBUG knob (Mon, 18 Jul 2022 15:01:50 UTC)
- git: df777aeb9813 - main - vtfontcvt: correct usage (Mon, 18 Jul 2022 17:25:02 UTC)
- git: cd8401dbdeb7 - main - Update Terminus console font to 4.49 (Tue, 19 Jul 2022 14:30:07 UTC)
- git: 119db52f4228 - main - vtfontcvt: improve hex font format validation (Tue, 19 Jul 2022 15:48:19 UTC)
- git: f7d5459ece7a - main - console: add U+276E and U+276F glyphs (Tue, 19 Jul 2022 15:56:08 UTC)
- git: 560e22c8fe46 - main - Remove "All Rights Reserved" from FreeBSD Foundation libc copyrights (Thu, 21 Jul 2022 13:53:39 UTC)
- git: f39f827222f7 - main - vt.4: Provide a hint about Fn + K Scroll Lock combination (Thu, 21 Jul 2022 13:58:01 UTC)
- Re: git: 000321bab7be - main - namespace nv names, version libnv and libnvpair library symbols (Thu, 21 Jul 2022 17:27:42 UTC)
- git: 05b6744c446c - main - Add ELFCOMPRESS_ZSTD ELF compression constant (Mon, 25 Jul 2022 14:02:14 UTC)
- git: 35cdb601016b - stable/13 - blacklistd: Handle 0 sized messages (Mon, 25 Jul 2022 14:57:46 UTC)
- git: a057108d48a7 - stable/12 - blacklistd.conf.5: typo/grammar fixes (Mon, 25 Jul 2022 15:00:28 UTC)
- git: 7a697423c9e6 - stable/12 - blacklistd.conf.5: pluralization correction (Mon, 25 Jul 2022 15:00:29 UTC)
- git: 5f7ae464db5b - stable/12 - blacklistd: Handle 0 sized messages (Mon, 25 Jul 2022 15:00:30 UTC)
- git: be707165b8a1 - stable/13 - vtfontcvt: correct usage (Tue, 26 Jul 2022 13:15:08 UTC)
- git: bf57b550264c - stable/13 - vtfontcvt: improve hex font format validation (Tue, 26 Jul 2022 13:15:10 UTC)
- git: 5db2f88fa537 - stable/12 - vtfontcvt: improve hex font format validation (Tue, 26 Jul 2022 13:15:39 UTC)
- git: 01e2fef44669 - stable/13 - Update Terminus console font to 4.49 (Tue, 26 Jul 2022 13:42:12 UTC)
- git: 32120f55ff83 - stable/13 - console: add U+276E and U+276F glyphs (Tue, 26 Jul 2022 13:42:13 UTC)
- git: a8a43edc0f85 - main - libc: ANSIfy div / ldiv function definitions (Thu, 28 Jul 2022 14:33:08 UTC)
- Emmanuel Vadot
- Eric Joyner
- Eric van Gyzen
- Eugene Grosbein
- Re: git: d80d73493767 - main - arp(8): use getifaddrs(3) instead of ioctl(SIOCGIFCONF) (Tue, 05 Jul 2022 06:13:51 UTC)
- git: 3c9ad9398fcd - main - ifconfig.8: cleanup reminiscence about long gone ppp(4) (Mon, 11 Jul 2022 05:16:58 UTC)
- Re: git: 6452fb1e87ed - main - protect.1: Document that protect(1) does not work in jails (Tue, 12 Jul 2022 13:51:19 UTC)
- git: 6d9d4b2da822 - main - ipmi(4): spelling fix cyle_wait -> cycle_wait (Wed, 20 Jul 2022 11:35:55 UTC)
- git: 26a329f49fb4 - main - find.1: explain why "find -s" may differ from "find | sort" (Fri, 22 Jul 2022 11:42:40 UTC)
- git: d6054ee652a5 - main - find.1: small language fix after previous change (Fri, 22 Jul 2022 11:47:21 UTC)
- git: 519b3b5b542d - stable/13 - find.1: explain why "find -s" may differ from "find | sort" (Fri, 29 Jul 2022 02:15:22 UTC)
- git: abb91a60f286 - stable/12 - find.1: explain why "find -s" may differ from "find | sort" (Fri, 29 Jul 2022 02:20:12 UTC)
- git: 572519173236 - stable/13 - find.1: small language fix after previous change (Fri, 29 Jul 2022 02:22:28 UTC)
- git: 13912c7b424c - stable/12 - find.1: small language fix after previous change (Fri, 29 Jul 2022 02:24:31 UTC)
- git: e5861a2614f6 - stable/13 - ifconfig.8: cleanup reminiscence about long gone ppp(4) (Fri, 29 Jul 2022 02:25:30 UTC)
- git: 9ce5ee92cfc3 - stable/12 - ifconfig.8: cleanup reminiscence about long gone ppp(4) (Fri, 29 Jul 2022 02:28:37 UTC)
- git: 066e0c39f4ba - stable/13 - ftpd(8): do not refer to now unused libxo(3) (Fri, 29 Jul 2022 02:35:19 UTC)
- git: 149c85360cf8 - stable/12 - ftpd(8): do not refer to now unused libxo(3) (Fri, 29 Jul 2022 02:37:10 UTC)
- Ganbold Tsagaankhuu
- Gary Jennejohn
- Gleb Smirnoff
- git: 74703901d8bb - main - tcp: use a TCP flag to check if connection has been close(2)d (Mon, 04 Jul 2022 19:41:14 UTC)
- git: bc7605647c71 - main - sockets: use positive flag for file descriptor socket reference (Mon, 04 Jul 2022 19:41:16 UTC)
- git: d8596171c5d6 - main - sockets: use only soref()/sorele() as socket reference count (Mon, 04 Jul 2022 19:41:17 UTC)
- git: d80d73493767 - main - arp(8): use getifaddrs(3) instead of ioctl(SIOCGIFCONF) (Tue, 05 Jul 2022 03:56:58 UTC)
- git: 1b91978f6375 - main - tcp: remove a condition in tcp_usr_detach() that never happens (Thu, 07 Jul 2022 04:10:39 UTC)
- git: 86cdadbed44e - main - tree(3): allow the compare function to return any signed type (Thu, 07 Jul 2022 05:20:33 UTC)
- git: 7d016011f485 - main - sockstat(1): we don't need kernel struct unpcb (Thu, 07 Jul 2022 05:20:34 UTC)
- git: a83d596f434f - main - sockstat(1): use tree(3) rbtree instead of hash (Thu, 07 Jul 2022 05:20:35 UTC)
- git: c5bdcd1f10a8 - main - sockstat(1): widen the FD printing format (Thu, 07 Jul 2022 05:20:36 UTC)
- git: 2c436d4890c7 - main - sockstat(1): print out full connection graph for unix(4) sockets (Thu, 07 Jul 2022 05:20:37 UTC)
- git: d961ccd350b2 - main - sockstat(1): print PID adjusted to the right (Thu, 07 Jul 2022 05:20:38 UTC)
- git: c261510ef5fc - main - sockets: fix setsockopt(SO_RCVTIMEO) on a listening socket (Fri, 08 Jul 2022 18:34:18 UTC)
- git: aeb6948d4319 - main - bbr: check proper flag for connection had been closed (Sat, 09 Jul 2022 05:04:58 UTC)
- git: 8f9972075cb3 - main - rack/bbr: fix standalone kernel module build (Sat, 09 Jul 2022 05:04:59 UTC)
- Re: git: efe58855f3ea - main - IPv4: experimental changes to allow net 0/8, 240/4, part of 127/8 (Sat, 16 Jul 2022 18:46:58 UTC)
- Re: git: fc90f3a28145 - main - ktrace: Increase precision of timestamps. (Sat, 16 Jul 2022 18:55:41 UTC)
- Glen Barber
- Gordon Bergling
- git: 00c00c3824cb - main - pci(4): Fix a common typo in source code comments (Sun, 03 Jul 2022 11:43:58 UTC)
- git: a4adfaf71269 - main - pmc(3): Fix a common typo in a description (Sun, 03 Jul 2022 11:53:11 UTC)
- git: f1334ab76bab - main - freescale: Fix a typo in a source code comment (Sun, 03 Jul 2022 11:55:58 UTC)
- git: 9bfefcea43ef - main - aic7xxx: Fix a few common typos in source code comments (Sun, 03 Jul 2022 12:07:00 UTC)
- git: 66147d138ad0 - main - aic7xxx: Fix a few common typo in source code comments (Sun, 03 Jul 2022 12:11:03 UTC)
- git: c7b9006af57e - main - snmp_hostres(3): Fix a typo in a debug message (Sun, 03 Jul 2022 12:57:39 UTC)
- git: 23781068af7a - main - ata(4): Fix a typo in a source code comment (Sun, 03 Jul 2022 13:12:38 UTC)
- git: 015d570cc929 - main - jme(4): Fix a typo in a source code comment (Sun, 03 Jul 2022 13:13:15 UTC)
- git: e8b7972cfe3c - main - if_clone: Fix a typo in a source code comment (Sun, 03 Jul 2022 13:13:44 UTC)
- git: 6cea3be92211 - main - sockatmark(3): Add references to 4.4BSD IPC tutorials (Sun, 03 Jul 2022 13:56:57 UTC)
- git: 23bb344ee3cb - stable/13 - pci(4): Fix a common typo in source code comments (Fri, 08 Jul 2022 02:25:30 UTC)
- git: 9179bf221aa4 - stable/13 - aic7xxx: Fix a few common typo in source code comments (Fri, 08 Jul 2022 02:25:31 UTC)
- git: dc7de3cab9ee - stable/13 - jme(4): Fix a typo in a source code comment (Fri, 08 Jul 2022 02:25:32 UTC)
- git: 7e6f7610cffa - stable/13 - ata(4): Fix a typo in a source code comment (Fri, 08 Jul 2022 02:25:33 UTC)
- git: 46ca2d0ce94b - stable/13 - pmc(3): Fix a common typo in a description (Fri, 08 Jul 2022 02:25:34 UTC)
- git: 9de56faedbf0 - stable/13 - sockatmark(3): Add references to 4.4BSD IPC tutorials (Fri, 08 Jul 2022 02:25:36 UTC)
- git: ab0ae5078679 - stable/13 - freescale: Fix a typo in a source code comment (Fri, 08 Jul 2022 02:25:37 UTC)
- git: 7dff1d4be776 - stable/13 - aic7xxx: Fix a few common typos in source code comments (Fri, 08 Jul 2022 02:25:38 UTC)
- git: 0a93e8e36012 - stable/13 - snmp_hostres(3): Fix a typo in a debug message (Fri, 08 Jul 2022 02:25:39 UTC)
- git: bbaf705092f3 - stable/12 - snmp_hostres(3): Fix a typo in a debug message (Fri, 08 Jul 2022 02:28:40 UTC)
- git: c50cdba6247d - stable/12 - aic7xxx: Fix a few common typos in source code comments (Fri, 08 Jul 2022 02:28:41 UTC)
- git: 337cbf05227d - stable/12 - freescale: Fix a typo in a source code comment (Fri, 08 Jul 2022 02:28:42 UTC)
- git: 1e1c60606db2 - stable/12 - sockatmark(3): Add references to 4.4BSD IPC tutorials (Fri, 08 Jul 2022 02:28:43 UTC)
- git: 496bb91009cc - stable/12 - pmc(3): Fix a common typo in a description (Fri, 08 Jul 2022 02:28:44 UTC)
- git: f71dfc2f8193 - stable/12 - ata(4): Fix a typo in a source code comment (Fri, 08 Jul 2022 02:28:46 UTC)
- git: 719c22031684 - stable/12 - jme(4): Fix a typo in a source code comment (Fri, 08 Jul 2022 02:28:47 UTC)
- git: 035b9386e558 - stable/12 - aic7xxx: Fix a few common typo in source code comments (Fri, 08 Jul 2022 02:28:48 UTC)
- git: b829fb631887 - stable/12 - pci(4): Fix a common typo in source code comments (Fri, 08 Jul 2022 02:28:49 UTC)
- git: d34de8d378b3 - main - crunchide(1): Fix a typo in a comment (Sat, 16 Jul 2022 11:33:07 UTC)
- git: 37a57b5d3517 - main - enetc: Fix a typo in a source code comment (Sat, 16 Jul 2022 11:39:28 UTC)
- git: 63303133a7f9 - main - cxgbe(4): Fix a typo in a source code comment (Sat, 16 Jul 2022 11:39:29 UTC)
- git: d3d3b76c1b61 - main - linux(4): Fix a typo in a source code comment (Sat, 16 Jul 2022 11:39:30 UTC)
- git: e4a203234add - main - qat(4): Fix a typo in a source code comment (Sat, 16 Jul 2022 11:47:31 UTC)
- git: c9856c4ffbda - main - pfctl(8): Fix a typo in a source code comment (Sat, 16 Jul 2022 11:48:41 UTC)
- git: db1c3dbe8295 - main - qat(4): Fix a typo in a source code comment (Sat, 16 Jul 2022 12:26:37 UTC)
- git: ee4dc8211a86 - stable/13 - cxgbe(4): Fix a typo in a source code comment (Tue, 19 Jul 2022 16:01:33 UTC)
- git: 480d18c28f01 - stable/13 - linux(4): Fix a typo in a source code comment (Tue, 19 Jul 2022 16:01:34 UTC)
- git: 9b6ba7db90b0 - stable/13 - crunchide(1): Fix a typo in a comment (Tue, 19 Jul 2022 16:01:36 UTC)
- git: 000e2a5b3dd9 - stable/13 - qat(4): Fix a typo in a source code comment (Tue, 19 Jul 2022 16:01:37 UTC)
- git: a101b1b7f24a - stable/13 - pfctl(8): Fix a typo in a source code comment (Tue, 19 Jul 2022 16:01:38 UTC)
- git: 9fd95378f383 - stable/13 - qat(4): Fix a typo in a source code comment (Tue, 19 Jul 2022 16:01:39 UTC)
- git: 1c759bd4deec - stable/12 - qat(4): Fix a typo in a source code comment (Wed, 27 Jul 2022 15:56:04 UTC)
- git: d3282d0c550c - stable/12 - pfctl(8): Fix a typo in a source code comment (Wed, 27 Jul 2022 15:56:05 UTC)
- git: 6c73ba1a280b - main - cxgb(4): Fix a typo in a source code comment (Sun, 31 Jul 2022 07:59:25 UTC)
- git: a4181a3ec3ee - main - mlx5en(4): Fix a typo in a source code comment (Sun, 31 Jul 2022 08:28:38 UTC)
- git: 37519e3ff390 - main - qlnxe(4): Fix a typo in a source code comment (Sun, 31 Jul 2022 09:35:25 UTC)
- git: e24fd6d66409 - main - bluetooth(3): Fix a typo in a source code comment (Sun, 31 Jul 2022 10:13:34 UTC)
- git: 98b610b50678 - main - uefi(8): Fix a typo in a source code comment (Sun, 31 Jul 2022 10:15:12 UTC)
- git: 2bf1b9984f07 - main - uhsoctl.1: Fix the man page date (Sun, 31 Jul 2022 10:27:31 UTC)
- git: b131efe3e5c8 - main - sh.1: Fix a mandoc warning (Sun, 31 Jul 2022 14:24:10 UTC)
- git: 321dc6ee7e81 - main - find.1: Fix mandoc warnings and mention a useful manpage (Sun, 31 Jul 2022 14:38:38 UTC)
- Graham Perrin
- Hans Petter Selasky
- git: 4437a2e1ddcb - stable/13 - vt: Fix contents of paste buffer for newcons. (Tue, 05 Jul 2022 11:58:10 UTC)
- git: d4dd3c8f8b5b - stable/13 - vt: Improve multi lingual word separation. (Tue, 05 Jul 2022 11:58:11 UTC)
- git: 0996dd7df688 - main - cuse(3): Fix an off-by-one. (Wed, 20 Jul 2022 08:47:07 UTC)
- git: 2ca43c3dba1b - main - cuse(3): Make cuse_vmfree() NULL safe. (Wed, 20 Jul 2022 08:47:08 UTC)
- git: d14b53ee31ca - main - cuse(3): Allow shared memory allocations up to, but excluding 2 GBytes. (Wed, 20 Jul 2022 08:47:10 UTC)
- git: 58a8f6e9ecab - main - cuse(3): Allow allocating a memory buffer of exactly 2 GBytes. (Wed, 20 Jul 2022 08:47:11 UTC)
- git: 280f34c37cc8 - main - cuse(3): Make some clarifications in the manual page. (Wed, 20 Jul 2022 08:47:12 UTC)
- git: cc876e9fa5d1 - stable/13 - cuse(3): Remove PAGE_SIZE from libcuse. (Wed, 27 Jul 2022 09:36:44 UTC)
- git: aeda536e7172 - stable/13 - cuse(3): Fix an off-by-one. (Wed, 27 Jul 2022 09:36:45 UTC)
- git: 412b95f77d99 - stable/13 - cuse(3): Make cuse_vmfree() NULL safe. (Wed, 27 Jul 2022 09:36:46 UTC)
- git: a96a9c689ec8 - stable/13 - cuse(3): Allow shared memory allocations up to, but excluding 2 GBytes. (Wed, 27 Jul 2022 09:36:47 UTC)
- git: b95d9d3b863d - stable/13 - cuse(3): Allow allocating a memory buffer of exactly 2 GBytes. (Wed, 27 Jul 2022 09:36:48 UTC)
- git: 71c5394f6814 - stable/13 - cuse(3): Make some clarifications in the manual page. (Wed, 27 Jul 2022 09:36:49 UTC)
- git: c019a1690b85 - main - hidbus(4): Align refcount checks for hidbus_intr_start() and hidbus_intr_stop(). (Thu, 28 Jul 2022 19:30:49 UTC)
- Jamie Gritton
- Jessica Clarke
- git: 9921563f43a9 - main - libicp: Fix build for powerpc64le (Fri, 01 Jul 2022 00:33:00 UTC)
- git: b0a8333a883b - main - libicp_rescue: Fix build for powerpc64le (Fri, 01 Jul 2022 03:30:09 UTC)
- git: becd9908beb8 - main - rtld-elf: Fix leaks and wild frees in origin_subst (Tue, 12 Jul 2022 16:48:45 UTC)
- git: b18071361209 - main - Makefile.inc1: Add a missing ${dist} to distributeworld for usr/include/i386 (Wed, 13 Jul 2022 23:24:17 UTC)
- Re: git: 6368dcb29228 - main - bsdinstall hostname: Replace dialog with bsddialog (Wed, 13 Jul 2022 23:53:17 UTC)
- Re: git: 6833ac673d98 - main - bsdinstall netconfig: Replace dialog(1) with bsddialog(1) (Wed, 13 Jul 2022 23:53:38 UTC)
- Re: git: 0e5c72c3cc54 - main - bsdinstall time: Replace dialog with bsddialog (Thu, 14 Jul 2022 00:06:56 UTC)
- git: 232cf6be4bc4 - main - certctl: Introduce a new -d <distbase> option (Thu, 14 Jul 2022 00:33:07 UTC)
- git: 7e45839aca71 - main - Makefile.inc1: Fix -DNO_ROOT distributeworld certctl usage (Thu, 14 Jul 2022 00:33:08 UTC)
- git: 445421abc914 - main - Makefile.inc1: Honour DB_FROM_SRC for NO_ROOT distributeworld (Fri, 15 Jul 2022 22:18:02 UTC)
- git: 76c100d63458 - main - etc: Fix distrib-dirs to not rely on a BSDism (Fri, 15 Jul 2022 22:18:03 UTC)
- git: 5e0a749cf132 - main - Makefile.inc1: Set LC_COLLATE in distributeworld for glibc compatibility (Fri, 15 Jul 2022 22:18:04 UTC)
- git: fcf120815897 - main - Makefile.inc1 release bsd.own.mk: Introduce and use TAR_CMD (Fri, 15 Jul 2022 22:18:05 UTC)
- git: cefe58791b0f - main - release: Support GNU stat in mkisoimages.sh (Fri, 15 Jul 2022 22:18:06 UTC)
- git: 17a4a163df85 - main - Revert "Fill in cn_name in struct consdev." (Sat, 23 Jul 2022 21:44:25 UTC)
- git: 3b41ae32124a - main - libcrypto: Work around strict aliasing violations in bn_nist.c (Mon, 25 Jul 2022 17:20:44 UTC)
- John Baldwin
- Re: git: 1f1e2261e341 - main - zfs: merge openzfs/zfs@deb121309 (Fri, 01 Jul 2022 00:29:06 UTC)
- git: 0b09867f6714 - main - Simplify conditional guards for libclang_rt. (Thu, 07 Jul 2022 20:55:14 UTC)
- git: e3f9397aea99 - stable/13 - Add list-old-{dirs,files,libs} targets. (Wed, 13 Jul 2022 16:06:32 UTC)
- git: b52bfacc1e1f - stable/13 - Remove redundant OLD_FILES entries for debug symbols. (Wed, 13 Jul 2022 16:06:33 UTC)
- git: 72d2321142ff - stable/13 - Remove a duplicate entry for libgpib_p.a. (Wed, 13 Jul 2022 16:06:34 UTC)
- git: 80e804d892f4 - stable/13 - Remove lib32 versions of libl. (Wed, 13 Jul 2022 16:06:35 UTC)
- git: 2cead0f6dfa8 - stable/13 - ObsoleteFiles.inc: Add comment regarding optional files (Wed, 13 Jul 2022 16:06:36 UTC)
- git: 7344bc6cb7b4 - stable/13 - Rework documentation of OLD_*. (Wed, 13 Jul 2022 16:06:38 UTC)
- git: 454aedb165f3 - stable/13 - Use MOVED_LIBS for libraries moved between /usr/lib and /lib. (Wed, 13 Jul 2022 16:06:39 UTC)
- git: 29434f6ee720 - stable/13 - Use MOVED_LIBS for the libalias modules being moved to /lib. (Wed, 13 Jul 2022 16:06:40 UTC)
- git: ff9082bd52ee - stable/13 - ObsoleteFiles: move libelf.so.2 to MOVED_LIBS (Wed, 13 Jul 2022 16:06:41 UTC)
- git: 84d246823ece - stable/13 - check/delete-old: Auto-generate lib32 entries for libraries. (Wed, 13 Jul 2022 16:06:42 UTC)
- git: 2473824a16eb - stable/13 - Don't implicitly pull in most of 'device crypto' for 'options IPSEC'. (Wed, 13 Jul 2022 16:47:31 UTC)
- git: 5e08ce742141 - stable/13 - vmm: Destroy character devices synchronously. (Wed, 13 Jul 2022 16:47:32 UTC)
- git: 558cb98269d9 - stable/13 - gcore: Remove unused elf_note_arm_vfp function. (Wed, 13 Jul 2022 16:47:33 UTC)
- git: 4f8a3bb601ad - stable/13 - gcore: Don't hardcode VM write permissions. (Wed, 13 Jul 2022 16:47:35 UTC)
- git: 46b46bb77405 - stable/13 - hwpmc: Permit the minimum sampling count to be set as a sysctl. (Wed, 13 Jul 2022 16:47:36 UTC)
- git: 1a2520a3d7b4 - stable/13 - ktls_test: Add a helper function to close sockets. (Wed, 13 Jul 2022 16:47:37 UTC)
- git: 3736087e5815 - stable/13 - ktls_test: Permit connecting to a remote echo server for tests. (Wed, 13 Jul 2022 16:47:38 UTC)
- git: 50959e884063 - stable/13 - ktls_test: Permit an option to skip tests not using ifnet TLS. (Wed, 13 Jul 2022 16:47:39 UTC)
- git: 498f1c8ed2cf - stable/13 - rc.d/ntpd: Restart ntpd when resuming from sleep. (Wed, 13 Jul 2022 16:47:40 UTC)
- git: b45594b2713a - stable/13 - firmware: Map '@' in filenames to '_' in symbols. (Wed, 13 Jul 2022 16:47:41 UTC)
- git: 74a790b760a9 - stable/13 - newvers.sh: Don't use return to exit. (Wed, 13 Jul 2022 16:47:43 UTC)
- git: 041857e57b3d - stable/13 - pmcannotate: Don't increment end address passed to objdump -d. (Wed, 13 Jul 2022 16:47:44 UTC)
- git: 516846b25648 - stable/13 - mptable_hostb: Use legacy_get_pcibus() to fetch PCI bus number. (Wed, 13 Jul 2022 16:47:45 UTC)
- git: 2ca500f19627 - stable/13 - x86 mptable: Include <x86/legacvar.h> for legacy_get_pcibus(). (Wed, 13 Jul 2022 16:47:46 UTC)
- git: 71b19e1b9ccb - stable/13 - gcore: Remove unused typedefs. (Wed, 13 Jul 2022 16:47:47 UTC)
- git: 89d070d03c60 - stable/13 - Add register sets for NT_THRMISC and NT_PTLWPINFO. (Wed, 13 Jul 2022 16:47:48 UTC)
- git: 6ab064ac064f - stable/13 - gcore: Use PT_GETREGSET for NT_THRMISC and NT_PTLWPINFO. (Wed, 13 Jul 2022 16:47:49 UTC)
- git: b53f356918f8 - stable/13 - crypto: Fix assertions for digest-only sessions with separate output. (Wed, 13 Jul 2022 16:47:51 UTC)
- git: ece27cdfb33c - stable/12 - mptable_hostb: Use legacy_get_pcibus() to fetch PCI bus number. (Wed, 13 Jul 2022 17:53:32 UTC)
- git: 4e2ddb0d416e - stable/12 - x86 mptable: Include <x86/legacvar.h> for legacy_get_pcibus(). (Wed, 13 Jul 2022 17:53:33 UTC)
- git: 5d7b7a98e5ed - stable/13 - etcupdate: Don't rotate trees for a dry run. (Wed, 13 Jul 2022 18:01:27 UTC)
- git: 8660d530f72f - stable/13 - etcupdate: Preserve permissions when installing a resolved file. (Wed, 13 Jul 2022 18:01:28 UTC)
- git: c4aa309d232c - stable/12 - etcupdate: Don't rotate trees for a dry run. (Wed, 13 Jul 2022 18:01:34 UTC)
- git: 101639e97886 - stable/12 - etcupdate: Preserve permissions when installing a resolved file. (Wed, 13 Jul 2022 18:01:35 UTC)
- git: 68cbaf755c03 - stable/13 - Make it clear we're running clang-12 for the GH actions (Wed, 13 Jul 2022 18:44:56 UTC)
- git: f85c2be7d532 - stable/13 - .github: Update compilers used for cross-build testing. (Wed, 13 Jul 2022 18:44:57 UTC)
- git: 0d53db064e87 - stable/13 - .github: Cross-build aarch64 as well as amd64 kernels. (Wed, 13 Jul 2022 18:44:58 UTC)
- git: 643b3b382d06 - stable/13 - .github: Add a build on Ubuntu 22.04 using llvm 14. (Wed, 13 Jul 2022 18:44:59 UTC)
- git: fd01963cc3db - stable/13 - usr.bin/dtc: Include <limits> for std::numeric_limits<>. (Wed, 13 Jul 2022 18:48:23 UTC)
- git: bbe969eb91eb - stable/13 - crypto.ko: Add hchacha20 from libsodium. (Wed, 13 Jul 2022 19:43:23 UTC)
- git: a4eea5804d5c - stable/13 - crypto: Add a simple API for [X]ChaCha20-Poly1035 on flat buffers. (Wed, 13 Jul 2022 19:43:24 UTC)
- git: b29bd06e67d2 - stable/13 - crypto: Add an API supporting curve25519. (Wed, 13 Jul 2022 19:43:25 UTC)
- git: 8e6cfc632cf6 - stable/13 - Bump __FreeBSD_version for new <crypto/*.h> headers. (Wed, 13 Jul 2022 19:43:26 UTC)
- Re: git: c728c56c870a - main - kqueue tests: Add file and line info to some test failure output (Thu, 14 Jul 2022 18:33:50 UTC)
- Re: git: c728c56c870a - main - kqueue tests: Add file and line info to some test failure output (Thu, 14 Jul 2022 19:10:48 UTC)
- git: a6c3e5fa39a0 - main - gcore: Trim stale bits from elf32core.c. (Thu, 14 Jul 2022 20:04:41 UTC)
- git: a985fad6e054 - main - depend-cleanup.sh: Handle kqtest being renamed to kqueue_test. (Thu, 14 Jul 2022 20:04:42 UTC)
- git: fea89a2804ad - main - Add sched_ithread_prio to set the base priority of an interrupt thread. (Thu, 14 Jul 2022 20:15:34 UTC)
- git: ed998d1c24db - main - ithreads: Support priority adjustment by schedulers. (Thu, 14 Jul 2022 20:15:35 UTC)
- git: 954cffe95de1 - main - ule: Simplistic time-sharing for interrupt threads. (Thu, 14 Jul 2022 20:15:37 UTC)
- git: 40efe74352cf - main - 4bsd: Simplistic time-sharing for interrupt threads. (Thu, 14 Jul 2022 20:15:38 UTC)
- git: 2cf7870864ea - main - Collapse interrupt thread priorities. (Thu, 14 Jul 2022 20:15:39 UTC)
- git: b62848b0c3ff - main - Reclaim unused ithread priorities for user time-sharing threads. (Thu, 14 Jul 2022 20:15:40 UTC)
- Re: git: 66605ff791b1 - main - tcp: Undo the increase in sequence number by 1 due to the FIN flag in case of a transient error. (Fri, 15 Jul 2022 17:50:54 UTC)
- Re: git: f6ac79fb12f3 - main - Introduce the PROC_SIGCODE() macro (Mon, 18 Jul 2022 17:06:21 UTC)
- Re: git: 84bf2bbbecc3 - main - stand: constrain zlib/gzip CFLAGS better (Wed, 20 Jul 2022 22:13:28 UTC)
- Re: git: 3dbe05f61b65 - main - Suppress unused variable warning in mfi.c (Wed, 20 Jul 2022 22:19:23 UTC)
- git: b43b8f81578c - main - mac_ddb: Only include the vnet validator in VIMAGE kernels. (Wed, 20 Jul 2022 23:03:26 UTC)
- Re: git: 151abc80cde7 - main - if_vlan: avoid hash table thrashing when adding and removing entries (Mon, 25 Jul 2022 16:20:52 UTC)
- git: ea8f128c7c17 - main - pmap_mapdev: Consistently use vm_paddr_t for the first argument. (Thu, 28 Jul 2022 22:55:40 UTC)
- Jung-uk Kim
- git: 54ae8e38f717..f874e59ffcd8 - vendor/openssl - vendor branch updated (Tue, 05 Jul 2022 15:30:06 UTC)
- git: fe8890cdc3f1 - Create tag vendor/openssl/1.1.1q (Tue, 05 Jul 2022 15:30:06 UTC)
- git: 64cbf7cebc3b - main - OpenSSL: Merge OpenSSL 1.1.1q (Tue, 05 Jul 2022 16:08:07 UTC)
- git: 25fb25159237 - main - OpenSSL: Regen manual pages for OpenSSL 1.1.1q (Tue, 05 Jul 2022 16:08:09 UTC)
- git: 9576bca5834b - main - OpenSSL: Regen assembly file for OpenSSSL 1.1.1q (Tue, 05 Jul 2022 16:08:10 UTC)
- git: d4ba033164d0 - stable/13 - OpenSSL: Merge OpenSSL 1.1.1q (Tue, 05 Jul 2022 16:28:20 UTC)
- git: 7b456c974305 - stable/13 - OpenSSL: Regen manual pages for OpenSSL 1.1.1q (Tue, 05 Jul 2022 16:28:22 UTC)
- git: 376acb064839 - stable/13 - OpenSSL: Regen assembly file for OpenSSSL 1.1.1q (Tue, 05 Jul 2022 16:28:23 UTC)
- git: c83325e95a98 - stable/12 - OpenSSL: Merge OpenSSL 1.1.1q (Tue, 05 Jul 2022 16:42:07 UTC)
- git: e447a62c145f - stable/12 - OpenSSL: Regen manual pages for OpenSSL 1.1.1q (Tue, 05 Jul 2022 16:42:09 UTC)
- git: f62c92421c93 - stable/12 - OpenSSL: Regen assembly file for OpenSSSL 1.1.1q (Tue, 05 Jul 2022 16:42:10 UTC)
- git: f874e59ffcd8 - vendor/openssl-1.1.1 - vendor branch created (Thu, 21 Jul 2022 01:24:14 UTC)
- Juraj Lutter
- Justin Hibbits
- Ka Ho Ng
- Kirk McKusick
- git: f3f5368dfbef - main - Bug fix to UFS/FFS superblock integrity checks when reading a superblock. (Wed, 06 Jul 2022 21:45:56 UTC)
- git: 9e1f44d044a5 - main - Bug fix to UFS/FFS superblock integrity checks when reading a superblock. (Wed, 06 Jul 2022 21:45:57 UTC)
- git: 5bc926af9fd1 - main - Bug fix to UFS/FFS superblock integrity checks when reading a superblock. (Wed, 06 Jul 2022 21:45:58 UTC)
- git: e349fcc80aa2 - stable/13 - Eliminate set but not used variable. (Fri, 08 Jul 2022 21:46:28 UTC)
- git: cb59f7dd2201 - stable/13 - Correctly update fs_dsize in growfs(8) (Fri, 08 Jul 2022 21:46:29 UTC)
- git: 064e6b4303d8 - main - Rewrite function definitions in the UFS/FFS code base with identifier lists. (Wed, 13 Jul 2022 21:08:51 UTC)
- git: c792466f878a - main - Fix build from 064e6b4. (Wed, 13 Jul 2022 23:53:29 UTC)
- git: 2e66649e4f34 - main - Another fix to build from 064e6b4. (Thu, 14 Jul 2022 04:05:31 UTC)
- git: 90e29718cffc - main - Clarify when GEOM utilities exit with success or failure. (Sat, 16 Jul 2022 17:27:23 UTC)
- git: 904347a00c1f - main - Additional check for UFS/FFS superblock integrity checks. (Sat, 16 Jul 2022 17:33:12 UTC)
- git: 8d4ccb9da296 - stable/13 - Rewrite function definitions in the UFS/FFS code base with identifier lists. (Wed, 20 Jul 2022 19:50:23 UTC)
- git: 7c332e97bbd3 - main - Ask to look for alternate UFS2 superblocks when the standard one is unusable. (Thu, 21 Jul 2022 05:52:40 UTC)
- git: f030f1102c62 - main - Delete UFS2 backup superblock recovery info when building a UFS1 filesystem. (Thu, 21 Jul 2022 05:52:41 UTC)
- git: 36e08b0127f9 - main - Bug fix to UFS/FFS superblock integrity checks when reading a superblock. (Thu, 21 Jul 2022 05:52:42 UTC)
- git: 1297a704d991 - main - Output fs_csaddr rather than fs_old_csaddr for UFS1 filesystems. (Mon, 25 Jul 2022 01:12:55 UTC)
- git: bf24d17fda75 - main - Have dumpfs(8) ignore superblock check-hash failures. (Mon, 25 Jul 2022 01:12:56 UTC)
- git: 82e72f1d12fa - main - Add d_sblockloc to libufs(3) disk structure to allow options to be added. (Mon, 25 Jul 2022 01:12:57 UTC)
- git: 58cb3626762d - main - Fix for 90e2971 that caused some geli commands to return the wrong exit status. (Fri, 29 Jul 2022 18:12:10 UTC)
- git: 548045bf57c4 - main - Updates to UFS/FFS superblock integrity checks when reading a superblock. (Sun, 31 Jul 2022 05:35:40 UTC)
- git: b21582ee03ec - main - Add a flags parameter to the ffs_sbget() function that reads UFS superblocks. (Sun, 31 Jul 2022 05:51:45 UTC)
- git: 3e40d2cc61a0 - main - Fix for 548045b a too aggressive UFS superblock integrity check. (Sun, 31 Jul 2022 14:50:11 UTC)
- Konstantin Belousov
- git: 96251798e010 - stable/13 - vfs_op_exit(): assert that mnt_vfs_ops stays non-zero for unmount or suspend (Wed, 06 Jul 2022 12:33:49 UTC)
- git: 8ddf0f738c5f - stable/13 - Add MPASSERT() and MPPASS() macros (Wed, 06 Jul 2022 12:33:50 UTC)
- git: 36960099a008 - stable/13 - vfs_mount.c: convert explicit panics and KASSERTs to MPASSERT/MPPASS (Wed, 06 Jul 2022 12:33:51 UTC)
- git: ab5ef5fb6355 - main - ufs_rename(): do not treat ERELOOKUP specially (Wed, 06 Jul 2022 12:35:19 UTC)
- git: 513e1bbc7392 - main - ufs_rename(): revert the bump of fvp nlink count in case of EMLINK for tdvp (Wed, 06 Jul 2022 12:35:20 UTC)
- git: 0aa68d5fbedb - stable/13 - UFS rename: make it reliable when using SU and reaching nlink limit (Wed, 13 Jul 2022 08:48:35 UTC)
- git: a924a143ddfe - stable/13 - ufs_rename(): do not treat ERELOOKUP specially (Wed, 13 Jul 2022 08:48:36 UTC)
- git: c41bc565749d - stable/13 - ufs_rename(): revert the bump of fvp nlink count in case of EMLINK for tdvp (Wed, 13 Jul 2022 08:48:37 UTC)
- Re: git: fc90f3a28145 - main - ktrace: Increase precision of timestamps. (Sat, 16 Jul 2022 13:52:28 UTC)
- Re: git: fc90f3a28145 - main - ktrace: Increase precision of timestamps. (Mon, 18 Jul 2022 10:07:24 UTC)
- Re: git: fc90f3a28145 - main - ktrace: Increase precision of timestamps. (Mon, 18 Jul 2022 12:09:29 UTC)
- Re: git: 4e2121c10afc - main - mac_ddb: add some validation functions (Tue, 19 Jul 2022 14:26:57 UTC)
- Re: git: 000321bab7be - main - namespace nv names, version libnv and libnvpair library symbols (Thu, 21 Jul 2022 17:23:34 UTC)
- Re: git: 78ee8d1c4cda - main - qat: Import a new Intel (R) QAT driver (Thu, 28 Jul 2022 07:28:16 UTC)
- Re: git: 78ee8d1c4cda - main - qat: Import a new Intel (R) QAT driver (Thu, 28 Jul 2022 13:42:45 UTC)
- git: 4690e20eed17 - main - tools/uma/smrstress: fix kthread exit (Sat, 30 Jul 2022 21:40:52 UTC)
- Kornel Dulęba
- git: ab453714fc90 - main - Add myself(kd) as src commiter and mw/emaste as my co-mentors (Fri, 01 Jul 2022 06:15:28 UTC)
- git: 3b8d04f845b4 - main - igc: Change default duplex setting (Fri, 01 Jul 2022 06:15:29 UTC)
- git: 9dbacce2d48a - main - lockstat: Fix construction of comparision predicates (Mon, 04 Jul 2022 14:25:12 UTC)
- git: 665482590757 - main - e6000sw: Fix direct register write logic (Mon, 04 Jul 2022 14:25:13 UTC)
- git: f6ac79fb12f3 - main - Introduce the PROC_SIGCODE() macro (Mon, 18 Jul 2022 14:29:44 UTC)
- git: 361971fbca5f - main - Rework how shared page related data is stored (Mon, 18 Jul 2022 14:29:46 UTC)
- git: 939f0b6323e0 - main - Implement shared page address randomization (Mon, 18 Jul 2022 14:29:47 UTC)
- git: 94c272b4c6cc - stable/13 - igc: Change default duplex setting (Tue, 19 Jul 2022 09:57:49 UTC)
- git: 0627a69cd8ed - stable/13 - e6000sw: Fix direct register write logic (Tue, 19 Jul 2022 09:57:50 UTC)
- git: f470bff421ff - stable/13 - lockstat: Fix construction of comparision predicates (Tue, 19 Jul 2022 09:57:51 UTC)
- git: 0f39272b883a - stable/13 - stand/uboot: setup archsw before probing devices (Tue, 19 Jul 2022 09:57:52 UTC)
- git: 10192e77cfac - stable/13 - Enable ASLR by default for 64-bit executables (Tue, 19 Jul 2022 09:57:53 UTC)
- git: fec5791f9846 - stable/13 - Revert "bsdinstall: add knob to set ASLR sysctls" (Tue, 19 Jul 2022 09:57:54 UTC)
- git: 82042465c3b5 - main - icmp6: Improve validation of PMTU (Wed, 27 Jul 2022 14:14:39 UTC)
- git: 863871d369f8 - main - ipsec: Improve validation of PMTU (Wed, 27 Jul 2022 14:14:40 UTC)
- Kristof Provost
- git: 9f7c81eb337a - main - if_ovpn: deal with v4 mapped IPv6 addresses (Fri, 01 Jul 2022 08:07:50 UTC)
- git: 5fb35badc0d5 - main - if_ovpn tests: IPv4-mapped IPv6 address test (Fri, 01 Jul 2022 08:07:52 UTC)
- git: 6c77f8f0e0d8 - main - if_ovpn: handle m_pullup() failure (Fri, 01 Jul 2022 08:07:53 UTC)
- git: ba3b6b938db7 - main - pf: handle dummynet for non-IP packets (Fri, 01 Jul 2022 12:40:32 UTC)
- git: cbb019b831ad - main - dummynet: fix ip_dn_vnet_init() / dummynet_task() race (Tue, 05 Jul 2022 17:55:47 UTC)
- git: 6ba6c05cb2d4 - main - if_ovpn: deal with short packets (Tue, 05 Jul 2022 17:55:48 UTC)
- git: 37f604b49d4a - main - vnet: make VNET_FOREACH() always be a loop (Thu, 07 Jul 2022 08:44:55 UTC)
- git: 6d1471fda81a - main - pf tests: support packet size range in pft_ether.py (Mon, 11 Jul 2022 19:58:09 UTC)
- git: 16899291de68 - main - dummynet: check for ifp on all PROTO_LAYER2 packets (Mon, 11 Jul 2022 20:27:38 UTC)
- git: 59219dde9a7b - main - if_ovpn: fix mbuf leak (Tue, 12 Jul 2022 12:48:28 UTC)
- git: 0361f165f219 - main - ipsec: replace SECASVAR mtx by rmlock (Tue, 19 Jul 2022 03:27:53 UTC)
- git: 000321bab7be - main - namespace nv names, version libnv and libnvpair library symbols (Thu, 21 Jul 2022 16:36:46 UTC)
- git: 663f556b03a8 - main - if_vlan: allow vlan and vlanproto to be changed (Thu, 21 Jul 2022 16:36:47 UTC)
- git: b82b8055ad44 - main - ifconfig: fix vlan/vlanproto reconfiguration (Thu, 21 Jul 2022 16:36:48 UTC)
- git: cfee1417fbc2 - main - if_vlan tests: Test changing vlan ID (Thu, 21 Jul 2022 16:36:49 UTC)
- git: 06016a40d680 - main - libnvpair: install libnvpair.h (Thu, 21 Jul 2022 16:36:50 UTC)
- Re: git: 000321bab7be - main - namespace nv names, version libnv and libnvpair library symbols (Thu, 21 Jul 2022 18:12:30 UTC)
- git: e4c36b7aa952 - main - libnv: bump library version (Thu, 21 Jul 2022 22:23:28 UTC)
- git: 151abc80cde7 - main - if_vlan: avoid hash table thrashing when adding and removing entries (Fri, 22 Jul 2022 23:19:14 UTC)
- Re: git: 151abc80cde7 - main - if_vlan: avoid hash table thrashing when adding and removing entries (Fri, 22 Jul 2022 23:27:45 UTC)
- Re: git: 151abc80cde7 - main - if_vlan: avoid hash table thrashing when adding and removing entries (Tue, 26 Jul 2022 09:03:47 UTC)
- git: 13890d30f8b2 - main - altq: improve pfctl config time for large numbers of queues (Thu, 28 Jul 2022 20:11:47 UTC)
- git: 150486f6a940 - main - Introduce and use the NET_EPOCH_DRAIN_CALLBACKS() macro (Fri, 29 Jul 2022 19:21:46 UTC)
- Kyle Evans
- Larry Rosenman
- Li-Wen Hsu
- Marcin Wojtas
- git: 1323f0aa9cb0 - main - stand/uboot: setup archsw before probing devices (Fri, 01 Jul 2022 11:37:19 UTC)
- git: 38d036e91a8c - main - ena: Align req_id and qid print order (Wed, 06 Jul 2022 15:06:33 UTC)
- git: 3324e304c14d - main - ena: Fix LLQ descriptor reconfiguration (Wed, 06 Jul 2022 15:06:34 UTC)
- git: 25b64933a48c - main - ena: Update driver version to v2.6.1 (Wed, 06 Jul 2022 15:06:35 UTC)
- git: 469290648005 - main - e6000sw: add readphy and writephy wrappers (Thu, 07 Jul 2022 16:44:54 UTC)
- git: afc13757eaa9 - stable/13 - ena: Add ena_ring_tx_doorbell() function (Tue, 26 Jul 2022 19:30:48 UTC)
- git: 963a1b06d9b7 - stable/13 - ena: Move reset completion logging to the reset function (Tue, 26 Jul 2022 19:30:49 UTC)
- git: 274af2948a31 - stable/13 - ena: Extend debug prints for invalid req_id resets (Tue, 26 Jul 2022 19:30:50 UTC)
- git: 609b1df672c2 - stable/13 - ena: Prevent LLQ initialization when membar isn't exposed (Tue, 26 Jul 2022 19:30:51 UTC)
- git: c41b1259ceb1 - stable/13 - ena: Store ticks of last Tx cleanup (Tue, 26 Jul 2022 19:30:52 UTC)
- git: c5da1ee63d03 - stable/13 - ena: Use atomic_load/store functions for first_interrupt variable (Tue, 26 Jul 2022 19:30:54 UTC)
- git: aea2edcc00a1 - stable/13 - ena: Move ena_copy_eni_metrics into separate task (Tue, 26 Jul 2022 19:30:55 UTC)
- git: 5d747111151d - stable/13 - ena: Use device_set_desc in probe (Tue, 26 Jul 2022 19:30:56 UTC)
- git: cbbecd257ed6 - stable/13 - ena: Fix styling issues (Tue, 26 Jul 2022 19:30:57 UTC)
- git: af445a63a3d8 - stable/13 - ena: Remove write-only datapath variable (Tue, 26 Jul 2022 19:30:58 UTC)
- git: 96c5c2901c51 - stable/13 - ena: Align names of constants (Tue, 26 Jul 2022 19:30:59 UTC)
- git: 3d5fed51ed46 - stable/13 - ena: Fix invalid KASSERT test in netmap code (Tue, 26 Jul 2022 19:31:00 UTC)
- git: 43e446ede277 - stable/13 - ena: Update driver version to v2.6.0 (Tue, 26 Jul 2022 19:31:02 UTC)
- git: d91776d81bb2 - stable/13 - ena: Make first_interrupt a uint8_t (Tue, 26 Jul 2022 19:31:03 UTC)
- git: 0ed37def561f - stable/13 - ena: Align req_id and qid print order (Tue, 26 Jul 2022 19:31:04 UTC)
- git: e8253e47e1dc - stable/13 - ena: Fix LLQ descriptor reconfiguration (Tue, 26 Jul 2022 19:31:05 UTC)
- git: a72bdc8b3776 - stable/13 - ena: Update driver version to v2.6.1 (Tue, 26 Jul 2022 19:31:06 UTC)
- git: b53231f40cc5 - stable/12 - ena: Add ena_ring_tx_doorbell() function (Tue, 26 Jul 2022 19:33:19 UTC)
- git: 0ee8440d1334 - stable/12 - ena: Move reset completion logging to the reset function (Tue, 26 Jul 2022 19:33:20 UTC)
- git: a244d6ec4ea8 - stable/12 - ena: Extend debug prints for invalid req_id resets (Tue, 26 Jul 2022 19:33:21 UTC)
- git: bb98012e39ac - stable/12 - ena: Prevent LLQ initialization when membar isn't exposed (Tue, 26 Jul 2022 19:33:22 UTC)
- git: fdeb262d1861 - stable/12 - ena: Store ticks of last Tx cleanup (Tue, 26 Jul 2022 19:33:24 UTC)
- git: b423f9fd210a - stable/12 - ena: Use atomic_load/store functions for first_interrupt variable (Tue, 26 Jul 2022 19:33:25 UTC)
- git: ed037ffb2c05 - stable/12 - ena: Move ena_copy_eni_metrics into separate task (Tue, 26 Jul 2022 19:33:26 UTC)
- git: c093a162a2ac - stable/12 - ena: Use device_set_desc in probe (Tue, 26 Jul 2022 19:33:27 UTC)
- git: 26d0d8bd1b3e - stable/12 - ena: Fix styling issues (Tue, 26 Jul 2022 19:33:28 UTC)
- git: aabc314c3fff - stable/12 - ena: Remove write-only datapath variable (Tue, 26 Jul 2022 19:33:29 UTC)
- git: 4568630d8905 - stable/12 - ena: Align names of constants (Tue, 26 Jul 2022 19:33:30 UTC)
- git: b672b9ef77d7 - stable/12 - ena: Fix invalid KASSERT test in netmap code (Tue, 26 Jul 2022 19:33:31 UTC)
- git: 7f12992281c7 - stable/12 - ena: Update driver version to v2.6.0 (Tue, 26 Jul 2022 19:33:33 UTC)
- git: 5393b9247fb0 - stable/12 - ena: Make first_interrupt a uint8_t (Tue, 26 Jul 2022 19:33:34 UTC)
- git: e6e5305132d3 - stable/12 - ena: Align req_id and qid print order (Tue, 26 Jul 2022 19:33:35 UTC)
- git: 417cd20ee3c4 - stable/12 - ena: Fix LLQ descriptor reconfiguration (Tue, 26 Jul 2022 19:33:36 UTC)
- git: 1a97579ae67a - stable/12 - ena: Update driver version to v2.6.1 (Tue, 26 Jul 2022 19:33:37 UTC)
- Mark Johnston
- git: b72f1f451689 - main - ena: Make first_interrupt a uint8_t (Fri, 01 Jul 2022 15:31:05 UTC)
- git: 8179db52c2c8 - main - crypto: Fix the NULL_HMAC finalizer (Fri, 01 Jul 2022 15:31:06 UTC)
- git: 99df914899f5 - main - crypto: Validate return values from CRYPTODEV_PROCESS() (Fri, 01 Jul 2022 15:31:07 UTC)
- git: de0b1239dfa4 - stable/13 - vm: Fix racy checks for swap objects (Mon, 04 Jul 2022 13:07:18 UTC)
- git: af5ea5cccefa - stable/13 - wait.2: Remove sys/types.h from the list of required headers (Thu, 07 Jul 2022 17:05:54 UTC)
- git: f05fe671d262 - stable/13 - libsysdecode: Grab some more ioctl definitions from CAM (Thu, 07 Jul 2022 17:05:56 UTC)
- git: 77712e81bf99 - stable/13 - crypto: Fix the NULL_HMAC finalizer (Fri, 08 Jul 2022 00:47:12 UTC)
- git: 1228a047aa65 - main - libvmm: add __BEGIN_DECLS/__END_DECLS for linking with c++ binaries (Mon, 11 Jul 2022 19:58:56 UTC)
- git: b57be759d079 - main - vm_fault: Fix some nits in vm_fault_copy_entry() (Mon, 11 Jul 2022 19:58:58 UTC)
- git: 35dd6d6cb562 - main - sched_ule: Eliminate a superfluous local variable in tdq_move() (Mon, 11 Jul 2022 19:58:59 UTC)
- git: ef80894c9d01 - main - sched_ule: Purge an obsolete comment (Mon, 11 Jul 2022 19:59:00 UTC)
- git: ba71333f6049 - main - sched_ule: Fix a typo in a comment (Mon, 11 Jul 2022 19:59:01 UTC)
- git: ebb3cb61958d - main - eventtimer: Pass a pcpu state pointer to getnext(cpu)event() (Mon, 11 Jul 2022 19:59:02 UTC)
- git: a889a65ba369 - main - eventtimer: Fix several races in the timer reload code (Mon, 11 Jul 2022 19:59:03 UTC)
- git: 93cd28ea82bb - main - uma: Use a taskqueue to execute uma_timeout() (Mon, 11 Jul 2022 19:59:04 UTC)
- git: ece453d5fade - main - eventtimer: Simplify KTR traces (Mon, 11 Jul 2022 19:59:06 UTC)
- git: 6b3897408521 - main - vm_object: Modify various drivers to allocate OBJT_SWAP objects (Tue, 12 Jul 2022 13:10:38 UTC)
- git: e1979b45b637 - main - vm_object: Assert that overcommit charge is released in the object dtor (Tue, 12 Jul 2022 13:10:39 UTC)
- git: 70b2996120a7 - main - vm_map: Simplify a call to vm_object_allocate_anon() (Tue, 12 Jul 2022 13:10:40 UTC)
- git: 31508912d864 - main - uma: Apply a missed piece of review feedback from D35738 (Wed, 13 Jul 2022 13:30:46 UTC)
- git: eaab493eee89 - main - git-arc: Fix the -y option (Wed, 13 Jul 2022 13:30:47 UTC)
- git: eee9aab9cb5a - main - vm_mmap: Remove obsolete code and comments from vm_mmap() (Wed, 13 Jul 2022 14:04:38 UTC)
- git: 38e1d32dabc0 - main - callout: Simplify cpuid validation in callout_reset_sbt_on() (Wed, 13 Jul 2022 14:04:39 UTC)
- git: ef221ff64532 - main - time: Make realitexpire() local to kern_time.c (Wed, 13 Jul 2022 14:04:41 UTC)
- git: 5687381276d4 - stable/13 - pf: Ensure that pfiio_name is always nul terminated (Thu, 14 Jul 2022 13:50:25 UTC)
- git: eedf9f1e93bd - stable/13 - pf: Make sure that pfi_update_status() always zeros counters (Thu, 14 Jul 2022 13:50:26 UTC)
- git: a70c03b2d383 - stable/13 - pipe: Use a distinct wait channel for I/O serialization (Thu, 14 Jul 2022 13:50:27 UTC)
- git: 6d3f74a14a83 - main - sched_ule: Fix racy loads of pc_curthread (Thu, 14 Jul 2022 14:47:35 UTC)
- git: 0927ff78147b - main - sched_ule: Enable preemption of curthread in the load balancer (Thu, 14 Jul 2022 14:47:36 UTC)
- git: 03f868b163ad - main - x86: Add a required store-load barrier in cpu_idle() (Thu, 14 Jul 2022 14:47:37 UTC)
- git: 11484ad8a2b0 - main - sched_ule: Use explicit atomic accesses for tdq fields (Thu, 14 Jul 2022 14:47:38 UTC)
- git: 6cbc4ceb7aa0 - main - sched_ule: Use the correct atomic_load variant for tdq_lowpri (Thu, 14 Jul 2022 19:48:18 UTC)
- git: d9da2f90cbec - stable/13 - loader: Relax the check in is_kernphys_relocatable() (Fri, 15 Jul 2022 16:34:02 UTC)
- git: 8191ad0c0302 - stable/13 - crypto: Validate return values from CRYPTODEV_PROCESS() (Fri, 15 Jul 2022 16:34:03 UTC)
- Re: git: 6cbc4ceb7aa0 - main - sched_ule: Use the correct atomic_load variant for tdq_lowpri (Fri, 15 Jul 2022 22:26:45 UTC)
- Re: git: 03f868b163ad - main - x86: Add a required store-load barrier in cpu_idle() (Sun, 17 Jul 2022 10:16:24 UTC)
- git: 5d32157d4e5c - main - vm_object: Modify vm_object_allocate_anon() to return OBJT_SWAP objects (Sun, 17 Jul 2022 11:24:15 UTC)
- git: cb6757c0a60a - main - swap_pager: Removing handling for objects with OBJ_SWAP clear (Sun, 17 Jul 2022 11:24:16 UTC)
- git: fffc1c594a73 - main - vm_object: Release object swap charge in the swap pager destructor (Sun, 17 Jul 2022 11:24:17 UTC)
- git: 0cb2610ee2dc - main - vm: Remove handling for OBJT_DEFAULT objects (Sun, 17 Jul 2022 11:24:18 UTC)
- git: fff19e0ed2f3 - main - vm_object: Remove redundant OBJ_SWAP checks (Sun, 17 Jul 2022 11:24:19 UTC)
- git: 1424f65bbcb3 - main - vm_pager: Remove the default pager (Sun, 17 Jul 2022 11:24:20 UTC)
- git: 7f3c78fbc9b4 - main - vm_pager: Remove references to KVME_TYPE_DEFAULT in the kernel (Sun, 17 Jul 2022 11:24:21 UTC)
- git: aac7c7ac5458 - main - callout: Remove a redundant parameter to callout_cc_add() (Sun, 17 Jul 2022 17:58:39 UTC)
- git: 46eab86035a1 - main - callout: Simplify the inner loop in callout_process() a bit (Sun, 17 Jul 2022 17:58:40 UTC)
- git: 27f3d9f70db3 - stable/13 - libvmm: add __BEGIN_DECLS/__END_DECLS for linking with c++ binaries (Mon, 18 Jul 2022 13:21:42 UTC)
- git: e3bfd781931a - stable/13 - sched_ule: Purge an obsolete comment (Mon, 18 Jul 2022 13:21:43 UTC)
- git: 24792b0f667d - stable/13 - sched_ule: Eliminate a superfluous local variable in tdq_move() (Mon, 18 Jul 2022 13:21:44 UTC)
- git: 8342f4b1ef97 - stable/13 - sched_ule: Fix a typo in a comment (Mon, 18 Jul 2022 13:21:46 UTC)
- git: d5e5bd96dc4e - stable/13 - eventtimer: Pass a pcpu state pointer to getnext(cpu)event() (Mon, 18 Jul 2022 13:21:47 UTC)
- git: ddd9004e7a5d - main - Bump __FreeBSD_version after the removal of OBJT_DEFAULT (Mon, 18 Jul 2022 13:46:14 UTC)
- git: bd980ca847b7 - main - sched_ule: Ensure we hold the thread lock when modifying td_flags (Mon, 18 Jul 2022 20:17:22 UTC)
- git: 709550b451e3 - stable/13 - vm_map: Simplify a call to vm_object_allocate_anon() (Tue, 19 Jul 2022 13:48:15 UTC)
- git: 0a356f1eb989 - stable/13 - vm_object: Assert that overcommit charge is released in the object dtor (Tue, 19 Jul 2022 13:48:16 UTC)
- git: f82f93ffc12d - stable/13 - rc: Add a zpoolreguid rc.d script (Tue, 19 Jul 2022 14:09:25 UTC)
- git: effaa7a6d2a9 - stable/13 - rc: Fix quoting in the zpoolreguid script (Tue, 19 Jul 2022 14:09:26 UTC)
- git: b2e2412d150c - stable/13 - geli: Add a chicken switch for unmapped I/O (Tue, 19 Jul 2022 14:09:27 UTC)
- git: b7806e7bae20 - stable/13 - ktls: Zero out TLS_GET_RECORD control messages (Tue, 19 Jul 2022 14:09:29 UTC)
- git: e6d31b4b70f0 - stable/13 - timecounter: Load the currently selected tc once in tc_windup() (Tue, 19 Jul 2022 14:09:30 UTC)
- git: 927c85811494 - stable/13 - x86: Check for APIC presence only if DEV_ATPIC is defined (Tue, 19 Jul 2022 14:09:31 UTC)
- git: ebaf28a393ab - stable/13 - time: Make realitexpire() local to kern_time.c (Wed, 20 Jul 2022 14:02:12 UTC)
- git: d57ddc1d2804 - stable/13 - aio: Improve UMA usage (Wed, 20 Jul 2022 14:02:13 UTC)
- git: adc4dcada3d7 - stable/13 - uma: Use a taskqueue to execute uma_timeout() (Mon, 25 Jul 2022 13:54:53 UTC)
- git: d529f396b7e8 - stable/13 - vm_fault: Fix some nits in vm_fault_copy_entry() (Mon, 25 Jul 2022 13:54:54 UTC)
- git: 68a573cc5d06 - stable/13 - callout: Remove a redundant parameter to callout_cc_add() (Mon, 25 Jul 2022 13:54:55 UTC)
- git: 9cdb0ee85da3 - stable/13 - callout: Simplify the inner loop in callout_process() a bit (Mon, 25 Jul 2022 13:54:56 UTC)
- git: 3be1eaa32b95 - stable/13 - eventtimer: Fix several races in the timer reload code (Mon, 25 Jul 2022 13:54:57 UTC)
- git: 3416f5cde7a7 - main - asmc: Add support for MacBookPro6,2 (Mon, 25 Jul 2022 16:04:35 UTC)
- git: 30253da1a982 - main - atomic: Add some type checking to plain atomic_load/store helpers (Mon, 25 Jul 2022 21:53:13 UTC)
- git: a94380d88c77 - stable/13 - vm_object: Modify various drivers to allocate OBJT_SWAP objects (Wed, 27 Jul 2022 13:52:33 UTC)
- git: 1fd2752f6baa - stable/13 - newfs_msdos: fix type of kern.maxphys (Wed, 27 Jul 2022 13:52:34 UTC)
- git: 01d3ddbfcfa5 - stable/13 - vm_mmap: Remove obsolete code and comments from vm_mmap() (Wed, 27 Jul 2022 13:52:36 UTC)
- git: f4f56ff43dbd - main - qat: Rename to qat_c2xxx and remove support for modern chipsets (Wed, 27 Jul 2022 15:14:04 UTC)
- git: 78ee8d1c4cda - main - qat: Import a new Intel (R) QAT driver (Wed, 27 Jul 2022 15:14:05 UTC)
- git: 4cb0d41c5486 - main - RELNOTES: Add an entry for the new QAT driver (Wed, 27 Jul 2022 15:14:07 UTC)
- git: da10709dede1 - main - RELNOTES: Fix whitespace (Wed, 27 Jul 2022 15:14:08 UTC)
- Re: git: 78ee8d1c4cda - main - qat: Import a new Intel (R) QAT driver (Thu, 28 Jul 2022 13:37:47 UTC)
- git: 675e065b03ac - main - qat_c2xxx: Add a required MODULE_DEPEND for firmware(9) (Thu, 28 Jul 2022 14:12:17 UTC)
- git: d623883d1127 - main - qat: Add a required MODULE_DEPEND for firmware(9) (Thu, 28 Jul 2022 14:12:18 UTC)
- git: 828ea49debe3 - main - riscv: Avoid passing invalid addresses to pmap_fault() (Thu, 28 Jul 2022 19:03:15 UTC)
- Martin Matuska
- Mateusz Guzik
- Mateusz Piotrowski
- git: 1622474f7679 - stable/12 - hier.7: Refer to build(7) for details about /usr/obj (Fri, 01 Jul 2022 08:46:31 UTC)
- git: b8aa1e16ab2e - stable/13 - hier.7: Refer to build(7) for details about /usr/obj (Fri, 01 Jul 2022 08:46:36 UTC)
- git: 2567cc419e70 - main - ifconfig.8: Polish (Fri, 01 Jul 2022 09:00:55 UTC)
- git: 86e3fb4038ac - main - boottrace.4: Document that boottrace is good at tracing one-shot events (Fri, 01 Jul 2022 09:12:53 UTC)
- git: 9e337d53dee6 - main - tslog.4: Document what TSLOG excels at (Fri, 01 Jul 2022 09:18:32 UTC)
- git: dc90922b8040 - stable/13 - devfs.5: Replace Nm with Xr devfs 8 where appropriate (Sun, 03 Jul 2022 20:15:41 UTC)
- git: 361bca36fc6e - stable/12 - devfs.5: Replace Nm with Xr devfs 8 where appropriate (Sun, 03 Jul 2022 20:16:01 UTC)
- git: 2353343b3244 - stable/13 - Link pwd.db.5 and spwd.db.5 to passwd.5 (Sun, 03 Jul 2022 20:16:34 UTC)
- git: c6acb9ad4b50 - stable/12 - Link pwd.db.5 and spwd.db.5 to passwd.5 (Sun, 03 Jul 2022 20:16:36 UTC)
- git: 549974d68546 - stable/13 - rc.conf.5: Fix example of how rc.conf.d works (Tue, 05 Jul 2022 08:39:08 UTC)
- git: b68ffd51e770 - stable/12 - rc.conf.5: Fix example of how rc.conf.d works (Tue, 05 Jul 2022 08:39:23 UTC)
- git: 604bc078a502 - main - rc.8: Reference the article about rc scripting (Tue, 05 Jul 2022 14:40:04 UTC)
- git: 4e3dc91e4c07 - main - sesutil.8: Polish (Tue, 05 Jul 2022 14:40:05 UTC)
- git: 76b06d5a1a74 - stable/13 - sysctl.8: Reference sysctl(9) (Thu, 07 Jul 2022 09:56:22 UTC)
- git: 2eec1db116b0 - stable/13 - pkg.7: Clean up mdoc (Thu, 07 Jul 2022 09:56:23 UTC)
- git: 5da06e37e7b7 - stable/13 - hier.7: Remove a.out lib directories (Thu, 07 Jul 2022 09:56:24 UTC)
- git: bc6859a2ed1b - stable/13 - hier.7: Document /nonexistent (Thu, 07 Jul 2022 09:56:25 UTC)
- git: c035fc0622c3 - stable/12 - sysctl.8: Reference sysctl(9) (Thu, 07 Jul 2022 09:57:02 UTC)
- git: d686d7558670 - stable/12 - pkg.7: Clean up mdoc (Thu, 07 Jul 2022 09:57:03 UTC)
- git: 5d31e630822f - stable/12 - hier.7: Remove a.out lib directories (Thu, 07 Jul 2022 09:57:04 UTC)
- git: eb6e41c32e5b - stable/12 - hier.7: Document /nonexistent (Thu, 07 Jul 2022 09:57:05 UTC)
- git: cb56f86025b8 - main - protect.1: Improve synopsis (Thu, 07 Jul 2022 18:10:17 UTC)
- git: df1817a81e89 - main - rc.conf.5: Improve documentation of <name>_oomprotect (Thu, 07 Jul 2022 18:10:18 UTC)
- git: a6e734d779b3 - main - rc.conf.5: Add /etc/rc.conf.d/ to FILES (Thu, 07 Jul 2022 18:10:19 UTC)
- git: a6bc861c2090 - stable/13 - rc.subr: use _pidcmd to determine pid for protect (Thu, 07 Jul 2022 18:13:53 UTC)
- git: c54008fe2a3b - stable/12 - rc.subr: use _pidcmd to determine pid for protect (Thu, 07 Jul 2022 18:14:00 UTC)
- git: 68e035c0172b - main - rc.subr: Make sure oomprotect protects existing children (Fri, 08 Jul 2022 06:20:27 UTC)
- git: ccee95df52c2 - main - jail.conf.5: List configuration and example files (Fri, 08 Jul 2022 08:50:58 UTC)
- git: 7b9e3d48d826 - stable/12 - tslog.4: Document what TSLOG excels at (Fri, 08 Jul 2022 10:05:43 UTC)
- git: 7b23ad67e9c1 - stable/12 - rc.8: Reference the article about rc scripting (Fri, 08 Jul 2022 10:05:44 UTC)
- git: 534f44599026 - stable/13 - tslog.4: Document what TSLOG excels at (Fri, 08 Jul 2022 10:05:53 UTC)
- git: 65a490aa9adb - stable/13 - rc.8: Reference the article about rc scripting (Fri, 08 Jul 2022 10:05:54 UTC)
- git: 39ad6e289f06 - main - swapinfo.8: Mention BLOCKSIZE in the ENVIRONMENT section (Fri, 08 Jul 2022 19:35:36 UTC)
- git: 7f6754d96591 - main - rc.subr: Fix a typo (Fri, 08 Jul 2022 19:35:38 UTC)
- git: 13a9da7d5550 - main - clock_gettime.2: Add cross references and fix linter warnings (Fri, 08 Jul 2022 19:58:07 UTC)
- git: 16e4487e5f82 - main - clock_gettime.2: Clarify CLOCK_* (Fri, 08 Jul 2022 19:58:08 UTC)
- git: 6452fb1e87ed - main - protect.1: Document that protect(1) does not work in jails (Mon, 11 Jul 2022 22:49:02 UTC)
- git: 444a6c982f75 - stable/13 - sesutil.8: Polish (Tue, 12 Jul 2022 08:40:07 UTC)
- git: b70b138611c1 - stable/13 - ftp: Use /var/spool/ftp as ftp's home consistently (Tue, 12 Jul 2022 08:40:08 UTC)
- git: 701020056384 - stable/12 - sesutil.8: Polish (Tue, 12 Jul 2022 08:40:09 UTC)
- git: e9ef7a1fb36b - stable/12 - ftp: Use /var/spool/ftp as ftp's home consistently (Tue, 12 Jul 2022 08:40:10 UTC)
- Re: git: 6452fb1e87ed - main - protect.1: Document that protect(1) does not work in jails (Tue, 12 Jul 2022 15:22:46 UTC)
- git: aa35037ba565 - main - beinstall.8: Update example distsites for BSDINSTALL_DISTSITE (Mon, 18 Jul 2022 11:43:12 UTC)
- git: 203be0938dc5 - main - jail.8: Fix formatting of synopsis and some code examples (Mon, 18 Jul 2022 11:43:13 UTC)
- git: b38e3722f5df - main - vtfontcvt.8: Improve synopsis and -f documentation (Tue, 19 Jul 2022 14:37:11 UTC)
- git: e0bd2ab2eb4a - main - vtfontcvt.8: Sort synopsis (Tue, 19 Jul 2022 14:37:12 UTC)
- git: cad64622ca70 - main - vtfontcvt.8: Use D1 instead of Ql for readability (Tue, 19 Jul 2022 14:37:13 UTC)
- git: ef2d0816dd0b - main - vtfontcvt(8): Update usage() to match vtfontcvt.8 (Tue, 19 Jul 2022 14:37:14 UTC)
- git: 5c3e4249589d - main - backlight.8: Standardize synopsis and improve examples (Tue, 19 Jul 2022 14:58:58 UTC)
- git: 64a231b90b03 - main - backlight.8: Show all possible modes in synopsis (Tue, 19 Jul 2022 14:58:59 UTC)
- git: f4b00609ec08 - main - backlight(8): Update usage() to match the manual page (Tue, 19 Jul 2022 14:59:00 UTC)
- git: adf9cd56fa84 - main - pw.8: Refernece to openssl-passwd(1) and crypt(3) (Thu, 21 Jul 2022 18:09:23 UTC)
- git: 2b693e482926 - main - tmpfs.5: Fix typos and linter warnings (Thu, 21 Jul 2022 18:09:24 UTC)
- git: 7c2ec6cdf575 - main - tmpfs.5: Add fstab line example (Thu, 21 Jul 2022 18:09:25 UTC)
- git: 6542fd4b959f - main - release.7: Update EMDEDDEDPORTS documentation (Thu, 21 Jul 2022 18:46:34 UTC)
- git: d3d60927950b - main - release.7: Remove Subversion references (Thu, 21 Jul 2022 18:46:35 UTC)
- git: abfa92dee642 - main - development.7: Remove CVS and SVN cross-references (Thu, 21 Jul 2022 18:46:36 UTC)
- git: a848315f6804 - main - gmirror.8: Remove references rc.early (Thu, 21 Jul 2022 20:03:25 UTC)
- Re: git: a848315f6804 - main - gmirror.8: Remove references rc.early (Thu, 21 Jul 2022 20:06:04 UTC)
- git: 52832592bd7d - stable/13 - ifconfig.8: Prefer consistent terminologies (Thu, 21 Jul 2022 23:57:44 UTC)
- git: aaa852b8d76b - stable/13 - jail.8: Fix formatting of synopsis and some code examples (Thu, 21 Jul 2022 23:57:45 UTC)
- git: 16a44c124272 - stable/13 - protect.1: document existence of _oomprotect (Thu, 21 Jul 2022 23:57:46 UTC)
- git: 69b993767a94 - stable/13 - protect(1): Correct typo and add newline (Thu, 21 Jul 2022 23:57:47 UTC)
- git: 55e8f44d6c2e - stable/13 - protect.1: Improve synopsis (Thu, 21 Jul 2022 23:57:48 UTC)
- git: 92ccbdea75c9 - stable/12 - jail.8: Fix formatting of synopsis and some code examples (Thu, 21 Jul 2022 23:57:49 UTC)
- git: 83b8f6f7f0a0 - stable/13 - protect.1: Document that protect(1) does not work in jails (Thu, 21 Jul 2022 23:57:50 UTC)
- git: 8136944bb975 - stable/12 - protect.1: document existence of _oomprotect (Thu, 21 Jul 2022 23:57:50 UTC)
- git: 541bb0930949 - stable/12 - protect(1): Correct typo and add newline (Thu, 21 Jul 2022 23:57:51 UTC)
- git: 326f449e2a37 - stable/12 - protect.1: Improve synopsis (Thu, 21 Jul 2022 23:57:52 UTC)
- git: f91f4cc4f374 - stable/12 - protect.1: Document that protect(1) does not work in jails (Thu, 21 Jul 2022 23:57:53 UTC)
- git: 42422c5a4a50 - stable/13 - rc.subr: Make sure oomprotect protects existing children (Fri, 22 Jul 2022 00:09:22 UTC)
- git: 62cd401b90ea - stable/12 - rc.subr: Make sure oomprotect protects existing children (Fri, 22 Jul 2022 00:10:03 UTC)
- git: 51abb759fd39 - stable/13 - rc.conf.5: -Tlint fixes. (Fri, 22 Jul 2022 00:27:45 UTC)
- git: 5758cfbb2228 - stable/13 - rc.conf(5): Add _limits, _login_class, and _oomprotect (Fri, 22 Jul 2022 00:27:46 UTC)
- git: 7beb8ffad4af - stable/13 - rc.conf.5: Improve documentation of <name>_oomprotect (Fri, 22 Jul 2022 00:27:47 UTC)
- git: 40a3ae0e0cd8 - stable/13 - sysctl.conf.5: Document rc.d/sysctl and rc.d/sysctl_lastload (Fri, 22 Jul 2022 00:27:48 UTC)
- git: dc167d9576d7 - stable/12 - rc.conf.5: -Tlint fixes. (Fri, 22 Jul 2022 00:27:58 UTC)
- git: 34380bc26770 - stable/12 - rc.conf(5): Add _limits, _login_class, and _oomprotect (Fri, 22 Jul 2022 00:27:59 UTC)
- git: 57df44b2c129 - stable/12 - rc.conf.5: Improve documentation of <name>_oomprotect (Fri, 22 Jul 2022 00:28:00 UTC)
- git: fffc757d0fb3 - stable/12 - sysctl.conf.5: Document rc.d/sysctl and rc.d/sysctl_lastload (Fri, 22 Jul 2022 00:28:01 UTC)
- git: f947192f689f - stable/13 - rescure.8: Do not recommend release artifact disc2 (Fri, 22 Jul 2022 00:28:15 UTC)
- git: 7a18eb78b281 - stable/12 - rescure.8: Do not recommend release artifact disc2 (Fri, 22 Jul 2022 00:28:27 UTC)
- git: f747f13a0cf7 - stable/12 - beinstall.8: Update example distsites for BSDINSTALL_DISTSITE (Mon, 25 Jul 2022 19:53:09 UTC)
- git: 55c4cfd67d11 - stable/13 - beinstall.8: Update example distsites for BSDINSTALL_DISTSITE (Mon, 25 Jul 2022 19:53:27 UTC)
- git: c84f758b2fca - stable/13 - tmpfs.5: Add fstab line example (Mon, 25 Jul 2022 20:01:28 UTC)
- git: a0b1c0c6ea8e - stable/13 - tmpfs.5: Fix typos and linter warnings (Mon, 25 Jul 2022 20:01:29 UTC)
- git: 45e2c2f70d04 - stable/12 - tmpfs.5: Add fstab line example (Mon, 25 Jul 2022 20:01:47 UTC)
- git: e7198df48408 - stable/12 - tmpfs.5: Fix typos and linter warnings (Mon, 25 Jul 2022 20:01:48 UTC)
- git: c96be88171f7 - stable/13 - backlight.8: Standardize synopsis and improve examples (Tue, 26 Jul 2022 08:03:33 UTC)
- git: 520bae8f1a86 - stable/13 - backlight.8: Show all possible modes in synopsis (Tue, 26 Jul 2022 08:03:34 UTC)
- git: 1a07c9d90cf2 - stable/13 - backlight(8): Update usage() to match the manual page (Tue, 26 Jul 2022 08:03:35 UTC)
- git: e7437ae907c8 - main - rc: Start testing the rc(8) framework (beginning with *_oomprotect) (Tue, 26 Jul 2022 13:41:28 UTC)
- git: ca80dd4ed384 - stable/12 - [pf] /etc/rc.d/pf should REQUIRE routing (Tue, 26 Jul 2022 15:00:00 UTC)
- Michael Tuexen
- Mike Karels
- git: 1cf8e6339e9a - main - mountd startup: enable NFSv4 if needed on restart (Mon, 04 Jul 2022 13:00:37 UTC)
- git: 231092bb6fda - main - netstat -i: do not truncate interface names (Wed, 06 Jul 2022 12:16:16 UTC)
- git: 5919cf3218d9 - stable/13 - mountd startup: enable NFSv4 if needed on restart (Mon, 11 Jul 2022 12:45:25 UTC)
- git: 1668ea8284b2 - stable/12 - mountd startup: enable NFSv4 if needed on restart (Mon, 11 Jul 2022 12:45:32 UTC)
- git: 913ebccc8e16 - stable/13 - netstat -i: do not truncate interface names (Wed, 13 Jul 2022 13:20:46 UTC)
- git: 4cd1e685e823 - stable/12 - netstat -i: do not truncate interface names (Wed, 13 Jul 2022 13:23:30 UTC)
- git: efe58855f3ea - main - IPv4: experimental changes to allow net 0/8, 240/4, part of 127/8 (Wed, 13 Jul 2022 14:49:43 UTC)
- git: b691e485bda5 - main - inet.4 tcp.4 udp.4: Replace *CTL_* OID macro names with sysctl names (Thu, 14 Jul 2022 13:51:59 UTC)
- git: 60052a11db8e - main - inet.4 tcp.4 udp.4: update date, fix typo (Thu, 14 Jul 2022 21:33:15 UTC)
- Re: git: efe58855f3ea - main - IPv4: experimental changes to allow net 0/8, 240/4, part of 127/8 (Sat, 16 Jul 2022 15:13:46 UTC)
- Re: git: efe58855f3ea - main - IPv4: experimental changes to allow net 0/8, 240/4, part of 127/8 (Sat, 16 Jul 2022 21:16:32 UTC)
- git: a11f080e8682 - main - ofed/infiniband: fix ifdefs for new INET changes, fixing LINT-NOIP (Mon, 18 Jul 2022 13:03:08 UTC)
- git: ace68b1f3629 - main - icmp.4 inet.4 udp.4: sort sysctl variables (Wed, 20 Jul 2022 13:10:40 UTC)
- git: a795c6e93444 - main - tcp.4: Sort sysctl variables (Wed, 20 Jul 2022 13:10:41 UTC)
- git: fb8ef16bab0d - main - IPv4: correct limit on loopback_prefix (Thu, 21 Jul 2022 14:38:55 UTC)
- Re: git: fb8ef16bab0d - main - IPv4: correct limit on loopback_prefix (Thu, 21 Jul 2022 16:51:27 UTC)
- Re: git: fb8ef16bab0d - main - IPv4: correct limit on loopback_prefix (Thu, 21 Jul 2022 17:34:35 UTC)
- Mitchell Horne
- git: 68d02feaefc0 - stable/13 - if_dwc: consistently use if.c helper methods (Mon, 04 Jul 2022 16:40:00 UTC)
- git: 1da82ebe499a - stable/13 - if_dwc: recognize additional rgmii phy-modes (Mon, 04 Jul 2022 16:40:01 UTC)
- git: 164bdd8f9a49 - stable/13 - if_dwc: enable RX checksum offload feature (Mon, 04 Jul 2022 16:40:02 UTC)
- git: 5dec16de37f5 - stable/13 - if_dwc: add detach method (Mon, 04 Jul 2022 16:40:03 UTC)
- git: 3a72965a25f9 - stable/13 - if_dwc: avoid duplicate packet counts (Mon, 04 Jul 2022 16:40:04 UTC)
- git: eea2563d7fc5 - stable/13 - if_ffec: fix some misleading indentation (Mon, 04 Jul 2022 16:40:05 UTC)
- git: bdedfb3a0068 - stable/13 - if_ffec: free the dmamem allocation in detach (Mon, 04 Jul 2022 16:40:06 UTC)
- git: f64845598eb5 - stable/13 - riscv timer: provide a function for cpu_ticks (Mon, 04 Jul 2022 16:40:08 UTC)
- git: 25ece2331fe8 - stable/13 - riscv timer: implement riscv_timer_et_stop() (Mon, 04 Jul 2022 16:40:09 UTC)
- git: b6e6c534a893 - stable/13 - riscv timer: cleanup (Mon, 04 Jul 2022 16:40:10 UTC)
- git: 11895d217690 - stable/13 - set_cputicker: use a bool (Mon, 04 Jul 2022 16:40:11 UTC)
- git: f0577f42b24a - stable/13 - riscv timer: remove intermediate helper (Mon, 04 Jul 2022 16:40:12 UTC)
- git: 4fffc56c6e4c - main - riscv: implement db_show_mdpcpu() (Tue, 05 Jul 2022 15:08:55 UTC)
- git: 4f2ad6243f15 - main - db_command.c: style (Tue, 05 Jul 2022 15:08:56 UTC)
- git: 8a0994823365 - main - db_command.c: use designated initializers (Tue, 05 Jul 2022 15:08:57 UTC)
- git: 7ce58d4e8c0c - main - ddb: add _FLAGS command variants (Tue, 05 Jul 2022 15:08:58 UTC)
- git: 258958b3c7e0 - main - ddb: use _FLAGS command macros where appropriate (Tue, 05 Jul 2022 15:08:59 UTC)
- git: b83d53cb687e - main - DB_COMMAND(9): update to mention additional macros (Tue, 05 Jul 2022 15:09:01 UTC)
- git: 62bca9c4df3a - main - DB_COMMAND(9): fix a typo (Tue, 05 Jul 2022 15:16:40 UTC)
- git: 9d97138e2d13 - main - libpmc: import updated pmu-events for arm64 (Wed, 06 Jul 2022 17:32:47 UTC)
- git: 6f50b73ee5c1 - main - libpmc: add armv8 pmu-event aliases (Wed, 06 Jul 2022 17:32:48 UTC)
- Re: git: 830d566254d3 - stable/13 - build(7): fix references to svn(1) and svnlite(1) (Mon, 11 Jul 2022 16:14:18 UTC)
- Neel Chauhan
- Nurses.co.uk
- Pau Amma
- Peter Holm
- Philip Paeps
- Piotr Kubaj
- Ravi Pokala
- Richard Scheffenegger
- Rick Macklem
- git: c0d14b0220ae - main - mount_nfs: Warn that intr, soft are not safe for NFSv4 (Fri, 01 Jul 2022 21:44:34 UTC)
- git: aba7a81ab71e - main - mount_nfs.8: Update BUGS section for NFSv4.1/4.2 (Sun, 03 Jul 2022 20:38:46 UTC)
- git: be7b87de16ff - main - nfscl: Fix setting of nfsess_defunct for nfscl_hasexpired() (Fri, 08 Jul 2022 14:38:35 UTC)
- git: 326bcf9394c7 - main - nfscl: Add a cred argument to nfscl_reqstart() (Sat, 09 Jul 2022 00:03:30 UTC)
- git: 2b766d5e5a73 - main - nfscl: Change the cred argument to non-NULL for pNFS proxies (Sat, 09 Jul 2022 00:28:35 UTC)
- git: dff31ae1c59c - main - nfscl: Move nfsrpc_destroysession into nfscommon (Sat, 09 Jul 2022 15:03:41 UTC)
- git: 40ada74ee1da - main - nfscl: Add optional support for slots marked bad (Sat, 09 Jul 2022 21:47:01 UTC)
- git: 627f1555f571 - main - nfscl: Initialize nfsess_badslots to zero (Sat, 09 Jul 2022 23:13:25 UTC)
- git: 981ef32230b2 - main - nfscl: Enable detection of bad session slots (Sun, 10 Jul 2022 20:34:43 UTC)
- git: 8f4a5fc6bc6c - main - nfscl: Do not call nfscl_hasexpired() for NFSv4.1/4.2 (Sun, 10 Jul 2022 20:59:38 UTC)
- git: 2adb30740b12 - main - nfscl: Replace "cred" with NULL to cleanup code (Mon, 11 Jul 2022 22:58:41 UTC)
- git: d4a11b3e3bdd - main - nfscl: Fix CreateSession for an established ClientID (Mon, 11 Jul 2022 23:53:12 UTC)
- git: 088ba4356a11 - main - nfsd: Fix CreateSession for an established ClientID (Wed, 13 Jul 2022 23:30:25 UTC)
- git: 02915e5ff91f - stable/13 - mount_nfs: Warn that intr, soft are not safe for NFSv4 (Fri, 15 Jul 2022 01:49:43 UTC)
- git: 9fe17b520a4a - stable/13 - mount_nfs.8: Update BUGS section for NFSv4.1/4.2 (Mon, 18 Jul 2022 00:07:41 UTC)
- git: 775904f5b4ec - stable/12 - mount_nfs.8: Update BUGS section for NFSv4.1/4.2 (Mon, 18 Jul 2022 00:12:35 UTC)
- git: f115e0e9e319 - stable/13 - nfscl: Fix setting of nfsess_defunct for nfscl_hasexpired() (Sat, 23 Jul 2022 20:41:33 UTC)
- git: c6e56b2a89ea - stable/12 - nfscl: Fix setting of nfsess_defunct for nfscl_hasexpired() (Sat, 23 Jul 2022 20:53:38 UTC)
- git: d0ab875c5f66 - stable/13 - nfscl: Add a cred argument to nfscl_reqstart() (Sun, 24 Jul 2022 19:51:09 UTC)
- git: 516998709ade - stable/13 - nfscl: Change the cred argument to non-NULL for pNFS proxies (Mon, 25 Jul 2022 21:02:43 UTC)
- git: 488f9d852787 - stable/13 - nfscl: Move nfsrpc_destroysession into nfscommon (Mon, 25 Jul 2022 21:09:09 UTC)
- git: 39f07893a5f6 - stable/13 - nfscl: Add optional support for slots marked bad (Wed, 27 Jul 2022 20:14:39 UTC)
- git: 99bdbd808e32 - stable/13 - nfscl: Initialize nfsess_badslots to zero (Wed, 27 Jul 2022 20:23:33 UTC)
- git: fb8e858c69fe - stable/13 - nfscl: Replace "cred" with NULL to cleanup code (Wed, 27 Jul 2022 20:29:09 UTC)
- git: f5fb5e07df5b - stable/13 - nfscl: Enable detection of bad session slots (Thu, 28 Jul 2022 20:15:58 UTC)
- git: 99ff1bd55733 - stable/13 - nfscl: Do not call nfscl_hasexpired() for NFSv4.1/4.2 (Thu, 28 Jul 2022 20:20:29 UTC)
- git: 9bbf57a2ad46 - stable/13 - nfscl: Fix CreateSession for an established ClientID (Thu, 28 Jul 2022 20:22:21 UTC)
- git: db2eff1cff8c - stable/13 - nfsd: Fix CreateSession for an established ClientID (Thu, 28 Jul 2022 20:26:36 UTC)
- Rodney W. Grimes
- Scheffenegger, Richard
- Simon J. Gerraty
- Stefan Eßer
- Tom Jones
- Toomas Soome
- Tijl Coosemans
- Vladimir Kondratyev
- Warner Losh
- git: ea5b2d62426f - main - MIMIMAL: add uart (Fri, 01 Jul 2022 17:25:42 UTC)
- git: b69996d1d5d0 - main - tty: Default to printing kernel stack traceback only on INVARIANT kernels (Sat, 02 Jul 2022 14:04:06 UTC)
- git: 064f00ec274f - main - arm64: Grab the RSDP from acpi.rsdp like x86 (Sat, 02 Jul 2022 14:04:07 UTC)
- git: 37a3df3d6162 - main - loader: Set preferred kenv for acpi.rsdp on arm64 (Sat, 02 Jul 2022 14:04:08 UTC)
- git: 26031009cf6d - main - amd64/efi: Stop falling back to hints for RSDP (Sat, 02 Jul 2022 14:04:09 UTC)
- git: 2753bbe71b5a - main - amd64/efi: Remove setting hints for rsdp (Sat, 02 Jul 2022 14:04:10 UTC)
- git: cf72911158d6 - main - acpi: add sys/kernel.h (Sat, 02 Jul 2022 16:36:56 UTC)
- git: ef86876b846e - main - pselect(2): Document what a null pointer for the signalmask means (Sat, 02 Jul 2022 19:42:30 UTC)
- git: 5c19fabbe34e - main - devinfo: xref devctl (Tue, 05 Jul 2022 21:15:20 UTC)
- Re: git: a0b956f5ac5e - main - zfs: merge openzfs/zfs@cb01da680 (Thu, 07 Jul 2022 22:48:50 UTC)
- git: f424b167a317 - main - stand: Don't reuse ZFSSRC (Fri, 08 Jul 2022 17:49:58 UTC)
- git: 285f6ab665d7 - main - stand: Separate out ZSTD sources from ZFS sources (Fri, 08 Jul 2022 17:49:59 UTC)
- git: 0e5ac0ad0384 - main - stand: Use a for loop for all the common ZSTD files (Fri, 08 Jul 2022 17:50:00 UTC)
- git: 451ac17a5030 - main - stans: Narrow the scope of includes and other flags (Fri, 08 Jul 2022 17:50:01 UTC)
- git: eaf7aabddcde - main - stand: geli CFLAGS tightening (Fri, 08 Jul 2022 17:50:02 UTC)
- git: 59a4cfe03cf7 - main - stand: Confine BZIP defines to bzip files (Fri, 08 Jul 2022 17:50:04 UTC)
- git: 84bf2bbbecc3 - main - stand: constrain zlib/gzip CFLAGS better (Fri, 08 Jul 2022 17:50:05 UTC)
- git: 37dabb06e23a - main - stand: Add comment about CFLAGS pollution (Fri, 08 Jul 2022 17:50:06 UTC)
- git: 9e9ba3cdbe11 - main - test: Update boot universe build architectures (Fri, 08 Jul 2022 17:50:07 UTC)
- git: 87d3aa53973f - main - stand: For ZFS build, add new directory (Sat, 09 Jul 2022 05:03:27 UTC)
- git: faf25f48d601 - main - stand: Work around upstream issues in the standalone environment (Sat, 09 Jul 2022 05:03:29 UTC)
- git: b0a337d50192 - main - stand: Fix inclusion of sys/blake3.h (Sat, 09 Jul 2022 05:03:30 UTC)
- git: 119c786f7b5a - main - stand: Compile zfs_zstd.c directly now (Sat, 09 Jul 2022 05:03:31 UTC)
- git: df76778ad5e0 - main - stand: delete zstd_shim.c (Sat, 09 Jul 2022 05:03:32 UTC)
- git: 75ad24775b68 - main - stand: Add blake3 support to boot loader (Sat, 09 Jul 2022 05:03:33 UTC)
- git: 4773d3425e62 - main - stand: Add comments on ZFS build (Sat, 09 Jul 2022 05:03:34 UTC)
- git: c1bbe711040c - main - stand: Remove extra efi.h include (Fri, 15 Jul 2022 18:03:51 UTC)
- git: f5ed1b0f84bf - main - kboot: Rework _start (Fri, 15 Jul 2022 18:03:52 UTC)
- git: edc23ddf9cf3 - main - kboot: Reimplement older system calls in terms of newer ones (Fri, 15 Jul 2022 18:03:53 UTC)
- git: bf35f0052267 - main - kboot: Enhance kboot_getdev to cope with NULLs (Fri, 15 Jul 2022 18:03:54 UTC)
- git: ae366d510684 - main - kboot: Add HOST_O_ constants for open, etc (Fri, 15 Jul 2022 18:03:55 UTC)
- git: a647d4a4d15d - main - kboot: Implement stat(2) and fstat(2) system calls (Fri, 15 Jul 2022 18:03:57 UTC)
- git: 76949f503f00 - main - kboot: Implement munmap(2) (Fri, 15 Jul 2022 18:03:58 UTC)
- git: 764780294f1d - main - kboot: Implement getpid(2) (Fri, 15 Jul 2022 18:03:59 UTC)
- git: a4ed0eb1aa64 - main - kboot: Implement symlink(2) (Fri, 15 Jul 2022 18:04:00 UTC)
- git: bc84de741dfd - main - kboot: Implement dup(2) (Fri, 15 Jul 2022 18:04:01 UTC)
- git: a99d47bcaaf6 - main - kboot: Implement mkdir(2) (Fri, 15 Jul 2022 18:04:02 UTC)
- git: 8138a766b068 - main - kboot: Implement mount(2) (Fri, 15 Jul 2022 18:04:03 UTC)
- git: 8fa9263f67eb - main - kboot: Use #defines for magic reboot constants (Fri, 15 Jul 2022 18:04:05 UTC)
- git: ffb0d016df7e - main - kboot: Refinements to host_kexec_load (Fri, 15 Jul 2022 18:04:06 UTC)
- git: 2870493f1f55 - main - kboot: Properly cap number of segments loaded for kexec (Fri, 15 Jul 2022 18:04:07 UTC)
- git: 01c58e7e4fd8 - main - kboot: Pull in constants from Linux's mmap.h api (Fri, 15 Jul 2022 18:04:08 UTC)
- Re: git: 84bf2bbbecc3 - main - stand: constrain zlib/gzip CFLAGS better (Wed, 20 Jul 2022 18:05:33 UTC)
- Re: git: 84bf2bbbecc3 - main - stand: constrain zlib/gzip CFLAGS better (Wed, 20 Jul 2022 18:06:59 UTC)
- Re: git: 84bf2bbbecc3 - main - stand: constrain zlib/gzip CFLAGS better (Wed, 20 Jul 2022 18:12:57 UTC)
- Re: git: 84bf2bbbecc3 - main - stand: constrain zlib/gzip CFLAGS better (Wed, 20 Jul 2022 18:20:08 UTC)
- Re: git: 84bf2bbbecc3 - main - stand: constrain zlib/gzip CFLAGS better (Wed, 20 Jul 2022 22:39:09 UTC)
- git: d1fb0e1dc8ec - main - stand libsa: Restore include path to LDRSRC for disk.h for filesystems. (Fri, 22 Jul 2022 16:08:59 UTC)
- git: bb7ddd077c25 - main - stand geli: Restore include path to LDRSRC. (Fri, 22 Jul 2022 16:09:00 UTC)
- git: 8a02ea1dbc13 - main - nl: Correct history (Sun, 24 Jul 2022 21:03:43 UTC)
- git: 08585e779939 - main - tools/boot: Fix universe.sh's ZFS exclusion test (Sun, 24 Jul 2022 22:55:29 UTC)
- git: 143452f7609f - main - stand: Use c99 structure initialization for md device (Sun, 24 Jul 2022 22:55:30 UTC)
- git: fc5d0d51aafc - main - stand: Use c99 structure initialization for kboot's hostdisk device (Sun, 24 Jul 2022 22:55:31 UTC)
- git: e72a01f1325f - main - stand: Use c99 structure initialization for ofw's block device (Sun, 24 Jul 2022 22:55:32 UTC)
- git: 1e3d1c86bc86 - main - stand: Use c99 structure initialization for uboot block device (Sun, 24 Jul 2022 22:55:33 UTC)
- git: 4c460aaf8342 - main - stand: Use c99 structure initialization for userboot block device (Sun, 24 Jul 2022 22:55:34 UTC)
- git: bf855d1bf252 - main - stand: Use c99 structure initialization for fwohci device (Sun, 24 Jul 2022 22:55:35 UTC)
- git: c4f4a6c983fd - main - stand: Use c99 structure initialization for network device (Sun, 24 Jul 2022 22:55:37 UTC)
- git: 12a41918a276 - main - stand: Use c99 structure initialization for ext2fs_fsops (Sun, 24 Jul 2022 22:55:38 UTC)
- git: 0ad8a113b706 - main - stand: Use c99 structure initialization for bzipfs_fsops (Sun, 24 Jul 2022 22:55:39 UTC)
- git: 90a7e556a422 - main - stand: Use c99 structure initialization for nfs_fsops (Sun, 24 Jul 2022 22:55:40 UTC)
- git: e7d045aa2b27 - main - stand: Use c99 structure initialization for pkgfs_fsops (Sun, 24 Jul 2022 22:55:41 UTC)
- git: 9450d9c4e5f9 - main - stand: Use c99 structure initialization for splitfs_fsops (Sun, 24 Jul 2022 22:55:42 UTC)
- git: b7625c2c2cf7 - main - stand: Use c99 structure initialization for gzipfs_fsops (Sun, 24 Jul 2022 22:55:43 UTC)
- git: b3f43ee0317a - main - stand: Use c99 structure initialization for userboot's host_fsops (Sun, 24 Jul 2022 22:55:45 UTC)
- git: 09ace5cefbd2 - main - stand/zfs: Limit flags further for ZFS (Sun, 24 Jul 2022 22:55:46 UTC)
- git: 414924d92171 - main - skein: Update guard define check (Sun, 24 Jul 2022 22:55:47 UTC)
- git: 976b977c61fb - main - zfs: Increase compatibility for different environments (Sun, 24 Jul 2022 22:55:48 UTC)
- git: 1306a5dc0747 - main - stand/libsa: zfs use standard ZFS_EARLY stuff (Sun, 24 Jul 2022 22:55:49 UTC)
- git: 16ebddc9a72a - main - stand/zfs: Update comment about blake3_impl_hack.c (Sun, 24 Jul 2022 22:55:50 UTC)
- git: 865a58d2fc89 - main - stand/disk: Trivial formatting nit (Mon, 25 Jul 2022 13:37:56 UTC)
- git: be54920c3b72 - main - cdefs: Add some notes about the different versions of POSIX (Tue, 26 Jul 2022 03:34:06 UTC)
- git: f4d71d0c1a99 - main - stand: Fix set but unused warning (Tue, 26 Jul 2022 04:52:07 UTC)
- git: d2c0ec8d19da - main - stand: Spell License correctly (Tue, 26 Jul 2022 22:33:36 UTC)
- git: 4932a6e41d1f - main - stand: Create DEV_NAMLEN for the length of a device name (Wed, 27 Jul 2022 15:06:19 UTC)
- git: 079f02e8c035 - main - stand: Small comment correction (Wed, 27 Jul 2022 15:06:20 UTC)
- git: e98f952c8290 - main - stand: Make sure nobody has a NULL pointer for dv_cleanup (Wed, 27 Jul 2022 15:06:21 UTC)
- git: 60cb4f9a8e25 - main - stand: tftp.c doesn't need bootinfo.h (Wed, 27 Jul 2022 15:06:22 UTC)
- git: 065cbc77076e - main - kboot: Do a style(9) pass on kbootfdt.c (Thu, 28 Jul 2022 04:32:00 UTC)
- git: 3a1b966ae0c1 - main - kboot: Convert from getdents to getdents64 (Thu, 28 Jul 2022 04:32:01 UTC)
- git: 309a263fe648 - main - kboot: Remove RELOC defines, it's unused (Thu, 28 Jul 2022 05:23:19 UTC)
- git: ea86fed51909 - main - Style(9): Strengthen statements about not using K&R function definitions (Thu, 28 Jul 2022 14:04:27 UTC)
- git: 0cf5abd75855 - main - style: Use oxford comma in one place. (Thu, 28 Jul 2022 14:04:28 UTC)
- git: e2fa10e67646 - main - style: Tighten up one use of 'may' (Thu, 28 Jul 2022 14:04:29 UTC)
- git: 6feb6b4ffc05 - main - ncal: LT is the country code for Lithuania (Thu, 28 Jul 2022 17:37:51 UTC)
- git: a0c075229f19 - main - kboot: Move conf.c up to top level (Thu, 28 Jul 2022 21:37:43 UTC)
- git: 75cbdbc9832e - main - kboot: aarch64 support (Thu, 28 Jul 2022 21:37:44 UTC)
- git: f56d7a73be66 - main - kboot: Add host_exit and use it to implement exit() (Thu, 28 Jul 2022 21:37:45 UTC)
- git: 54e6e0deb485 - main - kboot: Implement host_ioctl (Thu, 28 Jul 2022 21:37:46 UTC)
- git: 963037786f76 - main - kboot: implement stripped down termios (Thu, 28 Jul 2022 21:37:47 UTC)
- git: 957954014488 - main - kboot: Make console raw when we start (Thu, 28 Jul 2022 21:37:48 UTC)
- git: 2101541ff122 - main - stand: Move quit command to common commands (Sat, 30 Jul 2022 10:48:45 UTC)
- git: 206203f5301b - main - stand: Add a helper 'universe' target (Sat, 30 Jul 2022 11:03:06 UTC)
- wolf white
- Xin LI
- git: 048bd4094ff3..ba49e6371b08 - vendor/file - vendor branch updated (Mon, 04 Jul 2022 00:05:54 UTC)
- git: 37a644cd0553 - Create tag vendor/file/5.42 (Mon, 04 Jul 2022 00:06:29 UTC)
- git: a4d6d3b8910f - main - file: upgrade to 5.42. (Mon, 04 Jul 2022 04:29:21 UTC)
- git: 0bbf2702963a - main - libproc: replace home grown crc32 with zlib implementation. (Sun, 10 Jul 2022 23:32:05 UTC)
- git: 643ac419fafb - main - Improve usability of head(1) and tail(1): (Wed, 13 Jul 2022 04:14:38 UTC)
- git: 1fbfa7a8dcd0 - main - usr.bin/cksum: localize _total variables. (Mon, 18 Jul 2022 00:24:50 UTC)
- git: 96e3ac4c09c2 - stable/13 - libmagic: Remove support for older FreeBSD where xlocale was not available. (Mon, 18 Jul 2022 00:32:43 UTC)
- git: 67c01d848bf7 - stable/13 - file: upgrade to 5.42. (Mon, 18 Jul 2022 00:32:44 UTC)
- git: add8a4dc1ce2 - stable/12 - libmagic: Remove support for older FreeBSD where xlocale was not available. (Mon, 18 Jul 2022 00:34:48 UTC)
- git: 2fb4f6b75248 - stable/12 - file: Fix cross-compilation on Darwin/macOS (Mon, 18 Jul 2022 00:34:50 UTC)
- git: 92ee2a1cb9df - stable/12 - file: upgrade to 5.42. (Mon, 18 Jul 2022 00:34:51 UTC)
- git: ec5b775403a3 - stable/13 - libproc: replace home grown crc32 with zlib implementation. (Sun, 24 Jul 2022 05:05:20 UTC)
- git: 19225e2aaeed - main - ObsoleteFiles: Fix paths for removed manual pages. (Fri, 29 Jul 2022 05:04:26 UTC)
- git: 0404b8c88fd8 - main - Deprecate minigzip(1) in preparation of removing it from base system. (Sun, 31 Jul 2022 22:16:55 UTC)