Details
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 25134
Event Timeline
Suggested rewording of a sentence.
lib/libc/sys/procctl.2 | ||
---|---|---|
129 | The image flag might still prevent the enablement. |
sys/vm/vm_mmap.c | ||
---|---|---|
60 | Not sure what would be the right place then. Moved before filedesc.h. |
lib/libc/sys/procctl.2 | ||
---|---|---|
119 | We don't imply PROT_MAX on mprotect at this time. One could make a case for it, but we're never tested it and it's not as clear a case IMO. | |
sys/sys/syscallsubr.h | ||
178 | It seems a little odd to me that this is here and not in some sys/vm/* header, but don't have a strong opinion. |
This looks like it's more for debugging than for an end user. Maybe put this under boot verbose? The reason is that it's not an error until it's an error, meaning that if we're going to wait for the device when it's not there yet, then printing errors is confusing. Putting it under boot verbose is a nice way for people to get insight into why a boot may be stalled...