User Details
- User Since
- May 6 2021, 12:00 AM (258 w, 5 d)
Today
Since we have [[maybe_unused]] in C23, could you elaborate why we need this to be in <sys/cdefs.h>?
LGTM
@koinec_yahoo.co.jp Could you please work on intelhfi based on this patch series?
Two things to add:
Reflect moving sysctl in parent revision
Move sysctl
Changes from D56547:
I overhauled the implementation which has quite different from this change. Superseded by D56546.
Duplicate of D56548 created by arc bug.
Yesterday
Display message on success
update commit message
update commit message
Since D56250 has changed to accomodate full dumps as well, rename this utility to dump2elf and update code and man page accordingly.
The point of this feature is to facilitate cross-platform debugging, thus this needs to accept full dumps as well. As a result, the name has changed from kvm_minidump_to_elf() to kvm_convert_to_elf(). Live kernel (/dev/mem) is still unsupported since kvm_walk_pages() doesn't work for that.
Use kvm_openfiles() instead
Duplicate of D56256.
update copyright notice
Sun, Apr 19
Wed, Apr 15
Sat, Apr 11
Fix typo in license header
Tue, Apr 7
Sun, Apr 5
reflect @bz's suggestion on commit message
make hmp optional
Rebase and fix
For now, let's share hmp_score_t for both capacity and score (same for macros like HMP_SCORE_SCALE). When we need to separate them (e.g. we confront architecture that has different type expectation for score and capacity), we can add capacity-specific types and values.
I think I'm not qualified for MFV: someone with trust (= commit bit) in the community should take this work instead.
Author isn't working on this anymore so I'm taking control of this revision.
Sat, Apr 4
Add coauthorship
This is improvement for D19253, but I moved this to libkvm so utilities like savecore(8) can invoke this easily.
Wed, Apr 1
After some considerations, I decided to abandon this revision based on the fact that kgdb(1) is a port and not in the base system. This means that if there is a need for this script, it should be provided via ports not through the base system. Also, I haven't heard any voice that wants this so it seems I'm trying to solve a problem that doesn't exist for now.
Mon, Mar 30
Mon, Mar 23
After talk with other FreeBSD dev at AsiaBSDCon, we concluded that score should be stored in pcpu structure, not in cpu_group for the following reasons:
Mar 22 2026
LGTM, although we need approval from committer.
LGTM
Mar 19 2026
Could you rebase main?
Could you rebase main?
Mar 14 2026
Mar 13 2026
Superseded by D55838
Mar 11 2026
I'm falling behind for this topic. Does this mean starting from pkg 2.5, we don't need pkgbasify? Also what version of FreeBSD support this? Some might have pkg 2.5 but not have FreeBSD-base in its conf file.
Mar 9 2026
I can take this once my work on LLDB is done (probably in April). I think this is mostly complete although there are some places that need fixes or improvements. Phab shows the author has been inactive for a long time, so I'll take this unless I hear back from the author.
Mar 1 2026
Can we enable/disable the whole module when one or both of HMP and SMP aren't enabled? I don't see why we need to build this driver when HMP and SMP don't exist.
Feb 17 2026
LGTM
Feb 15 2026
LGTM
Please remove all SCHED_ULE ifs. Recently we made a change so that scheduler can be chosen on boot time, so it's now meaningless to have SCHED_ULE or SCHED_4BSD
Feb 11 2026
The diff is off. Could you rebase main and create diff with git format-patch -U999999 --stdout main > change.diff?
You can squash all your previous and this one into one commit. (and that's preferred)
You can squash all your previous and this one into one commit. (and that's preferred)
The diff is off. Could you rebase main and create diff with git format-patch -U999999 --stdout main > change.diff?
Feb 9 2026
update misplaced comment
remove blank line and separate commit for x86
cleanup x86