dev-commits-src-all@FreeBSD.org
Commit messages for all branches of the src repository
December 2024 Archives by thread
- Re: git: b165e9e3ea4e - main - Add fchroot(2): Maxim Sobolev (Sun, 01 Dec 2024 00:25:30 UTC)
- git: 7589f9bb7555 - stable/14 - hwpmc: Restore line lost in previous commit: Alexander Motin (Sun, 01 Dec 2024 00:56:28 UTC)
- git: 4a14dfcc1110..5d8674f2bdd5 - vendor/edk2 - vendor branch updated: Warner Losh (Sun, 01 Dec 2024 04:21:43 UTC)
- git: 9c86cc02fc4f - Create tag vendor/edk2/edk2-stable202411: Warner Losh (Sun, 01 Dec 2024 04:21:43 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: 75da18816155 - stable/14 - ow: Use a bus_child_deleted method to free ivars for children: John Baldwin (Sun, 01 Dec 2024 04:57:09 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: d4d6bda0bc79 - vendor/jemalloc - vendor branch created: Warner Losh (Sun, 01 Dec 2024 06:35:16 UTC)
- git: 5fcaf1329722 - main - jemalloc: Remove obsolete files from the exclusion list: Warner Losh (Sun, 01 Dec 2024 06:54:12 UTC)
- git: a2541386e117 - main - jemalloc: bootstramp vendor/jemalloc branch: Warner Losh (Sun, 01 Dec 2024 06:54:13 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: 6a7238fd7c60 - main - pw: set the user's home directory mode if it existed: Kyle Evans (Sun, 01 Dec 2024 19:10:50 UTC)
- git: f7cf62cf728a - main - pw: tests: add a test for -M with a pre-existing home directory: Kyle Evans (Sun, 01 Dec 2024 19:10:52 UTC)
- git: 30d2f84ef2cb - main - LinuxKPI: firmware: change order filenames trying to load firmware: Bjoern A. Zeeb (Sun, 01 Dec 2024 19:45:15 UTC)
- git: 885f3adf6f6f - main - powernv/opal: Add missing DEVMETHOD_END to method list: Justin Hibbits (Sun, 01 Dec 2024 19:50:04 UTC)
- git: 943a19c666d6 - main - LinuxKPI: 802.11: make HT compile again: Bjoern A. Zeeb (Sun, 01 Dec 2024 19:57:14 UTC)
- git: 4294f1cac153 - main - net80211: add missing reference for struct ieee80211_vht_mcs_info: Bjoern A. Zeeb (Sun, 01 Dec 2024 19:59:08 UTC)
- git: d4dd9e22c138 - main - comsat: Use initgroups and setgid not just setuid: Ed Maste (Sun, 01 Dec 2024 20:30:50 UTC)
- git: 116102101a56 - main - net80211: name IEEE80211_VHTCAP_SUPP_CHAN_WIDTH_{NONE -> NO160}: Bjoern A. Zeeb (Sun, 01 Dec 2024 21:58:05 UTC)
- git: 243f6925bf81 - main - net80211: 11ac: add options to manage VHT STBC: Bjoern A. Zeeb (Sun, 01 Dec 2024 22:03:28 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: a0e45db6f6eb - main - contrib/wpa: pass IFM_IEEE80211_VHT5G if vht_enabled on the channel: Bjoern A. Zeeb (Mon, 02 Dec 2024 01:56:31 UTC)
- git: 991bd461625a - main - lib/libsbuf/tests: reformat with `clang-format`: Enji Cooper (Mon, 02 Dec 2024 04:42:17 UTC)
- git: 0482974b2c02 - main - sfxge: defer ether_ifattach to when ifmedia_init is done: Kevin Bowling (Mon, 02 Dec 2024 09:11:10 UTC)
- git: ff1aec7ccb54 - main - ipfw: do not reset fwmark when one_pass is disabled.: Andrey V. Elsukov (Mon, 02 Dec 2024 09:44:02 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: 127709d30a2b - main - lib/libc/gen: use Lemire's algorithm for arc4random_uniform().: Robert Clausecker (Mon, 02 Dec 2024 10:51:05 UTC)
- git: 1730b5c7916e - main - lib/libc/tests: add unit test for arc4random_uniform(): Robert Clausecker (Mon, 02 Dec 2024 10:51:06 UTC)
- git: 4a0fc138e5eb - main - tools: add arc4random_uniform() bias test: Robert Clausecker (Mon, 02 Dec 2024 10:51:07 UTC)
- git: 7856c94a4706 - internal/admin - Release Igor from mentorship: Kristof Provost (Mon, 02 Dec 2024 11:01:12 UTC)
- git: 2bb61497ca76 - main - elf_common.h: Add definitions for LoongArch ELF files: Ed Maste (Mon, 02 Dec 2024 14:20:04 UTC)
- git: 0b4e32912566 - main - sound: Merge ac97 and ac97_patch: Christos Margiolis (Mon, 02 Dec 2024 16:27:20 UTC)
- git: 00731aaaed76 - main - sound: Remove dead code from pcm/: Christos Margiolis (Mon, 02 Dec 2024 16:27:21 UTC)
- git: b88225120412 - main - sound: Remove unused code from pcm/g711.h: Christos Margiolis (Mon, 02 Dec 2024 16:27:22 UTC)
- git: 88eaa1504d12 - main - sound: Dissolve pcm/intpcm.h: Christos Margiolis (Mon, 02 Dec 2024 16:27:23 UTC)
- git: 5a217a8d7d2a - main - sound: Merge pcm/matrix_map.h with pcm/matrix.h: Christos Margiolis (Mon, 02 Dec 2024 16:27:24 UTC)
- git: 29ba0cc4d919 - main - sound: Fix mis-sorted CHN_F_BITS line: Christos Margiolis (Mon, 02 Dec 2024 16:27:25 UTC)
- git: 46a97b9cd6fd - main - sound: Do not access cv_waiters: Christos Margiolis (Mon, 02 Dec 2024 16:27:26 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: 928864a93594 - main - fix build with LOCK_PROFILING but without KDTRACE_HOOKS: Kristof Provost (Mon, 02 Dec 2024 19:39:04 UTC)
- git: 2f915345634e - main - LINT: Remove DTrace support: Kristof Provost (Mon, 02 Dec 2024 19:39:05 UTC)
- git: 91629228e3df - main - comsat: move uid/gid setting earlier: Ed Maste (Mon, 02 Dec 2024 19:57:26 UTC)
- git: 3505e0d6675b - main - cap_rights_is_empty: add MLINK: Ed Maste (Mon, 02 Dec 2024 20:37:57 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: b5a8abe9502e - main - How to show interface traffic in bits per second: Poul-Henning Kamp (Mon, 02 Dec 2024 21:13:00 UTC)
- git: 850f78d5a191 - main - igc.4: Add I226 and other additions to supported list: Kevin Bowling (Tue, 03 Dec 2024 00:45:47 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: c6b44f64c330 - main - net80211: add helper functions for determining HT transmit parameters: Adrian Chadd (Tue, 03 Dec 2024 05:32:34 UTC)
- git: 3d54d9e364f8 - main - ath: use the new net80211 methods for AMPDU density/limit, short-GI: Adrian Chadd (Tue, 03 Dec 2024 05:32:35 UTC)
- git: 3f62f8ef5e40 - main - iwn: use ieee80211_ht_check_tx_shortgi_20() and ieee80211_ht_check_tx_shortgi_40(): Adrian Chadd (Tue, 03 Dec 2024 05:32:36 UTC)
- git: 2014462da5b3 - main - amrr: remove duplicate logic, use ieee80211_ht_check_tx_ht(): Adrian Chadd (Tue, 03 Dec 2024 05:32:38 UTC)
- git: 057db5b227d0 - main - iwn: use ieee80211_ht_check_tx_ht(): Adrian Chadd (Tue, 03 Dec 2024 05:32:39 UTC)
- git: 6b17d944a1d4 - main - rc.d/sendmail: Fix error with some configurations: Tijl Coosemans (Tue, 03 Dec 2024 10:49:01 UTC)
- git: c49c9da239ca - main - pf: Move route-to information to rule actions: Kajetan Staszkiewicz (Tue, 03 Dec 2024 13:10:17 UTC)
- git: daad0b650135 - main - LINT: Remove DTrace support, but leave the commented out option: Kristof Provost (Tue, 03 Dec 2024 16:03:08 UTC)
- git: c22c98798456 - main - pf: fix potential NULL dereference in SCTP multihome handling: Kristof Provost (Tue, 03 Dec 2024 19:28:25 UTC)
- git: ac84ce05c121 - main - netlink: consistently use uint16_t for family id: Gleb Smirnoff (Tue, 03 Dec 2024 20:04:54 UTC)
- git: edf5608bfef3 - main - netlink: use bitset(9): Gleb Smirnoff (Tue, 03 Dec 2024 20:04:55 UTC)
- git: a034c0aeccd8 - main - netlink: refactor writer initialization KPI: Gleb Smirnoff (Tue, 03 Dec 2024 20:04:57 UTC)
- git: 0601c0f989f2 - main - netlink: check buffer length fits into u_int: Gleb Smirnoff (Tue, 03 Dec 2024 20:04:58 UTC)
- git: f1c6edba885f - main - netlink: use size_t through the allocation KPI: Gleb Smirnoff (Tue, 03 Dec 2024 20:04:59 UTC)
- git: 6380058fe5b5 - main - netlink: use correct uint16_t type for attribute type & length: Gleb Smirnoff (Tue, 03 Dec 2024 20:05:00 UTC)
- git: fe048349c63c - main - netlink: use proper argument types in genl_register_family(): Gleb Smirnoff (Tue, 03 Dec 2024 20:05:01 UTC)
- git: 29f6150256c2 - main - netlink: use nitems() and roundup(2) from param.h: Gleb Smirnoff (Tue, 03 Dec 2024 20:05:02 UTC)
- git: 931d6a8f7bd6 - main - amd64/vmm: Add svm_modsuspend to the vmm_ops_amd table: Mark Johnston (Tue, 03 Dec 2024 21:40:09 UTC)
- git: e1eff81ea99c - main - rtwn: use ieee80211_ht_check_tx_shortgi_20() and ieee80211_ht_check_tx_shortgi_40(): Adrian Chadd (Tue, 03 Dec 2024 22:11:28 UTC)
- git: 49a7f2b31329 - main - snd_hdspe(4): Add sysctls to select analog signal levels.: Ruslan Bukin (Tue, 03 Dec 2024 22:32:24 UTC)
- git: 6749f059a586 - main - rtwn: use ieee80211_ht_check_tx_shortgi_20() and ieee80211_ht_check_tx_shortgi_40(): Adrian Chadd (Tue, 03 Dec 2024 22:48:21 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: d6ed5ff4ac7d - main - git-arc: fix diff2reviewers() with multiple reviewers: Gleb Smirnoff (Wed, 04 Dec 2024 02:39:36 UTC)
- git: 6830340cfad6 - main - fstyp: search for file system headers with the largest offset first: Robert Wing (Wed, 04 Dec 2024 08:51:22 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: 3ee87f8a4d7a - main - stress2: Use tests as the default test user.: Dag-Erling Smørgrav (Wed, 04 Dec 2024 13:13:36 UTC)
- git: 65d5e55e2413 - main - stress2: Fix expected output for tmpfs24.: Dag-Erling Smørgrav (Wed, 04 Dec 2024 13:13:37 UTC)
- git: f966ef3a6770 - main - pf: fold if (s != NULL) and if (s) into one block: Kristof Provost (Wed, 04 Dec 2024 13:22:35 UTC)
- git: 8277c7901793 - main - procctl.2: Editing pass: John Baldwin (Wed, 04 Dec 2024 14:12:03 UTC)
- git: 00fce6284aaa - main - Revert "stress2: Use tests as the default test user.": Dag-Erling Smørgrav (Wed, 04 Dec 2024 16:13:16 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: f3b7dbdad53b - main - shm: Handle swap pager allocation failures: Mark Johnston (Wed, 04 Dec 2024 18:35:17 UTC)
- git: fbd3448614fb - main - sockstat: Ensure that there is always a space between columns: Mark Johnston (Wed, 04 Dec 2024 18:35:18 UTC)
- git: 3d642b0f71c5 - main - iflib: Set the NUMA domain in receive packet headers: Mark Johnston (Wed, 04 Dec 2024 18:35:19 UTC)
- git: 0dab21248bc9 - main - pfkey: Fix some checks in kdebug_sadb(): Mark Johnston (Wed, 04 Dec 2024 18:35:20 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)
- Re: git: f6efccaa35fe - main - IfAPI: Remove temporary inclusion of if_private.h: John Baldwin (Wed, 04 Dec 2024 19:48:40 UTC)
- git: 63446fd35421 - main - tcp_hpts: use boolean to tell is it callout or userret context: Gleb Smirnoff (Wed, 04 Dec 2024 20:24:59 UTC)
- git: 5cb73dbe4820 - main - tcp_hpts: use booleans for tcp_hptsi() local variables: Gleb Smirnoff (Wed, 04 Dec 2024 20:25:00 UTC)
- git: b2bde8a6d391 - main - tcp_hpts: consistenly use macros to lock & unlock: Gleb Smirnoff (Wed, 04 Dec 2024 20:25:01 UTC)
- git: ebfb117e2e04 - main - style(9): deprecate blank lines without local vars: Brooks Davis (Wed, 04 Dec 2024 21:44:01 UTC)
- git: 9e239e67c460 - main - stand: further restrict f_kernphys_relocatable and f_tg_kernel_support: Warner Losh (Thu, 05 Dec 2024 00:18:50 UTC)
- git: 66b9db032ba9 - main - stand: move efi's bi_load into loader_efi.h: Warner Losh (Thu, 05 Dec 2024 00:18:51 UTC)
- git: 35cb62e1260a - main - kboot/aarch64: remove redundant include: Warner Losh (Thu, 05 Dec 2024 00:18:52 UTC)
- git: a2c48b865e97 - main - stand: move 'staging' to loader_efi.h: Warner Losh (Thu, 05 Dec 2024 00:18:53 UTC)
- git: ea0f267c8bf0 - main - stand/efi: move G(x) and M(x) macros to loader_efi.h: Warner Losh (Thu, 05 Dec 2024 00:18:55 UTC)
- git: 5e8bd45ffb41 - main - stand/elf64_freebsd.c: use headers instead of doing things ourselves: Warner Losh (Thu, 05 Dec 2024 00:18:56 UTC)
- git: 3f960a05ba00 - main - loader: remove check for 2M alignment: Warner Losh (Thu, 05 Dec 2024 00:18:57 UTC)
- git: 77e64f45c478 - main - rtwn: use ieee80211_ht_get_node_ampdu_density(), fix programming MAX_AGG: Adrian Chadd (Thu, 05 Dec 2024 07:30:12 UTC)
- git: 4fa68495f04f - main - rtwn: fix rtl8812/rtl8821 vht definitions, add VHT calibration/rate control: Adrian Chadd (Thu, 05 Dec 2024 07:30:14 UTC)
- git: d76247e801de - main - rtwn: enable FCS in the recive config to work around truncated frames: Adrian Chadd (Thu, 05 Dec 2024 07:30:15 UTC)
- git: 05c3851b20e0 - main - rtwn: enable receiving AMSDU in AMPDU: Adrian Chadd (Thu, 05 Dec 2024 07:30:16 UTC)
- git: fcb5e8d0c19a - main - rtwn: don't do 64 bit TSF extension by default: Adrian Chadd (Thu, 05 Dec 2024 07:30:18 UTC)
- git: 01f8ce83242d - main - inpcb: Factor out parts of in6_pcbbind() and in_pcbbind_setup(): Mark Johnston (Thu, 05 Dec 2024 15:20:48 UTC)
- git: 61bf830cbb26 - main - libalias: Add support for EIM NAT: Tom Jones (Thu, 05 Dec 2024 16:26:37 UTC)
- git: ffb3d384fc1d - main - inpcb: Fix the GENERIC-NODEBUG build: Mark Johnston (Thu, 05 Dec 2024 16:45:36 UTC)
- git: 028dae5d3e88 - main - style(9): fix typo: Brooks Davis (Thu, 05 Dec 2024 17:30:00 UTC)
- git: ad6562ec858f - main - pf: Don't pfsync states with unrecoverable routing information: Kajetan Staszkiewicz (Thu, 05 Dec 2024 22:09:33 UTC)
- git: 0207010f595d - main - checkstyle9.pl: Better C++ filename matching: Warner Losh (Thu, 05 Dec 2024 22:33:24 UTC)
- git: db512bb30314 - main - uart.4: describe better + spdx: Warner Losh (Fri, 06 Dec 2024 00:54:35 UTC)
- git: e0231d3cd363 - main - github: optimize style workflow: Warner Losh (Fri, 06 Dec 2024 01:08:34 UTC)
- git: 5889ab4b1c79 - main - github: limit paths for style workflow: Warner Losh (Fri, 06 Dec 2024 01:08:35 UTC)
- git: 53484f516ac4 - main - u3g.4: Fall cleaning: Warner Losh (Fri, 06 Dec 2024 01:14:16 UTC)
- git: 91b5592a1e1a - main - fs: Add static asserts for the size of fid structures: Rick Macklem (Fri, 06 Dec 2024 01:57:38 UTC)
- git: bfc8e3308bee - main - ext2fs: Fix the size of struct ufid and add a static assert: Rick Macklem (Fri, 06 Dec 2024 02:06:06 UTC)
- git: bd6cd409a955 - main - x86: remove LOCORE: No longer needed: Warner Losh (Fri, 06 Dec 2024 02:07:21 UTC)
- git: 4db1b113b151 - main - tarfs: Fix the size of struct tarfs_fid and add a static assert: Rick Macklem (Fri, 06 Dec 2024 02:12:17 UTC)
- git: 205659c43d87 - main - cd9660: Make sure that struct ifid fits in generic filehandle structure: Mark Johnston (Fri, 06 Dec 2024 02:24:51 UTC)
- git: 96e69c8e3167 - main - cd9660: Remove some unneeded definitions: Mark Johnston (Fri, 06 Dec 2024 02:24:52 UTC)
- git: 17e624ca858c - main - sys/vm: remove support for growing-up stacks: Konstantin Belousov (Fri, 06 Dec 2024 08:00:18 UTC)
- git: 030467548611 - main - vm_map: remove _GN suffix from MAP_ENTRY_STACK_GAP and MAP_CREATE_STACK_GAP symbols`: Konstantin Belousov (Fri, 06 Dec 2024 08:00:19 UTC)
- git: d302c0539307 - main - vm: rename MAP_STACK_GROWS_DOWN to MAP_STACK_AREA: Konstantin Belousov (Fri, 06 Dec 2024 08:00:20 UTC)
- git: b6c90b909905 - main - ipfw : Enable support for EIM NAT: Tom Jones (Fri, 06 Dec 2024 09:19:32 UTC)
- git: ef18594985c0 - main - natd: Enable support for EIM NAT: Tom Jones (Fri, 06 Dec 2024 09:22:05 UTC)
- git: cb21fa3d0d26 - main - ppp: Enable support for EIM NAT: Tom Jones (Fri, 06 Dec 2024 09:23:38 UTC)
- git: f132be9bac5f - main - netgraph: Enable support for EIM NAT: Tom Jones (Fri, 06 Dec 2024 09:33:13 UTC)
- git: 5c623697d601 - main - sys/sys/kernel.h: Various whitespace fixes: Zhenlei Huang (Fri, 06 Dec 2024 11:42:59 UTC)
- git: 99f7c0550433 - main - git-blame-ignore-revs: Ignore 5c623697d601 in blame: Zhenlei Huang (Fri, 06 Dec 2024 11:43:00 UTC)
- git: a7cfcb264512 - main - init_main: Use TUNABLE_INT_FETCH to initialize verbose_sysinit: Zhenlei Huang (Fri, 06 Dec 2024 13:48:23 UTC)
- git: 5997b1933142 - main - init_main: Fix logging of the SYSINIT process: Zhenlei Huang (Fri, 06 Dec 2024 13:48:24 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: f65bf063bcac..f56b67c46df5 - vendor/llvm-project/release-19.x - vendor branch updated: Dimitry Andric (Fri, 06 Dec 2024 14:19:12 UTC)
- git: 37a24a7341eb - Create tag vendor/llvm-project/llvmorg-19.1.5-0-gab4b5a2db582: Dimitry Andric (Fri, 06 Dec 2024 14:19:12 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: e7aec3ccf759 - main - nvmecontrol: Fix minor usage typo: Warner Losh (Fri, 06 Dec 2024 16:16:22 UTC)
- git: 07d78399eb79 - main - pfind(9): Update to recent behavior: Warner Losh (Fri, 06 Dec 2024 16:48:00 UTC)
- git: 509300e1ffbe - main - pfind: Fix coments: Warner Losh (Fri, 06 Dec 2024 16:48:01 UTC)
- git: 71ac745d76c3 - main - Merge llvm-project release/19.x llvmorg-19.1.5-0-gab4b5a2db582: Dimitry Andric (Fri, 06 Dec 2024 17:31:59 UTC)
- git: 7b16a4a75dc1 - main - sys/intr.h: Make it safe to include from assembler: Warner Losh (Fri, 06 Dec 2024 17:54:50 UTC)
- git: d1e843b3f976 - main - arm: Use constants from sys/intr.h, not genassym: Warner Losh (Fri, 06 Dec 2024 17:54:52 UTC)
- git: d0510c98146f - main - genassym: Remove stale *if.h depends: Warner Losh (Fri, 06 Dec 2024 17:54:53 UTC)
- git: d0a3fd34a057 - main - fgets.3: document gets_s() __STDC_WANT_LIB_EXT1__: John Baldwin (Fri, 06 Dec 2024 18:20:36 UTC)
- git: 984add354ede - main - find: Re-enable the -acl primary on FreeBSD: John Baldwin (Fri, 06 Dec 2024 18:53:03 UTC)
- git: 839fb85336a0 - main - intr/x86: cleanup io_apic device method tables: Warner Losh (Fri, 06 Dec 2024 18:56:09 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: 13da0f53195e - Create tag vendor/mandoc/20240922: Brooks Davis (Fri, 06 Dec 2024 20:58:17 UTC)
- git: e9bf778aefc1..20de55b07cf9 - vendor/mandoc - vendor branch updated: Brooks Davis (Fri, 06 Dec 2024 20:58:17 UTC)
- git: c1c95add8c80 - main - Merge mandoc snapshot 2024-09-22: Brooks Davis (Fri, 06 Dec 2024 20:59:16 UTC)
- git: 0fd7b4655666 - main - mandoc: remove duplicate libstdthreads entry: Brooks Davis (Fri, 06 Dec 2024 20:59:24 UTC)
- git: 831531a82e0f - main - prison_proc_iterate(): make it work for prison0: Konstantin Belousov (Fri, 06 Dec 2024 21:42:39 UTC)
- git: 46297859a745 - main - new-bus: Add bus_(identify|attach|detach)_children: John Baldwin (Fri, 06 Dec 2024 22:29:15 UTC)
- git: 723da5d92f40 - main - Replace calls to bus_generic_probe with bus_identify_children: John Baldwin (Fri, 06 Dec 2024 22:29:16 UTC)
- git: 18250ec6c089 - main - Replace calls to bus_generic_attach with bus_attach_children: John Baldwin (Fri, 06 Dec 2024 22:29:18 UTC)
- git: 6da04bcff9ef - main - cdefs: Add __deprecated1 which accepts a message as an argument: John Baldwin (Fri, 06 Dec 2024 22:29:19 UTC)
- git: a553e07c4ddc - main - new-bus: Deprecate bus_generic_(attach|probe): John Baldwin (Fri, 06 Dec 2024 22:29:20 UTC)
- git: 34f5de82e8fc - main - bus_delayed_attach_children: Switch return type to void: John Baldwin (Fri, 06 Dec 2024 22:29:21 UTC)
- git: fda0403eb083 - main - rtld: Support multiple PT_GNU_RELRO program headers: John Baldwin (Fri, 06 Dec 2024 22:39:31 UTC)
- git: e248e08a1593 - main - arm64: Add a constant to document the TZ bit in CPTR_EL2 without VHE: John Baldwin (Fri, 06 Dec 2024 22:39:32 UTC)
- git: 8f7835acc6d6 - main - Remove SOC FPGA drivers: John Baldwin (Fri, 06 Dec 2024 22:39:34 UTC)
- git: c1ad5b4b10c5 - main - cd9660: Apply the file and directory mode masks bits to all 12 access bits: John Baldwin (Fri, 06 Dec 2024 22:48:24 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: d0a91b9f88a4..e0039c70573e - vendor/openzfs/master - vendor branch updated: Martin Matuska (Sat, 07 Dec 2024 00:18:41 UTC)
- git: 351356090998 - main - rtwn: use ieee80211_ht_check_tx_ht40() to transmit HT40 frames: Adrian Chadd (Sat, 07 Dec 2024 00:23:08 UTC)
- git: b2b6c2236b9c - main - rtwn: enable HT40 for RTL8821/RTL8812 series NICs: Adrian Chadd (Sat, 07 Dec 2024 00:23:09 UTC)
- git: b59017c5cad9 - main - rtwn: add placeholder for the per-MACID rate report: Adrian Chadd (Sat, 07 Dec 2024 00:23:10 UTC)
- git: c3c2f0ddd818 - main - rtwn: add missing iv_ampdu_limit: Adrian Chadd (Sat, 07 Dec 2024 00:23:11 UTC)
- git: 53adc0b898a4 - main - amdiommu: correctly initialize iommu.unit: Konstantin Belousov (Sat, 07 Dec 2024 01:57:06 UTC)
- git: 3d69926189f5 - main - rtwn: expand the ridx numbers to include VHT; add accessor macros: Adrian Chadd (Sat, 07 Dec 2024 07:14:54 UTC)
- git: 468cd606239e - main - rtwn: refactor out the rtl8812/rtl8821 tx power programming: Adrian Chadd (Sat, 07 Dec 2024 07:14:55 UTC)
- git: b4980d8a48e5 - main - rtwn: calculate the transmit power for VHT rates: Adrian Chadd (Sat, 07 Dec 2024 07:14:56 UTC)
- git: b811e5a5effe - main - rtwn: program the 1 and 2 stream VHT transmit power rates: Adrian Chadd (Sat, 07 Dec 2024 07:14:57 UTC)
- git: f6f03d156ba7 - main - rtwn: add VHT awareness to rtwn_chan2centieee(): Adrian Chadd (Sat, 07 Dec 2024 07:14:58 UTC)
- git: 977679d651de - main - rtwn: remove unused rate configuration code for management traffic.: Adrian Chadd (Sat, 07 Dec 2024 07:15:00 UTC)
- git: 17aab35a77a1 - main - zfs: merge openzfs/zfs@e0039c705: Martin Matuska (Sat, 07 Dec 2024 13:55:52 UTC)
- git: dde3a7e15be1 - main - mount_cd9660.8: Bump .Dd for expanding mode mask bits: John Baldwin (Sat, 07 Dec 2024 15:50:46 UTC)
- git: f00fe116dc9d - main - ObsoleteFiles.inc: Correct date for SOC FPGA driver removal: John Baldwin (Sat, 07 Dec 2024 15:50:47 UTC)
- git: c3d2c959b5c0 - main - lindebugfs: Export symbols: Ed Maste (Sun, 08 Dec 2024 01:24:16 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: 45d5b9f0324a - main - cxgbe/t4_tom: Plug an stid leak.: Navdeep Parhar (Sun, 08 Dec 2024 05:59:07 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: 52c00b65a76e - stable/13 - arm: switch the BUSDMA buffers to normal uncached memory: Michal Meloun (Sun, 08 Dec 2024 13:38:06 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: c6e56e6500fd - main - bsd.lib.mk: Capitalize "Building" for libraries: Ed Maste (Sun, 08 Dec 2024 16:17:46 UTC)
- git: 72d4668c77f0..995a16e0c2eb - vendor/file - vendor branch updated: Xin LI (Sun, 08 Dec 2024 19:09:25 UTC)
- git: 1c2801afe50d - Create tag vendor/file/5.46: Xin LI (Sun, 08 Dec 2024 19:09:25 UTC)
- git: ae316d1d1cff - main - MFV: file 5.46.: Xin LI (Sun, 08 Dec 2024 19:09:44 UTC)
- git: 1e99be5dcda2 - main - libc: lib_malloc_aligned(): add a missing NULL check: Maxim Sobolev (Sun, 08 Dec 2024 19:15:16 UTC)
- git: c1d12b925b2c - main - vm_page: pass page to iter_remove: Doug Moore (Sun, 08 Dec 2024 20:31:16 UTC)
- git: ca389486a959 - main - net80211 / LinuxKPI 802.11: use enum ieee80211_sta_rx_bw for ni_chw: Bjoern A. Zeeb (Sun, 08 Dec 2024 20:58:57 UTC)
- git: 8437d7d6a4d6 - main - net80211: HT: add missing bit descriptions for IEEE80211_AGGR_BITS: Bjoern A. Zeeb (Sun, 08 Dec 2024 21:00:43 UTC)
- git: 30e8252353d9 - main - net80211: HT: check for feature support in ht_recv_action_ht_txchwidth(): Bjoern A. Zeeb (Sun, 08 Dec 2024 21:03:05 UTC)
- git: 6ed68e6f5d47 - main - vm_map: overlap system map mutex and user man sx: Konstantin Belousov (Mon, 09 Dec 2024 03:28:33 UTC)
- git: c5b19cef3609 - main - vm_map: wrap map->system_map checks into wrapper: Konstantin Belousov (Mon, 09 Dec 2024 03:28:34 UTC)
- git: b4431e95542a - main - vm/vm_map.h: extend number of digits in vm_map flags definitions: Konstantin Belousov (Mon, 09 Dec 2024 03:28:36 UTC)
- git: d939fd2d4512 - main - vm_map: convert several bool members into flags: Konstantin Belousov (Mon, 09 Dec 2024 03:28:37 UTC)
- git: fae0cc5fd82d - main - vm/vm_map.h: drop vm_flags_t: Konstantin Belousov (Mon, 09 Dec 2024 03:28:38 UTC)
- git: 32873ecb20ae - main - vm_map(9): some refresh: Konstantin Belousov (Mon, 09 Dec 2024 03:28:39 UTC)
- git: 9114e15a8694 - main - amd64: re-enable la57, try two: Konstantin Belousov (Mon, 09 Dec 2024 04:23:31 UTC)
- git: 8e1eae2319cd..7277ee24655b - vendor/expat - vendor branch updated: Xin LI (Mon, 09 Dec 2024 04:25:27 UTC)
- git: 2e82a5ea6ca6 - Create tag vendor/expat/2.6.4: Xin LI (Mon, 09 Dec 2024 04:25:27 UTC)
- git: 908f215e80fa - main - MFV: expat 2.6.4.: Xin LI (Mon, 09 Dec 2024 04:25:45 UTC)
- git: d8dcaf73f690 - Create tag vendor/less/v668: Xin LI (Mon, 09 Dec 2024 06:01:17 UTC)
- git: e8ec4b5d1202..8c9fd1007159 - vendor/less - vendor branch updated: Xin LI (Mon, 09 Dec 2024 06:01:17 UTC)
- git: c77c48892655 - main - MFV: less v668.: Xin LI (Mon, 09 Dec 2024 06:53:09 UTC)
- git: 5b59b0c61e29 - main - pfctl: add -T `reset` to touch pfras_tzero only for non-zero entries: Kristof Provost (Mon, 09 Dec 2024 09:39:27 UTC)
- git: 4285e024baa8 - main - strptime: Fix day-of-week calculation.: Dag-Erling Smørgrav (Mon, 09 Dec 2024 12:38:39 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: 87e140a5c6f8 - main - iwlwifi: avoid (hard) hang on loading module: Bjoern A. Zeeb (Mon, 09 Dec 2024 14:47:15 UTC)
- git: 5a7f4fa440e9 - Create tag vendor/xz/5.6.3: Xin LI (Mon, 09 Dec 2024 15:21:41 UTC)
- git: 26743408e9ff - main - MFV: xz 5.6.3: Xin LI (Mon, 09 Dec 2024 15:22:02 UTC)
- git: 65ec52e6e09f - main - buf_ring: Remove unneeded memory barriers: Andrew Turner (Mon, 09 Dec 2024 15:45:04 UTC)
- git: bb8c68b25333 - main - acpi_gpiobus: Fix cleanup on set flags failure: Andrew Turner (Mon, 09 Dec 2024 15:45:05 UTC)
- git: d3f035f8d96a - main - ifnet: make sa_dl_equal() a static function: Gleb Smirnoff (Mon, 09 Dec 2024 16:19:26 UTC)
- git: 8e1af80243ff - main - IfAPI: make if_getlladdr() to return char HEAD branches config description git-daemon-export-ok gl-conf hooks info objects packed-refs refs: Gleb Smirnoff (Mon, 09 Dec 2024 16:19:27 UTC)
- git: a6a0b8d50e87 - main - in6_var.h: make struct in6_ifaddr declaration searchable with grep(1): Gleb Smirnoff (Mon, 09 Dec 2024 16:19:29 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: 40fb1b8bc1cf - main - isp: Fix use after free in aborts handling: Alexander Motin (Mon, 09 Dec 2024 16:51:06 UTC)
- git: ec3175fc3b2c - main - isp: Improve task aborts handling: Alexander Motin (Mon, 09 Dec 2024 17:11:00 UTC)
- git: 6854a1488932 - main - cuse: Use NULL for SYSUNINIT's last arg, which is a pointer type: Zhenlei Huang (Mon, 09 Dec 2024 17:14:47 UTC)
- git: 12b2d68bed37 - main - routing: Use NULL for VNET_SYS[UN]INIT's last arg, which is a pointer type: Zhenlei Huang (Mon, 09 Dec 2024 17:14:48 UTC)
- git: adc573c8e217 - main - rtsock: Use NULL for VNET_SYS[UN]INIT's last arg, which is a pointer type: Zhenlei Huang (Mon, 09 Dec 2024 17:14:49 UTC)
- git: ec6e7677a0db - main - inpcb: Use NULL for VNET_SYSINIT's last arg, which is a pointer type: Zhenlei Huang (Mon, 09 Dec 2024 17:14:50 UTC)
- git: ac51711cab6e - main - netinet: Use NULL for VNET_SYSINIT's last arg, which is a pointer type: Zhenlei Huang (Mon, 09 Dec 2024 17:14:52 UTC)
- git: 3ca117c6bb1d - main - mandoc: drop 3p section: Brooks Davis (Mon, 09 Dec 2024 17:56:16 UTC)
- git: b93791f5e7b0 - main - uniq: Correctly document the -D option.: Dag-Erling Smørgrav (Mon, 09 Dec 2024 19:45:19 UTC)
- git: c3f8900e6969 - main - uniq: Fix off-by-one bug in -cD case.: Dag-Erling Smørgrav (Mon, 09 Dec 2024 19:45:20 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: f8c90b704189 - main - gic_v3: Correctly handle GICC GIGR Base Address case: Jessica Clarke (Mon, 09 Dec 2024 21:55:54 UTC)
- git: 944f45b8094c - main - Cirrus-CI: Add manual LLVM 19 jobs: Ed Maste (Tue, 10 Dec 2024 00:05:27 UTC)
- git: 8cee8527d09f - main - vm_map(9): grammar corrections: Konstantin Belousov (Tue, 10 Dec 2024 02:39:10 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: 36b39281a666 - main - vmcb.h: fix typo in the comment: Konstantin Belousov (Tue, 10 Dec 2024 08:23:00 UTC)
- git: e02029e6f487 - main - vmcb.h: fix typo in the comment, try two: Konstantin Belousov (Tue, 10 Dec 2024 08:49:44 UTC)
- git: c226f193515c - main - riscv: Permit spurious faults in kernel mode: Mark Johnston (Tue, 10 Dec 2024 15:09:37 UTC)
- git: 6dafe8c1e46e - main - Clean pkg cache in release media: Muhammad Moinur Rahman (Tue, 10 Dec 2024 17:29:05 UTC)
- git: c7919fb92d20 - main - netlink: Do not cast to int in NLMSG_HDRLEN and _NLMSG_LEN: Gleb Popov (Tue, 10 Dec 2024 18:12:59 UTC)
- git: 9df901c8f8c8 - main - netlink: Pop NLMSG_ALIGNTO and NLMSG_ALIGN out of the #ifndef _KERNEL block: Gleb Popov (Tue, 10 Dec 2024 18:13:00 UTC)
- git: 33c670c373c0 - main - netlink.h: Align macro declarations with tabs: Gleb Popov (Tue, 10 Dec 2024 18:13:02 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: 15a8e7d51c15 - main - isp(4): Correct nomenclature for L_Port: Juraj Lutter (Tue, 10 Dec 2024 20:27:48 UTC)
- git: 8b1788118a1a - main - cxgbe tom: Enable TLS offload support by default: John Baldwin (Tue, 10 Dec 2024 20:34:51 UTC)
- git: 906521882324 - main - cxgbe: Tidy TOE tunables under hw.cxgbe: John Baldwin (Tue, 10 Dec 2024 20:34:52 UTC)
- git: 34fbc9e421e7 - main - cxgbetool.8: Consistently use .Cm for loader tunables: John Baldwin (Tue, 10 Dec 2024 20:34:53 UTC)
- git: 35623ccc3758 - main - release: Standardize on *-${FS}.* VM image naming: Colin Percival (Tue, 10 Dec 2024 20:48:30 UTC)
- git: f8f999c1ecf4 - main - Streamline synopsis for real-time clock (RTC) drivers: Juraj Lutter (Tue, 10 Dec 2024 21:21:56 UTC)
- git: 85471971305d - main - riscv: enable Allwinner if_awg: Mitchell Horne (Tue, 10 Dec 2024 21:31:15 UTC)
- git: 719245455853 - main - aw_gpio: support Allwinner D1 GPIO: Mitchell Horne (Tue, 10 Dec 2024 21:31:17 UTC)
- git: b94b51d59973 - main - aw_rtc(4): update man page compatible list: Mitchell Horne (Tue, 10 Dec 2024 21:31:18 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: b10b9523f616 - main - kern: fix naming for some AST-handler bits: Kyle Evans (Wed, 11 Dec 2024 00:37:25 UTC)
- git: 636d377264f5 - main - release: vmimage: setup the default BE properly: Kyle Evans (Wed, 11 Dec 2024 01:19:23 UTC)
- git: 51f3d0874f62 - main - usb: serial: propagate errors from ucom_queue_command(): Kyle Evans (Wed, 11 Dec 2024 01:24:46 UTC)
- git: 729eb176a465 - main - usb: serial: allow the open/close sleep to be interruptible: Kyle Evans (Wed, 11 Dec 2024 01:24:48 UTC)
- git: 36a80f426435 - main - usb: serial: make more commands execute synchronously: Kyle Evans (Wed, 11 Dec 2024 01:24:49 UTC)
- git: 70693a45381b - main - cxgbe tom: Restore support for zerocopy TCP receive for aio_read(): John Baldwin (Wed, 11 Dec 2024 02:24: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: 37bb465d27ee - main - buf_ring: Remove an unneeded barrier: Andrew Turner (Wed, 11 Dec 2024 17:47:50 UTC)
- git: 4056e774b1b3 - main - arm64: Move setting TCR_HD to C code: Andrew Turner (Wed, 11 Dec 2024 17:47:51 UTC)
- git: e7bc16422031 - main - arm64: Add a DBM errata workaround: Andrew Turner (Wed, 11 Dec 2024 17:47:52 UTC)
- git: d6917af2b9da - main - login.conf.5: remove a stray quote: Maxim Konovalov (Wed, 11 Dec 2024 18:24:44 UTC)
- git: eba715c544ea - main - icmp.4: improve icmplim and add icmplim_jitter description: Michael Tuexen (Wed, 11 Dec 2024 18:50:16 UTC)
- git: ac3dedf4e8e0 - main - bsd-family-tree: add FreeBSD 14.2: Maxim Konovalov (Wed, 11 Dec 2024 19:31:43 UTC)
- git: b9cf179622ba - main - libsys/i386/Symbol.sys.map: sort symbol names: Brooks Davis (Wed, 11 Dec 2024 20:32:50 UTC)
- git: 638b29fe651e - main - x86/atpic: convert INTSRC() macro into designated initializer: Warner Losh (Wed, 11 Dec 2024 22:54:52 UTC)
- git: bf847ea31ae2 - main - rc: ignore InsydeH2O UEFI BIOS UUID placeholder for hostid: Warner Losh (Wed, 11 Dec 2024 22:58:48 UTC)
- git: 0e8a36a2ab12 - main - mount_nfs.c: Add an NFS mount option to set a port# for Mount: Rick Macklem (Wed, 11 Dec 2024 23:08:29 UTC)
- git: 90fb07edbd7a - main - intr/x86: add ioapic_drv_t to reduce number of casts in IO-APIC implementation: Warner Losh (Wed, 11 Dec 2024 23:14:53 UTC)
- git: 91a74536a159 - main - mount_nfs.8: Document the new "mountport" NFS mount option: Rick Macklem (Wed, 11 Dec 2024 23:19:22 UTC)
- git: af66ffbf69e4 - main - RELNOTES: Add an entry for commit 0e8a36a2ab12: Rick Macklem (Wed, 11 Dec 2024 23:27:09 UTC)
- git: 48d92db0804b - main - fusefs: Upgrade FUSE protocol to version 7.32.: Alan Somers (Thu, 12 Dec 2024 01:30:56 UTC)
- git: d4eb2d3f30ee - main - aw_gpio: Add a missing comma: Zhenlei Huang (Thu, 12 Dec 2024 06:46:08 UTC)
- git: 49224311fe6d - main - ncal: make -h toggle highlighting of today.: Poul-Henning Kamp (Thu, 12 Dec 2024 07:23:24 UTC)
- git: dfd52321b7be - main - nl(1): Capsicumise the utility: Mariusz Zaborski (Thu, 12 Dec 2024 08:27:05 UTC)
- git: baa50314567a..e269af1b3c7b - vendor/openzfs/zfs-2.2-release - vendor branch updated: Martin Matuska (Thu, 12 Dec 2024 08:51:56 UTC)
- git: 9ea8d692f4cb - main - ipfw: use only needed TCP flags for state tracking: Andrey V. Elsukov (Thu, 12 Dec 2024 13:06:54 UTC)
- git: a600aabe9b04 - main - inpcb: Close some SO_REUSEPORT_LB races: Mark Johnston (Thu, 12 Dec 2024 14:27:33 UTC)
- git: 4f02a7d739b3 - main - inpcb: Remove bogus SO_REUSEPORT(_LB) checks in in_pcbbind(): Mark Johnston (Thu, 12 Dec 2024 14:27:34 UTC)
- git: c9febea3dc8a - main - icmp: improve INVARIANTS check: Michael Tuexen (Thu, 12 Dec 2024 14:45:10 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: 7d0d52fc7c53 - main - distributeworld: dedup dist(.debug).meta generation: Brooks Davis (Thu, 12 Dec 2024 16:30:29 UTC)
- git: 5e310866c373 - main - Cirrus-CI: Switch default job to llvm19-amd64: Ed Maste (Thu, 12 Dec 2024 16:59:25 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: b77b7aeb185d - main - arm64: Fix the alt name for ZCR_EL1: Andrew Turner (Thu, 12 Dec 2024 18:18:57 UTC)
- git: 14006c96214a - main - arm64: Fix the MRS_EXACT_IF_DIFFERENT check: Andrew Turner (Thu, 12 Dec 2024 18:18:58 UTC)
- git: 4b516226dc39 - main - arm64: Add CTR_EL0 op and CR values: Andrew Turner (Thu, 12 Dec 2024 18:18:59 UTC)
- git: 938e4b131c48 - main - arm64: Use the PAN msr mnemonic rather than .inst: Andrew Turner (Thu, 12 Dec 2024 18:19:00 UTC)
- git: ba1904937d9a - main - acpica: Extract _OSC parsing to a common file: Andrew Turner (Thu, 12 Dec 2024 18:19:01 UTC)
- git: fafb43abd0dc - main - pci: Use a switch statement when reading ivars: Andrew Turner (Thu, 12 Dec 2024 18:19:02 UTC)
- git: 7cafe75c8c52 - main - pci: Make generic_pcie_read_ivar non static: Andrew Turner (Thu, 12 Dec 2024 18:19:03 UTC)
- git: deb36d0c6543 - main - pci_host_generic: Support ACPI_IVAR_HANDLE: Andrew Turner (Thu, 12 Dec 2024 18:19:05 UTC)
- git: 1f5c50a86173 - main - pci_host_generic:Add pcib_request_feature on ACPI: Andrew Turner (Thu, 12 Dec 2024 18:19:06 UTC)
- git: 38cb1ba8637d - main - conf: Add acpi_pci.c to the arm64 build: Andrew Turner (Thu, 12 Dec 2024 18:19:07 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: e0039c70573e..6c9b4f18d3e6 - vendor/openzfs/master - vendor branch updated: Martin Matuska (Fri, 13 Dec 2024 02:29:23 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: a1097094c4c5 - main - newvers: Set explicit git revision length: Ed Maste (Fri, 13 Dec 2024 13:06:37 UTC)
- git: cf0ede720391 - main - tarfs: 'struct tarfs_fid': Switch 'gen' to 'u_int', avoid packing: Olivier Certner (Fri, 13 Dec 2024 14:05:59 UTC)
- git: 8ae6247aa966 - main - ext2fs: 'struct ufid': Re-order fields and unpack: Olivier Certner (Fri, 13 Dec 2024 14:06:00 UTC)
- git: 989998529387 - main - fusefs: FUSE_NOTIFY_INVAL_* must busy the mountpoint: Alan Somers (Fri, 13 Dec 2024 14:08:35 UTC)
- git: f6575ed0deb0 - main - Makefile.inc1: Require DISTDIR be set for `make distributeworld`: Ed Maste (Fri, 13 Dec 2024 15:23:50 UTC)
- git: e2fc29e53986 - main - release: fix architecture for OCI images: Doug Rabson (Fri, 13 Dec 2024 16:50:08 UTC)
- git: 7c89253bda3e - main - vmm: Initialize error in vmmdev_rw: John Baldwin (Fri, 13 Dec 2024 16:53:19 UTC)
- git: 91c6231246b5 - main - timeradd.3: Add missing .Pp after .Ed: John Baldwin (Fri, 13 Dec 2024 16:55:04 UTC)
- git: 41adc5f29ba6 - main - release: Always use NO_ROOT for distribute* and package*: Ed Maste (Fri, 13 Dec 2024 17:09:56 UTC)
- git: 6e55ba5b3131 - main - Export the kernel API pgrp_calc_jobc: Justin Hibbits (Fri, 13 Dec 2024 18:23:10 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: 926905796749 - main - linuxkpi: Fix a lock leak in lkpi_sta_scan_to_auth(): Mark Johnston (Fri, 13 Dec 2024 20:30:27 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: b55f5e1c4ae3 - main - jemalloc: Move generated jemalloc.3 into lib/libc tree: Warner Losh (Fri, 13 Dec 2024 23:04:25 UTC)
- git: 42ee30f19cc7 - main - depend-cleanup.sh: Need to delete jemalloc.3 in objtree: Warner Losh (Fri, 13 Dec 2024 23:04:26 UTC)
- git: 7fdf597e96a0 - main - jemalloc: Move generated files into lib/libc tree: Warner Losh (Fri, 13 Dec 2024 23:04:27 UTC)
- git: 7bcf5319c110 - main - jemalloc: Reduce diffs to 5.2.1 revert to using JEMALLOC_FALLTHROUGH: Warner Losh (Fri, 13 Dec 2024 23:04:29 UTC)
- git: db589b5de608 - main - jemalloc: Retire ifdef for ELF_BSDF_VMNOOVERCOMMIT: Warner Losh (Fri, 13 Dec 2024 23:04:30 UTC)
- git: 59e013a52c22 - main - jemalloc: Retire SWAP_RESERVE_* compat shims: Warner Losh (Fri, 13 Dec 2024 23:04:31 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: 7722d5e21477 - main - rtwn: add RTL8812/RTL8821 VHT80 channel programming, spur management: Adrian Chadd (Sat, 14 Dec 2024 02:17:57 UTC)
- git: 7b71689c9ccd - main - rtwn: update RTL8812AU/RTL8821AU receive path to include VHT info: Adrian Chadd (Sat, 14 Dec 2024 02:17:58 UTC)
- git: 35e63136a8c2 - main - rtwn: add a register value for R92C_FPGA0_POWER_SAVE, and other bits: Adrian Chadd (Sat, 14 Dec 2024 02:17:59 UTC)
- git: 212d7f439aa3 - main - Tweak ppoll() to include 1003.1-2024 visibility: Kyle Evans (Sat, 14 Dec 2024 04:15:56 UTC)
- git: 48b05b8fc248 - main - loader: set boot_safe when safe mode is selected: Kyle Evans (Sat, 14 Dec 2024 04:31:58 UTC)
- git: 17aec740b0b2 - main - devmatch: do nothing if booted in safe mode: Kyle Evans (Sat, 14 Dec 2024 04:31:59 UTC)
- git: 86b4df97d0fc - main - cat: report copy_file_range() errors with the read filename: Kyle Evans (Sat, 14 Dec 2024 04:33:14 UTC)
- git: dabf006a638f - main - Add per-process flag to disable logsigexit: Kyle Evans (Sat, 14 Dec 2024 05:18:53 UTC)
- git: 9647bf242362 - main - tests: kern: add some tests for recently added logsigexit: Kyle Evans (Sat, 14 Dec 2024 05:18:54 UTC)
- git: da5aed38d80a - main - Revert "Tweak ppoll() to include 1003.1-2024 visibility": Kyle Evans (Sat, 14 Dec 2024 07:06:26 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: 1d69498623c0 - main - depend-cleanup: Fix test arg: Warner Losh (Sat, 14 Dec 2024 20:58:55 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: 1a2a0db0a9ec - main - tests: kern: improve logsigexit test: Kyle Evans (Sun, 15 Dec 2024 04:40:27 UTC)
- git: 74ecdf86d8d2 - main - Tweak ppoll() to include 1003.1-2024 visibility, take two: Kyle Evans (Sun, 15 Dec 2024 04:40:28 UTC)
- git: 459dc427873c - main - x86: Refactor kernel-mode NMI handling: Bojan Novković (Sun, 15 Dec 2024 15:40:34 UTC)
- git: 04e832672159 - main - x86: Allow sharing of perfomance counter interrupts: Bojan Novković (Sun, 15 Dec 2024 15:40:36 UTC)
- git: 593e874e6124 - main - amd64: Add wrappers for XRSTORS and XSAVES: Bojan Novković (Sun, 15 Dec 2024 15:40:37 UTC)
- git: 0c4fa0bdcf87 - main - x86: Add definitions for some Intel Processor Trace bits: Bojan Novković (Sun, 15 Dec 2024 15:40:38 UTC)
- git: 7bcaff05223e - main - x86: Add routines for querying XSAVE feature information: Bojan Novković (Sun, 15 Dec 2024 15:40:39 UTC)
- git: d5ce54dddf49 - main - hwpmc_x86: Register interrupt handler using the dynamic NMI registration interface: Bojan Novković (Sun, 15 Dec 2024 15:40:40 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: 70236f02f05a - main - Revert "jemalloc: Reduce diffs to 5.2.1 revert to using JEMALLOC_FALLTHROUGH": Warner Losh (Sun, 15 Dec 2024 16:24:43 UTC)
- git: 3342e5967dc7 - main - i386: Fix incorrect NMI handler invocations: Bojan Novković (Sun, 15 Dec 2024 17:48:37 UTC)
- git: 29a9d7c6ce78 - main - mlx5_core: fix panic on sriov enablement: Konstantin Belousov (Sun, 15 Dec 2024 22:48:44 UTC)
- git: 2fb2c0351237 - main - mlx5_core: fix "no space" error on sriov enablement: Konstantin Belousov (Sun, 15 Dec 2024 22:48:45 UTC)
- git: 58d1fdfaa90a - main - amd iommu: remove unused function: Konstantin Belousov (Sun, 15 Dec 2024 23:08:51 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: 11f3da565519 - main - pkgbase: Remove /boot/firmware from bootloader package: Emmanuel Vadot (Mon, 16 Dec 2024 09:47:05 UTC)
- git: af0a81b6470a - main - iwm: Stop shipping firmware as kernel module: Emmanuel Vadot (Mon, 16 Dec 2024 09:47:07 UTC)
- git: 94e94d2dddfa - main - UPDATING: Add a notes for iwm(4) firmware and pkgbase users: Emmanuel Vadot (Mon, 16 Dec 2024 09:47:16 UTC)
- git: f87074000873 - main - ip6_output(): if mtu is not yet computed for ipsec hook, use ifp mtu: Konstantin Belousov (Mon, 16 Dec 2024 12:10:59 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: 4a26b63145a5 - main - osd: Constify signature of osd_register(): Olivier Certner (Mon, 16 Dec 2024 14:45:03 UTC)
- git: 5e9a82e898d5 - main - atomics: Constify loads: Olivier Certner (Mon, 16 Dec 2024 14:45:04 UTC)
- git: 9dc5b3dbb063 - main - refcount: Constify refcount_load(): Olivier Certner (Mon, 16 Dec 2024 14:45:05 UTC)
- git: 34740937f7a4 - main - queue: New debug macros for STAILQ: Olivier Certner (Mon, 16 Dec 2024 14:45:06 UTC)
- git: 5140ccf2268b - main - MAC: mac.h: Fix missing includes/typedefs: Olivier Certner (Mon, 16 Dec 2024 14:45:07 UTC)
- git: b47f4718c072 - main - MAC: mac.h: Separately test inclusion from userspace: Olivier Certner (Mon, 16 Dec 2024 14:45:09 UTC)
- git: 90678c892d7b - main - MAC: 'kernel_mac_support' module: Make an outdated comment more generic: Olivier Certner (Mon, 16 Dec 2024 14:45:10 UTC)
- git: 5041b20503db - main - MAC: Define a common 'mac' node for MAC's jail parameters: Olivier Certner (Mon, 16 Dec 2024 14:45:11 UTC)
- git: f8fe6bc73bbb - main - jail.h: Fix whitespace in the param macros declaration block: Olivier Certner (Mon, 16 Dec 2024 14:45:12 UTC)
- git: 9f8020e65ba8 - main - jail.h: New SYSCTL_JAIL_PARAM_SYS_SUBNODE(): Olivier Certner (Mon, 16 Dec 2024 14:45:13 UTC)
- git: f7bda491ef05 - main - jail.h: New SYSCTL_JAIL_PARAM_DECL(): Olivier Certner (Mon, 16 Dec 2024 14:45:14 UTC)
- git: db33c6f3ae9d - main - MAC: mac_policy.h: Declare common MAC sysctl and jail parameters' nodes: Olivier Certner (Mon, 16 Dec 2024 14:45:15 UTC)
- git: 2e593dd3b5e1 - main - MAC: syscalls: Factor out common label copy-in code: Olivier Certner (Mon, 16 Dec 2024 14:45:16 UTC)
- git: 8a4d24a39098 - main - MAC: syscalls: Split mac_set_proc() into reusable pieces: Olivier Certner (Mon, 16 Dec 2024 14:45:18 UTC)
- git: 3bdc5ba2ac76 - main - MAC: syscalls: mac_label_copyin(): 32-bit compatibility: Olivier Certner (Mon, 16 Dec 2024 14:45:19 UTC)
- git: 09290c3a0c82 - main - cred: Hide internal flag CRED_FLAG_CAPMODE: Olivier Certner (Mon, 16 Dec 2024 14:45:20 UTC)
- git: f5b46856918c - main - cred: crget(): Compute initial 'cr_agroups' with nitems(): Olivier Certner (Mon, 16 Dec 2024 14:45:21 UTC)
- git: ae22a4bb7437 - main - mountd(8): parsecred(): uid:gid:... loop: Simplify a bit: Olivier Certner (Mon, 16 Dec 2024 14:45:22 UTC)
- git: f2d2318fafbb - main - mountd(8): parsecred(): Remove "duplicate compression": Olivier Certner (Mon, 16 Dec 2024 14:45:23 UTC)
- git: bdc259ef382f - main - mountd(8): parsecred(): Fallback to "nogroup" or GID_NOGROUP: Olivier Certner (Mon, 16 Dec 2024 14:45:24 UTC)
- git: 2ef608de9062 - main - exports(5): -maproot, -mapall: Explain the fallback on no group: Olivier Certner (Mon, 16 Dec 2024 14:45:26 UTC)
- git: 7f7f3b6cafac - main - mountd(8): parsecred(): Groups limit: NGROUPS_MAX => NGROUPS_MAX + 1: Olivier Certner (Mon, 16 Dec 2024 14:45:27 UTC)
- git: 84337218786b - main - nmount(2), NFS: Accept 'ngroups_max + 1' groups in "export" credentials: Olivier Certner (Mon, 16 Dec 2024 14:45:28 UTC)
- git: 0b011b5cddb5 - main - mountd(8): parsecred(): Remove comment on non-existent bug: Olivier Certner (Mon, 16 Dec 2024 14:45:29 UTC)
- git: a20d50245f28 - main - mountd(8): parsecred(): Re-order operations for clarity: Olivier Certner (Mon, 16 Dec 2024 14:45:30 UTC)
- git: e87848a8150e - main - mountd(8): Allow to pass {NGROUPS_MAX} + 1 groups: Olivier Certner (Mon, 16 Dec 2024 14:45:31 UTC)
- git: 07c9edac7bcd - main - cred: proc_set_cred(): Remove obsolete comments: Olivier Certner (Mon, 16 Dec 2024 14:45:32 UTC)
- git: d2be7ed63aff - main - cred: proc_set_cred(), proc_unset_cred(): Update user's process count: Olivier Certner (Mon, 16 Dec 2024 14:45:34 UTC)
- git: 8cdb0458e12e - main - syscallsubr.h: Header inclusions: Explicit <sys/types.h>, sort: Olivier Certner (Mon, 16 Dec 2024 14:45:35 UTC)
- git: f0600c41e754 - main - MAC/do: Sort header inclusions: Olivier Certner (Mon, 16 Dec 2024 14:45:36 UTC)
- git: 2200a3ec711b - main - MAC/do: parse_rules(): Copy input string on its own: Olivier Certner (Mon, 16 Dec 2024 14:45:37 UTC)
- git: ccae2774897c - main - MAC/do: Rename rule_is_valid() => rule_applies(): Olivier Certner (Mon, 16 Dec 2024 14:45:38 UTC)
- git: 02ed945ccec4 - main - MAC/do: Rename private struct 'mac_do_rule' => 'rules': Olivier Certner (Mon, 16 Dec 2024 14:45:39 UTC)
- git: 8ce577060498 - main - MAC/do: Rename internal mac_do_rule_find() => find_rules(): Olivier Certner (Mon, 16 Dec 2024 14:45:40 UTC)
- git: 83fcbbff6b01 - main - MAC/do: Use prison_lock()/prison_unlock(): Olivier Certner (Mon, 16 Dec 2024 14:45:41 UTC)
- git: b2c661fe7e0b - main - MAC/do: find_rules(): Clarify the contract: Olivier Certner (Mon, 16 Dec 2024 14:45:43 UTC)
- git: bbf8af664dc9 - main - MAC/do: Factor out setting/destroying rule structures: Olivier Certner (Mon, 16 Dec 2024 14:45:44 UTC)
- git: 3186b192e4db - main - MAC/do: Allocate/deallocate rules as a whole: Olivier Certner (Mon, 16 Dec 2024 14:45:45 UTC)
- git: 301eeb10dc19 - main - MAC/do: Remove PR_METHOD_REMOVE method: Olivier Certner (Mon, 16 Dec 2024 14:45:46 UTC)
- git: 292c814931d9 - main - MAC/do: sysctl_rules(): Always copy the rules specification string: Olivier Certner (Mon, 16 Dec 2024 14:45:47 UTC)
- git: 53d2e0d48549 - main - MAC/do: sysctl_rules(): Set the requesting's thread's jail's rules: Olivier Certner (Mon, 16 Dec 2024 14:45:48 UTC)
- git: b3f93680e39b - main - MAC/do: Enable changing 'security.mac.do.rules' from a jail: Olivier Certner (Mon, 16 Dec 2024 14:45:49 UTC)
- git: beb5603c51e0 - main - MAC/do: Remove the 'prison0' special cases in the common paths: Olivier Certner (Mon, 16 Dec 2024 14:45:51 UTC)
- git: 73cecc0ef78e - main - MAC/do: Move destroy() to a better place: Olivier Certner (Mon, 16 Dec 2024 14:45:52 UTC)
- git: add521c1a5d2 - main - MAC/do: parse_rule_element(): Fix a panic, harden, simplify: Olivier Certner (Mon, 16 Dec 2024 14:45:53 UTC)
- git: 2b2c19b7f697 - main - MAC/do: Re-order jail methods more logically, rename: Olivier Certner (Mon, 16 Dec 2024 14:45:54 UTC)
- git: 11ba1f2fe2d4 - main - MAC/do: Prefix internal functions used as hooks/callbacks: Olivier Certner (Mon, 16 Dec 2024 14:45:55 UTC)
- git: f3a06ced2568 - main - MAC/do: Sysctl knobs/jail parameters under MAC's common nodes: Olivier Certner (Mon, 16 Dec 2024 14:45:56 UTC)
- git: 2a20ce91dc29 - main - MAC/do: Fix jail_get() (PR_METHOD_GET): Olivier Certner (Mon, 16 Dec 2024 14:45:57 UTC)
- git: 11eb32958f2c - main - MAC/do: jail_check()/jail_set(): Revamp: Olivier Certner (Mon, 16 Dec 2024 14:45:58 UTC)
- git: e4ce30f8da61 - main - MAC/do: parse_rule_element(): Style, more clarity: Olivier Certner (Mon, 16 Dec 2024 14:46:00 UTC)
- git: fa4352b74580 - main - MAC/do: parse_rule_element(): Bug in parsing the origin ID: Olivier Certner (Mon, 16 Dec 2024 14:46:01 UTC)
- git: 6aadc7b2ee05 - main - MAC/do: 'struct rule': IDs and types as 'u_int', rename fields: Olivier Certner (Mon, 16 Dec 2024 14:46:02 UTC)
- git: 0af43c029048 - main - MAC/do: Better parsing for IDs (strtoui_strict()): Olivier Certner (Mon, 16 Dec 2024 14:46:03 UTC)
- git: 65766063f85d - main - MAC/do: Ease input/output of ID types: Olivier Certner (Mon, 16 Dec 2024 14:46:04 UTC)
- git: 40a664a463ba - main - MAC/do: Rename private OSD slot by removing 'mac_do_' prefix: Olivier Certner (Mon, 16 Dec 2024 14:46:05 UTC)
- git: 6c3def74e2de - main - MAC/do: Support multiple users and groups as single rule's targets: Olivier Certner (Mon, 16 Dec 2024 14:46:06 UTC)
- git: 87c06b7d026f - main - MAC/do: Output errors when parsing rules: Olivier Certner (Mon, 16 Dec 2024 14:46:07 UTC)
- git: ddb3eb4efe55 - main - New setcred() system call and associated MAC hooks: Olivier Certner (Mon, 16 Dec 2024 14:46:09 UTC)
- git: 3d8d91a5b32c - main - MAC/do: Introduce rules reference counting: Olivier Certner (Mon, 16 Dec 2024 14:46:10 UTC)
- git: 8f7e8726e3f5 - main - MAC/do: Interpret the new rules specification; Monitor setcred(): Olivier Certner (Mon, 16 Dec 2024 14:46:11 UTC)
- git: e395e354823b - main - mdo(1): Use setcred() to change credentials: Olivier Certner (Mon, 16 Dec 2024 14:46:12 UTC)
- git: 2110eef4bf60 - main - MAC/do: toast_rules(): Minor simplification: Olivier Certner (Mon, 16 Dec 2024 14:46:13 UTC)
- git: 4a03b64517b3 - main - MAC/do: parse_rules(): Tolerate blanks around tokens: Olivier Certner (Mon, 16 Dec 2024 14:46:14 UTC)
- git: c7fc71c6af07 - main - MAC/do: Convert internal TAILQs to STAILQs: Olivier Certner (Mon, 16 Dec 2024 14:46:15 UTC)
- git: de701f9bdbe0 - main - MAC/do: Apply a rule on real UID/GID instead of effective ones: Olivier Certner (Mon, 16 Dec 2024 14:46:16 UTC)
- git: 2ef97d8b7564 - main - xen/netfront: use iflladdr_event to send ARPs: Gleb Smirnoff (Mon, 16 Dec 2024 14:50:06 UTC)
- git: 3604a050eedb - main - tcp_hpts: refactor the per tcpcb call to either input/output method: Gleb Smirnoff (Mon, 16 Dec 2024 14:53:00 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: 675708aa402a - main - proc_set_cred(): Fix compilation of GENERIC-NODEBUG: Olivier Certner (Mon, 16 Dec 2024 15:41:29 UTC)
- git: e94684b3e0d9 - main - MAC/do: Update copyright: Olivier Certner (Mon, 16 Dec 2024 17:23:19 UTC)
- git: 487788a69fa2 - main - intrng: fix INTR_ROOT_* constants: Mitchell Horne (Mon, 16 Dec 2024 19:12:11 UTC)
- git: a9722e5ae851 - main - atomics: Constify loads: Fix powerpc build: Olivier Certner (Mon, 16 Dec 2024 19:18:20 UTC)
- git: ce3fbcdd14a1 - main - jh7110: Add sys clocks for STG & PCIE: Mitchell Horne (Mon, 16 Dec 2024 19:27:56 UTC)
- git: 35a2229b6791 - main - Add StarFive JH7110's STG clocks: Mitchell Horne (Mon, 16 Dec 2024 19:27:57 UTC)
- git: 266f640b3896 - main - Makefile.inc1: Remove non-NO_ROOT cases from distributeworld: Ed Maste (Mon, 16 Dec 2024 21:46:18 UTC)
- git: b64c5a0ace59 - main - ipfw.d: Add required dependency declarations: Mark Johnston (Mon, 16 Dec 2024 22:16:02 UTC)
- git: cfbbe5d7fa9f - main - Makefile.inc1: Fix a typo: Mark Johnston (Mon, 16 Dec 2024 22:33:08 UTC)
- git: 358c5f5c0899 - main - pf: fix cleanup deadlock: Kristof Provost (Mon, 16 Dec 2024 22:34:12 UTC)
- git: 67b655980885 - main - pf: fix address range handling in pfr_pool_get(): Kristof Provost (Mon, 16 Dec 2024 22:34:13 UTC)
- git: 85570785b9ce - main - pf: remove unused variable from pf_pdesc: Kristof Provost (Mon, 16 Dec 2024 22:34:14 UTC)
- git: 950401d21e33 - main - release: Sort etcupdate entries for base metalog: Ed Maste (Mon, 16 Dec 2024 23:45:52 UTC)
- git: da2c88dfcf4f - main - queue: Fix STAILQ_SWAP: Mark Johnston (Tue, 17 Dec 2024 00:14:29 UTC)
- git: 2f57e37c43ba - stable/14 - release: Standardize on *-${FS}.* VM image naming: Colin Percival (Tue, 17 Dec 2024 02:28:00 UTC)
- git: ba629d6756d4 - Create tag vendor/libder/1.0: Kyle Evans (Tue, 17 Dec 2024 04:17:49 UTC)
- git: efff9f8a94ab - vendor/libder - vendor branch created: Kyle Evans (Tue, 17 Dec 2024 04:17:49 UTC)
- git: 56acb9bc3265 - Create tag vendor/libecc/0.9.7: Kyle Evans (Tue, 17 Dec 2024 04:19:44 UTC)
- git: efff9f8a94ab..9c40c4de4c33 - vendor/libder - vendor branch updated: Kyle Evans (Tue, 17 Dec 2024 04:37:14 UTC)
- git: 58c7db14cd71 - main - linprocfs: Properly reset error variable for mtab generation: Michael Osipov (Tue, 17 Dec 2024 09:00:27 UTC)
- git: e11dacbf8484 - main - pf: partially import OpenBSD's NAT rewrite: Kristof Provost (Tue, 17 Dec 2024 10:07:39 UTC)
- git: 2d7e68d5cd76 - main - pf: add post-NAT src/dst address/port to pf_pdesc: Kristof Provost (Tue, 17 Dec 2024 10:07:40 UTC)
- git: e4e0f497429c - main - in: add in_mask2len(): Kristof Provost (Tue, 17 Dec 2024 10:07:41 UTC)
- git: fcdb520c1b4e - main - pf: nat64: Kristof Provost (Tue, 17 Dec 2024 10:07:43 UTC)
- git: ebe11b46988e - main - pf: fix state export in the face of NAT64: Kristof Provost (Tue, 17 Dec 2024 10:07:44 UTC)
- git: ea9113be3f19 - main - pf: extra route lookup in pf_route(6)(): Kristof Provost (Tue, 17 Dec 2024 10:07:45 UTC)
- git: d89a5d853e2b - main - pf: support nat64 for SCTP: Kristof Provost (Tue, 17 Dec 2024 10:07:46 UTC)
- git: b8e538443882 - main - pf: drop packets if they fail nat64 translation: Kristof Provost (Tue, 17 Dec 2024 10:07:47 UTC)
- git: aa69fdf1542d - main - pfctl: change for af-to / NAT64 support.: Kristof Provost (Tue, 17 Dec 2024 10:07:48 UTC)
- git: eaf484fdb70d - main - pf.conf.5: document af-to (aka nat64): Kristof Provost (Tue, 17 Dec 2024 10:07:49 UTC)
- git: 0656a680567a - main - pf tests: basic nat64 test case: Kristof Provost (Tue, 17 Dec 2024 10:07:50 UTC)
- git: 22c634905bd4 - main - pf tests: add a TCP test case for nat64: Kristof Provost (Tue, 17 Dec 2024 10:07:52 UTC)
- git: 7e309356b009 - main - pf tests: add a UDP test case for nat64: Kristof Provost (Tue, 17 Dec 2024 10:07:53 UTC)
- git: a43589dcbf8b - main - pf tests: add an SCTP test case for nat64: Kristof Provost (Tue, 17 Dec 2024 10:07:54 UTC)
- git: 86bcaedd35f4 - main - pfctl: basic nat64 parser test: Kristof Provost (Tue, 17 Dec 2024 10:07:55 UTC)
- git: a4e040329525 - main - pf tests: verify that TCP RST makes it through NAT64: Kristof Provost (Tue, 17 Dec 2024 10:07:56 UTC)
- git: bc66cb3bfa9b - main - pf tests: verify that ICMP port unreachable makes it through NAT64: Kristof Provost (Tue, 17 Dec 2024 10:07:57 UTC)
- git: 373d6dbf34a8 - main - pf tests: verify that ICMP destination unreachable makes it through NAT64: Kristof Provost (Tue, 17 Dec 2024 10:07:58 UTC)
- git: f1ddd7f1dae6 - main - pf: add forgotten fixup for icmp6 id's when translating: Kristof Provost (Tue, 17 Dec 2024 10:07:59 UTC)
- git: d7e9df4fc67f - main - pfctl: print_rule: rename opts -> ropts: Kristof Provost (Tue, 17 Dec 2024 10:08:01 UTC)
- git: c6210cfd58f6 - main - pf: fix if-bound with nat64: Kristof Provost (Tue, 17 Dec 2024 10:08:02 UTC)
- git: b717c67686c0 - main - pf tests: verify that we preserve the hop limit/TTL for ICMP errors: Kristof Provost (Tue, 17 Dec 2024 10:08:03 UTC)
- git: 6c5c91a039c7 - main - pf: update pd->tot_len after reassembly: Kristof Provost (Tue, 17 Dec 2024 10:08:04 UTC)
- git: 7cae58a44955 - main - pf: handle fragmentation for nat64: Kristof Provost (Tue, 17 Dec 2024 10:08:05 UTC)
- git: e128e988a26a - main - pf tests: check packet reassembly with nat64: Kristof Provost (Tue, 17 Dec 2024 10:08:06 UTC)
- git: 1df79d81343d - main - pf: preserve TOS with nat64: Kristof Provost (Tue, 17 Dec 2024 10:08:07 UTC)
- git: 27fca15016a9 - main - pf tests: validate ToS translation with nat64: Kristof Provost (Tue, 17 Dec 2024 10:08:09 UTC)
- git: 125e395278cf - main - pf tests: test not having an IPv4 address to nat64 to: Kristof Provost (Tue, 17 Dec 2024 10:08:10 UTC)
- git: 9e039875cb40 - main - pf tests: verify pool use for nat64: Kristof Provost (Tue, 17 Dec 2024 10:08:11 UTC)
- git: b0e3fb7e65c3 - main - pf: fix nat64 round-robin addresses from a table: Kristof Provost (Tue, 17 Dec 2024 10:08:12 UTC)
- git: e0dcc51ddb43 - main - pfctl: do not allow af-to tables without round-robin: Kristof Provost (Tue, 17 Dec 2024 10:08:13 UTC)
- git: bdb583afa198 - main - pf tests: test address range as nat64 from address: Kristof Provost (Tue, 17 Dec 2024 10:08:14 UTC)
- git: 7f3d159b9ff2 - main - pf tests: test using an address range inside a table for nat64: Kristof Provost (Tue, 17 Dec 2024 10:08:15 UTC)
- git: 08a512019ccb - main - pf: fix dummynet + route-to for IPv6: Kristof Provost (Tue, 17 Dec 2024 10:08:16 UTC)
- git: 706b42cc4bd9 - main - pf: give the correct address family to dummynet after nat64: Kristof Provost (Tue, 17 Dec 2024 10:08:18 UTC)
- git: 32cac604487b - main - pf tests: test dummynet on nat64 rules: Kristof Provost (Tue, 17 Dec 2024 10:08:19 UTC)
- git: 5d1219378dd5 - main - pf: teach nat64 to handle 0 UDP checksums: Kristof Provost (Tue, 17 Dec 2024 10:08:20 UTC)
- git: a7bf553d175a - main - riscv vmm: add SSTC extension check.: Ruslan Bukin (Tue, 17 Dec 2024 11:20:13 UTC)
- git: 6766e8ceb5c6 - main - riscv: Add SiFive CCache driver.: Ruslan Bukin (Tue, 17 Dec 2024 11:28:49 UTC)
- git: 56816e687557 - main - riscv: Eswin hwreset support added.: Ruslan Bukin (Tue, 17 Dec 2024 11:47:10 UTC)
- git: fa5f4c10a8ce - main - atomic: Update interceptor function signatures after commit 5e9a82e898d5: Mark Johnston (Tue, 17 Dec 2024 14:11:24 UTC)
- git: 0be397c4c989 - internal/admin - Release jfree from mentorship: Mark Johnston (Tue, 17 Dec 2024 14:22:39 UTC)
- git: eaecf1eea475 - internal/admin - Release olce from mentorship: Mark Johnston (Tue, 17 Dec 2024 14:22:40 UTC)
- git: 2eace89d00b3 - main - arm64: add a driver for the Apple watchdog: Kyle Evans (Tue, 17 Dec 2024 14:25:55 UTC)
- git: 04160e000898 - main - arm64: add a driver for the Apple Interrupt Controller: Kyle Evans (Tue, 17 Dec 2024 14:25:56 UTC)
- git: f1ddb6fb8c4d - main - MAC/do: Fix a compilation warning about an unused function: Olivier Certner (Tue, 17 Dec 2024 14:48:52 UTC)
- git: fa368cc86ceb - main - x86 atomics: Remove unused WANT_FUNCTIONS: Olivier Certner (Tue, 17 Dec 2024 14:48:53 UTC)
- git: 32c45723fa53 - main - atomic(9): Update manpage after constifying atomic loads: Olivier Certner (Tue, 17 Dec 2024 14:48:54 UTC)
- git: 92e237e1cc27 - main - arm64: apple: re-align to recent standards: Kyle Evans (Tue, 17 Dec 2024 15:39:10 UTC)
- git: 4f5845126993 - main - riscv: connect eswin to the build.: Ruslan Bukin (Tue, 17 Dec 2024 17:43:58 UTC)
- git: 01eb1261443d - main - pf: fix double free in pf_state_key_attach(): Kristof Provost (Tue, 17 Dec 2024 20:33:45 UTC)
- git: f25d7ff3037e - main - pf: SCTP abort messages fully close the connection: Kristof Provost (Tue, 17 Dec 2024 20:33:46 UTC)
- git: e1060f6dfd80 - main - ofw: Fix inverted bcmp in ofw_bus_node_status_okay: Jessica Clarke (Tue, 17 Dec 2024 20:54:41 UTC)
- git: 22bb70a6b3bb - main - namei: add more detail about LOCKSHARED's behavior: Alan Somers (Tue, 17 Dec 2024 21:06:12 UTC)
- git: c7d13682a1ad - main - lagg: do not advertize support for ipsec offload: Konstantin Belousov (Tue, 17 Dec 2024 21:50:00 UTC)
- git: a2d78713171c - main - sed: The change ("c") command should start a new cycle.: Warner Losh (Tue, 17 Dec 2024 22:34:26 UTC)
- git: 6e423be7cb73 - main - ow_temp(4): fix typo: Mitchell Horne (Wed, 18 Dec 2024 13:22:17 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: d9ad257a2649 - main - fsck_msdosfs(8): Introduce -B option as no-op: Juraj Lutter (Wed, 18 Dec 2024 14:34:55 UTC)
- git: 3624de539499 - main - if_ovpn: improve reconnect handling: Kristof Provost (Wed, 18 Dec 2024 16:17:45 UTC)
- git: b18799757947 - main - fusefs: More accurately test the unique tokens in the test suite: Alan Somers (Wed, 18 Dec 2024 16:21:46 UTC)
- git: 53f73aaffdda - main - fusefs: delete a comment in the tests: Alan Somers (Wed, 18 Dec 2024 18:25:19 UTC)
- git: ff7e00eb4dd6 - main - tests: remove reference to renamed test: Gleb Smirnoff (Wed, 18 Dec 2024 18:38:30 UTC)
- git: cf6b389f7c48 - main - rtwn: add tx power training for RTL8812/RTL8821: Adrian Chadd (Wed, 18 Dec 2024 19:32:39 UTC)
- git: b71805e991fb - main - rtwn: add APIs for setting transmit power: Adrian Chadd (Wed, 18 Dec 2024 23:48:57 UTC)
- git: 6858c6b1e1a9 - main - rtwn: refactor out the TX power register power dump, condense output: Adrian Chadd (Wed, 18 Dec 2024 23:48:58 UTC)
- git: 0ea7f8ca66f3 - main - rtwn: try enforcing net80211 regulatory / txpower limits for 11n chips: Adrian Chadd (Wed, 18 Dec 2024 23:48:59 UTC)
- git: 25af78d0bdcf - main - ath_rate_sample: correct the "best rate" calculation: Adrian Chadd (Wed, 18 Dec 2024 23:49:00 UTC)
- git: 638fcd53db7d - main - rtwn: bump up the RX USB buffers: Adrian Chadd (Wed, 18 Dec 2024 23:49:02 UTC)
- git: 745a85824748 - main - rtwn: update rtwn_get_rates() to separate out the CCK/OFDM and HT rates: Adrian Chadd (Wed, 18 Dec 2024 23:49:03 UTC)
- git: 371a4ee9a384 - main - rtwn: add SGI flag for the rate control message: Adrian Chadd (Wed, 18 Dec 2024 23:49:04 UTC)
- git: b762b199afc6 - main - mlx5: Eliminate the use of mlx5_rule_fwd_action: Konstantin Belousov (Thu, 19 Dec 2024 00:12:25 UTC)
- git: c91dd7a054b3 - main - tcp: remove unused variable from tcp_usr_disconnect(): Gleb Smirnoff (Thu, 19 Dec 2024 04:11:46 UTC)
- git: 38663adb6144 - main - Revert "ixl: fix multicast filters handling": Mark Johnston (Thu, 19 Dec 2024 13:49:49 UTC)
- git: 31034044ff27 - main - tcp: cleanup of nits after use of accessor tcp_get_flags: Richard Scheffenegger (Thu, 19 Dec 2024 15:39:37 UTC)
- git: 8e7802851e6c - main - ip_fw: address lock order reversal: Richard Scheffenegger (Thu, 19 Dec 2024 15:39:38 UTC)
- git: 4e2bd8cf08f4 - main - rtwn: set the shortgi flag in the RTL8192C rate control setup message: Adrian Chadd (Thu, 19 Dec 2024 16:08:35 UTC)
- git: aaaca5f288fa - main - rtwn: add a default OFDM / CCK rate for self-generated frames: Adrian Chadd (Thu, 19 Dec 2024 16:08:36 UTC)
- git: eb6314510c88 - main - rtwn: disable a workaround introduced earlier for RTL8192CU TX performance: Adrian Chadd (Thu, 19 Dec 2024 16:08:37 UTC)
- git: 300c843b075c - main - rtwn: bring the r92c rate control setup selection in line with tx descriptors: Adrian Chadd (Thu, 19 Dec 2024 16:08:39 UTC)
- git: d052fcbd8668 - main - rpc: svc_tli_create() is always called with NULL socket: Gleb Smirnoff (Thu, 19 Dec 2024 20:12:05 UTC)
- git: b6f4027ad9a2 - main - setcred(2): Add manual page: Olivier Certner (Thu, 19 Dec 2024 22:36:55 UTC)
- git: 618c97b87b71 - main - libprocstat: ZFS support: Makefile: Tidy up a bit: Olivier Certner (Thu, 19 Dec 2024 22:36:56 UTC)
- git: f0f596bd955e - main - fusefs: ignore FUSE_NO_OPEN(DIR)_SUPPORT flags: Alan Somers (Fri, 20 Dec 2024 00:10:39 UTC)
- git: c4ca1d214f9a - main - bsd-family-tree: add NetBSD 10.1: Sergey A. Osokin (Fri, 20 Dec 2024 02:12:14 UTC)
- git: 5d09d1070737 - main - iwlwifi: add missing blank, unwrap line: Bjoern A. Zeeb (Fri, 20 Dec 2024 07:10:49 UTC)
- git: 7030980bc9aa - main - bus: improve null_add_child() panic message: Bjoern A. Zeeb (Fri, 20 Dec 2024 07:18:09 UTC)
- git: d7c69a344864 - main - sdhci: add missing bus_add_child DEVMETHOD.: Bjoern A. Zeeb (Fri, 20 Dec 2024 07:19:35 UTC)
- git: 709989bab5d0 - main - nullfs: stop lying about mount flags in statfs(2): Konstantin Belousov (Fri, 20 Dec 2024 16:11:31 UTC)
- git: 725003da5302 - main - pf.conf.5: Fix endpoint-independent description: Ed Maste (Fri, 20 Dec 2024 17:42:39 UTC)
- git: 1fc7922f9f90 - main - devd.conf(5): explain difference between internal and shell variables: Joerg Wunsch (Fri, 20 Dec 2024 20:21:00 UTC)
- git: 9efd215411bb - main - rtwn: create a new HAL routine for enabling STA mode beacon processing: Adrian Chadd (Fri, 20 Dec 2024 20:41:03 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: 8cf955f3f48a - main - jail: Handle jail removal in a dedicated thread: Mark Johnston (Sat, 21 Dec 2024 19:24:19 UTC)
- git: 7d1d9cc440f8 - main - sysctl: Do not serialize requests when running as root: Mark Johnston (Sat, 21 Dec 2024 19:26:57 UTC)
- git: 38b67578fb4b - main - hid: Correctly handle signed/unsigned quantities in kernel HID parser.: Vladimir Kondratyev (Sun, 22 Dec 2024 03:17:53 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: 45230e7f9298 - stable/13 - MFC: MFV: xz 5.6.2.: Xin LI (Sun, 22 Dec 2024 07:36:43 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: 6e8233df18c8 - main - hwpmc_x86: Fix NULL deref when loading on unsupported hardware: Bojan Novković (Mon, 23 Dec 2024 10:06:50 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: bc201841d139 - main - mac_do(4): Revamp manual page after MAC/do updates: Olivier Certner (Mon, 23 Dec 2024 14:39:51 UTC)
- git: 1ccbdf561f41 - main - tmpfs: Rework file handles: Olivier Certner (Mon, 23 Dec 2024 14:47:51 UTC)
- git: 2069f6ecb1b1 - main - makefs: Crudely fix a sprintf warning: Ed Maste (Mon, 23 Dec 2024 15:30:51 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: c9756953bded - main - inpcb: Further restrict binding to a port owned by a different UID: Mark Johnston (Mon, 23 Dec 2024 15:41:13 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: aa94868f5e9a - main - syslogd: Remove is_exclusive metadata from tests: Mark Johnston (Mon, 23 Dec 2024 15:49:51 UTC)
- git: 66a022a30dd9 - main - syslogd: Add syslog basic message format tests: Mark Johnston (Mon, 23 Dec 2024 15:49:52 UTC)
- git: ee75c991acdc - main - syslogd: Add syslog forwarded message format tests: Mark Johnston (Mon, 23 Dec 2024 15:49:53 UTC)
- git: 8cc248fb92bf - main - syslogd: Add rfc3164-strict format option: Mark Johnston (Mon, 23 Dec 2024 15:49:55 UTC)
- git: b45f84cc6213 - main - makefs: Exit with error if writing cd image fails: Ed Maste (Mon, 23 Dec 2024 16:05:05 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: 893839b11988 - main - diff: Fix device case.: Dag-Erling Smørgrav (Mon, 23 Dec 2024 17:16:17 UTC)
- git: 053a98849734 - main - tcp: don't ever return ECONNRESET on close(2): Gleb Smirnoff (Mon, 23 Dec 2024 18:36:26 UTC)
- git: 5982237f1e5a - main - sed: Fix handling of an empty pattern space: Mark Johnston (Mon, 23 Dec 2024 19:13:55 UTC)
- git: 003818aca4cd - main - sed tests: Add a regression test for the c function: Mark Johnston (Mon, 23 Dec 2024 19:13:56 UTC)
- git: 969d1aa4dbfc - main - fusefs: fix a memory leak: Alan Somers (Mon, 23 Dec 2024 20:43:31 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: 3a56015a2f5d - main - pkgbase: fix inclusion of tests in ssh, bsnmp, clibs-dev: Ed Maste (Mon, 23 Dec 2024 22:03:50 UTC)
- git: 98e34e8e2557 - main - ntp: Undo upstream (ntp.org) fix for upstream Bug 3851: Cy Schubert (Mon, 23 Dec 2024 22:38:02 UTC)
- git: c21f5751ef09 - main - acpi_ibm: pass brightness events to evdev(4): Gleb Smirnoff (Tue, 24 Dec 2024 02:13:22 UTC)
- git: 2ed24e28d1d9 - main - kyua: Support is_exclusive metadata coming from an ATF test case: Igor Ostapenko (Tue, 24 Dec 2024 08:39:55 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: 3f83f32d7d07 - main - fusefs: minor refactor in the tests: Alan Somers (Tue, 24 Dec 2024 21:56:13 UTC)
- git: 5e3ab1894e1e - main - amd64: extract code to print fault details from trap_fatal() into a new helper: Konstantin Belousov (Wed, 25 Dec 2024 01:37:25 UTC)
- git: dd2b54436445 - main - amd64: on any fault during call to EFI RT, restore execution and print fault details: Konstantin Belousov (Wed, 25 Dec 2024 01:37:26 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: 3e8f4a30594f - main - efirt: use correct ABI for runtime EFI functions: Konstantin Belousov (Wed, 25 Dec 2024 02:01:42 UTC)