procstat bits are not included, I think it will go as a separate column in procstat vm output, hidden under a flag to not break the output format by default
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
procstat bits are not included, I think it will go as a separate column in procstat vm output, hidden under a flag to not break the output format by default
In CheriBSD, procstat vm has a -v option to enable some extra columns, so I would suggest using that for maxprot.
sys/sys/user.h | ||
---|---|---|
509–511 | I'd rather these start from 0x00010000 like PROT_MAX(PROT_READ). We've added two additional port bits in CheriBSD and it would be annoying to interleave MAX and regular PROTs. |