Page MenuHomeFreeBSD

Add kern_cpuset_getaffinity() and kern_cpuset_getaffinity().
ClosedPublic

Authored by trasz on Jan 30 2017, 3:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 13, 2:29 AM
Unknown Object (File)
Sun, Oct 12, 2:55 AM
Unknown Object (File)
Thu, Oct 9, 8:25 AM
Unknown Object (File)
Mon, Oct 6, 6:20 PM
Unknown Object (File)
Sat, Oct 4, 8:58 AM
Unknown Object (File)
Sat, Oct 4, 3:52 AM
Unknown Object (File)
Thu, Sep 18, 3:40 AM
Unknown Object (File)
Mon, Sep 15, 8:49 PM
Subscribers

Details

Summary

Add kern_cpuset_getaffinity() and kern_cpuset_getaffinity(),
and use it in compats instead of their sys_*() counterparts.

I'm not quite happy with the addition of <_cpuset.h> to syscallsubr.h,
but I have no idea what would be a better way to do this.

Diff Detail

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

Event Timeline

trasz retitled this revision from to Add kern_cpuset_getaffinity() and kern_cpuset_getaffinity()..
trasz updated this object.
trasz edited the test plan for this revision. (Show Details)

Dmitry, could you test it? I have no software that calls it.

kib added a reviewer: jhb.
kib edited edge metadata.
This revision is now accepted and ready to land.Jan 30 2017, 4:56 PM
sys/sys/syscallsubr.h
36 ↗(On Diff #24563)

This is fine, the _foo.h headers are intended for nested include cases like this.

jhb edited edge metadata.
dchagin edited edge metadata.
This revision was automatically updated to reflect the committed changes.