Page MenuHomeFreeBSD

Rename kern_vm_* to kern_*; move the prototypes to syscallsubr.h.
ClosedPublic

Authored by kib on Feb 11 2017, 1:52 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 3, 5:30 PM
Unknown Object (File)
Mon, Nov 25, 11:57 AM
Unknown Object (File)
Nov 23 2024, 7:11 AM
Unknown Object (File)
Nov 22 2024, 7:22 AM
Unknown Object (File)
Nov 13 2024, 3:09 AM
Unknown Object (File)
Oct 30 2024, 8:45 PM
Unknown Object (File)
Oct 21 2024, 7:18 AM
Unknown Object (File)
Sep 16 2024, 7:34 PM
Subscribers

Details

Summary

Also change mach vm types to uintptr_t/size_t as needed. Do minor cleanups in the nearby lines.

Test Plan

This should also fix PR216975.

Diff Detail

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

Event Timeline

kib retitled this revision from to Rename kern_vm_* to kern_*; move the prototypes to syscallsubr.h..
kib updated this object.
kib edited the test plan for this revision. (Show Details)
kib added reviewers: alc, jhb, trasz.
kib set the repository for this revision to rS FreeBSD src repository - subversion.
kib added a subscriber: ngie.

Could the MPSAFE removal and function definition ANSIfication be done in separate commits from the functional change?

I'll check out the diff when I get home for the bug you submitted a patch on.

Thank you :)!!

I would encourage you to proceed with the style fixes, i.e., the MPSAFE removal and function definition ANSIfication.

sys/sys/syscallsubr.h
167 ↗(On Diff #25029)

This should come earlier.

kib marked an inline comment as done.
kib edited edge metadata.

Update after r313693.

alc edited edge metadata.
This revision is now accepted and ready to land.Feb 13 2017, 3:22 AM
This revision was automatically updated to reflect the committed changes.