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, May 16, 5:53 PM
Unknown Object (File)
Sat, May 16, 3:28 PM
Unknown Object (File)
May 2 2026, 3:03 PM
Unknown Object (File)
May 1 2026, 3:48 AM
Unknown Object (File)
Apr 30 2026, 7:59 PM
Unknown Object (File)
Apr 30 2026, 9:48 AM
Unknown Object (File)
Apr 28 2026, 9:06 AM
Unknown Object (File)
Apr 27 2026, 6:05 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.