User Details
- User Since
- Jun 21 2022, 7:17 PM (129 w, 4 d)
Apr 2 2024
Mar 24 2024
I think MarkJ is right and then we can abandon this patch and just let the LLDB guys merge the patch into LLDB.
Mar 23 2024
I will ask you again in AsiaBSDCon personally because I found something strange on my experiment. Thanks your guys help!
Mar 2 2024
Does it works? Because the section name can only appear once in a ldscript. So if we move the .note.gnu.build-id section into rodata, it will cause the ELF cannot find this section and finally PT_NOTE segment will not contains .note.gnu.build-id. Besides, without this section, we cannot get the build-id hash data from section VMA as the most debugger expected.
Tidy up commit
- Add manual page and use uniform interface for tcp
Add ipv6 support
- Add ipv6 support
Feb 26 2024
Feb 16 2024
I understand, but I'm awaiting testing from the OpenStack team to ensure everything is functioning properly. Additionally, I intend to incorporate IPv6 support, so I've chosen to clean up the commit after receiving feedback from the OpenStack team.
Feb 14 2024
Hello, do you have any progress on this? If you found any issue, I can help on fixing it.
Feb 6 2024
Roll back to correct version
Feb 4 2024
- Use style compilant version naming and use port package as default
Sorry, I fix it.
BTW, some test like LTO (because we don't open it) and tlsdesc failed when I run make test thus I decide to turn it off. I have use it to compile several programs and nothing wrong happens.
However, it shows this warning when compiling because crt is stripped when shipping. I think it is the bug from strip.
Feb 3 2024
All fixed but I don't find blake3 in FreeBSD port.
- Update to latest version with PR#1186
Feb 2 2024
Use pointer instead of setting errno in userspace
Feb 1 2024
Fix indentation
I figure out the disconnection part. Hope everyone can give it a review. Thanks!
Add reconnection mechanism
Jan 24 2024
Jan 23 2024
Add lock to sc and imporve the error logging message
Jan 20 2024
Jan 19 2024
Dec 30 2023
Oct 28 2023
The problem is found when I was looking at this issue.
Currently, -DWITH_ASAN cannot compile successfully before and after this patch.
After applying this patch, the error becomes:
Oct 9 2023
Yes, isprint is a macro in FreeBSD's libc, so it will disappear after c pre-processor.
But I don't think this is the reason why it doesn't behavior correctly. However, I will still try to build libc with sanitizer and try again and I am still checking the codes in contrib/llvm-project/compiler-rt/msan at the same time.
Oct 6 2023
Oh, I found the comment in that file. Sorry about wasting your time. I close the revision right now and on the other hand checking the code on llvm-project that may cause the issue. Thanks you.
Sorry about my careless, I copy the wrong code segment.
Oct 5 2023
Sep 29 2023
Jul 24 2023
- rephrasse the work description
Yes, "Sheng-Yi Hong <aokblast@FreeBSD.org>" is the author of the report.
Jul 19 2023
- unify capitalize and rephrasing
Apr 24 2023
Mar 1 2023
fix: recover shebang in make-memstick.sh
Jul 24 2022
- Fix naming convension for wc test case