Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Overall looks reasonable, a few small alpha ordering nits.
sys/compat/freebsd32/freebsd32_misc.c | ||
---|---|---|
3337 ↗ | (On Diff #59163) | alpha order |
sys/vm/vm_mmap.c | ||
59 ↗ | (On Diff #59163) | can this go in alpha order, other misordered headers notwithstanding? |
usr.bin/proccontrol/proccontrol.c | ||
76 ↗ | (On Diff #59163) | alpha order |
Comment Actions
Suggested rewording of a sentence.
lib/libc/sys/procctl.2 | ||
---|---|---|
129 ↗ | (On Diff #59163) | The image flag might still prevent the enablement. |
sys/vm/vm_mmap.c | ||
---|---|---|
59 ↗ | (On Diff #59163) | Not sure what would be the right place then. Moved before filedesc.h. |
lib/libc/sys/procctl.2 | ||
---|---|---|
119 ↗ | (On Diff #59163) | and .Xr mprotect 2 |
128 ↗ | (On Diff #59163) | It would be nice to reference the sysctl here, "disabled system-wide by vm.imply_prot_max" |
131 ↗ | (On Diff #59163) | Should be "be disabled." |
133 ↗ | (On Diff #59163) | Extra _ between PROT and MAX. |
136 ↗ | (On Diff #59163) | "Use the system-wide ..." |
lib/libc/sys/procctl.2 | ||
---|---|---|
119 ↗ | (On Diff #59163) | 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 ↗ | (On Diff #59163) | 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. |