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, Apr 14, 6:14 AM
Unknown Object (File)
Mon, Apr 14, 3:15 AM
Unknown Object (File)
Mon, Apr 14, 1:50 AM
Unknown Object (File)
Mon, Apr 14, 1:39 AM
Unknown Object (File)
Mar 19 2025, 8:09 AM
Unknown Object (File)
Feb 27 2025, 9:33 PM
Unknown Object (File)
Feb 26 2025, 3:55 PM
Unknown Object (File)
Feb 20 2025, 5:40 PM
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.