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)
Dec 20 2023, 6:28 AM
Unknown Object (File)
Nov 10 2023, 2:32 PM
Unknown Object (File)
Nov 8 2023, 2:27 PM
Unknown Object (File)
Nov 8 2023, 11:22 AM
Unknown Object (File)
Nov 6 2023, 6:45 AM
Unknown Object (File)
Oct 19 2023, 6:00 AM
Unknown Object (File)
Oct 7 2023, 1:25 PM
Unknown Object (File)
Oct 5 2023, 5:35 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.