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)
Sun, Nov 24, 6:13 PM
Unknown Object (File)
Wed, Nov 13, 2:33 AM
Unknown Object (File)
Sep 8 2024, 8:29 PM
Unknown Object (File)
Sep 8 2024, 2:49 PM
Unknown Object (File)
Sep 7 2024, 8:27 PM
Unknown Object (File)
Sep 1 2024, 2:52 AM
Unknown Object (File)
Aug 22 2024, 6:25 AM
Unknown Object (File)
Aug 10 2024, 1:10 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.