Explain some basic expectations about architectures supported by FreeBSD, note about ILP32 and LP64.
Details
- Reviewers
emaste imp - Group Reviewers
manpages - Commits
- rS317809: Provide introduction for the arch(7) manpage.
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 9070 Build 9481: CI src build Jenkins
Event Timeline
share/man/man7/arch.7 | ||
---|---|---|
51 | In fact, I think that this is not that important to put exact list in arch(7). I reformulated this into more vague note specifying that it is possible to have either. Main point there I wanted to make is that address space available to usermode varies. | |
107 | Only ARMv8 has optional 32bit mode, other architectures are dual-mode always, AFAIK. Please correct me. I mentioned AArch32 as a prerequisite. |
Mention two-complement.
AArch32 support is required for 32bit (but we do not).
Make list of arches where K/U AS different more vague.
share/man/man7/arch.7 | ||
---|---|---|
107 | Correct. VAX is the only other example I can think where some CPUs had the new mode, while others had both. That's not relevant here though. |
share/man/man7/arch.7 | ||
---|---|---|
42–44 | @brooks might have something to say about this :-) It's useful (and correct) to accurately document this state of affairs as it exists today, although maybe a very brief comment about changes coming up? | |
56 | *the* kernel uses *a* separate address space | |
57 | Maybe "kernel and user share a single address space"? | |
60 | user main thread? | |
63 | Maybe "All FreeBSD architectures use some variant of" |
share/man/man7/arch.7 | ||
---|---|---|
42–44 | Could you propose the wording ? I believe that chery is neither ILP32 nor LP64, so more editing will be required at that time. IMO for now it is enough to reflect the present state. |
share/man/man7/arch.7 | ||
---|---|---|
49 | Maybe something like: In order to maximize compatibility with future pointer integrity mechanisms, manipulations of pointers as integers should be performed via .Vt uintptr_t or .Vt intptr_t and no other types. In particular, .Vt long and .Vt ptrdiff_t should be avoided. |
I think this is fine with a few articles as pointed out inline; we can always refine it further later on.
share/man/man7/arch.7 | ||
---|---|---|
44 | probably variables, *and* uintptr_t and size_t types are... | |
63 | of *the* ELF | |
70 | Channeling wblock, avoid comma splace: "single address space. The kernel is located at the highest addresses." | |
72 | probably "the main user mode thread's stack" | |
73 | *the* highest | |
89 | comma splice, | |
91 | where *the* native | |
107 | *the* CPU |