Page MenuHomeFreeBSD

Document sched_getaffinity and sched_setaffinity
AcceptedPublic

Authored by felix.the.red_gmail.com on Jul 7 2025, 6:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 31, 8:29 PM
Unknown Object (File)
Mon, Oct 27, 10:58 PM
Unknown Object (File)
Wed, Oct 22, 1:34 AM
Unknown Object (File)
Wed, Oct 22, 1:34 AM
Unknown Object (File)
Tue, Oct 21, 2:00 PM
Unknown Object (File)
Sep 20 2025, 5:59 PM
Unknown Object (File)
Sep 7 2025, 9:06 AM
Unknown Object (File)
Sep 5 2025, 12:38 PM

Details

Reviewers
pauamma_gundo.com
kib
Group Reviewers
manpages
Summary

The sched_getaffinity(3) and sched_setaffinity(3) functions added in FreeBSD 13.1 lack a manual page.
This revision creates a manual page to document those functions, and fixes issues with the previous revision.

PR:265249

Test Plan

Read lib/libc/gen/sched_getaffinity.c and lib/libc/gen/sched_setaffinity.c.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

lwhsu added inline comments.
lib/libc/gen/Makefile.inc
523
This revision is now accepted and ready to land.Jul 7 2025, 11:51 PM
lib/libc/gen/sched_getaffinity.3
3

You need a comment line before and after this like it shows in style(9)

Except for the Makefile glitches, the content LGTM.

lib/libc/gen/Makefile.inc
301

Order alphabetically.