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
F103213185: D9535.diff
Fri, Nov 22, 7:22 AM
Unknown Object (File)
Wed, Nov 13, 3:09 AM
Unknown Object (File)
Wed, Oct 30, 8:45 PM
Unknown Object (File)
Oct 21 2024, 7:18 AM
Unknown Object (File)
Sep 16 2024, 7:34 PM
Unknown Object (File)
Sep 9 2024, 3:20 AM
Unknown Object (File)
Sep 8 2024, 10:40 AM
Unknown Object (File)
Sep 8 2024, 2:16 AM
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.