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
Unknown Object (File)
Tue, Apr 23, 1:16 PM
Unknown Object (File)
Sat, Apr 20, 4:55 PM
Unknown Object (File)
Fri, Apr 12, 3:44 AM
Unknown Object (File)
Mon, Apr 8, 7:44 AM
Unknown Object (File)
Mar 25 2024, 9:13 PM
Unknown Object (File)
Mar 25 2024, 8:14 PM
Unknown Object (File)
Mar 11 2024, 4:57 AM
Unknown Object (File)
Feb 24 2024, 5:36 AM
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