User Details
- User Since
- Jun 21 2022, 7:17 PM (200 w, 2 d)
Thu, Apr 16
Tue, Apr 14
Use correct name
Mon, Apr 13
As reported by https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294468, cputypes.h is used in ASM code on i386 build so we cannot put the function declaration inside cputypes.h. machine/cpu.h also has this issue. @kib, is there any place you think that we can put?
Sun, Apr 12
Sat, Apr 11
Fri, Apr 10
Move the check beforehead
Move function prototype
Loop the whole array and put the macro to other file
This was also a requirement for https://reviews.freebsd.org/D56332 and should be useless now. However, amdtemp driver now hardcode this zen detection logic in the amdtemp.c file, we can use ident_zen_cpu to refactor the amdtemp code.
Use structure instead of ifdef.
Thu, Apr 9
I came across this in a Bugzilla report. As described in the commit message, it may pollute the system entropy pool. Although the microcode fix is already included in the latest AGESA release from earlier this year—so systems with updated BIOS firmware should be unaffected, not all users regularly update their BIOS, and not all vendors have distributed the patch.
I feel like the grammar is wrong but since I am not a native English speaker....
Wed, Apr 8
Remove unneeded change
Tue, Apr 7
Remove more unused code
No, other wpa consumer, like the wutui from GSoC 2025 can trigger this.
(b) should the code not check the original config file permissions and apply these? (generic solution?)
Yes, you are right. Fix it now! Thanks!
(c) if there is no file, hard coding these as for android would need #ifdef around.
Ok.
Apply permission by honoring original permission
Minor fixes
Mon, Apr 6
Mon, Mar 30
Minor fixes
Fixes
Thu, Mar 26
Fix also in stdext and stdext3
Mar 24 2026
Mar 23 2026
Do you mean something like
Mar 22 2026
Also remove the define
Mar 20 2026
Rename macro
Yes, I think we can have some tests for this. But I think we should do it after re-org the tests. At least for now we can rely on the llvm testcase as I run it biweekly with latest CURRENT.
Style and commit msg fix
Return void
Mar 19 2026
Mar 18 2026
Skip the again test
Mar 17 2026
Formatting
Adjust the testcase insteada of deleting the testcase.
Reference user: https://github.com/llvm/llvm-project/pull/186961
Raw __elf_aux_vec usage: https://github.com/llvm/llvm-project/blob/main/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp#L72
Mar 16 2026
Also, thanks for your remind:). @siva
Mar 14 2026
Mar 13 2026
Mar 12 2026
Minor fixes
I think we need to refactor these stuff to dynamic array in the future. It makes no sense to use linked_list if we only need to push and pop from the top.
Style fix