Page MenuHomeFreeBSD

Style MAP_ENTRY_ and MAP_ definitions.
ClosedPublic

Authored by kib on Jun 8 2019, 7:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 16, 5:30 PM
Unknown Object (File)
Oct 19 2024, 4:27 PM
Unknown Object (File)
Oct 10 2024, 2:03 PM
Unknown Object (File)
Oct 4 2024, 11:30 PM
Unknown Object (File)
Oct 2 2024, 8:49 PM
Unknown Object (File)
Oct 2 2024, 3:34 AM
Unknown Object (File)
Sep 30 2024, 11:11 AM
Unknown Object (File)
Sep 30 2024, 3:07 AM
Subscribers

Details

Summary

Spell all bits in the hex constants.
Since all lines are modified, consistently use <tab> after #define.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I only wish that the options to mmap(2) and the vm_map operations didn't use the same prefix, i.e., "MAP_". :-(

This revision is now accepted and ready to land.Jun 8 2019, 8:05 PM
sys/vm/vm_map.h
143 ↗(On Diff #58412)

Capitalizing Top and Bottom is inconsistent with the rest.

This revision now requires review to proceed.Jun 8 2019, 8:22 PM
This revision is now accepted and ready to land.Jun 8 2019, 8:23 PM
This revision was automatically updated to reflect the committed changes.