Page MenuHomeFreeBSD

Add kern_cpuset_setid() and kern_cpuset_setid().
ClosedPublic

Authored by trasz on Jan 30 2017, 2:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 29, 2:41 PM
Unknown Object (File)
Sat, Sep 27, 12:35 AM
Unknown Object (File)
Fri, Sep 26, 1:27 AM
Unknown Object (File)
Thu, Sep 25, 9:18 PM
Unknown Object (File)
Thu, Sep 25, 12:15 PM
Unknown Object (File)
Wed, Sep 24, 7:27 AM
Unknown Object (File)
Sep 9 2025, 4:05 AM
Unknown Object (File)
Aug 12 2025, 11:21 AM
Subscribers

Details

Summary

Add kern_cpuset_setid() and kern_cpuset_setid(), and use it
in compat32 instead of their sub_*() counterparts.

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_setid() and kern_cpuset_setid()..
trasz updated this object.
trasz edited the test plan for this revision. (Show Details)
kib added a reviewer: jhb.
kib edited edge metadata.
kib added inline comments.
sys/sys/syscallsubr.h
89 ↗(On Diff #24562)

Isn't this line too long ?

This revision is now accepted and ready to land.Jan 30 2017, 4:54 PM
jhb edited edge metadata.

Fine with me modulo Konstantin's style note.

This revision was automatically updated to reflect the committed changes.