Page MenuHomeFreeBSD

Tidy up ordering of constants in ASLR patch
AbandonedPublic

Authored by emaste on Oct 20 2016, 8:20 PM.
Tags
None
Referenced Files
F151852416: D8304.id.diff
Sat, Apr 11, 2:47 AM
Unknown Object (File)
Fri, Apr 10, 1:58 PM
Unknown Object (File)
Mon, Apr 6, 6:40 PM
Unknown Object (File)
Mon, Apr 6, 11:08 AM
Unknown Object (File)
Sat, Apr 4, 5:00 AM
Unknown Object (File)
Thu, Apr 2, 1:34 AM
Unknown Object (File)
Mon, Mar 30, 2:39 AM
Unknown Object (File)
Fri, Mar 27, 12:25 PM
Subscribers
None

Details

Reviewers
None
Summary

Absent a need for a specific order, fall back to alphabetical ordering.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste retitled this revision from to Tidy up ordering of constants in ASLR patch.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
sys/compat/ia32/ia32_sysvec.c
127

This approach in sys/arm/arm/elf_machdep.c avoids the need for the strange looking , on its own line. I could commit that cleanup independently first.

sys/compat/ia32/ia32_sysvec.c
127
emaste added inline comments.
usr.bin/proccontrol/proccontrol.c
66

Most of the changes proposed in this diff are perhaps somewhat pedantic, but the usage at least should be in alpha order, which will match the order these will appear in the eventual man page.

Has been incorporated into an update of D5603