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)
Feb 8 2024, 12:29 PM
Unknown Object (File)
Jan 26 2024, 12:14 PM
Unknown Object (File)
Dec 20 2023, 1:04 AM
Unknown Object (File)
Nov 22 2023, 8:09 AM
Unknown Object (File)
Sep 7 2023, 8:39 PM
Unknown Object (File)
Sep 7 2023, 8:39 PM
Unknown Object (File)
Sep 7 2023, 8:30 PM
Unknown Object (File)
Sep 1 2023, 11:45 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.