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)