dev-commits-src-branches@FreeBSD.org
Commits to the stable branches of the FreeBSD src repository
February 2024 Archives by author
- Alan Somers
- Alexander Motin
- Andrew Turner
- git: d73a0b6014f2 - stable/13 - arm64: Fix the TCR_EPD0 definition (Mon, 19 Feb 2024 16:44:44 UTC)
- git: 9fbac657f11b - stable/13 - arm64: Enable FEAT_E0PD when supported (Mon, 19 Feb 2024 16:44:45 UTC)
- git: db5176875809 - stable/13 - arm64: Add TCR register masks (Mon, 19 Feb 2024 16:44:48 UTC)
- git: 3c89290626a7 - stable/13 - arm64: Export HWCAP_CPUID (Mon, 19 Feb 2024 16:44:49 UTC)
- git: ed304b0be0df - stable/13 - Add BTI exceptions (Mon, 19 Feb 2024 16:44:50 UTC)
- git: 2bcdaf2b58ba - stable/13 - arm64: Add BTI landing pads to assembly functions (Mon, 19 Feb 2024 16:44:51 UTC)
- git: f323ecb4e075 - stable/13 - arm64: Raise a SIGBUS on a user external abort (Mon, 19 Feb 2024 16:44:52 UTC)
- git: 892cc8813aff - stable/13 - sys/sys: Check for __ASSEMBLER__ in elf_common.h (Mon, 19 Feb 2024 16:44:53 UTC)
- git: 29e38839272e - stable/13 - arm64: Support creating a BTI & PAC note (Mon, 19 Feb 2024 16:44:55 UTC)
- git: 729a561cefc3 - stable/13 - arm64: Add PAC instruction macros (Mon, 19 Feb 2024 16:44:56 UTC)
- git: bcedcc2aad22 - stable/14 - arm64: Fix the TCR_EPD0 definition (Mon, 19 Feb 2024 16:44:56 UTC)
- git: 8eda23d822eb - stable/13 - arm64: Add a missing MRS_HWCAP_END (Mon, 19 Feb 2024 16:44:57 UTC)
- git: 628fd849f55e - stable/14 - arm64: Enable FEAT_E0PD when supported (Mon, 19 Feb 2024 16:44:57 UTC)
- git: 72b242ac15af - stable/13 - arm64: Use the Linux sigframe to restore registers (Mon, 19 Feb 2024 16:44:58 UTC)
- git: 7a64b05196bb - stable/14 - arm64: Fix the TCR_TBI0 macro to use UL (Mon, 19 Feb 2024 16:44:58 UTC)
- git: adb7f221a25e - stable/13 - arm64: Add a BTI landing pad to .mcount (Mon, 19 Feb 2024 16:44:59 UTC)
- git: 94f23ae15a80 - stable/14 - arm64: Add TCR register masks (Mon, 19 Feb 2024 16:45:00 UTC)
- git: a2061845faf0 - stable/13 - imgact_elf: Move GNU_ABI_VENDOR to a common header (Mon, 19 Feb 2024 16:45:00 UTC)
- git: 15ef78831eb0 - stable/14 - arm64: Export HWCAP_CPUID (Mon, 19 Feb 2024 16:45:01 UTC)
- git: 9aa63df3dbe5 - stable/13 - arm64: Expand HWCAP2 to be 64 bit (Mon, 19 Feb 2024 16:45:01 UTC)
- git: 3e3e2ce55be3 - stable/14 - Add BTI exceptions (Mon, 19 Feb 2024 16:45:02 UTC)
- git: 975086258ce7 - stable/13 - arm64: Add more HWCAP2 values (Mon, 19 Feb 2024 16:45:02 UTC)
- git: 45ffdd4ea582 - stable/14 - arm64: Add BTI landing pads to assembly functions (Mon, 19 Feb 2024 16:45:03 UTC)
- git: b9b148609abd - stable/13 - arm64: Check if PSCI before calling SMCCC (Mon, 19 Feb 2024 16:45:04 UTC)
- git: 729576a3d540 - stable/14 - pci: Set the domain in the pci_generic driver (Mon, 19 Feb 2024 16:45:04 UTC)
- git: ab63af3ab3fd - stable/13 - arm64: Use adrp + :lo12: to load globals from asm (Mon, 19 Feb 2024 16:45:05 UTC)
- git: 890008575a43 - stable/14 - arm64: Raise a SIGBUS on a user external abort (Mon, 19 Feb 2024 16:45:05 UTC)
- git: de4ca58e2c2a - stable/13 - arm64: Mark the armv8 crc32c as supporting BTI (Mon, 19 Feb 2024 16:45:06 UTC)
- git: 9792d605235a - stable/14 - sys/sys: Check for __ASSEMBLER__ in elf_common.h (Mon, 19 Feb 2024 16:45:06 UTC)
- git: 2ea922e9e38f - stable/13 - dev/uart: Support 8-byte register access (Mon, 19 Feb 2024 16:45:07 UTC)
- git: 55e2bfab4485 - stable/14 - tools/build: Support building with glibc 2.38 (Mon, 19 Feb 2024 16:45:07 UTC)
- git: 0d44915e06e5 - stable/14 - arm64: Support creating a BTI & PAC note (Mon, 19 Feb 2024 16:45:09 UTC)
- git: 977d1ded2991 - stable/14 - arm64: Add PAC instruction macros (Mon, 19 Feb 2024 16:45:10 UTC)
- git: d723cf210ded - stable/14 - arm64: Fix long lines in vm_machdep.c (Mon, 19 Feb 2024 16:45:11 UTC)
- git: 63b2b7cca22d - stable/14 - arm64: Teach bus_dma on arm64 about NUMA (Mon, 19 Feb 2024 16:45:12 UTC)
- git: 08569764e6c9 - stable/14 - arm64: Add a missing MRS_HWCAP_END (Mon, 19 Feb 2024 16:45:13 UTC)
- git: eb1dae1c40f2 - stable/14 - csu: Teach csu about PAC and BTI (Mon, 19 Feb 2024 16:45:14 UTC)
- git: d4163257401c - stable/14 - rtld: Teach rtld about the BTI elf note (Mon, 19 Feb 2024 16:45:15 UTC)
- git: aace2b59a835 - stable/14 - arm64: Add a BTI landing pad to .mcount (Mon, 19 Feb 2024 16:45:16 UTC)
- git: c424b194192e - stable/14 - imgact_elf: Move GNU_ABI_VENDOR to a common header (Mon, 19 Feb 2024 16:45:18 UTC)
- git: 403c7ef8e853 - stable/14 - imgact_elf: Export __elfN(parse_notes) (Mon, 19 Feb 2024 16:45:19 UTC)
- git: 829446911790 - stable/14 - arm64: Add an is64bit flag to user readable ID regs (Mon, 19 Feb 2024 16:45:20 UTC)
- git: 148222e3a099 - stable/14 - arm64: Use a hwcap ID rather than pointer (Mon, 19 Feb 2024 16:45:21 UTC)
- git: 082bc380936e - stable/14 - arm64: Create a Linux view of the ID registers (Mon, 19 Feb 2024 16:45:22 UTC)
- git: 0cdf69c10504 - stable/14 - arm64: Expand HWCAP2 to be 64 bit (Mon, 19 Feb 2024 16:45:23 UTC)
- git: a10099545e29 - stable/14 - arm64: Add more HWCAP2 values (Mon, 19 Feb 2024 16:45:24 UTC)
- git: eaa247c7f3df - stable/14 - arm64: Check if PSCI before calling SMCCC (Mon, 19 Feb 2024 16:45:26 UTC)
- git: 4dd61b21f9a0 - stable/14 - arm64: Use adrp + :lo12: to load globals from asm (Mon, 19 Feb 2024 16:45:27 UTC)
- git: 88227ddc7536 - stable/14 - arm64: Use pmap_early_vtophys in pmap_bootstrap_san (Mon, 19 Feb 2024 16:45:28 UTC)
- git: a46059e45f4a - stable/14 - arm64: Make kern_delta unneeded in the boot params (Mon, 19 Feb 2024 16:45:29 UTC)
- git: 54cf1499a33a - stable/14 - arm64: Clean up finding our load address (Mon, 19 Feb 2024 16:45:30 UTC)
- git: bce8a0ba1506 - stable/14 - libc: Teach libc about the BTI elf note (Mon, 19 Feb 2024 16:45:31 UTC)
- git: e7d2a96f4f9b - stable/14 - arm64: Mark the armv8 crc32c as supporting BTI (Mon, 19 Feb 2024 16:45:33 UTC)
- git: f8c7bbd1c93f - stable/14 - dev/uart: Support 8-byte register access (Mon, 19 Feb 2024 16:45:34 UTC)
- Andriy Gapon
- git: 1efdba436281 - stable/14 - ds1307: restore hints-based configuration on FDT systems (Sat, 17 Feb 2024 15:12:14 UTC)
- git: 2036512135c9 - stable/14 - usbdevs: add Ralink RT7601 aka MT7601 (Sat, 17 Feb 2024 15:12:15 UTC)
- git: 87a7011b0974 - stable/14 - add allwinner overlays for enabling additional USB ports (Sat, 17 Feb 2024 15:12:16 UTC)
- git: 1595c09ee252 - stable/14 - gpiopower: trigger low, high and both edges (Sat, 17 Feb 2024 15:12:18 UTC)
- git: d6e54e538e83 - stable/14 - audio_soc: set "status" as being at simplebus (Sat, 17 Feb 2024 15:12:19 UTC)
- git: 7742d4d404db - stable/14 - rk3328_codec: remove diagostic printfs (Sat, 17 Feb 2024 15:12:20 UTC)
- git: 52dfb8b11453 - stable/14 - rk_i2s: change interrupt type from MISC to AV (audio/video) (Sat, 17 Feb 2024 15:12:21 UTC)
- git: 1dd72f26e3a3 - stable/14 - rk_i2s: remove unused definition (Sat, 17 Feb 2024 15:12:22 UTC)
- git: 96b8d8a62bd7 - stable/14 - dwmmc: fix a typo (Sat, 17 Feb 2024 15:12:23 UTC)
- git: cd5038b62ec2 - stable/14 - mmc_fdt_parse: remove redundant bootverbose check (Sat, 17 Feb 2024 15:12:24 UTC)
- git: e009f28ea46d - stable/14 - fix signature of ipmi_shutdown_event (Sat, 17 Feb 2024 15:12:25 UTC)
- git: b5d826b1b6bc - stable/14 - change ipmi watchdog to awlays stop when system is halted (Sat, 17 Feb 2024 15:12:26 UTC)
- git: a9bab712eb10 - stable/14 - ichsmb: fix block read operation (Sat, 17 Feb 2024 15:12:28 UTC)
- git: fb9c50f983ff - stable/14 - dtrace: make 'ring' and 'fill' policies imply 'noswitch' flag (Sat, 17 Feb 2024 15:12:29 UTC)
- git: 782b71ccfb1c - stable/14 - hdaa_pcmchannel_setup: do not advertise AC3 8+0 (Sat, 17 Feb 2024 15:12:30 UTC)
- git: 191462cb674c - stable/14 - efibootmgr: fix potential endless loop with -v (Sat, 17 Feb 2024 15:12:31 UTC)
- git: 4cb348eaf6ac - stable/14 - subr_bus: report DEVICE_SUSPEND failures (Sat, 17 Feb 2024 15:12:32 UTC)
- git: 007b84e6c159 - stable/14 - rdmsr_safe/wrmsr_safe: handle pcb_onfault nesting (Sat, 17 Feb 2024 15:12:33 UTC)
- git: b46dedfa48ef - stable/14 - run acpi_shutdown_final later to give other handlers a chance (Sat, 17 Feb 2024 15:28:01 UTC)
- git: ac918f4354e0 - stable/13 - ds1307: restore hints-based configuration on FDT systems (Sat, 17 Feb 2024 19:22:29 UTC)
- git: bd51dc9408d2 - stable/13 - usbdevs: add Ralink RT7601 aka MT7601 (Sat, 17 Feb 2024 19:22:30 UTC)
- git: bad04f1ebc3a - stable/13 - add allwinner overlays for enabling additional USB ports (Sat, 17 Feb 2024 19:22:31 UTC)
- git: 929db0457513 - stable/13 - gpiopower: trigger low, high and both edges (Sat, 17 Feb 2024 19:22:32 UTC)
- git: b44d933e2617 - stable/13 - dwmmc: fix a typo (Sat, 17 Feb 2024 19:22:33 UTC)
- git: a4e1bf22796a - stable/13 - mmc_fdt_parse: remove redundant bootverbose check (Sat, 17 Feb 2024 19:22:35 UTC)
- git: 392953c490da - stable/13 - fix signature of ipmi_shutdown_event (Sat, 17 Feb 2024 19:22:36 UTC)
- git: 9ca7451d86dc - stable/13 - change ipmi watchdog to awlays stop when system is halted (Sat, 17 Feb 2024 19:22:37 UTC)
- git: faa59e9ab402 - stable/13 - ichsmb: fix block read operation (Sat, 17 Feb 2024 19:22:38 UTC)
- git: f0ed49921c28 - stable/13 - dtrace: make 'ring' and 'fill' policies imply 'noswitch' flag (Sat, 17 Feb 2024 19:22:39 UTC)
- git: 4df1b9cc2bff - stable/13 - hdaa_pcmchannel_setup: do not advertise AC3 8+0 (Sat, 17 Feb 2024 19:22:40 UTC)
- git: 1b92999e67b6 - stable/13 - efibootmgr: fix potential endless loop with -v (Sat, 17 Feb 2024 19:22:41 UTC)
- git: a669851b3516 - stable/13 - subr_bus: report DEVICE_SUSPEND failures (Sat, 17 Feb 2024 19:22:43 UTC)
- git: 5d24ae53b622 - stable/13 - rdmsr_safe/wrmsr_safe: handle pcb_onfault nesting (Sat, 17 Feb 2024 19:22:44 UTC)
- git: 854db1db3f81 - stable/13 - run acpi_shutdown_final later to give other handlers a chance (Sat, 17 Feb 2024 19:58:48 UTC)
- git: 75316a59b39e - releng/13.3 - rdmsr_safe/wrmsr_safe: handle pcb_onfault nesting (Mon, 19 Feb 2024 09:52:03 UTC)
- Bjoern A. Zeeb
- git: 55baa8265ad5 - stable/14 - LinuxKPI: sort dev_<loglevel>() functions (Sun, 18 Feb 2024 21:11:00 UTC)
- git: 7117d4b22f74 - stable/14 - LinuxKPI: implement memset_after() (Sun, 18 Feb 2024 21:11:01 UTC)
- git: 7730aec6b7c8 - stable/14 - LinuxKPI: reduce impact of large MAXCPU (Sun, 18 Feb 2024 21:11:02 UTC)
- git: fcc737d59ead - stable/14 - rtw89: improve debugging and fix a sleep issue (Sun, 18 Feb 2024 21:11:03 UTC)
- git: 7e72ea8cd1c7 - stable/14 - ath10k/rtw89: make compile again after LinuxKPI changes (Sun, 18 Feb 2024 21:11:04 UTC)
- git: bc3ab3badd3d - stable/14 - iwlwififw: add firmware for the Bz/B200 chipset (Sun, 18 Feb 2024 21:11:05 UTC)
- git: 826c28fa983a - stable/14 - net80211: ieee80211_dump_node() check for channel to be set (Sun, 18 Feb 2024 21:11:06 UTC)
- git: 8e599ff98d48 - stable/14 - net80211: move net_epoch into net80211 (Sun, 18 Feb 2024 21:11:08 UTC)
- git: 9a8147ca8f18 - stable/14 - Revert "Widen EPOCH(9) usage in PCI WLAN drivers." (Sun, 18 Feb 2024 21:11:09 UTC)
- git: b4038a0b672b - stable/14 - Revert "Widen EPOCH(9) usage in USB WLAN drivers." (Sun, 18 Feb 2024 21:11:10 UTC)
- git: dd2988b0bc36 - stable/14 - Revert "Enter the network epoch in USB WiFi drivers when processing input" (Sun, 18 Feb 2024 21:11:11 UTC)
- git: 5193a7cfcbdd - stable/14 - Revert "[ath] Attempt to fix epoch handling." (Sun, 18 Feb 2024 21:11:12 UTC)
- git: 82abd2185753 - stable/14 - ath: Revert "Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that process" (Sun, 18 Feb 2024 21:11:13 UTC)
- git: e1d739471efd - stable/14 - tools/net80211: add mlme_assoc (Sun, 18 Feb 2024 21:11:14 UTC)
- git: 19a405d23894 - stable/14 - LinuxKPI: 802.11: bring in some HT code (Sun, 18 Feb 2024 21:11:16 UTC)
- git: 64f1df32cf68 - stable/14 - wpa: ctrl_iface set sendbuf size (Sun, 18 Feb 2024 21:11:17 UTC)
- git: 4e219655d0f7 - stable/14 - bwn: remove unused ic_headroom (Sun, 18 Feb 2024 21:11:18 UTC)
- git: 1c7be8ecaddf - stable/14 - LinuxKPI: 802.11: more TXQ implementation and locking (Sun, 18 Feb 2024 21:11:19 UTC)
- git: 3df61c29c7aa - stable/14 - net80211: improve logging about state transitions lost (Sun, 18 Feb 2024 21:11:20 UTC)
- git: 586aaa8ac53a - stable/14 - net80211: adjust more VHT structures/fields (Sun, 18 Feb 2024 21:11:21 UTC)
- git: 46c1c9fafac2 - stable/14 - LinuxKPI: 802.11: fix field order in ieee80211_key_conf (Sun, 18 Feb 2024 21:11:22 UTC)
- git: 3e0a31384c92 - stable/14 - LinuxKPI: 802.11: extend ieee80211_key_seq and WLAN_KEY_LEN_* defines (Sun, 18 Feb 2024 21:11:23 UTC)
- git: 0e3bf4d95a13 - stable/14 - iwlwifi: adjust to make d3.c compile (Sun, 18 Feb 2024 21:11:25 UTC)
- git: 491e4f5c86f3 - stable/14 - iwlwifi: add the d3 (PM) bits to the Makefile (disabled) (Sun, 18 Feb 2024 21:11:26 UTC)
- git: 680fd9feb104 - stable/14 - net80211: fix a NULL deref in ieee80211_sta_join1() (Sun, 18 Feb 2024 21:11:27 UTC)
- git: 383cbcd21b73 - stable/14 - net80211: make sure calls to (*iv_update_bss)() are locked (Sun, 18 Feb 2024 21:11:28 UTC)
- git: 56803b9a004b - stable/14 - net80211: fix checks for (*iv_preamble_update)/(*iv_ht_protmode_update) (Sun, 18 Feb 2024 21:11:29 UTC)
- git: b70179a93208 - stable/14 - LinuxKPI: 802.11: correct HT protection fields (Sun, 18 Feb 2024 21:11:30 UTC)
- git: 3d779c9ddd1a - stable/14 - iwlwifi: improve error message (Sun, 18 Feb 2024 21:11:31 UTC)
- git: b392b36d3776 - stable/14 - net80211: deal with lost state transitions (Sun, 18 Feb 2024 21:11:33 UTC)
- git: 8c450ea1083b - stable/14 - LinuxKPI: 802.11: band-aid for invalid state changes after (*iv_update_bss) (Sun, 18 Feb 2024 21:11:34 UTC)
- git: 12887199b374 - stable/14 - LinuxKPI: 802.11: update the ni/lsta reference cycle (Sun, 18 Feb 2024 21:11:35 UTC)
- git: 035424535b09 - stable/14 - LinuxKPI: 802.11: lsta txq locking cleanup (Sun, 18 Feb 2024 21:11:36 UTC)
- git: 2477106d5d0f - stable/13 - LinuxKPI: sort dev_<loglevel>() functions (Mon, 19 Feb 2024 08:07:36 UTC)
- git: 1bd05bae9252 - stable/13 - LinuxKPI: implement memset_after() (Mon, 19 Feb 2024 08:07:37 UTC)
- git: 90aaf46d5208 - stable/13 - LinuxKPI: reduce impact of large MAXCPU (Mon, 19 Feb 2024 08:07:38 UTC)
- git: 1ff23eeab2ef - stable/13 - rtw89: improve debugging and fix a sleep issue (Mon, 19 Feb 2024 08:07:39 UTC)
- git: d1d5dbcf2539 - stable/13 - iwlwififw: add firmware for the Bz/B200 chipset (Mon, 19 Feb 2024 08:07:41 UTC)
- git: 71383e75eae9 - stable/13 - net80211: ieee80211_dump_node() check for channel to be set (Mon, 19 Feb 2024 08:07:42 UTC)
- git: 135f22ad82f6 - stable/13 - tools/net80211: add mlme_assoc (Mon, 19 Feb 2024 08:07:43 UTC)
- git: 3fe19437797b - stable/13 - LinuxKPI: 802.11: bring in some HT code (Mon, 19 Feb 2024 08:07:44 UTC)
- git: 97186b5cf5aa - stable/13 - wpa: ctrl_iface set sendbuf size (Mon, 19 Feb 2024 08:07:45 UTC)
- git: 3df959638baa - stable/13 - LinuxKPI: 802.11: more TXQ implementation and locking (Mon, 19 Feb 2024 08:07:47 UTC)
- git: a2764047702d - stable/13 - net80211: improve logging about state transitions lost (Mon, 19 Feb 2024 08:07:49 UTC)
- git: 9d5aef293d90 - stable/13 - net80211: adjust more VHT structures/fields (Mon, 19 Feb 2024 08:07:50 UTC)
- git: 1cf1f094680f - stable/13 - LinuxKPI: 802.11: fix field order in ieee80211_key_conf (Mon, 19 Feb 2024 08:07:51 UTC)
- git: b42f8328250a - stable/13 - LinuxKPI: 802.11: extend ieee80211_key_seq and WLAN_KEY_LEN_* defines (Mon, 19 Feb 2024 08:07:52 UTC)
- git: bbf3fc5b00b8 - stable/13 - iwlwifi: adjust to make d3.c compile (Mon, 19 Feb 2024 08:07:53 UTC)
- git: 3da00e4c110f - stable/13 - iwlwifi: add the d3 (PM) bits to the Makefile (disabled) (Mon, 19 Feb 2024 08:07:54 UTC)
- git: 755a04671dd4 - stable/13 - net80211: fix a NULL deref in ieee80211_sta_join1() (Mon, 19 Feb 2024 08:07:56 UTC)
- git: f8ec03794357 - stable/13 - net80211: make sure calls to (*iv_update_bss)() are locked (Mon, 19 Feb 2024 08:07:57 UTC)
- git: 5427cefd1d03 - stable/13 - net80211: fix checks for (*iv_preamble_update)/(*iv_ht_protmode_update) (Mon, 19 Feb 2024 08:07:58 UTC)
- git: 7e5dc3c1fdc0 - stable/13 - LinuxKPI: 802.11: correct HT protection fields (Mon, 19 Feb 2024 08:07:59 UTC)
- git: 6a56d8553b55 - stable/13 - iwlwifi: improve error message (Mon, 19 Feb 2024 08:08:00 UTC)
- git: a7e1fc7f620d - stable/13 - net80211: deal with lost state transitions (Mon, 19 Feb 2024 08:08:01 UTC)
- git: 184ccc414686 - stable/13 - LinuxKPI: 802.11: band-aid for invalid state changes after (*iv_update_bss) (Mon, 19 Feb 2024 08:08:02 UTC)
- git: 223edc1a3c2f - stable/13 - LinuxKPI: 802.11: update the ni/lsta reference cycle (Mon, 19 Feb 2024 08:08:03 UTC)
- git: 763b10806cd4 - stable/13 - LinuxKPI: 802.11: lsta txq locking cleanup (Mon, 19 Feb 2024 08:08:05 UTC)
- git: dc50f981e17c - releng/13.3 - bwn: remove unused ic_headroom (Mon, 19 Feb 2024 16:10:14 UTC)
- git: 804a4c1c7b8f - releng/13.3 - LinuxKPI: 802.11: more TXQ implementation and locking (Mon, 19 Feb 2024 16:10:17 UTC)
- git: f93d06ac87f4 - releng/13.3 - net80211: improve logging about state transitions lost (Mon, 19 Feb 2024 16:10:18 UTC)
- git: 5463d4cd99f3 - releng/13.3 - LinuxKPI: 802.11: fix field order in ieee80211_key_conf (Mon, 19 Feb 2024 16:10:19 UTC)
- git: f7c8d5448446 - releng/13.3 - net80211: fix a NULL deref in ieee80211_sta_join1() (Mon, 19 Feb 2024 16:10:21 UTC)
- git: eecf453c0e56 - releng/13.3 - net80211: make sure calls to (*iv_update_bss)() are locked (Mon, 19 Feb 2024 16:10:22 UTC)
- git: 9b998db87c28 - releng/13.3 - net80211: deal with lost state transitions (Mon, 19 Feb 2024 16:10:23 UTC)
- git: a75a3d7afcc8 - releng/13.3 - Bump __FreeBSD_version for net80211 'struct ieee80211vap' changes (Mon, 19 Feb 2024 16:10:24 UTC)
- git: d4b4efc6db6c - releng/13.3 - LinuxKPI: 802.11: band-aid for invalid state changes after (*iv_update_bss) (Mon, 19 Feb 2024 16:10:25 UTC)
- git: 9b2da4bc5a68 - releng/13.3 - LinuxKPI: 802.11: update the ni/lsta reference cycle (Mon, 19 Feb 2024 16:10:26 UTC)
- git: 401dbf9cfc0c - releng/13.3 - LinuxKPI: 802.11: lsta txq locking cleanup (Mon, 19 Feb 2024 16:10:27 UTC)
- Brooks Davis
- Christos Margiolis
- git: 73db76a48c6a - stable/14 - mixer.8: Add terse example for increasing volume (Mon, 26 Feb 2024 23:22:42 UTC)
- git: 750a5298fee0 - stable/14 - mixer(8): Improve error messsages and warnings (Mon, 26 Feb 2024 23:22:43 UTC)
- git: 7ff8cd094b73 - stable/14 - mixer(8): Allow full PCM device names as input for the -d option (Mon, 26 Feb 2024 23:22:44 UTC)
- git: 23269774b052 - stable/14 - mixer.8: Fix wrong sentence (Mon, 26 Feb 2024 23:22:46 UTC)
- git: 96a80ca9ba72 - stable/14 - mixer(8): Improve mute and recsrc controls (Mon, 26 Feb 2024 23:22:47 UTC)
- git: 6ae4ed11c4d3 - stable/14 - mixer(8): Use new mixer if we change the default unit (Mon, 26 Feb 2024 23:22:48 UTC)
- git: 7e984a34c304 - stable/14 - mixer(3): Do not hardcode "/dev/mixer" (Mon, 26 Feb 2024 23:22:49 UTC)
- git: 75358ca4fb54 - stable/14 - snd_uaudio(4): Adapt buffer length to buffer_ms tunable. (Mon, 26 Feb 2024 23:22:50 UTC)
- git: 4c6b20d4b3e3 - stable/14 - snd_uaudio(4): Fix config detection with defaults set. (Mon, 26 Feb 2024 23:22:51 UTC)
- git: 6f2d6237fe98 - stable/14 - sound: remove snddev_info->inprog and pcm_inprog() (Mon, 26 Feb 2024 23:22:52 UTC)
- git: 80da975b55dc - stable/14 - snd_uaudio: mark selected configurations (Mon, 26 Feb 2024 23:22:54 UTC)
- git: 2e5b4890e1d2 - stable/14 - snd_uaudio.4: remove useless .Tn macro (Mon, 26 Feb 2024 23:22:55 UTC)
- git: f8d5fb7db333 - stable/14 - snd_uaudio.4: document sysctls (Mon, 26 Feb 2024 23:22:56 UTC)
- Colin Percival
- Cy Schubert
- git: c94886749e1b - stable/14 - OpenSSL: Vendor import of OpenSSL 3.0.13 (Mon, 05 Feb 2024 16:08:09 UTC)
- git: e72329a4e8a5 - stable/14 - OpenSSL: Update version strings (Mon, 05 Feb 2024 16:08:16 UTC)
- git: 4fedf2bec63f - stable/14 - sqlite3: Vendor import of sqlite3 3.45.0 (Mon, 05 Feb 2024 16:08:18 UTC)
- git: 84d443825255 - stable/13 - sqlite3: Vendor import of sqlite3 3.45.0 (Mon, 05 Feb 2024 16:08:37 UTC)
- git: fad23b1a2659 - stable/14 - OpenSSL: Update date string (Thu, 08 Feb 2024 00:49:04 UTC)
- git: e2b44c401cc2 - stable/14 - unbound: Vendor import 1.19.1 (Sat, 17 Feb 2024 13:45:44 UTC)
- git: abe4ced2b9de - stable/13 - unbound: Vendor import 1.19.1 (Sat, 17 Feb 2024 13:48:29 UTC)
- git: c6edb21e3763 - releng/13.3 - unbound: Vendor import 1.19.1 (Sun, 18 Feb 2024 04:46:36 UTC)
- git: 4712696c8f46 - stable/14 - Heimdal: Fix transit path validation CVE-2017-6594 (Wed, 21 Feb 2024 13:43:12 UTC)
- git: 5482dc8b9eaf - stable/14 - Heimdal: CVE-2018-16860 Heimdal KDC: Reject PA-S4U2Self with unkeyed checksum (Wed, 21 Feb 2024 13:43:13 UTC)
- git: b1b256dd0f4d - stable/14 - heimdal: always confirm PA-PKINIT-KX for anon PKINIT (Wed, 21 Feb 2024 13:43:14 UTC)
- git: 5b7c923d9581 - stable/14 - heimdal: Fix NULL deref (Wed, 21 Feb 2024 13:43:15 UTC)
- git: 9a7121454dc0 - stable/13 - Heimdal: Fix transit path validation CVE-2017-6594 (Wed, 21 Feb 2024 13:44:19 UTC)
- git: 143a962d0e87 - stable/13 - Heimdal: CVE-2018-16860 Heimdal KDC: Reject PA-S4U2Self with unkeyed checksum (Wed, 21 Feb 2024 13:44:20 UTC)
- git: a311b9d70863 - stable/13 - heimdal: always confirm PA-PKINIT-KX for anon PKINIT (Wed, 21 Feb 2024 13:44:22 UTC)
- git: 6b421e431a2d - stable/13 - heimdal: Fix NULL deref (Wed, 21 Feb 2024 13:44:23 UTC)
- git: aac9dda7f844 - releng/13.3 - Heimdal: Fix transit path validation CVE-2017-6594 (Wed, 21 Feb 2024 14:01:53 UTC)
- git: 776fe3ce5799 - releng/13.3 - Heimdal: CVE-2018-16860 Heimdal KDC: Reject PA-S4U2Self with unkeyed checksum (Wed, 21 Feb 2024 14:01:54 UTC)
- git: 9f2e70a87d6e - releng/13.3 - heimdal: always confirm PA-PKINIT-KX for anon PKINIT (Wed, 21 Feb 2024 14:01:55 UTC)
- git: 88bdc4bb60df - releng/13.3 - heimdal: Fix NULL deref (Wed, 21 Feb 2024 14:01:57 UTC)
- Dag-Erling Smørgrav
- git: 3d6778d84eaa - stable/14 - Add kenv .Xr in kldload(8) and loader.conf(5) (Thu, 01 Feb 2024 17:46:26 UTC)
- git: 5d7b049f9904 - stable/13 - Add kenv .Xr in kldload(8) and loader.conf(5) (Thu, 01 Feb 2024 17:46:27 UTC)
- git: 3a9cb4da4e75 - stable/14 - stand: Add 1440p to the list of known resolutions. (Thu, 01 Feb 2024 17:46:27 UTC)
- git: 6ef4fc44f962 - stable/13 - stand: Add 1440p to the list of known resolutions. (Thu, 01 Feb 2024 17:46:28 UTC)
- git: e257a38de4d5 - stable/14 - Update tzcode to 2024a. (Wed, 21 Feb 2024 20:59:18 UTC)
- git: 245844372d7e - stable/14 - tzcode: Fix overflow handling in TZ parser. (Wed, 21 Feb 2024 20:59:19 UTC)
- git: beb958dca02a - stable/13 - tzcode: Fix overflow handling in TZ parser. (Wed, 21 Feb 2024 20:59:36 UTC)
- git: e99479f817c4 - releng/13.3 - tzcode: Fix overflow handling in TZ parser. (Fri, 23 Feb 2024 11:41:32 UTC)
- git: fa778f0ce5ef - stable/14 - bintrans: Error out if writing to the output failed. (Sat, 24 Feb 2024 12:14:59 UTC)
- git: 4ffc5ab03f83 - stable/14 - patch: Support long context lines. (Sat, 24 Feb 2024 12:15:00 UTC)
- git: 1288891878d9 - stable/14 - md5: Accept "-" as alias for stdin. (Sat, 24 Feb 2024 12:15:01 UTC)
- git: 181e9683778e - stable/14 - sdiff: Misc cleanup. (Sat, 24 Feb 2024 12:15:03 UTC)
- Dimitry Andric
- git: 7d91a95f825a - stable/14 - Merge commit 4a39d0890894 from llvm-project (by Mark Johnston): (Thu, 08 Feb 2024 19:26:25 UTC)
- git: 6d5c1c562cc5 - stable/14 - Merge libcxxrt master 03c83f5a57be8c5b1a29a68de5638744f17d28ba (Thu, 08 Feb 2024 19:26:26 UTC)
- git: d5d6b3938d84 - stable/13 - Merge commit 4a39d0890894 from llvm-project (by Mark Johnston): (Thu, 08 Feb 2024 19:27:57 UTC)
- git: 134580c103b4 - stable/13 - Merge libcxxrt master 03c83f5a57be8c5b1a29a68de5638744f17d28ba (Thu, 08 Feb 2024 19:27:58 UTC)
- git: 24b0131793cc - stable/14 - Merge commit f577bfb99528 from llvm-project (by Alexander Potapenko): (Tue, 13 Feb 2024 17:52:28 UTC)
- git: 5fe7f76dd681 - stable/14 - Remove usr.bin/clang/llvm-ar/llvm-cxxfilt-driver.cpp file (Tue, 13 Feb 2024 17:52:29 UTC)
- git: 2292dffacfc5 - stable/13 - Merge commit f577bfb99528 from llvm-project (by Alexander Potapenko): (Tue, 13 Feb 2024 17:52:44 UTC)
- git: e9c00a656573 - stable/13 - Remove usr.bin/clang/llvm-ar/llvm-cxxfilt-driver.cpp file (Tue, 13 Feb 2024 17:52:45 UTC)
- git: 42ceb92e6a54 - stable/13 - lld: work around elftoolchain bug which causes bloated RISCV binaries (Wed, 14 Feb 2024 19:43:07 UTC)
- git: db43cefe080f - stable/14 - Proactively remove /usr/lib/kgdb file that became a directory (Tue, 20 Feb 2024 18:23:34 UTC)
- git: f96dd1e361f8 - stable/13 - Proactively remove /usr/lib/kgdb file that became a directory (Tue, 20 Feb 2024 18:25:31 UTC)
- Ed Maste
- git: 090674a3dbf8 - stable/14 - csu: add crtbrand.o dependency on sys/param.h (Wed, 14 Feb 2024 17:16:07 UTC)
- git: 6fc69ba38cfc - stable/13 - csu: add crtbrand.o dependency on sys/param.h (Wed, 14 Feb 2024 17:17:32 UTC)
- git: 0ed5a203925e - stable/14 - mfc-candidates: search by committer only, not author (Tue, 20 Feb 2024 15:13:44 UTC)
- git: c8c5d91f48c4 - stable/14 - pkgbase: pass --recurse-submodules to `git ls-files` (Tue, 20 Feb 2024 15:16:53 UTC)
- git: bec5e729ceef - stable/12 - heimdal: Fix NULL deref (Wed, 21 Feb 2024 20:26:02 UTC)
- git: 26db5b3e638e - stable/14 - Remove MOVED_LIBS handling from list-old-libs (Mon, 26 Feb 2024 23:18:25 UTC)
- git: 8d22744f5be1 - stable/14 - kern: fix panic with disabled ttys (Thu, 29 Feb 2024 00:29:43 UTC)
- git: a60220bbb551 - stable/13 - kern: fix panic with disabled ttys (Thu, 29 Feb 2024 00:31:14 UTC)
- git: 784695750ef3 - releng/13.3 - jail: Fix information leak. (Thu, 29 Feb 2024 13:17:45 UTC)
- git: 814761540eb9 - releng/13.3 - kern: fix panic with disabled ttys (Thu, 29 Feb 2024 13:17:47 UTC)
- Eric Joyner
- Eugene Grosbein
- Gleb Smirnoff
- Gordon Bergling
- git: adac86cd7be0 - stable/14 - if_eqos: Fix a typo in a kernel error message (Sat, 17 Feb 2024 20:30:46 UTC)
- git: c71ed5dc63de - stable/14 - sctp(4): Fix a typo in a source code comment (Wed, 21 Feb 2024 07:18:09 UTC)
- git: 0c3ca6ce1fca - stable/13 - sctp(4): Fix a typo in a source code comment (Wed, 21 Feb 2024 07:18:45 UTC)
- git: 13c7c0e5659b - stable/12 - iov.h: Fix a typo in a source code comment (Thu, 22 Feb 2024 09:39:04 UTC)
- git: f7a47daa384e - stable/13 - iov.h: Fix a typo in a source code comment (Thu, 22 Feb 2024 09:39:14 UTC)
- git: 2710ac0c9c92 - stable/14 - iov.h: Fix a typo in a source code comment (Thu, 22 Feb 2024 09:39:22 UTC)
- git: e705ac7788b2 - stable/14 - net80211: Fix two typos in kernel messages (Sat, 24 Feb 2024 08:23:58 UTC)
- git: 3093fe97e126 - stable/13 - net80211: Fix two typos in kernel messages (Sat, 24 Feb 2024 08:24:38 UTC)
- git: a3c51cfd5da1 - stable/14 - uath(4): Fix a typo in a source code comment (Sun, 25 Feb 2024 07:44:05 UTC)
- git: efbeab503b2c - stable/14 - vge(4): Fix a typo in a source code comment (Sun, 25 Feb 2024 07:44:07 UTC)
- git: f7d2a1d2dc56 - stable/14 - random(4): Fix a typo in a source code comment (Sun, 25 Feb 2024 07:44:08 UTC)
- git: a7a0875d276b - stable/14 - bge(4): Fix some typos in source code comments (Sun, 25 Feb 2024 07:44:09 UTC)
- git: 324f8ce49a16 - stable/14 - sk(4): Fix a typo in a source code comment (Sun, 25 Feb 2024 07:44:10 UTC)
- git: ff9794844f86 - stable/14 - umcs(4): Fix two typos in source code comments (Sun, 25 Feb 2024 07:44:11 UTC)
- git: 91ebcc32be85 - stable/13 - uath(4): Fix a typo in a source code comment (Sun, 25 Feb 2024 07:45:39 UTC)
- git: d7670d898dee - stable/13 - vge(4): Fix a typo in a source code comment (Sun, 25 Feb 2024 07:45:40 UTC)
- git: 8c3b4af727a0 - stable/13 - random(4): Fix a typo in a source code comment (Sun, 25 Feb 2024 07:45:41 UTC)
- git: dd4d5219070a - stable/13 - bge(4): Fix some typos in source code comments (Sun, 25 Feb 2024 07:45:42 UTC)
- git: bbefc61cacc8 - stable/13 - sk(4): Fix a typo in a source code comment (Sun, 25 Feb 2024 07:45:43 UTC)
- git: f3d93603bc29 - stable/13 - umcs(4): Fix two typos in source code comments (Sun, 25 Feb 2024 07:45:44 UTC)
- git: 442d1ee07efc - stable/12 - uath(4): Fix a typo in a source code comment (Sun, 25 Feb 2024 07:47:19 UTC)
- git: c513a1b09b40 - stable/12 - vge(4): Fix a typo in a source code comment (Sun, 25 Feb 2024 07:47:21 UTC)
- git: 8dbf4f6c232d - stable/12 - random(4): Fix a typo in a source code comment (Sun, 25 Feb 2024 07:47:22 UTC)
- git: eeee62ac1eb7 - stable/12 - bge(4): Fix some typos in source code comments (Sun, 25 Feb 2024 07:47:23 UTC)
- git: 64d52e1605ae - stable/12 - sk(4): Fix a typo in a source code comment (Sun, 25 Feb 2024 07:47:24 UTC)
- git: ef2b2b0bf3e3 - stable/12 - umcs(4): Fix two typos in source code comments (Sun, 25 Feb 2024 07:47:25 UTC)
- git: 8bafcf60ef68 - stable/14 - if_hn: Fix two typos in source code comments (Tue, 27 Feb 2024 08:24:44 UTC)
- git: a8ed50b57e04 - stable/13 - if_hn: Fix two typos in source code comments (Tue, 27 Feb 2024 08:24:59 UTC)
- git: 2ba9bcd97608 - stable/12 - if_hn: Fix two typos in source code comments (Tue, 27 Feb 2024 08:25:13 UTC)
- git: e7b055efa743 - stable/14 - tcp: Remove the documented dependency of TCPHPTS for RACK and BBR (Wed, 28 Feb 2024 12:37:15 UTC)
- git: 72d897c7f410 - stable/14 - tcp_rack.4: Fix a link in the SEE ALSO section (Wed, 28 Feb 2024 12:37:16 UTC)
- git: e6c0ce9e37f5 - stable/14 - Correct the grammo in "will underlined". (Wed, 28 Feb 2024 12:41:30 UTC)
- git: ff86c97bfa54 - stable/14 - ls: versort incompatible w/ timesort and sizesort (Wed, 28 Feb 2024 12:49:05 UTC)
- git: fa399b889f70 - stable/14 - ls: Fix -v and associated test (Wed, 28 Feb 2024 12:49:06 UTC)
- git: d19769300126 - stable/14 - ls.1: Mention CLICOLOR environment variable (Wed, 28 Feb 2024 12:49:07 UTC)
- Gordon Tetlow
- git: 007b8b8ecd96 - releng/14.0 - contrib/tzdata: import tzdata 2024a (Wed, 14 Feb 2024 06:05:40 UTC)
- git: c2a9cfc55046 - releng/14.0 - setusercontext(): Apply personal settings only on matching effective UID (Wed, 14 Feb 2024 06:05:41 UTC)
- git: bb06104dce0b - releng/14.0 - EVFILT_SIGNAL: do not use target process pointer on detach (Wed, 14 Feb 2024 06:05:42 UTC)
- git: 9db5ae3ec45f - releng/14.0 - inpcb: reoder inpcb destruction (Wed, 14 Feb 2024 06:05:43 UTC)
- git: f5bb597829e1 - releng/14.0 - bhyveload: use a dirfd to support -h (Wed, 14 Feb 2024 06:05:44 UTC)
- git: 4d354159d150 - releng/14.0 - jail: Fix information leak. (Wed, 14 Feb 2024 06:05:46 UTC)
- git: 9d0e3b306e38 - releng/14.0 - Add UPDATING entries and bump the branch version. (Wed, 14 Feb 2024 06:05:47 UTC)
- git: 922f62fc240f - releng/13.2 - contrib/tzdata: import tzdata 2023d (Wed, 14 Feb 2024 06:05:55 UTC)
- git: 3982cad2a7d3 - releng/13.2 - contrib/tzdata: import tzdata 2024a (Wed, 14 Feb 2024 06:05:56 UTC)
- git: 9deb5ca77beb - releng/13.2 - setusercontext(): Apply personal settings only on matching effective UID (Wed, 14 Feb 2024 06:05:57 UTC)
- git: 154dedade465 - releng/13.2 - EVFILT_SIGNAL: do not use target process pointer on detach (Wed, 14 Feb 2024 06:05:58 UTC)
- git: 48598b1670ce - releng/13.2 - bhyveload: use a dirfd to support -h (Wed, 14 Feb 2024 06:06:00 UTC)
- git: 17257e6e9a23 - releng/13.2 - jail: Fix information leak. (Wed, 14 Feb 2024 06:06:01 UTC)
- git: 326f58eade21 - releng/13.2 - Add UPDATING entries and bump the branch version. (Wed, 14 Feb 2024 06:06:02 UTC)
- Gregory Neil Shapiro
- Jamie Gritton
- John Baldwin
- Konstantin Belousov
- git: 14b7cf92e73a - stable/14 - open(2): describe *at behavior for dirfd opened without O_SEARCH (Thu, 01 Feb 2024 00:31:02 UTC)
- git: 617695812a38 - stable/13 - open(2): describe *at behavior for dirfd opened without O_SEARCH (Thu, 01 Feb 2024 00:32:04 UTC)
- git: 0dd45fdb747b - stable/14 - sys/mount.h: use __inline (Thu, 01 Feb 2024 22:04:30 UTC)
- git: 1414121fc3f3 - stable/13 - sys/mount.h: use __inline (Thu, 01 Feb 2024 22:05:25 UTC)
- git: 66aa73282ab8 - stable/14 - lib/msun: Cleanup after $FreeBSD$ removal (Sun, 04 Feb 2024 00:27:12 UTC)
- git: 151495ac8dde - stable/14 - chflags(1): Fix -f option (Tue, 06 Feb 2024 00:38:23 UTC)
- git: afb21c3a5910 - stable/14 - chflags(1): obey siginfo request on chflagsat(2) failure (Tue, 06 Feb 2024 00:38:24 UTC)
- git: 19d960cedddd - stable/13 - chflags(1): Fix -f option (Tue, 06 Feb 2024 00:39:20 UTC)
- git: dc30b2841b7d - stable/13 - chflags(1): obey siginfo request on chflagsat(2) failure (Tue, 06 Feb 2024 00:39:22 UTC)
- git: e4cfb5981d2b - stable/14 - libstdthreads: destroy mutexattr in mtx_init() (Fri, 09 Feb 2024 00:38:30 UTC)
- git: a727d8d7f50f - stable/14 - Revert "hier.7: add /lib/casper directory" (Fri, 09 Feb 2024 00:38:32 UTC)
- git: 58ccdcc6ffc5 - stable/13 - libstdthreads: destroy mutexattr in mtx_init() (Sun, 11 Feb 2024 01:41:12 UTC)
- git: eb34be853a21 - stable/13 - Add fget_remote() (Sun, 11 Feb 2024 01:52:44 UTC)
- git: e4345a107bb4 - stable/13 - file: add fo_cmp method (Sun, 11 Feb 2024 01:52:45 UTC)
- git: 096fe82004b1 - stable/13 - Add kcmp(2) kernel bits (Sun, 11 Feb 2024 01:52:46 UTC)
- git: 1737bd30cc3a - stable/13 - Create namespace for the symbols added during 15-CURRENT cycle (Sun, 11 Feb 2024 01:52:47 UTC)
- git: 819c2372c16d - stable/13 - Add kcmp(2) userspace bits (Sun, 11 Feb 2024 01:52:48 UTC)
- git: 7d2b98e645ce - stable/13 - kcmp(2): implement for generic file types (Sun, 11 Feb 2024 01:52:49 UTC)
- git: 81d146d078e9 - stable/13 - kcmp(2): implement for vnode files (Sun, 11 Feb 2024 01:52:50 UTC)
- git: 890d1f392a1e - stable/13 - kcmp(2): implement for devfs files (Sun, 11 Feb 2024 01:52:51 UTC)
- git: e314d3d7aa65 - stable/13 - kcmp(2): implement for linuxkpi cdevs (Sun, 11 Feb 2024 01:52:53 UTC)
- git: 920542c46341 - stable/13 - kcmp(2): implement for procdesc (Sun, 11 Feb 2024 01:52:54 UTC)
- git: 615e64836b7b - stable/13 - regen (Sun, 11 Feb 2024 01:52:55 UTC)
- git: 16b1438c7371 - stable/14 - read.2: Describe debug.iosize_max_clamp (Wed, 14 Feb 2024 03:53:44 UTC)
- git: f35c790206b8 - stable/14 - amd64 uprintf_signal: add space between %rax value and code bytes (Wed, 14 Feb 2024 03:53:46 UTC)
- git: a3d021250769 - stable/14 - imgact_elf.c: remove sys/cdefs.h include (Wed, 14 Feb 2024 03:53:47 UTC)
- git: bcd7b196c83b - stable/14 - ELF note parser: provide more info on failure (Wed, 14 Feb 2024 03:53:48 UTC)
- git: fc738836d153 - stable/14 - amd64/linux*: mark brandlists as static (Wed, 14 Feb 2024 03:53:49 UTC)
- git: 10896d25a536 - stable/14 - amd64 gdt_segs: use designated initializers (Wed, 14 Feb 2024 03:53:50 UTC)
- git: 1f7c8f047f8b - stable/14 - amd64 pcb.h: use 4 hex digits for pcb flags (Wed, 14 Feb 2024 03:53:51 UTC)
- git: 42667ceb9d00 - stable/13 - read.2: Describe debug.iosize_max_clamp (Wed, 14 Feb 2024 04:05:32 UTC)
- git: 9c1f5e270eb3 - stable/13 - amd64 uprintf_signal: add space between %rax value and code bytes (Wed, 14 Feb 2024 04:05:33 UTC)
- git: a6ee29582219 - stable/13 - amd64/linux*: mark brandlists as static (Wed, 14 Feb 2024 04:05:36 UTC)
- git: 976b3cf86d79 - stable/13 - amd64 gdt_segs: use designated initializers (Wed, 14 Feb 2024 04:05:37 UTC)
- git: 391d212c42cf - stable/13 - amd64 pcb.h: use 4 hex digits for pcb flags (Wed, 14 Feb 2024 04:05:38 UTC)
- git: 0667d0e0e365 - stable/14 - libc: expose execvpe for Linux compat (Sun, 18 Feb 2024 10:02:21 UTC)
- git: 1298ecb6ba13 - stable/14 - lio_listio(2): add LIO_FOFFSET flag to ignore aiocb aio_offset (Sun, 18 Feb 2024 10:02:22 UTC)
- git: e9014ead574f - stable/14 - libc: add aio_read2() and aio_write2() functions (Sun, 18 Feb 2024 10:02:23 UTC)
- git: e331ce2d60b6 - stable/14 - aio_read2/aio_write2: add AIO_OP2_VECTORED (Sun, 18 Feb 2024 10:02:24 UTC)
- git: 830957972021 - stable/14 - Document aio_read2/aio_write2 (Sun, 18 Feb 2024 10:02:25 UTC)
- git: c6d4339208b4 - stable/14 - rtld symlook_obj: move common code to check filtees into helper (Sun, 18 Feb 2024 10:09:09 UTC)
- git: e43855c6f134 - stable/14 - rtld load_filtees(): reindent and reduce block nesting (Sun, 18 Feb 2024 10:09:10 UTC)
- git: 25bd87539704 - stable/14 - rtld: ignore load_filtees() calls if we already loading filtees for the obj (Sun, 18 Feb 2024 10:09:11 UTC)
- git: bda0c0dc87c5 - stable/14 - Remove redundand prototype, fixing the build. (Sun, 18 Feb 2024 12:46:24 UTC)
- Re: git: bda0c0dc87c5 - stable/14 - Remove redundand prototype, fixing the build. (Tue, 20 Feb 2024 10:45:49 UTC)
- git: 0a246310f79b - stable/14 - rtld: remove pointless "extern" (Thu, 29 Feb 2024 00:24:30 UTC)
- git: 11137153ab90 - stable/14 - fdlopen(3): do not create a new object mapping if already loaded (Thu, 29 Feb 2024 00:24:31 UTC)
- git: 38595c9d739b - stable/14 - linux_pwd_onexec: do not abort image activation if emul path does not exist (Thu, 29 Feb 2024 00:24:32 UTC)
- git: 9ef04f1abe5f - stable/13 - rtld symlook_obj: move common code to check filtees into helper (Thu, 29 Feb 2024 00:26:14 UTC)
- git: 2d5c2324af33 - stable/13 - rtld-elf: Avoid unnecessary lock_restart_for_upgrade() calls (Thu, 29 Feb 2024 00:26:15 UTC)
- git: 3d49b2e4d730 - stable/13 - rtld load_filtees(): reindent and reduce block nesting (Thu, 29 Feb 2024 00:26:16 UTC)
- git: c4ca9a566068 - stable/13 - rtld: ignore load_filtees() calls if we already loading filtees for the obj (Thu, 29 Feb 2024 00:26:17 UTC)
- git: 1545d8732d2e - stable/13 - fdlopen(3): do not create a new object mapping if already loaded (Thu, 29 Feb 2024 00:26:18 UTC)
- git: af4c7ac93b45 - stable/13 - rtld: remove pointless "extern" (Thu, 29 Feb 2024 00:26:19 UTC)
- Kristof Provost
- Kyle Evans
- Li-Wen Hsu
- Mark Johnston
- git: d87ebf35c828 - stable/14 - mlx5: Zero DMA memory mlx5_alloc_cmd_msg() and alloc_cmd_page() (Thu, 01 Feb 2024 14:02:57 UTC)
- git: 40adc2787879 - stable/14 - arm64: Remove pmap_san_bootstrap() and call kasan_init_early() directly (Fri, 02 Feb 2024 14:31:49 UTC)
- git: b3772accd926 - stable/14 - traceroute: Implement ECN bleaching detection (Fri, 02 Feb 2024 14:39:33 UTC)
- git: 73ef676c9ffd - stable/14 - traceroute6: Implement ECN bleaching detection (Fri, 02 Feb 2024 14:39:34 UTC)
- git: 93f523ab3668 - stable/14 - netinet: Remove stale references to Giant from comments (Sat, 03 Feb 2024 19:11:37 UTC)
- git: d139062ffb01 - stable/14 - makefs: Make it possible to silence warnings about duplicate paths (Sat, 03 Feb 2024 19:11:38 UTC)
- git: 92baae0fec65 - stable/14 - route tests: Serialize (Sat, 03 Feb 2024 19:11:39 UTC)
- git: 7a14a721c09d - stable/14 - netinet6 tests: Restore an atf_check invocation (Sat, 03 Feb 2024 19:11:40 UTC)
- git: e9264b568128 - stable/14 - netinet tests: Make test jail names unique (Sat, 03 Feb 2024 19:11:41 UTC)
- git: fe8df7ed1aae - stable/13 - inpcb: Restore some NULL checks of credential pointers (Wed, 07 Feb 2024 14:46:47 UTC)
- git: 324e9141068d - stable/14 - libc: Annotate a couple of local functions as such (Fri, 09 Feb 2024 15:04:21 UTC)
- git: 0a2fa7bb9cbb - stable/14 - crashinfo: Print stack traces for all on-CPU threads (Fri, 09 Feb 2024 15:04:22 UTC)
- git: fe44b0cae643 - stable/14 - scsi_cd: Use a bool for the second parameter of cdcheckmedia() (Fri, 09 Feb 2024 15:04:23 UTC)
- git: 212af7b6133a - stable/14 - scsi_cd: Maintain a periph reference during media checks (Fri, 09 Feb 2024 15:04:24 UTC)
- git: c50eeb321be0 - stable/14 - scsi_cd: Remove commented-out code (Fri, 09 Feb 2024 15:04:25 UTC)
- git: d146da5d08d4 - stable/14 - libthr: Force the thr_wake() symbol to be resolved during initialization (Fri, 09 Feb 2024 15:04:27 UTC)
- git: 323226829ae7 - stable/14 - rtld-elf: Avoid unnecessary lock_restart_for_upgrade() calls (Fri, 09 Feb 2024 15:04:28 UTC)
- git: a9ef2c901a8b - stable/14 - socket: Don't assume m0 != NULL in sbappendcontrol_locked() (Fri, 09 Feb 2024 15:04:29 UTC)
- git: 8b620483bbd6 - stable/13 - scsi_cd: Use a bool for the second parameter of cdcheckmedia() (Fri, 09 Feb 2024 15:41:24 UTC)
- git: 979e15bbf0cb - stable/13 - scsi_cd: Maintain a periph reference during media checks (Fri, 09 Feb 2024 15:41:25 UTC)
- git: 3e6382c1eda5 - releng/13.3 - inpcb: Restore some NULL checks of credential pointers (Fri, 09 Feb 2024 23:13:16 UTC)
- git: ac5b3cba91f9 - stable/14 - ctfmerge: Remove function cast of strcompare() for qsort() (Sun, 11 Feb 2024 15:15:35 UTC)
- git: 3a90a4453750 - stable/14 - kqueue tests: Add a regression test (Sun, 11 Feb 2024 15:15:36 UTC)
- git: 5e21d7cd3119 - stable/14 - libjail: Guard against programmer error in jailparam_export() (Sun, 11 Feb 2024 15:15:37 UTC)
- git: fd15ba7d72d7 - stable/14 - libc: Specify parameter types for function pointer (Sun, 11 Feb 2024 15:15:38 UTC)
- git: 93c87d96e114 - stable/14 - jail: Fix information leak. (Mon, 12 Feb 2024 16:25:53 UTC)
- git: 215bb03edc54 - stable/14 - Fix the build. (Mon, 12 Feb 2024 16:25:54 UTC)
- git: a376108029a2 - stable/13 - jail: Fix information leak. (Mon, 12 Feb 2024 16:27:36 UTC)
- git: 9bff7ec98354 - stable/13 - Fix the build. (Mon, 12 Feb 2024 16:27:37 UTC)
- git: efec2f0d4e17 - stable/14 - md5: Enter capability mode earlier (Thu, 15 Feb 2024 14:23:41 UTC)
- git: 14e782708d37 - stable/14 - vmm: Fix compiling error with BHYVE_SNAPSHOT (Tue, 20 Feb 2024 14:23:26 UTC)
- git: c5f972e7fced - stable/14 - bhyve: Add support for the 'p' query (Wed, 21 Feb 2024 13:24:32 UTC)
- git: 3b3ab2abb694 - stable/14 - build: Do not run ctfconvert on VDSO files (Wed, 21 Feb 2024 13:24:33 UTC)
- Mark Millard
- Martin Matuska
- Mike Karels
- Mitchell Horne
- Olivier Certner
- git: 2006be8bc46f - stable/13 - setusercontext(): umask: Set it only once (in the common case) (Thu, 01 Feb 2024 21:25:59 UTC)
- git: 11919f8eaf97 - stable/13 - login.conf(5): umask has no default value (Thu, 01 Feb 2024 21:26:00 UTC)
- git: fc7a8cb67754 - stable/13 - New login_getcapenum(): Allows to read named enum values (Thu, 01 Feb 2024 21:26:01 UTC)
- git: 6ceb32fa4a2c - stable/13 - login_cap(3): Document login_getcapenum() (Thu, 01 Feb 2024 21:26:02 UTC)
- git: ffd3cd7c6d86 - stable/13 - setusercontext(): Set umask in a separate function, setclassumask() (Thu, 01 Feb 2024 21:26:03 UTC)
- git: 16e02df98ad6 - stable/13 - setclassumask(): Accept 'inherit' as a value (Thu, 01 Feb 2024 21:26:04 UTC)
- git: 569f0eb3f259 - stable/13 - login.conf(5): Document umask's special value 'inherit' (Thu, 01 Feb 2024 21:26:06 UTC)
- git: 6843f1c2ef08 - stable/13 - setlogincontext(): Comply to style(9) (Thu, 01 Feb 2024 21:26:07 UTC)
- git: 8f4c3ef048e3 - stable/13 - login.conf(5): Default values: Rename column, elaborate on absence of such (Thu, 01 Feb 2024 21:26:08 UTC)
- git: 0a366bb44e65 - stable/13 - setusercontext(): Better error messages when priority is not set correctly (Thu, 01 Feb 2024 21:26:09 UTC)
- git: 72d463479fcc - stable/13 - login.conf(5): Document priority's default and possible values (Thu, 01 Feb 2024 21:26:10 UTC)
- git: 3fc149c302ab - stable/13 - setusercontext(): Move priority setting in new setclasspriority() (Thu, 01 Feb 2024 21:26:11 UTC)
- git: e074746fec21 - stable/13 - setclasspriority(): New possible value 'inherit' (Thu, 01 Feb 2024 21:26:13 UTC)
- git: d836f951d9fe - stable/13 - login.conf(5): Document priority's special value 'inherit' (Thu, 01 Feb 2024 21:26:14 UTC)
- git: 8b359002747a - stable/13 - setusercontext(): Set priority from '~/.login_conf' as well (Thu, 01 Feb 2024 21:26:15 UTC)
- git: 943af0501107 - stable/13 - login_cap.h: Remove LOGIN_DEFUMASK (Thu, 01 Feb 2024 21:26:16 UTC)
- git: 634f86a3c47f - stable/13 - login_cap.h: Remove LOGIN_DEFPRI (Thu, 01 Feb 2024 21:26:17 UTC)
- git: 3dec4c30c76b - stable/14 - setusercontext(): umask: Set it only once (in the common case) (Thu, 01 Feb 2024 21:31:05 UTC)
- git: f0551aa362c9 - stable/14 - login.conf(5): umask has no default value (Thu, 01 Feb 2024 21:31:06 UTC)
- git: 37aaacd41016 - stable/14 - New login_getcapenum(): Allows to read named enum values (Thu, 01 Feb 2024 21:31:07 UTC)
- git: 44c898329da1 - stable/14 - login_cap(3): Document login_getcapenum() (Thu, 01 Feb 2024 21:31:08 UTC)
- git: 787abe7d6eb6 - stable/14 - setusercontext(): Set umask in a separate function, setclassumask() (Thu, 01 Feb 2024 21:31:10 UTC)
- git: 6f6186e19fe5 - stable/14 - setclassumask(): Accept 'inherit' as a value (Thu, 01 Feb 2024 21:31:11 UTC)
- git: bbbe9b4c641c - stable/14 - login.conf(5): Document umask's special value 'inherit' (Thu, 01 Feb 2024 21:31:12 UTC)
- git: 83ac32d9a0f8 - stable/14 - setlogincontext(): Comply to style(9) (Thu, 01 Feb 2024 21:31:13 UTC)
- git: 63c3be3b4f4b - stable/14 - login.conf(5): Default values: Rename column, elaborate on absence of such (Thu, 01 Feb 2024 21:31:14 UTC)
- git: f17cc92d15ff - stable/14 - setusercontext(): Better error messages when priority is not set correctly (Thu, 01 Feb 2024 21:31:15 UTC)
- git: e7b89962dc6d - stable/14 - login.conf(5): Document priority's default and possible values (Thu, 01 Feb 2024 21:31:16 UTC)
- git: f49953dd49f2 - stable/14 - setusercontext(): Move priority setting in new setclasspriority() (Thu, 01 Feb 2024 21:31:18 UTC)
- git: a8c273b3c97f - stable/14 - setclasspriority(): New possible value 'inherit' (Thu, 01 Feb 2024 21:31:19 UTC)
- git: a2fe14d73fca - stable/14 - login.conf(5): Document priority's special value 'inherit' (Thu, 01 Feb 2024 21:31:20 UTC)
- git: d2d66fedc418 - stable/14 - setusercontext(): Set priority from '~/.login_conf' as well (Thu, 01 Feb 2024 21:31:21 UTC)
- git: ce92a977dbd2 - stable/14 - login_cap.h: Remove LOGIN_DEFUMASK (Thu, 01 Feb 2024 21:31:22 UTC)
- git: 7e2bfa3d7a2a - stable/14 - login_cap.h: Remove LOGIN_DEFPRI (Thu, 01 Feb 2024 21:31:23 UTC)
- git: 8ff01d01f2e8 - stable/13 - sched_setscheduler(2): Change realtime privilege check (Wed, 14 Feb 2024 18:18:13 UTC)
- git: 1ee910875cd0 - releng/13.3 - sched_setscheduler(2): Change realtime privilege check (Wed, 14 Feb 2024 18:21:06 UTC)
- git: 261f70ffc8a8 - stable/14 - Annotate 'rebooting' with __read_mostly (Tue, 20 Feb 2024 08:27:57 UTC)
- git: a6d066d0120f - stable/14 - SCHEDULER_STOPPED(): Move it (back) to 'systm.h' (Tue, 20 Feb 2024 08:27:59 UTC)
- git: 0f0bf1e880c6 - stable/14 - sched_setscheduler(2): Change realtime privilege check (Tue, 20 Feb 2024 08:28:00 UTC)
- git: 2c8244485795 - stable/13 - Annotate 'rebooting' with __read_mostly (Tue, 20 Feb 2024 09:01:11 UTC)
- git: ab978c432e4d - stable/13 - SCHEDULER_STOPPED(): Move it (back) to 'systm.h' (Tue, 20 Feb 2024 09:01:12 UTC)
- git: d3de30d0186b - stable/14 - sched: sched_switch(): Factorize sleepqueue flags (Tue, 27 Feb 2024 10:38:30 UTC)
- git: ff7f93814c37 - stable/14 - umtxvar.h: Add missing include (Tue, 27 Feb 2024 10:38:31 UTC)
- git: e36cb22221e1 - stable/14 - kern_rctl.c: Minimal includes when RCTL not defined (Tue, 27 Feb 2024 10:38:32 UTC)
- git: f54344ec12c8 - stable/14 - kern_racct.c: Don't compile if RACCT undefined (Tue, 27 Feb 2024 10:38:33 UTC)
- git: 79a1410c0dcb - stable/13 - sched: sched_switch(): Factorize sleepqueue flags (Tue, 27 Feb 2024 10:42:21 UTC)
- git: 024284f3af0a - stable/13 - umtxvar.h: Add missing include (Tue, 27 Feb 2024 10:42:22 UTC)
- git: b689353a46b6 - stable/13 - kern_rctl.c: Minimal includes when RCTL not defined (Tue, 27 Feb 2024 10:42:23 UTC)
- git: fe5468bdf404 - stable/13 - kern_racct.c: Don't compile if RACCT undefined (Tue, 27 Feb 2024 10:42:24 UTC)
- Philip Paeps
- Piotr Pawel Stefaniak
- Richard Scheffenegger
- Stefan Eßer
- Vladimir Kondratyev
- git: 2e009b460fe5 - stable/13 - hidraw(4): Implement HIDRAW_GET_DEVICEINFO ioctl (Fri, 09 Feb 2024 21:03:05 UTC)
- git: bb01efa6f87a - stable/14 - linuxkpi: Fix uses of `pmap_change_attr()` (Sat, 17 Feb 2024 21:32:27 UTC)
- git: 608b14876011 - stable/14 - vt(4): Skip vt_flush() for nested panics (Sat, 17 Feb 2024 21:32:28 UTC)
- git: 95007bfd64c6 - stable/14 - vt(4): Skip vt_window_switch() for nested panics (Sat, 17 Feb 2024 21:32:29 UTC)
- git: 6b9da4e86ed9 - stable/14 - vt(4): New bitblt_text variant making a copy before unlocking vt_buf (Sat, 17 Feb 2024 21:32:30 UTC)
- git: 2567cf1925bd - stable/14 - vt(4): Call vd_postswitch callback regardless of the current window (Sat, 17 Feb 2024 21:32:32 UTC)
- git: fc00c0377974 - stable/14 - vt(4): Always call vt_window_switch() in vtterm_cnungrab() (Sat, 17 Feb 2024 21:32:33 UTC)
- git: a06b366322fe - stable/14 - vt(4): Call post-switch callback after replacing the backend (Sat, 17 Feb 2024 21:32:34 UTC)
- git: f07f18ec2c9a - stable/14 - linuxkpi: Include <linux/rbtree.h> from <linux/hrtimer.h> and <linux/mm_types.h> (Sat, 17 Feb 2024 21:32:35 UTC)
- git: 586c0e9676cf - stable/14 - linuxkpi: Include <linux/types.h> from <linux/cc_platform.h> (Sat, 17 Feb 2024 21:32:36 UTC)
- git: 843107faca66 - stable/14 - linuxkpi: Move `invalidate_mapping_pages()` to <linux/pagemap.h> (Sat, 17 Feb 2024 21:32:37 UTC)
- git: 3b97bdb453d1 - stable/14 - linuxkpi: Move `struct kobject` code to `linux_kobject.c` (Sat, 17 Feb 2024 21:32:38 UTC)
- git: 0fef6cb7299f - stable/14 - linuxkpi: Add `list_for_each_prev_safe()` in <linux/list.h> (Sat, 17 Feb 2024 21:32:40 UTC)
- git: af41c1bee4c6 - stable/14 - linuxkpi: Add `sysfs_create_link()` in <linux/sysfs.h> (Sat, 17 Feb 2024 21:32:41 UTC)
- git: 0b3e4b3cc9bf - stable/14 - linuxkpi: Fix `__ATTR_RO()` in <linux/sysfs.h> (Sat, 17 Feb 2024 21:32:42 UTC)
- git: 2f27a0b34052 - stable/14 - linuxkpi: Add <video/of_display_timing.h> to dummy headers (Sat, 17 Feb 2024 21:32:43 UTC)
- git: daebad715cc1 - stable/14 - linuxkpi: Add <linux/string_helpers.h> and str_yes_no() (Sat, 17 Feb 2024 21:32:44 UTC)
- git: 356bfb0878a6 - stable/14 - linuxkpi: Include <linux/string_helpers.h> from <linux/seq_file.h> (Sat, 17 Feb 2024 21:32:45 UTC)
- git: 914a0c5e1b0f - stable/14 - LinuxKPI: Remove sys/rman.h include from LKPI headers. (Sat, 17 Feb 2024 21:32:46 UTC)
- git: 73832b11e53f - stable/14 - LinuxKPI: Add video/vga.h header (Sat, 17 Feb 2024 21:32:48 UTC)
- git: 1341925217a6 - stable/14 - LinuxKPI: Add str_on_off and other helpers to linux/string_helpers.h (Sat, 17 Feb 2024 21:32:49 UTC)
- git: 8291858235d3 - stable/14 - LinuxKPI: Implement dev_dbg_once() macro (Sat, 17 Feb 2024 21:32:50 UTC)
- git: c3a10c23329b - stable/14 - LinuxKPI: Add static_assert() macro (Sat, 17 Feb 2024 21:32:51 UTC)
- git: 21d85c41bbbb - stable/14 - LinuxKPI: Split linux/container_of.h off from linux/kernel.h (Sat, 17 Feb 2024 21:32:52 UTC)
- git: b62373d46a05 - stable/14 - LinuxKPI: Add xen/xen.h header (Sat, 17 Feb 2024 21:32:53 UTC)
- git: c254bc21dde6 - stable/14 - LinuxKPI: Add some header pollution and dummy headers (Sat, 17 Feb 2024 21:32:54 UTC)
- git: 11b0824a80d6 - stable/14 - LinuxKPI: Add linux/iosys-map.h header (Sat, 17 Feb 2024 21:32:56 UTC)
- git: 460a6c6a9f02 - stable/14 - LinuxKPI: Implement ioread64() (Sat, 17 Feb 2024 21:32:57 UTC)
- git: a2decec2008a - stable/14 - LinuxKPI: Add asm/hypervisor.h header (Sat, 17 Feb 2024 21:32:58 UTC)
- git: 06db4f5b6232 - stable/14 - LinuxKPI: Add xa_(un)lock_irq to linux/xarray.h (Sat, 17 Feb 2024 21:32:59 UTC)
- git: f3ce597171f0 - stable/14 - LinuxKPI: Add ktime_get_raw_fast_ns() to linux/ktime.h (Sat, 17 Feb 2024 21:33:00 UTC)
- git: 67cc189db497 - stable/14 - LinuxKPI: Add IOMEM_ERR_PTR() to linux/io.h (Sat, 17 Feb 2024 21:33:01 UTC)
- git: fcfc3fe00d32 - stable/14 - LinuxKPI: Add ida_alloc_min() (Sat, 17 Feb 2024 21:33:03 UTC)
- git: ada94bf9e8cb - stable/14 - LinuxKPI: Add write_seqcount_invalidate() and seqprop_sequence() (Sat, 17 Feb 2024 21:33:05 UTC)
- git: cdceed0413d0 - stable/14 - LinuxKPI: Add cancel_work() function. (Sat, 17 Feb 2024 21:33:06 UTC)
- git: 529f2534dac9 - stable/14 - LinuxKPI: Add acpi_video_backlight_use_native() (Sat, 17 Feb 2024 21:33:08 UTC)
- git: 96e464b8d529 - stable/14 - LinuxKPI: Add linux/dynamic_debug.h header (Sat, 17 Feb 2024 21:33:09 UTC)
- git: c535e8ae7f61 - stable/14 - LinuxKPI: Add get_random_u64() function (Sat, 17 Feb 2024 21:33:10 UTC)
- git: 559999c00b8e - stable/14 - LinuxKPI: Add linux/ioport.h header (Sat, 17 Feb 2024 21:33:11 UTC)
- git: a620fdcdb7d5 - stable/14 - LinuxKPI: Rename linux_list_add to __list_add() in linux/list.h (Sat, 17 Feb 2024 21:33:13 UTC)
- git: 0972bacc7ff9 - stable/14 - LinuxKPI: Add linux/apple-gmux.h (Sat, 17 Feb 2024 21:33:14 UTC)
- git: 06e0d2934d5c - stable/14 - LinuxKPI: Add x86_vendor field to struct cpuinfo_x86 (Sat, 17 Feb 2024 21:33:15 UTC)
- git: a87884e34ec1 - stable/14 - LinuxKPI: Add pcie_capability_clear_and_set_word() function (Sat, 17 Feb 2024 21:33:16 UTC)
- git: 455fa56ad4fe - stable/14 - LinuxKPI: Add acpi_dev_present() function. (Sat, 17 Feb 2024 21:33:17 UTC)
- git: 8aa9315b537d - stable/14 - LinuxKPI: Define ioread64() in linux/io.h only on 64 bit archs. (Sat, 17 Feb 2024 21:33:18 UTC)
- git: 1a8c2dc098ad - stable/14 - LinuxKPI: Constify src parameter of bitmap_copy (Sat, 17 Feb 2024 21:33:19 UTC)
- git: 6d4b6edcf381 - stable/14 - LinuxKPI: Allow kmalloc to be called when FPU protection is enabled (Sat, 17 Feb 2024 21:33:21 UTC)
- git: 2d120981e26d - stable/14 - Bump __FreeBSD_version after linuxkpi changes (Sat, 17 Feb 2024 21:33:22 UTC)
- Warner Losh
- git: 20a6f4779ac6 - stable/14 - loader: For EFI, if we don't have ConOut, try ConIn (Wed, 07 Feb 2024 00:13:08 UTC)
- git: 9d2f548bbebd - stable/13 - loader: For EFI, if we don't have ConOut, try ConIn (Wed, 07 Feb 2024 00:14:43 UTC)
- git: ded562d4af9c - stable/14 - leapseconds: Update to the canonical place. (Thu, 08 Feb 2024 05:16:34 UTC)
- git: 0eea8292ae8c - stable/13 - leapseconds: Update to the canonical place. (Thu, 08 Feb 2024 05:17:20 UTC)
- git: fcb6cac22397 - stable/13 - if_re: Generate an address if there is none in the EEPROM (Mon, 19 Feb 2024 02:55:44 UTC)
- git: ddf5bf4319f6 - stable/13 - libbe: Avoid double printing cloning errors. (Mon, 19 Feb 2024 03:41:48 UTC)
- git: d9b466296bdd - stable/13 - mvs: Eliminate unused variable. (Mon, 19 Feb 2024 03:45:56 UTC)
- git: a51aee0a9828 - stable/14 - vtnet: Adjust for ethernet alignment. (Mon, 19 Feb 2024 04:48:49 UTC)
- git: 96e37f693694 - stable/14 - vtnet: Account for the padding when selecting allocation size (Mon, 19 Feb 2024 04:48:50 UTC)
- git: a9600913b4db - stable/14 - vtnet: Avoid ifdefs based on __NO_STRICT_ALIGNMENT (Mon, 19 Feb 2024 04:48:51 UTC)
- git: 898e02d74074 - stable/13 - smartpqi: Drop spinlock before freeing memory (Mon, 19 Feb 2024 04:50:02 UTC)
- git: 778eb6e1f666 - stable/13 - vtnet: Adjust for ethernet alignment. (Mon, 19 Feb 2024 04:50:03 UTC)
- git: 1dc264a126b1 - stable/13 - vtnet: Account for the padding when selecting allocation size (Mon, 19 Feb 2024 04:50:05 UTC)
- git: 9ae56ea964c8 - stable/13 - vtnet: Avoid ifdefs based on __NO_STRICT_ALIGNMENT (Mon, 19 Feb 2024 04:50:06 UTC)
- git: da2e35b0ec99 - releng/13.3 - smartpqi: Drop spinlock before freeing memory (Mon, 19 Feb 2024 07:00:26 UTC)
- git: fbbfcab6b850 - releng/13.3 - vtnet: Adjust for ethernet alignment. (Mon, 19 Feb 2024 07:00:27 UTC)
- git: 67aff34d9ad0 - releng/13.3 - vtnet: Account for the padding when selecting allocation size (Mon, 19 Feb 2024 07:00:28 UTC)
- git: 7c51748a443f - releng/13.3 - vtnet: Avoid ifdefs based on __NO_STRICT_ALIGNMENT (Mon, 19 Feb 2024 07:00:29 UTC)
- Wei Hu
- Wolfram Schneider
- Xin LI