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)
Tue, Jul 21, 6:12 AM
Unknown Object (File)
Sat, Jul 18, 3:48 PM
Unknown Object (File)
Thu, Jul 9, 4:10 PM
Unknown Object (File)
Fri, Jul 3, 8:42 PM
Unknown Object (File)
Tue, Jun 30, 2:48 PM
Unknown Object (File)
May 16 2026, 5:53 PM
Unknown Object (File)
May 16 2026, 3:28 PM
Unknown Object (File)
May 2 2026, 3:03 PM
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.