User Details
- User Since
- May 6 2021, 12:00 AM (272 w, 5 d)
Today
Is this and D58507 subject to MFC?
Yesterday
Tue, Jul 7
Actually it works without "On " in the front
Update comment (83 columns)
Fit comment in one line (99 columns)
Add Suggested by: olce
Mon, Jul 6
Update commit message
Reflect @olce's suggestion
I would like to add bit more:
Fri, Jul 3
Wouldn't this clamp threads with different priorities to the same index (tdq->tdq_ts_deq_off - 1)?
For now I don't have enough time to visit this, so I'll take a look at this later. If I don't give any comment by Saturday evening, you can commit this.
Thu, Jul 2
I think this is okay. We now have plenty of timeshare priority levels, so preserving PRI_MAX_TIMESHARE + PRIO_MIN to PRI_MAX_TIMESHARE and PRI_MIN_TIMESHARE to PRI_MIN_TIMESHARE + PRIO_MAX for nice-adjust process makes sense as it only takes 40 levels or so. (Side note: min and max for PRI and PRIO have opposite meanings, so it's kinda confusing here...)
LGTM. I didn't know this was from KSE times, but yes, we should let it go now.
Updated benchmark for amd64 16-CURRENT, both libc built from my local machine and tested on it
Fix indent on flags
Wed, Jul 1
Benchmark results
update commit message (int -> u_int)
Mon, Jun 29
Jun 21 2026
Jun 15 2026
Jun 8 2026
You can mark all my existing inline comments as done except for the module vs device driver one.
Fix missing hmp_capacity_t separation
Jun 5 2026
LGTM. Optionally the commit message can have
Jun 3 2026
This is why I want to have C23 in base, but it's not the right time yet... LGTM:)
Jun 2 2026
Jun 1 2026
LGTM
LGTM
Both segments are placed in wrong lines. Please refer to sys/arm64/include/bus.h for correct order.
Rationale looks good. (Side note: RVA23 profile says Zabha will be mandatory in future RVA profiles)
I guess it's okay to merge this into D57381? See f115c0612131d8f939f6f357f57bdd85bd6a59de for amd64.
I would like to know what this is for. Code looks okay, but I wonder why we need these aliases. Could you elaborate more in the commit message and revision summary?
May 26 2026
May 24 2026
@koinec_yahoo.co.jp Are you fine if I update the diff to match FreeBSD's man style? The content is fine, I just need to rephrase and move sections around for consistency with other man pages. You will still be the only person on the copyright notice and git author.
May 23 2026
Wait, could you add this to amd64/LINT as well?
LGTM
May 20 2026
- hardware.adoc: remove redundant LF at end of file
- hardware.adoc: update powerpc64 entries
May 19 2026
The original could mean PowerVM, but that's not "hardware" so that shouldn't on this note although PowerVM is pretty consistent across different Power servers (unlike x86 and arm).
I wasn't sure what "IBM: pSeries VM" meant, so I'm making an assumption here that it means QEMU pSeries.
May 18 2026
Thanks, here are some reviews:
May 17 2026
- total_capacity should have type hmp_capacity_t
- hmp_capacity_t is now uint32_t since total_capacity will overflow when there are 64 or more cores. hmp_score_t has also changed to uint32_t to reflect the change.
May 16 2026
- reflect recent changes to man page
- Print none in active provider sysctl when provider isn't selected
- Remove dynamic and throttle flags as they are not needed anymore
- Add hmp_lowest_capacity_cpu()