User Details
- User Since
- Jun 21 2022, 7:17 PM (147 w, 1 d)
Yesterday
Rebase to main and do some minor fix
Fri, Apr 11
fix missed un-namespace.h
Bring back namespace
Use weak alias also
Thu, Apr 10
The bear problem still fixed but we are unable to intercept the execvpe call as it is replaced with _execvpe.
fix indent
Use namespace.h instead of waek alias
Wed, Apr 9
Wed, Apr 2
Tue, Apr 1
use wildcard to generate correct number of devices
Mon, Mar 31
Fix errors
Sat, Mar 29
Merged by upstream.
Merged by upstream
Fri, Mar 28
Minor fixes
Thu, Mar 27
Tue, Mar 25
Fix indent and header reorder
Sat, Mar 22
Fix manual
Fri, Mar 21
@hrs maybe you would like to test it.
Thu, Mar 20
Add manual
Fix indent again
Indent
Feb 28 2025
Cleanup the clang-format mis-instrument
Corresponding patch to upstream to openzfs: https://github.com/openzfs/zfs/pull/17101
formatting
Format fix
Fix format
Minor fix
Use recently patch
Fixes
Feb 27 2025
I use arg because linuxkpi_vm_lowmem and ttm_pool_mm_shrink use arg.
With opt_s:
text data bss dec hex filename 23241058 1754433 4537984 29533475 0x1c2a523 /usr/obj/usr/src/amd64.amd64/sys/GENERIC/kernel
Feb 25 2025
Fix naming convension for argument
Feb 24 2025
I see. Thanks.
Use wrapper instead of overwrite
BTW, a question is that it is put inside the opensolaris directory. Should I upstream to illumos? I don't find the counterpart on illumos.
Feb 23 2025
Remove redundant return statement
Here we are.
Sorry. Too much patch at the same time.
Fix compile error
Some progress
Fix wrong indent
Fix with declaration
Feb 19 2025
A quick find-up is that gdb_cpu_add storing the cpu suspend status and recover it in gdb wait mode.
Fix bhyve gdb startup
Jan 16 2025
Update with github version
Great! Thank you.
Also for uninit
Jan 15 2025
If everything looks good, please merge the parent revision before merging this one.
I don't implement it on gdb just because I cannot make wait operation on gdb work on my PC. Thus I am unable to test. Still checking where is the problem.
Minor fix
Restore to zen4
Rebase with zen4 patch
Rebase with zen4 patch
Jan 1 2025
Remove useless thread
I discover the original wait operation for gdb is not working now. I configure one vm with rfb and gdb. When gdb is with wait operation, the rfb does not have any output. But if the gdb is not waiting, the rfb will have output and gdb can attach to vm after boot up. I checkout to the main branch and it is also the case.
- usr.sbin/bhyve: add wait operation for uart
- Add wait operation for uart
Dec 30 2024
Fix condition when there is no rendezvous member
Another consumer of rendezvous will be the raw socket over serial console that I have implemented a couple months ago. I haven't implement the wait operation on raw socket serial console. I would like to confirm the interface of rendezvous before I implement it.
Update implementation by using only one mutex and cond variable
Dec 29 2024
Free members