Page MenuHomeFreeBSD

Style MAP_ENTRY_ and MAP_ definitions.
ClosedPublic

Authored by kib on Jun 8 2019, 7:44 PM.
Tags
None
Referenced Files
F163825367: D20560.id58413.diff
Sun, Jul 26, 10:20 AM
Unknown Object (File)
Sat, Jul 25, 3:07 AM
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
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 24772

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

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.