Page MenuHomeFreeBSD

Status/2026Q2/scheduler.adoc: Add report
Needs ReviewPublic

Authored by olce on Mon, Jul 6, 1:10 PM.
Tags
None
Referenced Files
F162219124: D58051.diff
Sat, Jul 11, 12:10 AM
F162215066: D58051.diff
Fri, Jul 10, 11:32 PM
F162214673: D58051.diff
Fri, Jul 10, 11:28 PM
F162213501: D58051.id181375.diff
Fri, Jul 10, 11:15 PM
Unknown Object (File)
Fri, Jul 10, 3:40 PM
Unknown Object (File)
Fri, Jul 10, 3:27 PM
Unknown Object (File)
Fri, Jul 10, 3:00 PM
Unknown Object (File)
Thu, Jul 9, 10:43 PM

Details

Reviewers
jrm
salvadore
minsoochoo0122_proton.me
Group Reviewers
status

Diff Detail

Repository
R9 FreeBSD doc repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 74554
Build 71437: arc lint + arc unit

Event Timeline

olce requested review of this revision.Mon, Jul 6, 1:10 PM
website/content/en/status/report-2026-04-2026-06/scheduler.adoc
18
olce marked an inline comment as done.

Fix typo (missing space).

I would like to add bit more:

  • 4BSD: Switch from MAXCPU fixed-length array to DPCPU for runq_pcpu (D58000 please review)

Ok, reviewed this one, which needs more work, but will list it.

These are quite minor and to be reviewed, it's probably easier to mention them in next report.

gperciva_tarsnap.com added inline comments.
website/content/en/status/report-2026-04-2026-06/scheduler.adoc
11
12
olce marked 2 inline comments as done.

Cater to gpercival's comments

website/content/en/status/report-2026-04-2026-06/scheduler.adoc
12

Done, although that sounds slightly strange to my ears, but I'm not a native speaker.

website/content/en/status/report-2026-04-2026-06/scheduler.adoc
12

One thing that makes it sound a bit strange is that the FreeBSD doc style has a rule about not using contractions (such as "ULE's").

English speakers use them all the time, English books use them all the time, and non-formal English writing (such as emails, blog posts, git commit messages, etc.) use them all the time. I even see them in some academic conference and journal papers!

So it's [sic] very understandable that when we avoid them, the language doesn't [sic] sound normal.

olce marked an inline comment as done.Tue, Jul 7, 8:17 PM
olce added inline comments.
website/content/en/status/report-2026-04-2026-06/scheduler.adoc
12

Contractions are to be avoided, yes. But then, a fine point of grammar (at least from my POV). Feels pretty obvious to me that 's is a contraction when replacing is ("the cat's black"). But is the possessive "'s" really considered a contraction also? Out of curiosity, contraction of what?

website/content/en/status/report-2026-04-2026-06/scheduler.adoc
12

Sorry, my bad! You're correct, "ULE's" was ok, and it's not a contraction.

The original text was:

with current ULE's design,

which has the word "current" in the wrong place. I suggest either:

with the current ULE design [my originally proposed text]

or

with ULE's current design [which might flow better?]