Page MenuHomeFreeBSD

Add kern.features when cloudabi support is loaded
ClosedPublic

Authored by bapt on Aug 19 2015, 3:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 25, 11:25 AM
Unknown Object (File)
Feb 28 2024, 10:49 AM
Unknown Object (File)
Feb 28 2024, 9:03 AM
Unknown Object (File)
Dec 19 2023, 10:14 PM
Unknown Object (File)
Sep 1 2023, 10:03 PM
Unknown Object (File)
Sep 1 2023, 10:02 PM
Unknown Object (File)
Sep 1 2023, 10:00 PM
Unknown Object (File)
Sep 1 2023, 9:59 PM
Subscribers

Details

Summary

sysctl -d kern.features.cloudabi
kern.features.cloudabi: CloudABI 32bit support
sysctl -d kern.features.cloudabi64
kern.features.cloudabi64: CloudABI 64bit support

Diff Detail

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

Event Timeline

bapt retitled this revision from to Add kern.features when cloudabi support is loaded.
bapt updated this object.
bapt edited the test plan for this revision. (Show Details)
bapt added a reviewer: ed.
sys/compat/cloudabi/cloudabi_proc.c
140 ↗(On Diff #8062)

Please don't do this. :-)

The cloudabi module on its own does nothing special. It merely means that code that does not depend on the pointer size at all has been loaded. 32-bit support would need to be added through a kernel module cloudabi32.

Remove the feature where not needed

ed edited edge metadata.

Perfectamundo!

This revision is now accepted and ready to land.Aug 19 2015, 3:16 PM
This revision was automatically updated to reflect the committed changes.