dev-commits-src-branches@FreeBSD.org
Commits to the stable branches of the FreeBSD src repository
December 2024 Archives by thread
- git: 7589f9bb7555 - stable/14 - hwpmc: Restore line lost in previous commit: Alexander Motin (Sun, 01 Dec 2024 00:56:28 UTC)
- git: 09cfc202bc05 - stable/14 - btx: Align the PXE prompt with other options: John Baldwin (Sun, 01 Dec 2024 04:56:51 UTC)
- git: 1a264ff0cca7 - stable/14 - tcp_output: Clear FIN if tcp_m_copym truncates output length: John Baldwin (Sun, 01 Dec 2024 04:56:52 UTC)
- git: bce5607513fa - stable/14 - device_delete_child: Update comments: John Baldwin (Sun, 01 Dec 2024 04:56:53 UTC)
- git: c7ec1fadb52d - stable/14 - device_attach: Invoke BUS_CHILD_DETACHED if an attach routine fails: John Baldwin (Sun, 01 Dec 2024 04:56:55 UTC)
- git: 4e3ad581b5dc - stable/14 - bus_generic_detach: Remove redundant check: John Baldwin (Sun, 01 Dec 2024 04:56:56 UTC)
- git: 09a4700fecb1 - stable/14 - devinfo: Output device description in verbose mode: John Baldwin (Sun, 01 Dec 2024 04:56:57 UTC)
- git: 6e1d5e32a2f6 - stable/14 - cpufreq: Use a real device_probe routine: John Baldwin (Sun, 01 Dec 2024 04:56:58 UTC)
- git: 47158359cbc1 - stable/14 - legacy cpu: Add proper device_probe and device_attach routines: John Baldwin (Sun, 01 Dec 2024 04:56:59 UTC)
- git: 081207e22c17 - stable/14 - Use bus_delayed_attach_children instead of its inline implementation: John Baldwin (Sun, 01 Dec 2024 04:57:00 UTC)
- git: 159756c6add9 - stable/14 - ctl_report_supported_opcodes: Rename invalid label to invalid_options: John Baldwin (Sun, 01 Dec 2024 04:57:01 UTC)
- git: 9a2a95eaa6b9 - stable/14 - ctl_report_supported_opcodes: Handle invalid requested service action: John Baldwin (Sun, 01 Dec 2024 04:57:03 UTC)
- git: b8b100db9fcb - stable/14 - csa: Use pci_find_device to simplify clkrun_hack: John Baldwin (Sun, 01 Dec 2024 04:57:04 UTC)
- git: 1f398acbc991 - stable/14 - fixup_pci: Remove unused attach DEVMETHOD: John Baldwin (Sun, 01 Dec 2024 04:57:05 UTC)
- git: 82ee73e713c4 - stable/14 - ignore_pci: Add a proper stub attach routine: John Baldwin (Sun, 01 Dec 2024 04:57:06 UTC)
- git: e09c819e6a4c - stable/14 - vf_i2c: Don't hold a mutex across bus_generic_detach: John Baldwin (Sun, 01 Dec 2024 04:57:07 UTC)
- git: 02905fab22a3 - stable/14 - nvdimm: Use a bus_child_deleted method to free ivars for children: John Baldwin (Sun, 01 Dec 2024 04:57:08 UTC)
- git: 8f1c955292f6 - stable/14 - msk/sk: Use a bus_child_deleted method to free ivars for children: John Baldwin (Sun, 01 Dec 2024 04:57:11 UTC)
- git: bfe10b7712a5 - stable/14 - superio: Use a bus_child_deleted method to free ivars for children: John Baldwin (Sun, 01 Dec 2024 04:57:12 UTC)
- git: 047c1f1b08e7 - stable/14 - isa: Use a bus_child_deleted method to free ivars for children: John Baldwin (Sun, 01 Dec 2024 04:57:13 UTC)
- git: 9daf43bd4586 - stable/14 - gpiobus: Use a bus_child_deleted method to free ivars for children: John Baldwin (Sun, 01 Dec 2024 04:57:14 UTC)
- git: af26e45173a1 - stable/14 - iicbus: Use a bus_child_deleted method to free ivars for children: John Baldwin (Sun, 01 Dec 2024 04:57:15 UTC)
- git: 69cfc0c25d13 - stable/14 - miibus: Use a bus_child_deleted method to free ivars for children: John Baldwin (Sun, 01 Dec 2024 04:57:16 UTC)
- git: 87bb96bb4788 - stable/14 - smbus: Use a bus_child_deleted method to free ivars for children: John Baldwin (Sun, 01 Dec 2024 04:57:17 UTC)
- git: 35c71ac2b6d5 - stable/14 - spibus: Use a bus_child_deleted method to free ivars for children: John Baldwin (Sun, 01 Dec 2024 04:57:19 UTC)
- git: f5641a80b7fd - stable/14 - x86: Remove invalid DEVMETHOD methods for leaf devices: John Baldwin (Sun, 01 Dec 2024 04:57:20 UTC)
- git: fa95268aeb8a - stable/14 - Remove bogus detach routines: John Baldwin (Sun, 01 Dec 2024 04:57:21 UTC)
- git: 4380cca46dd9 - stable/14 - riscv: Add implementations of atomic_testand(set|clear)_(32|64|long): John Baldwin (Sun, 01 Dec 2024 04:57:22 UTC)
- git: 994b7127f670 - stable/14 - arm: Implement atomic_testandset_acq_long as a simple wrapper: John Baldwin (Sun, 01 Dec 2024 04:57:23 UTC)
- git: f72d503330a4 - stable/14 - atomic(9): Remove fcmpset-based fallback for atomic_testand(clear|set): John Baldwin (Sun, 01 Dec 2024 04:57:24 UTC)
- git: 40319a5e589c - stable/14 - atomic.9: Document atomic_testand*_64 and atomic_testandset_acq_long: John Baldwin (Sun, 01 Dec 2024 04:57:25 UTC)
- git: 72b4bd2df77c - stable/14 - arm: add missing atomic-pointer functions: John Baldwin (Sun, 01 Dec 2024 04:57:26 UTC)
- git: b291c7168a78 - stable/14 - atomic(9): Implement atomic_testand(clear|set)_ptr: John Baldwin (Sun, 01 Dec 2024 04:57:27 UTC)
- git: 44eaee18f808 - stable/14 - vga_pci: Use bus_generic_* directly instead of wrappers: John Baldwin (Sun, 01 Dec 2024 04:57:29 UTC)
- git: d53146682254 - stable/14 - new-bus: Fix some shortcomings in disabling devices via hints: John Baldwin (Sun, 01 Dec 2024 04:57:30 UTC)
- git: 4ec46a286b26 - stable/14 - find: Correct ls(1) equivalent command for -ls primary: John Baldwin (Sun, 01 Dec 2024 04:57:31 UTC)
- git: a845238dd609 - stable/13 - btx: Align the PXE prompt with other options: John Baldwin (Sun, 01 Dec 2024 04:57:41 UTC)
- git: 05d81feb50d4 - stable/13 - tcp_output: Clear FIN if tcp_m_copym truncates output length: John Baldwin (Sun, 01 Dec 2024 04:57:42 UTC)
- git: 664491911597 - stable/13 - device_delete_child: Update comments: John Baldwin (Sun, 01 Dec 2024 04:57:43 UTC)
- git: 304744faa13b - stable/13 - device_attach: Invoke BUS_CHILD_DETACHED if an attach routine fails: John Baldwin (Sun, 01 Dec 2024 04:57:45 UTC)
- git: a52372fc472a - stable/13 - bus_generic_detach: Remove redundant check: John Baldwin (Sun, 01 Dec 2024 04:57:46 UTC)
- git: 7a230f2fc16d - stable/13 - devinfo: Output device description in verbose mode: John Baldwin (Sun, 01 Dec 2024 04:57:47 UTC)
- git: 191ed65ad2ce - stable/13 - cpufreq: Use a real device_probe routine: John Baldwin (Sun, 01 Dec 2024 04:57:48 UTC)
- git: 165e8ecbea01 - stable/13 - legacy cpu: Add proper device_probe and device_attach routines: John Baldwin (Sun, 01 Dec 2024 04:57:49 UTC)
- git: 3e50ccca4cb2 - stable/13 - Use bus_delayed_attach_children instead of its inline implementation: John Baldwin (Sun, 01 Dec 2024 04:57:50 UTC)
- git: c93b892f71cf - stable/13 - ctl_report_supported_opcodes: Rename invalid label to invalid_options: John Baldwin (Sun, 01 Dec 2024 04:57:51 UTC)
- git: 1ea0d07628d3 - stable/13 - ctl_report_supported_opcodes: Handle invalid requested service action: John Baldwin (Sun, 01 Dec 2024 04:57:53 UTC)
- git: 11592af90f0d - stable/13 - csa: Use pci_find_device to simplify clkrun_hack: John Baldwin (Sun, 01 Dec 2024 04:57:54 UTC)
- git: 3cc3bfe4ea98 - stable/13 - fixup_pci: Remove unused attach DEVMETHOD: John Baldwin (Sun, 01 Dec 2024 04:57:55 UTC)
- git: 12f6518570b8 - stable/13 - ignore_pci: Add a proper stub attach routine: John Baldwin (Sun, 01 Dec 2024 04:57:56 UTC)
- git: 2aeba8972f03 - stable/13 - nvdimm: Use a bus_child_deleted method to free ivars for children: John Baldwin (Sun, 01 Dec 2024 04:57:57 UTC)
- git: 190b7cd16067 - stable/13 - ow: Use a bus_child_deleted method to free ivars for children: John Baldwin (Sun, 01 Dec 2024 04:57:58 UTC)
- git: 2e8eefcf3b31 - stable/13 - msk/sk: Use a bus_child_deleted method to free ivars for children: John Baldwin (Sun, 01 Dec 2024 04:57:59 UTC)
- git: 8973edf29b3d - stable/13 - superio: Use a bus_child_deleted method to free ivars for children: John Baldwin (Sun, 01 Dec 2024 04:58:01 UTC)
- git: b669f1b35c79 - stable/13 - isa: Use a bus_child_deleted method to free ivars for children: John Baldwin (Sun, 01 Dec 2024 04:58:02 UTC)
- git: dd47685dbdc8 - stable/13 - gpiobus: Use a bus_child_deleted method to free ivars for children: John Baldwin (Sun, 01 Dec 2024 04:58:03 UTC)
- git: de7568362a93 - stable/13 - iicbus: Use a bus_child_deleted method to free ivars for children: John Baldwin (Sun, 01 Dec 2024 04:58:04 UTC)
- git: 7f77a2883ffb - stable/13 - miibus: Use a bus_child_deleted method to free ivars for children: John Baldwin (Sun, 01 Dec 2024 04:58:05 UTC)
- git: a6586a518bc2 - stable/13 - smbus: Use a bus_child_deleted method to free ivars for children: John Baldwin (Sun, 01 Dec 2024 04:58:06 UTC)
- git: 1c3c574f8483 - stable/13 - x86: Remove invalid DEVMETHOD methods for leaf devices: John Baldwin (Sun, 01 Dec 2024 04:58:07 UTC)
- git: fba4ef71b71e - stable/13 - Remove bogus detach routines: John Baldwin (Sun, 01 Dec 2024 04:58:09 UTC)
- git: 6fa094ed183c - stable/13 - vga_pci: Use bus_generic_* directly instead of wrappers: John Baldwin (Sun, 01 Dec 2024 04:58:10 UTC)
- git: 9ee1bb61d76a - stable/13 - new-bus: Fix some shortcomings in disabling devices via hints: John Baldwin (Sun, 01 Dec 2024 04:58:11 UTC)
- git: ac8517f04c0f - stable/13 - find: Correct ls(1) equivalent command for -ls primary: John Baldwin (Sun, 01 Dec 2024 04:58:12 UTC)
- git: 0eb20fbda7a3 - stable/14 - Merge llvm-project main llvmorg-19-init-18630-gf2ccf80136a0: Dimitry Andric (Sun, 01 Dec 2024 11:18:16 UTC)
- git: d544fe589b6a - stable/14 - Merge llvm-project release/19.x llvmorg-19.1.0-rc1-0-ga4902a36d5c2: Dimitry Andric (Sun, 01 Dec 2024 11:18:30 UTC)
- git: 3d31a1d8cdfd - stable/14 - Tentatively apply https://github.com/llvm/llvm-project/pull/101403: Dimitry Andric (Sun, 01 Dec 2024 11:18:31 UTC)
- git: cc1632ed3075 - stable/14 - libcxx simd_utils.h: only enable _LIBCPP_HAS_ALGORITHM_VECTOR_UTILS for clang >= 15, since older versions do not support the required builtins.: Dimitry Andric (Sun, 01 Dec 2024 11:18:33 UTC)
- git: 5ace2b9e19cd - stable/14 - libcxx atomic_ref.h: add typename keyword for difference_type declarations, otherwise older clang versions cannot compile this header.: Dimitry Andric (Sun, 01 Dec 2024 11:18:34 UTC)
- git: 983d17bc1d75 - stable/14 - libcxx cstdlib, cwchar: avoid using long long functions if not supported, even for older compilers that do not support the using_if_exists attribute.: Dimitry Andric (Sun, 01 Dec 2024 11:18:35 UTC)
- git: 70c9d584e490 - stable/14 - libcxx-compat: revert llvmorg-19-init-18063-g561246e90282:: Dimitry Andric (Sun, 01 Dec 2024 11:18:36 UTC)
- git: df90f45043a8 - stable/14 - libcxx-compat: revert llvmorg-19-init-18062-g4dfa75c663e5:: Dimitry Andric (Sun, 01 Dec 2024 11:18:37 UTC)
- git: fc4f83b1d007 - stable/14 - libcxx-compat: revert llvmorg-19-init-17853-g578c6191eff7:: Dimitry Andric (Sun, 01 Dec 2024 11:18:38 UTC)
- git: 26b3990480bd - stable/14 - libcxx-compat: revert llvmorg-19-init-17728-g30cc12cd818d:: Dimitry Andric (Sun, 01 Dec 2024 11:18:39 UTC)
- git: 16af0e750645 - stable/14 - libcxx-compat: revert llvmorg-19-init-17727-g0eebb48fcfbc:: Dimitry Andric (Sun, 01 Dec 2024 11:18:41 UTC)
- git: d9a713d3aed2 - stable/14 - libcxx-compat: revert llvmorg-19-init-17473-g69fecaa1a455:: Dimitry Andric (Sun, 01 Dec 2024 11:18:42 UTC)
- git: 800bd862562c - stable/14 - libcxx-compat: revert llvmorg-19-init-8667-g472b612ccbed:: Dimitry Andric (Sun, 01 Dec 2024 11:18:43 UTC)
- git: 87d2d3765f94 - stable/14 - libcxx-compat: revert llvmorg-19-init-5639-ga10aa4485e83:: Dimitry Andric (Sun, 01 Dec 2024 11:18:44 UTC)
- git: ed51394a4910 - stable/14 - libcxx-compat: revert llvmorg-19-init-4504-g937a5396cf3e:: Dimitry Andric (Sun, 01 Dec 2024 11:18:45 UTC)
- git: 0b8644b07303 - stable/14 - libcxx-compat: revert llvmorg-19-init-4003-g55357160d0e1:: Dimitry Andric (Sun, 01 Dec 2024 11:18:46 UTC)
- git: c51597b87e37 - stable/14 - libcxx-compat: don't remove headers that were reintroduced by reverts: Dimitry Andric (Sun, 01 Dec 2024 11:18:47 UTC)
- git: 463b891cbe62 - stable/14 - libcxx-compat: install headers that were reintroduced by reverts: Dimitry Andric (Sun, 01 Dec 2024 11:18:48 UTC)
- git: 50bf3a98c316 - stable/14 - libcxx-compat: update libcxx.imp for headers that were reintroduced by reverts: Dimitry Andric (Sun, 01 Dec 2024 11:18:50 UTC)
- git: bbe070a078a2 - stable/14 - Merge llvm-project release/19.x llvmorg-19.1.0-rc2-0-gd033ae172d1c: Dimitry Andric (Sun, 01 Dec 2024 11:18:51 UTC)
- git: 33d8457b6138 - stable/14 - Merge llvm-project release/19.x llvmorg-19.1.0-rc3-0-g437434df21d8: Dimitry Andric (Sun, 01 Dec 2024 11:18:52 UTC)
- git: 67b657ee90c3 - stable/14 - Merge llvm-project release/19.x llvmorg-19.1.0-rc4-0-g0c641568515a: Dimitry Andric (Sun, 01 Dec 2024 11:18:53 UTC)
- git: ab462c8c5a53 - stable/14 - Merge commit 6dbdb8430b49 from llvm git (by Nikolas Klauser):: Dimitry Andric (Sun, 01 Dec 2024 11:18:54 UTC)
- git: 340cad008ec3 - stable/14 - Merge llvm-project release/19.x llvmorg-19.1.0-0-ga4bf6cd7cfb1: Dimitry Andric (Sun, 01 Dec 2024 11:18:56 UTC)
- git: 4d2780d6b0a7 - stable/14 - Merge llvm-project release/19.x llvmorg-19.1.1-0-gd401987fe349: Dimitry Andric (Sun, 01 Dec 2024 11:18:57 UTC)
- git: f61db8646f1f - stable/14 - Merge llvm-project release/19.x llvmorg-19.1.2-0-g7ba7d8e2f7b6: Dimitry Andric (Sun, 01 Dec 2024 11:18:58 UTC)
- git: 24f861874c99 - stable/14 - Apply workaround for building llvm-project with WITHOUT_LLVM_ASSERTIONS: Dimitry Andric (Sun, 01 Dec 2024 11:18:59 UTC)
- git: 86de9cd1f1b5 - stable/14 - Adjust LLVM_ENABLE_ABI_BREAKING_CHECKS depending on NDEBUG: Dimitry Andric (Sun, 01 Dec 2024 11:19:00 UTC)
- git: 4ec4206356c0 - stable/14 - Fix buildworld with gcc 12 after llvm-19 import: Dimitry Andric (Sun, 01 Dec 2024 11:19:01 UTC)
- git: 2105db3863ae - stable/14 - Merge llvm-project release/19.x llvmorg-19.1.3-0-gab51eccf88f5: Dimitry Andric (Sun, 01 Dec 2024 11:19:03 UTC)
- git: f7fa6bf9e73e - stable/14 - Merge llvm-project release/19.x llvmorg-19.1.4-0-gaadaa00de76e: Dimitry Andric (Sun, 01 Dec 2024 11:19:04 UTC)
- git: 35d2f335e855 - stable/14 - Bump __FreeBSD_version for llvm 19.1.2 merge: Dimitry Andric (Sun, 01 Dec 2024 11:19:05 UTC)
- git: fbc266465ed3 - stable/13 - Merge llvm-project main llvmorg-19-init-18630-gf2ccf80136a0: Dimitry Andric (Sun, 01 Dec 2024 12:53:48 UTC)
- git: 03ebe7c3bd5d - stable/13 - Merge llvm-project release/19.x llvmorg-19.1.0-rc1-0-ga4902a36d5c2: Dimitry Andric (Sun, 01 Dec 2024 12:54:02 UTC)
- git: f32d16872271 - stable/13 - Tentatively apply https://github.com/llvm/llvm-project/pull/101403: Dimitry Andric (Sun, 01 Dec 2024 12:54:04 UTC)
- git: 37fd93d0c2df - stable/13 - libcxx simd_utils.h: only enable _LIBCPP_HAS_ALGORITHM_VECTOR_UTILS for clang >= 15, since older versions do not support the required builtins.: Dimitry Andric (Sun, 01 Dec 2024 12:54:05 UTC)
- git: 6a42a876ddcf - stable/13 - libcxx atomic_ref.h: add typename keyword for difference_type declarations, otherwise older clang versions cannot compile this header.: Dimitry Andric (Sun, 01 Dec 2024 12:54:06 UTC)
- git: 1a8adfae6409 - stable/13 - libcxx cstdlib, cwchar: avoid using long long functions if not supported, even for older compilers that do not support the using_if_exists attribute.: Dimitry Andric (Sun, 01 Dec 2024 12:54:07 UTC)
- git: cd0dbb0458c9 - stable/13 - libcxx-compat: revert llvmorg-19-init-18063-g561246e90282:: Dimitry Andric (Sun, 01 Dec 2024 12:54:08 UTC)
- git: b7cf9cba27f3 - stable/13 - libcxx-compat: revert llvmorg-19-init-18062-g4dfa75c663e5:: Dimitry Andric (Sun, 01 Dec 2024 12:54:09 UTC)
- git: 6a3478b85758 - stable/13 - libcxx-compat: revert llvmorg-19-init-17853-g578c6191eff7:: Dimitry Andric (Sun, 01 Dec 2024 12:54:10 UTC)
- git: a8c253ec6520 - stable/13 - libcxx-compat: revert llvmorg-19-init-17728-g30cc12cd818d:: Dimitry Andric (Sun, 01 Dec 2024 12:54:12 UTC)
- git: ea1948d2e49c - stable/13 - libcxx-compat: revert llvmorg-19-init-17727-g0eebb48fcfbc:: Dimitry Andric (Sun, 01 Dec 2024 12:54:13 UTC)
- git: 3cbe40853904 - stable/13 - libcxx-compat: revert llvmorg-19-init-17473-g69fecaa1a455:: Dimitry Andric (Sun, 01 Dec 2024 12:54:14 UTC)
- git: 46400d102766 - stable/13 - libcxx-compat: revert llvmorg-19-init-8667-g472b612ccbed:: Dimitry Andric (Sun, 01 Dec 2024 12:54:15 UTC)
- git: 816fc3e8b8b7 - stable/13 - libcxx-compat: revert llvmorg-19-init-5639-ga10aa4485e83:: Dimitry Andric (Sun, 01 Dec 2024 12:54:16 UTC)
- git: 1e188e55f0da - stable/13 - libcxx-compat: revert llvmorg-19-init-4504-g937a5396cf3e:: Dimitry Andric (Sun, 01 Dec 2024 12:54:17 UTC)
- git: 718c82d22a1f - stable/13 - libcxx-compat: revert llvmorg-19-init-4003-g55357160d0e1:: Dimitry Andric (Sun, 01 Dec 2024 12:54:18 UTC)
- git: 3315b7e218b0 - stable/13 - libcxx-compat: don't remove headers that were reintroduced by reverts: Dimitry Andric (Sun, 01 Dec 2024 12:54:19 UTC)
- git: 320a4f33f713 - stable/13 - libcxx-compat: install headers that were reintroduced by reverts: Dimitry Andric (Sun, 01 Dec 2024 12:54:21 UTC)
- git: 53f95de8ceca - stable/13 - libcxx-compat: update libcxx.imp for headers that were reintroduced by reverts: Dimitry Andric (Sun, 01 Dec 2024 12:54:22 UTC)
- git: d7185d58b3d2 - stable/13 - Merge llvm-project release/19.x llvmorg-19.1.0-rc2-0-gd033ae172d1c: Dimitry Andric (Sun, 01 Dec 2024 12:54:23 UTC)
- git: 4f445d28a5eb - stable/13 - Merge llvm-project release/19.x llvmorg-19.1.0-rc3-0-g437434df21d8: Dimitry Andric (Sun, 01 Dec 2024 12:54:24 UTC)
- git: f4d0b5d11e6b - stable/13 - Merge llvm-project release/19.x llvmorg-19.1.0-rc4-0-g0c641568515a: Dimitry Andric (Sun, 01 Dec 2024 12:54:26 UTC)
- git: 2fed7b083358 - stable/13 - Merge commit 6dbdb8430b49 from llvm git (by Nikolas Klauser):: Dimitry Andric (Sun, 01 Dec 2024 12:54:27 UTC)
- git: 2510351d465a - stable/13 - Merge llvm-project release/19.x llvmorg-19.1.0-0-ga4bf6cd7cfb1: Dimitry Andric (Sun, 01 Dec 2024 12:54:28 UTC)
- git: d5a0bcbae311 - stable/13 - Merge llvm-project release/19.x llvmorg-19.1.1-0-gd401987fe349: Dimitry Andric (Sun, 01 Dec 2024 12:54:29 UTC)
- git: aed18551af0e - stable/13 - Merge llvm-project release/19.x llvmorg-19.1.2-0-g7ba7d8e2f7b6: Dimitry Andric (Sun, 01 Dec 2024 12:54:30 UTC)
- git: 22a5f765704b - stable/13 - Apply workaround for building llvm-project with WITHOUT_LLVM_ASSERTIONS: Dimitry Andric (Sun, 01 Dec 2024 12:54:32 UTC)
- git: 44be5a00bedd - stable/13 - Adjust LLVM_ENABLE_ABI_BREAKING_CHECKS depending on NDEBUG: Dimitry Andric (Sun, 01 Dec 2024 12:54:33 UTC)
- git: 7954b908bdb1 - stable/13 - Fix buildworld with gcc 12 after llvm-19 import: Dimitry Andric (Sun, 01 Dec 2024 12:54:34 UTC)
- git: cdbdcbd7a12a - stable/13 - Merge llvm-project release/19.x llvmorg-19.1.3-0-gab51eccf88f5: Dimitry Andric (Sun, 01 Dec 2024 12:54:35 UTC)
- git: 5dc061642ece - stable/13 - Merge llvm-project release/19.x llvmorg-19.1.4-0-gaadaa00de76e: Dimitry Andric (Sun, 01 Dec 2024 12:54:36 UTC)
- git: a58eb6653223 - stable/13 - libzpool: add workaround for MIPS-specific llvm bug compiling arc.c: Dimitry Andric (Sun, 01 Dec 2024 12:54:37 UTC)
- git: b802ab153dd2 - stable/13 - Bump __FreeBSD_version for llvm 19.1.4 merge: Dimitry Andric (Sun, 01 Dec 2024 12:54:38 UTC)
- git: 646e1679a312 - stable/14 - ota: Merge 20240623 (bsd-features) from ota 9f971fba471b: Warner Losh (Sun, 01 Dec 2024 17:33:08 UTC)
- git: 955208d636fc - stable/14 - ota: Merge 20240728 (bsd-feature) from ota 3319c34a8713: Warner Losh (Sun, 01 Dec 2024 17:33:09 UTC)
- git: 8e9f1e10c624 - stable/14 - amd64 pmap: assert and explain why pmap_qremove() is safe WRT supermappings: Konstantin Belousov (Mon, 02 Dec 2024 01:46:16 UTC)
- git: 7302cdd34994 - stable/14 - amd64: switch pmap_map_io_transient() to use pmap_kenter_attr(): Konstantin Belousov (Mon, 02 Dec 2024 01:46:17 UTC)
- git: 057da12eeaa6 - stable/14 - kern___realpathat(): do not copyout past end of string: Konstantin Belousov (Mon, 02 Dec 2024 01:46:18 UTC)
- git: 96b72aa66bc9 - stable/14 - kern___realpathat(): honor uio_seg argument: Konstantin Belousov (Mon, 02 Dec 2024 01:46:19 UTC)
- git: a731e69eebc3 - stable/14 - ipfw: fix order of memcpy arguments.: Andrey V. Elsukov (Mon, 02 Dec 2024 10:23:31 UTC)
- git: 628e76a986b9 - stable/14 - ipsec: fix IPv6 over IPv4 tunneling.: Andrey V. Elsukov (Mon, 02 Dec 2024 10:25:00 UTC)
- git: 447a1e6914fa - stable/13 - ipfw: fix order of memcpy arguments.: Andrey V. Elsukov (Mon, 02 Dec 2024 10:37:39 UTC)
- git: 2d7d4c66269d - stable/14 - llvm19: permit incremental builds from llvm18: Dimitry Andric (Mon, 02 Dec 2024 16:53:24 UTC)
- git: 99b2ab71c5b6 - stable/13 - llvm19: permit incremental builds from llvm18: Dimitry Andric (Mon, 02 Dec 2024 16:54:07 UTC)
- git: 957f7a2a58e5 - stable/14 - comsat: Improve use of setuid(): Ed Maste (Mon, 02 Dec 2024 21:10:45 UTC)
- git: 0e0329c6dbab - stable/14 - ng_parse: disallow negative length for malloc: Ed Maste (Mon, 02 Dec 2024 21:10:46 UTC)
- git: edb7173b8c99 - stable/14 - amd64: add machine/pte.h: Konstantin Belousov (Tue, 03 Dec 2024 00:51:15 UTC)
- git: 077cbcaefb25 - stable/14 - amdiommu: Fix device table segment base register offsets: Konstantin Belousov (Tue, 03 Dec 2024 00:51:16 UTC)
- git: 18172439a303 - stable/14 - amdiommu: use static array for device table base register offsets: Konstantin Belousov (Tue, 03 Dec 2024 00:51:17 UTC)
- git: ebe9a47c0065 - stable/14 - acpica: rename acpi_parse_pxm() to acpi_pxm_parse() and make it non-static: Konstantin Belousov (Tue, 03 Dec 2024 00:51:18 UTC)
- git: dc75bb826441 - stable/14 - acpica: add domain ivar: Konstantin Belousov (Tue, 03 Dec 2024 00:51:19 UTC)
- git: d5adab0e7824 - stable/14 - dmar: set acpi ivar domain on identify(): Konstantin Belousov (Tue, 03 Dec 2024 00:51:20 UTC)
- git: fb0014d04e84 - stable/14 - stdio(3): correct summary information for fileno(3): Konstantin Belousov (Tue, 03 Dec 2024 00:51:21 UTC)
- git: 9fb5c02356b0 - stable/14 - fileno(3): set errno when returning -1: Konstantin Belousov (Tue, 03 Dec 2024 00:51:23 UTC)
- git: 468d647a5a10 - stable/14 - mlx5e: Immediately initialize TLS send tags: Konstantin Belousov (Tue, 03 Dec 2024 00:51:24 UTC)
- git: 5cd87fd6df53 - stable/14 - mlx5e: Use M_WAITOK when allocating TLS tags: Konstantin Belousov (Tue, 03 Dec 2024 00:51:25 UTC)
- git: 9ff300614ba7 - stable/14 - mlx5e tls: Ensure all allocated tags have a hw context associated: Konstantin Belousov (Tue, 03 Dec 2024 00:51:26 UTC)
- git: 75cba37ccf90 - stable/14 - mlx5_en: style function prototype: Konstantin Belousov (Tue, 03 Dec 2024 00:51:27 UTC)
- git: e6bcfb14f27d - stable/14 - mlx5en: fix the sign of mlx5e_tls_st_init() error, convert from Linux to BSD: Konstantin Belousov (Tue, 03 Dec 2024 00:51:28 UTC)
- git: 7211ab584ecf - stable/14 - mlx5e tls: use non-sleeping malloc flag is it was intended: Konstantin Belousov (Tue, 03 Dec 2024 00:51:29 UTC)
- git: 2657d38625cf - stable/14 - mlx5en: move runtime capabilities checks into helper functions: Konstantin Belousov (Tue, 03 Dec 2024 00:51:31 UTC)
- git: f16b81e620c6 - stable/14 - mlx5en: only enable to toggle offload caps if they are supported: Konstantin Belousov (Tue, 03 Dec 2024 00:51:32 UTC)
- git: 85c50de4db33 - stable/14 - dtrace: Remove an unused typedef: Mark Johnston (Tue, 03 Dec 2024 02:17:07 UTC)
- git: a5c39c444891 - stable/14 - mii_fdt: Search for the "ethernet-ports" subnode: Mark Johnston (Tue, 03 Dec 2024 02:17:08 UTC)
- git: d841b67b4747 - stable/14 - vnode: Make the vop_vector reference a pointer to const: Mark Johnston (Tue, 03 Dec 2024 02:17:09 UTC)
- git: fd3139245639 - stable/14 - kevent: Use designated array indices to initialize the sysfilt_ops table: Mark Johnston (Tue, 03 Dec 2024 02:17:10 UTC)
- git: da44138dc2ad - stable/14 - unix: Add support for atomically setting the socket mode: Mark Johnston (Tue, 03 Dec 2024 02:17:11 UTC)
- git: 48155c983c4b - stable/14 - kern: Make fileops and filterops tables const where possible: Mark Johnston (Tue, 03 Dec 2024 02:17:13 UTC)
- git: edf50670e215 - stable/14 - e1000: Remove old itr sysctl handler: Kevin Bowling (Tue, 03 Dec 2024 04:01:27 UTC)
- git: a42c3e61504b - stable/13 - e1000: Remove old itr sysctl handler: Kevin Bowling (Tue, 03 Dec 2024 04:02:09 UTC)
- git: e3a0e41c2285 - stable/14 - ppp.8: Fix typo cuad0 -> cuau0: Jose Luis Duran (Wed, 04 Dec 2024 01:12:34 UTC)
- git: ae50b6ba682a - stable/14 - mtree: Fix BSD.tests.dist sorting: Jose Luis Duran (Wed, 04 Dec 2024 01:12:35 UTC)
- git: ea4863825ee2 - stable/14 - mtree: Add missing entries in BSD.tests.dist: Jose Luis Duran (Wed, 04 Dec 2024 01:12:36 UTC)
- git: 01f650cb8d03 - stable/14 - sound: Merge ac97 and ac97_patch: Christos Margiolis (Wed, 04 Dec 2024 12:04:10 UTC)
- git: 03241eb78078 - stable/14 - sound: Remove dead code from pcm/: Christos Margiolis (Wed, 04 Dec 2024 12:04:11 UTC)
- git: 732bb2807dc8 - stable/14 - sound: Remove unused code from pcm/g711.h: Christos Margiolis (Wed, 04 Dec 2024 12:04:13 UTC)
- git: 1b4b19841cbd - stable/14 - sound: Dissolve pcm/intpcm.h: Christos Margiolis (Wed, 04 Dec 2024 12:04:14 UTC)
- git: 2c17a7d8f65d - stable/14 - sound: Merge pcm/matrix_map.h with pcm/matrix.h: Christos Margiolis (Wed, 04 Dec 2024 12:04:15 UTC)
- git: 63979e82e54d - stable/14 - sound: Fix mis-sorted CHN_F_BITS line: Christos Margiolis (Wed, 04 Dec 2024 12:04:16 UTC)
- git: 134a275eea7a - stable/14 - sound: Do not access cv_waiters: Christos Margiolis (Wed, 04 Dec 2024 12:04:17 UTC)
- git: a7f33b501935 - stable/14 - rc.d/var_run: Add missing $(dirname): Cy Schubert (Wed, 04 Dec 2024 17:09:21 UTC)
- git: 63188b9cfc50 - stable/14 - truss: Fix grammar in error messages: Cy Schubert (Wed, 04 Dec 2024 17:09:22 UTC)
- git: 2904d7309b3d - stable/13 - rc.d/var_run: Add missing $(dirname): Cy Schubert (Wed, 04 Dec 2024 17:09:47 UTC)
- git: 546f545a12f9 - stable/13 - truss: Fix grammar in error messages: Cy Schubert (Wed, 04 Dec 2024 17:09:49 UTC)
- git: 25caac4d4566 - stable/14 - sched_getcpu: Add man page: Ed Maste (Wed, 04 Dec 2024 18:34:33 UTC)
- git: d2c306da0ef7 - stable/14 - rtwn: Add device ID for TPLink RTL8192CU: Ed Maste (Wed, 04 Dec 2024 18:35:25 UTC)
- git: bb9678f1ff68 - stable/14 - comsat: Use initgroups and setgid not just setuid: Ed Maste (Wed, 04 Dec 2024 18:38:42 UTC)
- git: 30bcbf8a2fef - stable/14 - comsat: move uid/gid setting earlier: Ed Maste (Wed, 04 Dec 2024 18:38:43 UTC)
- git: 1f6936723e10 - stable/14 - ena: Remove \n from sysctl description: Zhenlei Huang (Fri, 06 Dec 2024 13:52:34 UTC)
- git: 20675c61d139 - stable/14 - Install vmx man page also on arm64: Zhenlei Huang (Fri, 06 Dec 2024 13:52:35 UTC)
- git: d460330dfe80 - stable/14 - Install pvscsi man page: Zhenlei Huang (Fri, 06 Dec 2024 13:52:36 UTC)
- git: 0b80bf9edb19 - stable/14 - udp: Prefer memcpy() over bcopy(): Zhenlei Huang (Fri, 06 Dec 2024 13:52:37 UTC)
- git: 192b108d4441 - stable/13 - ena: Remove \n from sysctl description: Zhenlei Huang (Fri, 06 Dec 2024 13:57:43 UTC)
- git: 92bd3b208845 - stable/13 - Install vmx man page also on arm64: Zhenlei Huang (Fri, 06 Dec 2024 13:57:44 UTC)
- git: 84d166902af2 - stable/13 - Install pvscsi man page: Zhenlei Huang (Fri, 06 Dec 2024 13:57:45 UTC)
- git: 804dbdeea266 - stable/14 - devd tests: Fix client_test: Mark Johnston (Fri, 06 Dec 2024 14:51:35 UTC)
- git: 6f07c8273582 - stable/14 - dtrace/amd64: Make invop providers usable with KMSAN enabled: Mark Johnston (Fri, 06 Dec 2024 14:51:36 UTC)
- git: b8fa7c986e91 - stable/14 - dtrace: Address KMSAN warnings in dtrace_disx86: Mark Johnston (Fri, 06 Dec 2024 14:51:38 UTC)
- git: 1aa509e25288 - stable/14 - dtrace: Avoid excessive pcpu allocations: Mark Johnston (Fri, 06 Dec 2024 14:51:39 UTC)
- git: b64e34805596 - stable/14 - buf: Add a runningbufclaim() helper: Mark Johnston (Fri, 06 Dec 2024 14:51:40 UTC)
- git: f2c09b4f321b - stable/14 - cap_rights_is_empty: add MLINK: Ed Maste (Fri, 06 Dec 2024 15:50:47 UTC)
- git: 61d74539ebdb - stable/14 - cxgbe(4): Update the board names of the T6 OCP cards.: Navdeep Parhar (Fri, 06 Dec 2024 20:32:50 UTC)
- git: 6ae8e077aee5 - stable/14 - cxgbe(4): Fix the name of the 2 x 10/25 OCP card.: Navdeep Parhar (Fri, 06 Dec 2024 20:32:52 UTC)
- git: ada9196f3547 - stable/14 - cxgbe/t4_tom: Change stid allocation strategy to be more IPv6 friendly.: Navdeep Parhar (Fri, 06 Dec 2024 20:37:35 UTC)
- git: 4651f4be1ed3 - stable/13 - ACPI: Treat all 20-element _BIX entires as revision 0: Warner Losh (Sat, 07 Dec 2024 00:01:45 UTC)
- git: 3c59c4453f0e - stable/14 - ACPI: Treat all 20-element _BIX entires as revision 0: Warner Losh (Sat, 07 Dec 2024 00:17:20 UTC)
- git: 9d1d9fe0a077 - stable/14 - nfs: Add support for the NFSv4.2 mode_umask attribute: Rick Macklem (Sun, 08 Dec 2024 01:39:28 UTC)
- git: 7a4f370a352f - stable/14 - nfs_commonsubs.c: Make all upper case user domain work: Rick Macklem (Sun, 08 Dec 2024 01:43:15 UTC)
- git: f6245e432208 - stable/13 - nfs_commonsubs.c: Make all upper case user domain work: Rick Macklem (Sun, 08 Dec 2024 01:51:13 UTC)
- git: 60799897ea89 - stable/14 - arm: switch the BUSDMA buffers to normal uncached memory: Michal Meloun (Sun, 08 Dec 2024 13:37:41 UTC)
- git: df890fef1dcf - stable/14 - arm: Fix typo in ldscript.arm.: Michal Meloun (Sun, 08 Dec 2024 13:37:43 UTC)
- git: c159be9a0a73 - stable/14 - arm: fix symbols around the .ARM.exidx section: Michal Meloun (Sun, 08 Dec 2024 13:37:44 UTC)
- git: d321b707d6a9 - stable/14 - arm: add read_frequently, read_mostly and exclusive_cache_line sections to linker script.: Michal Meloun (Sun, 08 Dec 2024 13:37:45 UTC)
- git: 83ad268f7e0e - stable/14 - arm: align data section to the supersection.: Michal Meloun (Sun, 08 Dec 2024 13:37:46 UTC)
- git: d94ff663b6a6 - stable/14 - arm: Fix VFP state corruption during signal delivery: Michal Meloun (Sun, 08 Dec 2024 13:37:47 UTC)
- git: b66e0c51005a - stable/13 - arm: Fix typo in ldscript.arm.: Michal Meloun (Sun, 08 Dec 2024 13:38:07 UTC)
- git: b9d95dc51a21 - stable/13 - arm: fix symbols around the .ARM.exidx section: Michal Meloun (Sun, 08 Dec 2024 13:38:08 UTC)
- git: a9956e87506f - stable/13 - arm: add read_frequently, read_mostly and exclusive_cache_line sections to linker script.: Michal Meloun (Sun, 08 Dec 2024 13:38:09 UTC)
- git: abed528a9726 - stable/13 - arm: align data section to the supersection.: Michal Meloun (Sun, 08 Dec 2024 13:38:10 UTC)
- git: 0ff2b4a85b66 - stable/14 - Improve reliability of stdout tests.: Dag-Erling Smørgrav (Mon, 09 Dec 2024 12:39:41 UTC)
- git: 210ff8644846 - stable/13 - depend-cleanup: fix after 99b2ab71c5b6: Dimitry Andric (Mon, 09 Dec 2024 14:06:16 UTC)
- git: 9266d812eaf4 - stable/14 - depend-cleanup.sh: Fix pretend (-n) mode: Jessica Clarke (Mon, 09 Dec 2024 16:25:00 UTC)
- git: be778581eb31 - stable/14 - depend-cleanup.sh: Fix overzealous rescue.mk cleanup: Jessica Clarke (Mon, 09 Dec 2024 16:25:02 UTC)
- git: 3f879ed6eee9 - stable/14 - sys/sys/kernel.h: Various whitespace fixes: Zhenlei Huang (Mon, 09 Dec 2024 16:33:18 UTC)
- git: f507e664dc9d - stable/13 - sys/sys/kernel.h: Various whitespace fixes: Zhenlei Huang (Mon, 09 Dec 2024 16:37:27 UTC)
- git: 82fcae46051c - stable/13 - depend-cleanup.sh: Simplify the logic, and clean bootstrap tools.: Brooks Davis (Mon, 09 Dec 2024 21:48:55 UTC)
- git: 37d2e25a2dc7 - stable/13 - Make sure MACHINE(_ARCH) are exported for depend-cleanup.sh: Brooks Davis (Mon, 09 Dec 2024 21:48:56 UTC)
- git: 0f00a4c39b65 - stable/13 - depend-cleanup: Add verbose (-v) and pretend/dry-run (-n) flags: Brooks Davis (Mon, 09 Dec 2024 21:48:57 UTC)
- git: 50291c77306b - stable/13 - depend-cleanup.sh: Generalise lib32 code and avoid duplication: Brooks Davis (Mon, 09 Dec 2024 21:48:58 UTC)
- git: 91549cf666db - stable/13 - Revert "depend-cleanup: fix after 99b2ab71c5b6": Brooks Davis (Mon, 09 Dec 2024 21:48:59 UTC)
- git: 6608a478cddb - stable/13 - depend-cleanup.sh: Extend clean_dep to support a custom regex: Brooks Davis (Mon, 09 Dec 2024 21:49:00 UTC)
- git: b50851e8ebfa - stable/14 - prison_proc_iterate(): make it work for prison0: Konstantin Belousov (Tue, 10 Dec 2024 02:40:41 UTC)
- git: fff3323694f7 - stable/14 - amdiommu: correctly initialize iommu.unit: Konstantin Belousov (Tue, 10 Dec 2024 02:40:42 UTC)
- git: c4290f346662 - stable/14 - kern: restore signal mask before ast() for pselect/ppoll: Kyle Evans (Tue, 10 Dec 2024 20:03:18 UTC)
- git: e5e44726d5af - stable/13 - kern: restore signal mask before ast() for pselect/ppoll: Kyle Evans (Tue, 10 Dec 2024 20:03:23 UTC)
- git: aee794942130 - stable/14 - daemon: truncate the pidfile when we're waiting to restart child: Kyle Evans (Tue, 10 Dec 2024 23:37:58 UTC)
- git: e310a825c933 - stable/14 - daemon: tests: add a test for missed SIGTERM: Kyle Evans (Tue, 10 Dec 2024 23:37:59 UTC)
- git: 7ea2874eadf9 - stable/14 - daemon: stop rebuilding the kqueue every restart of the child: Kyle Evans (Tue, 10 Dec 2024 23:38:01 UTC)
- git: b50d2127d971 - stable/14 - pw: set the user's home directory mode if it existed: Kyle Evans (Tue, 10 Dec 2024 23:38:02 UTC)
- git: 9aac1584c846 - stable/14 - pw: tests: add a test for -M with a pre-existing home directory: Kyle Evans (Tue, 10 Dec 2024 23:38:03 UTC)
- git: 067e3791d615 - stable/13 - daemon: truncate the pidfile when we're waiting to restart child: Kyle Evans (Tue, 10 Dec 2024 23:38:06 UTC)
- git: 57c60ec86246 - stable/13 - daemon: tests: add a test for missed SIGTERM: Kyle Evans (Tue, 10 Dec 2024 23:38:07 UTC)
- git: 4bb1a558a281 - stable/13 - daemon: stop rebuilding the kqueue every restart of the child: Kyle Evans (Tue, 10 Dec 2024 23:38:08 UTC)
- git: 1eaaa55f2ba9 - stable/13 - pw: set the user's home directory mode if it existed: Kyle Evans (Tue, 10 Dec 2024 23:38:09 UTC)
- git: 9d8a178b38ed - stable/13 - pw: tests: add a test for -M with a pre-existing home directory: Kyle Evans (Tue, 10 Dec 2024 23:38:10 UTC)
- git: 4db4ed368037 - stable/14 - Merge llvm-project release/19.x llvmorg-19.1.5-0-gab4b5a2db582: Dimitry Andric (Wed, 11 Dec 2024 08:17:28 UTC)
- git: a8e22567d3fa - stable/13 - Merge llvm-project release/19.x llvmorg-19.1.5-0-gab4b5a2db582: Dimitry Andric (Wed, 11 Dec 2024 08:17:42 UTC)
- git: a0e2fa50e737 - stable/14 - linux.h: don't redefine lower_32_bits if already defined: Martin Matuska (Thu, 12 Dec 2024 14:57:20 UTC)
- git: 2ec8b6948070 - stable/14 - zfs: merge openzfs/zfs@e269af1b3 (zfs-2.2-release) into stable/14: Martin Matuska (Thu, 12 Dec 2024 14:57:27 UTC)
- git: 07d147a7fcbf - stable/14 - sh(1): add -l option: Baptiste Daroussin (Thu, 12 Dec 2024 15:51:27 UTC)
- git: c062d3ec6031 - stable/14 - nuageinit: implement ssh_keys support: Baptiste Daroussin (Thu, 12 Dec 2024 15:52:31 UTC)
- git: 973a9a36fd56 - stable/13 - sh(1): add -l option: Baptiste Daroussin (Thu, 12 Dec 2024 16:00:53 UTC)
- git: 6e1b857b89d4 - stable/13 - sh(1): add -l option: Baptiste Daroussin (Thu, 12 Dec 2024 16:02:51 UTC)
- git: 1e502fc1c421 - stable/13 - sh(1): -l is only valid in cli option not as set -l: Baptiste Daroussin (Thu, 12 Dec 2024 16:02:52 UTC)
- git: 35a6770dde02 - stable/14 - sh(1): -l is only valid in cli option not as set -l: Baptiste Daroussin (Thu, 12 Dec 2024 16:03:50 UTC)
- git: 397a3893db1d - stable/14 - depend-cleanup.sh: fix dependency changes from latest OpenZFS import: Martin Matuska (Thu, 12 Dec 2024 17:38:46 UTC)
- git: cc521bcf790b - stable/13 - mips/malta: Explicitly set AP entry point to _locore: Jessica Clarke (Thu, 12 Dec 2024 21:10:21 UTC)
- git: 2151a0bec08c - stable/12 - mips/malta: Explicitly set AP entry point to _locore: Jessica Clarke (Thu, 12 Dec 2024 21:11:26 UTC)
- git: e32b14ef10a7 - stable/13 - mips/malta: Prefer _start over _locore for entry point symbol: Jessica Clarke (Thu, 12 Dec 2024 21:25:03 UTC)
- git: 0c9b413e1a73 - stable/12 - mips/malta: Prefer _start over _locore for entry point symbol: Jessica Clarke (Thu, 12 Dec 2024 21:25:07 UTC)
- git: 3e750057fbba - stable/12 - makefs: avoid warning when creating FAT filesystem on existing file: Jessica Clarke (Thu, 12 Dec 2024 22:43:53 UTC)
- git: 50a53aacc9d3 - stable/12 - Allow bootstrapping makefs on older FreeBSD hosts and Linux/macOS: Jessica Clarke (Thu, 12 Dec 2024 22:43:54 UTC)
- git: d7bf409a6350 - stable/13 - rtld-elf: Fix for mips with LLD 14+: Jessica Clarke (Fri, 13 Dec 2024 00:18:57 UTC)
- git: d4e02f74fe8d - stable/12 - rtld-elf: Fix for mips with LLD 14+: Jessica Clarke (Fri, 13 Dec 2024 00:30:03 UTC)
- git: 2bd47ff64577 - stable/14 - dtrace: Add some more annotations for KMSAN: Mark Johnston (Fri, 13 Dec 2024 01:43:56 UTC)
- git: 8e3c0a69fed2 - stable/14 - livedump: Silence KASAN and KMSAN when livedumping: Mark Johnston (Fri, 13 Dec 2024 01:43:57 UTC)
- git: fea53bf43f85 - stable/14 - savecore: Add a livedump regression test: Mark Johnston (Fri, 13 Dec 2024 01:43:59 UTC)
- git: 54974e731f27 - stable/14 - cd9660: Make sure that struct ifid fits in generic filehandle structure: Mark Johnston (Fri, 13 Dec 2024 01:44:00 UTC)
- git: fe0506ce89b1 - stable/14 - cd9660: Remove some unneeded definitions: Mark Johnston (Fri, 13 Dec 2024 01:44:01 UTC)
- git: cd597b4bb194 - stable/13 - cd9660: Make sure that struct ifid fits in generic filehandle structure: Mark Johnston (Fri, 13 Dec 2024 01:44:10 UTC)
- git: 2699315134ab - stable/14 - vmcb.h: fix typo in the comment: Konstantin Belousov (Fri, 13 Dec 2024 07:08:05 UTC)
- git: c924f6176994 - stable/14 - vmcb.h: fix typo in the comment, try two: Konstantin Belousov (Fri, 13 Dec 2024 07:08:06 UTC)
- git: 7620bade4c75 - stable/14 - login.conf.5: remove a stray quote: Maxim Konovalov (Fri, 13 Dec 2024 19:13:58 UTC)
- git: 05150edd1e30 - stable/13 - dpaa2: Fix kernel built with ACPI_DEBUG: Dmitry Salychev (Fri, 13 Dec 2024 20:04:20 UTC)
- git: 795e9c9b5503 - stable/14 - dpaa2: Fix kernel built with ACPI_DEBUG: Dmitry Salychev (Fri, 13 Dec 2024 20:06:37 UTC)
- git: f69b6410a632 - stable/14 - depend-cleanup.sh: Extend clean_dep to support a custom regex: Brooks Davis (Fri, 13 Dec 2024 21:05:08 UTC)
- git: 8176157d69b8 - stable/13 - mips: Extract HWREna configuration and call from APs: Jessica Clarke (Fri, 13 Dec 2024 21:37:38 UTC)
- git: 9aed7107bbfb - stable/12 - mips: Extract HWREna configuration and call from APs: Jessica Clarke (Fri, 13 Dec 2024 21:38:00 UTC)
- git: 3e9f61464ee3 - stable/14 - nvi: use memmove to realign buffers: Brooks Davis (Fri, 13 Dec 2024 21:49:51 UTC)
- git: c71b427bfa9a - stable/14 - nvi: Replace Clang-only __builtin_is_aligned with C code (#124): Brooks Davis (Fri, 13 Dec 2024 21:49:52 UTC)
- git: 960665e47f0b - stable/14 - style(9): Remove ancient SCCS tags.: Brooks Davis (Sat, 14 Dec 2024 00:11:49 UTC)
- git: 866420279949 - stable/14 - style(9): Remove $FreeBSD$ recommendation.: Brooks Davis (Sat, 14 Dec 2024 00:11:50 UTC)
- git: 2317a685241a - stable/14 - style(9): Note larger divergence than implied: Brooks Davis (Sat, 14 Dec 2024 00:11:51 UTC)
- git: 76ec0faf1ce7 - stable/14 - style(9): Delete __FBSDID straggler: Brooks Davis (Sat, 14 Dec 2024 00:11:52 UTC)
- git: ecfe30854204 - stable/14 - style(9): Add comments about branch prediction: Brooks Davis (Sat, 14 Dec 2024 00:11:54 UTC)
- git: 1ad44b7f0e0d - stable/14 - style: Allow C++ comments: Brooks Davis (Sat, 14 Dec 2024 00:11:55 UTC)
- git: 9bc9cf4a2ae7 - stable/14 - style(9): deprecate blank lines without local vars: Brooks Davis (Sat, 14 Dec 2024 00:11:56 UTC)
- git: 642ade0a3d82 - stable/13 - pfctl: clear statistic for specified addresses: Kristof Provost (Sat, 14 Dec 2024 14:41:37 UTC)
- git: ac92792bbdb2 - stable/14 - pfctl: clear statistic for specified addresses: Kristof Provost (Sat, 14 Dec 2024 14:41:37 UTC)
- git: 8f944cba503e - stable/14 - Cirrus-CI: Add manual LLVM 19 jobs: Ed Maste (Sat, 14 Dec 2024 18:07:34 UTC)
- git: 9c6454fe7048 - stable/14 - init_main: Use TUNABLE_INT_FETCH to initialize verbose_sysinit: Zhenlei Huang (Sun, 15 Dec 2024 02:21:28 UTC)
- git: 3021a0bcb042 - stable/14 - init_main: Fix logging of the SYSINIT process: Zhenlei Huang (Sun, 15 Dec 2024 02:21:29 UTC)
- git: 23c1619970ab - stable/14 - cuse: Use NULL for SYSUNINIT's last arg, which is a pointer type: Zhenlei Huang (Sun, 15 Dec 2024 02:21:31 UTC)
- git: bca3a925b0bc - stable/14 - routing: Use NULL for VNET_SYS[UN]INIT's last arg, which is a pointer type: Zhenlei Huang (Sun, 15 Dec 2024 02:21:32 UTC)
- git: 8293bd628540 - stable/14 - rtsock: Use NULL for VNET_SYS[UN]INIT's last arg, which is a pointer type: Zhenlei Huang (Sun, 15 Dec 2024 02:21:33 UTC)
- git: 3c3a622a7543 - stable/14 - inpcb: Use NULL for VNET_SYSINIT's last arg, which is a pointer type: Zhenlei Huang (Sun, 15 Dec 2024 02:21:34 UTC)
- git: 005b6caf268c - stable/14 - netinet: Use NULL for VNET_SYSINIT's last arg, which is a pointer type: Zhenlei Huang (Sun, 15 Dec 2024 02:21:35 UTC)
- git: f6e0690dc9f2 - stable/13 - init_main: Use TUNABLE_INT_FETCH to initialize verbose_sysinit: Zhenlei Huang (Sun, 15 Dec 2024 15:44:28 UTC)
- git: f9ee60cd21c2 - stable/13 - cuse: Use NULL for SYSUNINIT's last arg, which is a pointer type: Zhenlei Huang (Sun, 15 Dec 2024 15:44:29 UTC)
- git: 32ce6f3365f7 - stable/13 - routing: Use NULL for VNET_SYS[UN]INIT's last arg, which is a pointer type: Zhenlei Huang (Sun, 15 Dec 2024 15:44:31 UTC)
- git: 1a584160e3f4 - stable/13 - rtsock: Use NULL for VNET_SYS[UN]INIT's last arg, which is a pointer type: Zhenlei Huang (Sun, 15 Dec 2024 15:44:32 UTC)
- git: 4d38c776eb09 - stable/13 - netinet: Use NULL for VNET_SYSINIT's last arg, which is a pointer type: Zhenlei Huang (Sun, 15 Dec 2024 15:44:33 UTC)
- git: d6b36d1c83fb - stable/14 - newvers: Set explicit git revision length: Ed Maste (Mon, 16 Dec 2024 00:39:28 UTC)
- git: 6d1d5577ce10 - stable/14 - Makefile.inc1: Require DISTDIR be set for `make distributeworld`: Ed Maste (Mon, 16 Dec 2024 00:39:51 UTC)
- git: 453f6aa42842 - stable/14 - Cirrus-CI: Switch default job to llvm19-amd64: Ed Maste (Mon, 16 Dec 2024 01:35:44 UTC)
- git: 259dcedc4ade - stable/14 - strptime: Fix day-of-week calculation.: Dag-Erling Smørgrav (Mon, 16 Dec 2024 13:35:16 UTC)
- git: efefeefd4383 - stable/14 - uniq: Correctly document the -D option.: Dag-Erling Smørgrav (Mon, 16 Dec 2024 13:35:17 UTC)
- git: 48d21d15a8f2 - stable/13 - strptime: Fix day-of-week calculation.: Dag-Erling Smørgrav (Mon, 16 Dec 2024 13:35:20 UTC)
- git: 3a052d2d36ba - stable/13 - uniq: Correctly document the -D option.: Dag-Erling Smørgrav (Mon, 16 Dec 2024 13:35:21 UTC)
- git: 3e93a090b5c8 - stable/14 - nanobsd: Add missing options to usage(): Jose Luis Duran (Mon, 16 Dec 2024 15:14:36 UTC)
- git: 67dd41cdb10d - stable/14 - nanobsd: Fix parallel make: Jose Luis Duran (Mon, 16 Dec 2024 15:14:37 UTC)
- git: 6df2857eaa53 - stable/14 - nanobsd: Avoid read-only file system warnings: Jose Luis Duran (Mon, 16 Dec 2024 15:14:38 UTC)
- git: 897c8ff0df39 - stable/14 - nanobsd.8: Chase usage string updates: Jose Luis Duran (Mon, 16 Dec 2024 15:14:39 UTC)
- git: 4b26b3d2ac9b - stable/14 - nanobsd: Update fill_pkg.sh: Jose Luis Duran (Mon, 16 Dec 2024 15:14:40 UTC)
- git: 7594f6ce25e2 - stable/14 - nanobsd: Use the real path for NANO_PACKAGE_DIR: Jose Luis Duran (Mon, 16 Dec 2024 15:14:42 UTC)
- git: 7f50357e0d8b - stable/14 - nanobsd: Fix cust_comconsole search patterns: Jose Luis Duran (Mon, 16 Dec 2024 15:14:43 UTC)
- git: 8e8ccdf02e14 - stable/14 - nanobsd: Fix typos: Jose Luis Duran (Mon, 16 Dec 2024 15:14:44 UTC)
- git: e6850fef72de - stable/13 - nanobsd: Add missing options to usage(): Jose Luis Duran (Mon, 16 Dec 2024 15:15:18 UTC)
- git: 16fc83629869 - stable/13 - nanobsd: Fix parallel make: Jose Luis Duran (Mon, 16 Dec 2024 15:15:19 UTC)
- git: a641dd41fcaf - stable/13 - nanobsd: Avoid read-only file system warnings: Jose Luis Duran (Mon, 16 Dec 2024 15:15:21 UTC)
- git: fb6f7d93218f - stable/13 - nanobsd.8: Chase usage string updates: Jose Luis Duran (Mon, 16 Dec 2024 15:15:22 UTC)
- git: f5613e2d4952 - stable/13 - nanobsd: Update fill_pkg.sh: Jose Luis Duran (Mon, 16 Dec 2024 15:15:23 UTC)
- git: a7e4493778b0 - stable/13 - nanobsd: Use the real path for NANO_PACKAGE_DIR: Jose Luis Duran (Mon, 16 Dec 2024 15:15:24 UTC)
- git: 4ace066a9085 - stable/13 - nanobsd: Fix cust_comconsole search patterns: Jose Luis Duran (Mon, 16 Dec 2024 15:15:25 UTC)
- git: 6b466bbd6134 - stable/13 - nanobsd: Fix typos: Jose Luis Duran (Mon, 16 Dec 2024 15:15:26 UTC)
- git: 2f57e37c43ba - stable/14 - release: Standardize on *-${FS}.* VM image naming: Colin Percival (Tue, 17 Dec 2024 02:28:00 UTC)
- git: 60786eb3fe7f - stable/14 - sockstat: Ensure that there is always a space between columns: Mark Johnston (Wed, 18 Dec 2024 13:46:51 UTC)
- git: 0c5701ff8fdf - stable/14 - pfkey: Fix some checks in kdebug_sadb(): Mark Johnston (Wed, 18 Dec 2024 13:46:52 UTC)
- git: 113875f91607 - stable/14 - iflib: Set the NUMA domain in receive packet headers: Mark Johnston (Wed, 18 Dec 2024 13:46:53 UTC)
- git: 9daf6d641922 - stable/14 - shm: Handle swap pager allocation failures: Mark Johnston (Wed, 18 Dec 2024 13:46:54 UTC)
- git: 11c7eb30cc9b - stable/13 - pfkey: Fix some checks in kdebug_sadb(): Mark Johnston (Wed, 18 Dec 2024 14:16:08 UTC)
- git: 705337455f06 - stable/14 - amd iommu: remove unused function: Konstantin Belousov (Wed, 18 Dec 2024 14:21:20 UTC)
- git: efe6a0997383 - stable/14 - fs: Add static asserts for the size of fid structures: Rick Macklem (Fri, 20 Dec 2024 22:08:33 UTC)
- git: 859e098fd187 - stable/14 - services: fix typo ucp -> udp: Dmitry Morozovsky (Sat, 21 Dec 2024 11:51:32 UTC)
- git: 15d5f84b1b7c - stable/13 - services: fix typo ucp -> udp: Dmitry Morozovsky (Sat, 21 Dec 2024 11:55:19 UTC)
- git: a7d56527c2fd - stable/14 - geom: Allow BSD type '!0' partitions: Jose Luis Duran (Sat, 21 Dec 2024 17:06:02 UTC)
- git: 0520d2ea9dd3 - stable/14 - nanobsd: Remove dependency on bsdlabel: Jose Luis Duran (Sat, 21 Dec 2024 17:06:03 UTC)
- git: 494120df401b - stable/13 - geom: Allow BSD type '!0' partitions: Jose Luis Duran (Sat, 21 Dec 2024 17:06:28 UTC)
- git: a63708347d83 - stable/13 - nanobsd: Remove dependency on bsdlabel: Jose Luis Duran (Sat, 21 Dec 2024 17:06:29 UTC)
- git: 4bbc69192e4f - stable/14 - uhid(4): update ugd_actlen in USB_GET_REPORT ioctl: Vladimir Kondratyev (Sun, 22 Dec 2024 03:37:49 UTC)
- git: c620dfb037e7 - stable/14 - hidraw(4): update hgd_actlen in HIDRAW_GET_REPORT ioctl: Vladimir Kondratyev (Sun, 22 Dec 2024 03:37:50 UTC)
- git: 8e62ae9693bd - stable/14 - iwmbtfw(4): Add support for 9260/9560 bluetooth adaptors: Vladimir Kondratyev (Sun, 22 Dec 2024 03:37:51 UTC)
- git: 624635e2ad29 - stable/14 - iwmbtfw(8): Ignore unexpected HCI events: Vladimir Kondratyev (Sun, 22 Dec 2024 03:37:52 UTC)
- git: f5b685add059 - stable/14 - ng_ubt(4): do not attach Realtek 87XX/88XX adaptors in bootloader mode.: Vladimir Kondratyev (Sun, 22 Dec 2024 03:37:53 UTC)
- git: 5ce844d3daa2 - stable/14 - ng_ubt_intel: Allow to attach to 9260 bluetooth adaptors: Vladimir Kondratyev (Sun, 22 Dec 2024 03:37:54 UTC)
- git: ccfbbe2d8aff - stable/14 - rtlbtfw: Firmware loader for Realtek 87XX/88XX bluetooth USB adaptors: Vladimir Kondratyev (Sun, 22 Dec 2024 03:37:55 UTC)
- git: e908df969af2 - stable/14 - ng_ubt_intel: Ignore unexpected HCI events: Vladimir Kondratyev (Sun, 22 Dec 2024 03:37:57 UTC)
- git: 05abe2c9076e - stable/13 - uhid(4): update ugd_actlen in USB_GET_REPORT ioctl: Vladimir Kondratyev (Sun, 22 Dec 2024 03:50:52 UTC)
- git: ca6cd0e57cca - stable/13 - hidraw(4): update hgd_actlen in HIDRAW_GET_REPORT ioctl: Vladimir Kondratyev (Sun, 22 Dec 2024 03:50:54 UTC)
- git: 97cf82ebe022 - stable/14 - Revise qsort(3) reflect POSIX.1-2024 update.: Xin LI (Sun, 22 Dec 2024 07:31:32 UTC)
- git: 679e92405637 - stable/14 - MFC: MFV: xz 5.6.2.: Xin LI (Sun, 22 Dec 2024 07:33:13 UTC)
- git: edf0691b19b2 - stable/14 - MFC: MFV: xz 5.6.3: Xin LI (Sun, 22 Dec 2024 07:33:15 UTC)
- git: aa2f56a6ecd6 - stable/13 - MFC: MFV: xz 5.6.3: Xin LI (Sun, 22 Dec 2024 07:36:45 UTC)
- git: 71c92e6b94f0 - stable/14 - MFC: MFV: file 5.46.: Xin LI (Sun, 22 Dec 2024 07:37:38 UTC)
- git: 90222d7fa4bb - stable/13 - MFC: MFV: file 5.45.: Xin LI (Sun, 22 Dec 2024 07:40:26 UTC)
- git: 2d54b1f5e5a8 - stable/13 - file_test: Fix file test: Xin LI (Sun, 22 Dec 2024 07:40:27 UTC)
- git: 0826d4b6c4f1 - stable/13 - (upstream) PR/386: Add newlines for consitency 2: Xin LI (Sun, 22 Dec 2024 07:40:28 UTC)
- git: dcb4ac96fcf6 - stable/13 - MFC: MFV: file 5.46.: Xin LI (Sun, 22 Dec 2024 07:40:29 UTC)
- git: 7fcc9d60956f - stable/14 - MFC: MFV: expat 2.6.3: Xin LI (Sun, 22 Dec 2024 07:45:49 UTC)
- git: 8c7e4d11fef6 - stable/14 - MFC: Update the expat version referenced in libbsdxml.3: Xin LI (Sun, 22 Dec 2024 07:45:50 UTC)
- git: 78ab4c182b9f - stable/14 - MFC: MFV: expat 2.6.4.: Xin LI (Sun, 22 Dec 2024 07:45:52 UTC)
- git: bab279022ba2 - stable/13 - MFC: MFV: expat 2.6.3: Xin LI (Sun, 22 Dec 2024 07:46:34 UTC)
- git: eab7ed2ec2af - stable/13 - MFC: Update the expat version referenced in libbsdxml.3: Xin LI (Sun, 22 Dec 2024 07:46:35 UTC)
- git: 3d46113d2196 - stable/13 - MFC: MFV: expat 2.6.4.: Xin LI (Sun, 22 Dec 2024 07:46:36 UTC)
- git: 0bb4c188d363 - stable/14 - MFC: MFV: less v668.: Xin LI (Sun, 22 Dec 2024 07:47:13 UTC)
- git: eed6d080a74f - stable/13 - MFC: MFV: less v668.: Xin LI (Sun, 22 Dec 2024 07:47:47 UTC)
- git: 538bf98c7c3a - stable/14 - MFC: hexdump: Do not trust st_size if it equals zero.: Xin LI (Sun, 22 Dec 2024 07:49:36 UTC)
- git: 1c6b4a0f3eb0 - stable/14 - MFC: tail: Do not trust st_size if it equals zero.: Xin LI (Sun, 22 Dec 2024 07:49:37 UTC)
- git: ff99541a14d7 - stable/13 - MFC: hexdump: Do not trust st_size if it equals zero.: Xin LI (Sun, 22 Dec 2024 07:49:58 UTC)
- git: 4f20dec1bf17 - stable/13 - MFC: tail: Do not trust st_size if it equals zero.: Xin LI (Sun, 22 Dec 2024 07:49:59 UTC)
- git: 71656857b308 - stable/14 - isp: Fix use after free in aborts handling: Alexander Motin (Mon, 23 Dec 2024 14:34:26 UTC)
- git: 1fd197d19221 - stable/14 - isp: Improve task aborts handling: Alexander Motin (Mon, 23 Dec 2024 14:34:28 UTC)
- git: 36abbfe061df - stable/13 - isp: Fix use after free in aborts handling: Alexander Motin (Mon, 23 Dec 2024 14:34:57 UTC)
- git: d353c342a12c - stable/13 - isp: Improve task aborts handling: Alexander Motin (Mon, 23 Dec 2024 14:34:59 UTC)
- git: 0f30121d422d - stable/14 - bsd-family-tree: add FreeBSD 14.2: Sergey A. Osokin (Mon, 23 Dec 2024 15:39:55 UTC)
- git: 14f2a08b2b4c - stable/14 - bsd-family-tree: add NetBSD 10.1: Sergey A. Osokin (Mon, 23 Dec 2024 15:39:56 UTC)
- git: 57507a240871 - stable/13 - bsd-family-tree: shorter URL for FreeBSD manual pages: Sergey A. Osokin (Mon, 23 Dec 2024 15:47:58 UTC)
- git: 7a2fc78571c5 - stable/13 - bsd-family-tree: add FreeBSD Documentation Archive: Sergey A. Osokin (Mon, 23 Dec 2024 15:47:59 UTC)
- git: 5352a50c8003 - stable/13 - bsd-family-tree: add NetBSD 9.4: Sergey A. Osokin (Mon, 23 Dec 2024 15:48:00 UTC)
- git: f971735d62ad - stable/13 - bsd-family-tree: shorter URLs: Sergey A. Osokin (Mon, 23 Dec 2024 15:48:02 UTC)
- git: cd4f81363f68 - stable/13 - bsd-family-tree: fix macOS 11 release date: Sergey A. Osokin (Mon, 23 Dec 2024 15:48:03 UTC)
- git: 8377ba3eac4e - stable/13 - bsd-family-tree: NetBSD 8.3 added: Sergey A. Osokin (Mon, 23 Dec 2024 15:48:04 UTC)
- git: 9e3d32b872f8 - stable/13 - bsd-family-tree: FreeBSD 13.4 and OpenBSD 7.6 added: Sergey A. Osokin (Mon, 23 Dec 2024 15:48:05 UTC)
- git: a4f31ef63a3b - stable/13 - bsd-family-tree: add macOS 15: Sergey A. Osokin (Mon, 23 Dec 2024 15:48:06 UTC)
- git: 0a5dea714e94 - stable/13 - bsd-family-tree: add FreeBSD 14.2: Sergey A. Osokin (Mon, 23 Dec 2024 15:48:07 UTC)
- git: 37d6a8531bbf - stable/13 - bsd-family-tree: add NetBSD 10.1: Sergey A. Osokin (Mon, 23 Dec 2024 15:48:08 UTC)
- git: 2a6c77b343f6 - stable/14 - linuxkpi: Fix a lock leak in lkpi_sta_scan_to_auth(): Mark Johnston (Mon, 23 Dec 2024 16:52:48 UTC)
- git: ae21b1f88e02 - stable/14 - ipfw.d: Add required dependency declarations: Mark Johnston (Mon, 23 Dec 2024 16:52:49 UTC)
- git: 5c15d499c23a - stable/14 - Revert "ixl: fix multicast filters handling": Mark Johnston (Mon, 23 Dec 2024 16:52:50 UTC)
- git: 673cd5f450e2 - stable/14 - sfxge: defer ether_ifattach to when ifmedia_init is done: Kevin Bowling (Mon, 23 Dec 2024 22:00:39 UTC)
- git: 6cfff795e5aa - stable/14 - igc.4: Add I226 and other additions to supported list: Kevin Bowling (Mon, 23 Dec 2024 22:00:59 UTC)
- git: 4c6d5d444b15 - stable/13 - igc.4: Add I226 and other additions to supported list: Kevin Bowling (Mon, 23 Dec 2024 22:02:17 UTC)
- git: 3fa5d13c5be0 - stable/13 - pfctl: add -T `reset` to touch pfras_tzero only for non-zero entries: Kristof Provost (Tue, 24 Dec 2024 14:26:11 UTC)
- git: fd8dadbe222a - stable/13 - pf: fix potential NULL dereference in SCTP multihome handling: Kristof Provost (Tue, 24 Dec 2024 14:26:12 UTC)
- git: 30b9d8a73721 - stable/14 - pfctl: add -T `reset` to touch pfras_tzero only for non-zero entries: Kristof Provost (Tue, 24 Dec 2024 14:26:12 UTC)
- git: 13ea23ee6eeb - stable/14 - pf: fix potential NULL dereference in SCTP multihome handling: Kristof Provost (Tue, 24 Dec 2024 14:26:14 UTC)
- git: 400fcd1d4fc8 - stable/14 - mount_nfs.c: Add an NFS mount option to set a port# for Mount: Rick Macklem (Wed, 25 Dec 2024 01:45:58 UTC)
- git: 0a9808eb751f - stable/14 - mount_nfs.8: Document the new "mountport" NFS mount option: Rick Macklem (Wed, 25 Dec 2024 01:50:32 UTC)
- git: 57d12ea5c9b0 - stable/14 - nullfs: stop lying about mount flags in statfs(2): Konstantin Belousov (Fri, 27 Dec 2024 06:26:16 UTC)
- git: e34dce0f7be4 - stable/14 - pci_user.c: Cosmetic fixes: John Baldwin (Fri, 27 Dec 2024 17:06:19 UTC)
- git: 4425d92a8044 - stable/14 - socket: Move SO_SPLICE next to other socket option constants: John Baldwin (Fri, 27 Dec 2024 17:06:20 UTC)
- git: 836ed5bc2b6f - stable/14 - ccr(4): Mention geli(4) and ktls(4) as other consumers: John Baldwin (Fri, 27 Dec 2024 17:06:21 UTC)
- git: 35135bb0870f - stable/14 - ccr(4): Belatedly bump .Dd for prior commit: John Baldwin (Fri, 27 Dec 2024 17:06:22 UTC)
- git: 9a15a1fef95e - stable/14 - manuals: Misc macro typos: John Baldwin (Fri, 27 Dec 2024 17:06:24 UTC)
- git: 66cb373c8fa2 - stable/14 - procctl.2: Editing pass: John Baldwin (Fri, 27 Dec 2024 17:06:25 UTC)
- git: 334e641d3861 - stable/14 - fgets.3: document gets_s() __STDC_WANT_LIB_EXT1__: John Baldwin (Fri, 27 Dec 2024 17:06:26 UTC)
- git: 000823559af9 - stable/14 - find: Re-enable the -acl primary on FreeBSD: John Baldwin (Fri, 27 Dec 2024 17:06:27 UTC)
- git: 32b7c5e7193a - stable/14 - cd9660: Apply the file and directory mode masks bits to all 12 access bits: John Baldwin (Fri, 27 Dec 2024 17:06:28 UTC)
- git: 18a9da18ad2c - stable/14 - mount_cd9660.8: Bump .Dd for expanding mode mask bits: John Baldwin (Fri, 27 Dec 2024 17:06:29 UTC)
- git: 1e87d76855ad - stable/14 - cxgbe tom: Restore support for zerocopy TCP receive for aio_read(): John Baldwin (Fri, 27 Dec 2024 17:06:30 UTC)
- git: 5403bb70cf34 - stable/14 - timeradd.3: Add missing .Pp after .Ed: John Baldwin (Fri, 27 Dec 2024 17:06:31 UTC)
- git: a561352557b1 - stable/13 - ccr(4): Mention geli(4) and ktls(4) as other consumers: John Baldwin (Fri, 27 Dec 2024 17:06:45 UTC)
- git: feb545cb0150 - stable/13 - ccr(4): Belatedly bump .Dd for prior commit: John Baldwin (Fri, 27 Dec 2024 17:06:46 UTC)
- git: 3aaa2a2694cd - stable/13 - manuals: Fix errors in .2 pages: John Baldwin (Fri, 27 Dec 2024 17:06:47 UTC)
- git: 0d17ac9c2202 - stable/13 - manuals: Misc macro typos: John Baldwin (Fri, 27 Dec 2024 17:06:48 UTC)
- git: 269e5e7dcbe4 - stable/13 - procctl.2: Editing pass: John Baldwin (Fri, 27 Dec 2024 17:06:49 UTC)
- git: 7c4be554f72a - stable/13 - fgets.3: document gets_s() __STDC_WANT_LIB_EXT1__: John Baldwin (Fri, 27 Dec 2024 17:06:50 UTC)
- git: 8b82dcb87eba - stable/13 - find: Re-enable the -acl primary on FreeBSD: John Baldwin (Fri, 27 Dec 2024 17:06:51 UTC)
- git: 9263f0031850 - stable/13 - cd9660: Apply the file and directory mode masks bits to all 12 access bits: John Baldwin (Fri, 27 Dec 2024 17:06:52 UTC)
- git: 393d567afa18 - stable/13 - timeradd.3: Add missing .Pp after .Ed: John Baldwin (Fri, 27 Dec 2024 17:06:55 UTC)
- git: a653e8317f5a - stable/14 - ntp: Undo upstream (ntp.org) fix for upstream Bug 3851: Cy Schubert (Fri, 27 Dec 2024 17:59:11 UTC)
- git: f904025c5d20 - stable/13 - ntp: Undo upstream (ntp.org) fix for upstream Bug 3851: Cy Schubert (Fri, 27 Dec 2024 17:59:27 UTC)
- git: 6c7cef47bdd0 - stable/14 - pf: Set cleared time when zeroing stats for table addresses: Kristof Provost (Fri, 27 Dec 2024 18:04:08 UTC)
- git: 1d673cc1fd82 - stable/13 - pf: Set cleared time when zeroing stats for table addresses: Kristof Provost (Fri, 27 Dec 2024 18:04:13 UTC)
- git: 1330ea449802 - stable/13 - MFC: devd.conf(5): explain difference between internal and shell variables: Joerg Wunsch (Fri, 27 Dec 2024 21:44:02 UTC)
- git: 8ae23694e5d7 - stable/14 - bsd.lib.mk: Capitalize "Building" for libraries: Ed Maste (Sat, 28 Dec 2024 15:41:08 UTC)
- git: 2d3426eb9e31 - stable/13 - cam: Add doxygen docs to cam_sim_alloc: Warner Losh (Sat, 28 Dec 2024 18:01:15 UTC)
- git: 3c7f629b3819 - stable/13 - ata_xpt: Rename probe_softc to aprobe_softc: Warner Losh (Sat, 28 Dec 2024 18:01:16 UTC)
- git: aea9f26d8005 - stable/13 - mpr/mps: when sending reset on removal, include target in message: Warner Losh (Sat, 28 Dec 2024 18:01:17 UTC)
- git: fce635e02667 - stable/13 - cam_periph: Return ENXIO when peripheral is invalidated: Warner Losh (Sat, 28 Dec 2024 18:01:19 UTC)
- git: e1deab42d259 - stable/13 - ncal: LT is the country code for Lithuania: Warner Losh (Sat, 28 Dec 2024 18:01:20 UTC)
- git: dfdcb418d7b8 - stable/13 - Adds support for Purism coreboot keyboards: Warner Losh (Sat, 28 Dec 2024 18:01:21 UTC)
- git: 9863280ff77c - stable/13 - acpi/apm: Improve APM ioctl interface emulation: Warner Losh (Sat, 28 Dec 2024 18:54:55 UTC)
- git: 59b6187c570d - stable/13 - loader/menu: tweak for added line: Warner Losh (Sat, 28 Dec 2024 18:54:56 UTC)
- git: bf0b82f8292d - stable/13 - loader: Use printc instead of print to fit in 24,80: Warner Losh (Sat, 28 Dec 2024 18:54:58 UTC)
- git: 65e3190d627f - stable/13 - loader: Fix 0 vs 1 confusion for column numbers: Warner Losh (Sat, 28 Dec 2024 18:54:59 UTC)
- git: 9184e787ba91 - stable/13 - loader: Use Cyan instead of Blue for some menu items: Warner Losh (Sat, 28 Dec 2024 18:55:00 UTC)
- git: f6222e8e816c - stable/13 - linux.h: don't redefine lower_32_bits if already defined: Warner Losh (Sat, 28 Dec 2024 18:55:01 UTC)
- git: 0601bbbea8b3 - stable/13 - acpidump: Move to acpi.rsdp: Warner Losh (Sat, 28 Dec 2024 18:55:02 UTC)
- git: 32b84f8addf0 - stable/13 - vt.4: document kern.consmute: Warner Losh (Sat, 28 Dec 2024 18:55:03 UTC)
- git: 6a03eb1f3028 - stable/13 - sh.1: update history + spdx + linter error: Warner Losh (Sat, 28 Dec 2024 18:55:04 UTC)
- git: 317cf8a1f832 - stable/13 - cu.1: describe better + tag spdx: Warner Losh (Sat, 28 Dec 2024 18:55:06 UTC)
- git: 1a2d8c4db2ae - stable/13 - nvmecontrol: Fix minor usage typo: Warner Losh (Sat, 28 Dec 2024 18:55:07 UTC)
- git: 9be96a2158bb - stable/14 - acpi/apm: Improve APM ioctl interface emulation: Warner Losh (Sat, 28 Dec 2024 18:56:47 UTC)
- git: 6d85340e0cf8 - stable/14 - fwget.8: polish: Warner Losh (Sat, 28 Dec 2024 18:56:48 UTC)
- git: 7f2d1cac4ea8 - stable/14 - loader/menu: tweak for added line: Warner Losh (Sat, 28 Dec 2024 18:56:49 UTC)
- git: 3463f0d85a02 - stable/14 - loader/4th: Move from hint.acpi.0.rsdp to acpi.rsdp: Warner Losh (Sat, 28 Dec 2024 18:56:51 UTC)
- git: 940984f4c1c6 - stable/14 - loader: Use printc instead of print to fit in 24,80: Warner Losh (Sat, 28 Dec 2024 18:56:52 UTC)
- git: 28e212c74050 - stable/14 - loader: Fix 0 vs 1 confusion for column numbers: Warner Losh (Sat, 28 Dec 2024 18:56:53 UTC)
- git: 708c8a926a72 - stable/14 - loader: Use Cyan instead of Blue for some menu items: Warner Losh (Sat, 28 Dec 2024 18:56:54 UTC)
- git: c2623a73ae0c - stable/14 - acpidump: Move to acpi.rsdp: Warner Losh (Sat, 28 Dec 2024 18:56:55 UTC)
- git: 840ca63582e4 - stable/14 - vt.4: document kern.consmute: Warner Losh (Sat, 28 Dec 2024 18:56:56 UTC)
- git: daa4c9fc318a - stable/14 - sh.1: update history + spdx + linter error: Warner Losh (Sat, 28 Dec 2024 18:56:57 UTC)
- git: e4520bc1e284 - stable/14 - nvmecontrol: Fix minor usage typo: Warner Losh (Sat, 28 Dec 2024 18:57:00 UTC)
- git: a3ce16174787 - stable/14 - u3g.4: Fall cleaning: Warner Losh (Sat, 28 Dec 2024 18:57:01 UTC)
- git: 8a0aec92d7b4 - stable/14 - uart.4: describe better + spdx: Warner Losh (Sat, 28 Dec 2024 18:57:02 UTC)
- git: 7d6ae5874ede - stable/14 - bsdinstall zfsboot: Add an option to edit the ZFS pool creation options: Dimitry Andric (Mon, 30 Dec 2024 19:20:59 UTC)
- git: 6258b5bf0670 - stable/13 - bsdinstall zfsboot: Add an option to edit the ZFS pool creation options: Dimitry Andric (Mon, 30 Dec 2024 19:21:19 UTC)
- git: e2bb5f213a72 - stable/13 - pf: fix double free in pf_state_key_attach(): Kristof Provost (Mon, 30 Dec 2024 20:45:02 UTC)
- git: e0a1a2e47fbf - stable/14 - if_ovpn: improve reconnect handling: Kristof Provost (Mon, 30 Dec 2024 20:45:04 UTC)
- git: afb7a85e52c3 - stable/14 - makefs: Exit with error if writing cd image fails: Ed Maste (Mon, 30 Dec 2024 22:20:15 UTC)
- git: 07afd8991219 - stable/14 - arm/qualcomm: Fix a typo in a source code comment: Gordon Bergling (Tue, 31 Dec 2024 09:33:25 UTC)
- git: 13bd8f011116 - stable/14 - kern: Fix a typo in a source code comment: Gordon Bergling (Tue, 31 Dec 2024 09:33:26 UTC)
- git: 9be823d76bd2 - stable/14 - isci(4): Fix a typo in a source code comment: Gordon Bergling (Tue, 31 Dec 2024 09:33:27 UTC)
- git: 228b9b37a8df - stable/13 - sound(4): Fix a typo in a source code comment: Gordon Bergling (Tue, 31 Dec 2024 09:36:25 UTC)
- git: 7d1482319475 - stable/13 - kern: Fix a typo in a source code comment: Gordon Bergling (Tue, 31 Dec 2024 09:36:26 UTC)
- git: 420d4927b311 - stable/13 - isci(4): Fix a typo in a source code comment: Gordon Bergling (Tue, 31 Dec 2024 09:36:27 UTC)
- git: 7700d456bff4 - stable/14 - linprocfs: Properly reset error variable for mtab generation: Michael Osipov (Tue, 31 Dec 2024 12:36:40 UTC)
- git: 3f00a0678b9d - stable/13 - linprocfs: Properly reset error variable for mtab generation: Michael Osipov (Tue, 31 Dec 2024 12:37:54 UTC)
- git: 242eb8d4e009 - stable/13 - rc.d/sendmail: Fix error with some configurations: Tijl Coosemans (Tue, 31 Dec 2024 13:20:49 UTC)
- git: fb3408bb6e5b - stable/14 - rc.d/sendmail: Fix error with some configurations: Tijl Coosemans (Tue, 31 Dec 2024 13:20:51 UTC)