svn commit: r317757 - head/lib/libc/sys
Conrad Meyer
cem at FreeBSD.org
Wed May 3 18:46:34 UTC 2017
Author: cem
Date: Wed May 3 18:46:33 2017
New Revision: 317757
URL: https://svnweb.freebsd.org/changeset/base/317757
Log:
cpuset.2: Document new API options
A follow-up to r317756. Adrian will chase up the userspace cpuset(1)
additions.
Reported by: kib@
Sponsored by: Dell EMC Isilon
Modified:
head/lib/libc/sys/cpuset.2
Modified: head/lib/libc/sys/cpuset.2
==============================================================================
--- head/lib/libc/sys/cpuset.2 Wed May 3 18:41:08 2017 (r317756)
+++ head/lib/libc/sys/cpuset.2 Wed May 3 18:46:33 2017 (r317757)
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 20, 2015
+.Dd May 3, 2017
.Dt CPUSET 2
.Os
.Sh NAME
@@ -101,6 +101,8 @@ argument may have the following values:
.It Dv CPU_WHICH_JAIL Ta "id is jid (jail id)"
.It Dv CPU_WHICH_CPUSET Ta "id is a cpusetid_t (cpuset id)"
.It Dv CPU_WHICH_IRQ Ta "id is an irq number"
+.It Dv CPU_WHICH_INTRHANDLER Ta "id is an irq number for an interrupt handler"
+.It Dv CPU_WHICH_ITHREAD Ta "id is an irq number for an ithread"
.It Dv CPU_WHICH_DOMAIN Ta "id is a NUMA domain"
.El
.Pp
More information about the svn-src-head
mailing list