Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 25109
Event Timeline
Comment Actions
Suggested rewording of a sentence.
lib/libc/sys/procctl.2 | ||
---|---|---|
129 | The image flag might still prevent the enablement. |
sys/vm/vm_mmap.c | ||
---|---|---|
59 | 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. |