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)
Mar 28 2024, 8:59 PM
Unknown Object (File)
Feb 27 2024, 9:26 PM
Unknown Object (File)
Dec 28 2023, 7:49 AM
Unknown Object (File)
Dec 24 2023, 1:14 PM
Unknown Object (File)
Dec 22 2023, 10:28 PM
Unknown Object (File)
Oct 21 2023, 1:56 AM
Unknown Object (File)
Oct 10 2023, 8:23 AM
Unknown Object (File)
Sep 10 2023, 8:54 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.