History log of /freebsd-10.2-release/lib/libc/sys/cpuset.2
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 285830 23-Jul-2015 gjb

- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.2.
- Update default pkg(8) configuration to use the quarterly branch.[1]

Discussed with: re, portmgr [1]
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 249716 21-Apr-2013 joel

Remove cross-references to nonexistent CPU_SET(3) manpage.
Also fix cpu_getaffinity(2) document title.

PR: 176317
Submitted by: brucec


# 233648 29-Mar-2012 eadler

Remove trailing whitespace per mdoc lint warning

Disussed with: gavin
No objection from: doc
Approved by: joel
MFC after: 3 days


# 201892 09-Jan-2010 delphij

Add a set of manual pages for pthread[_attr]_[sg]etaffinity(3).

Reviewed by: davidxu
MFC after: 2 weeks


# 200589 15-Dec-2009 jilles

cpuset(2): fix a typo and a markup error in the man page

MFC after: 1 week


# 183464 29-Sep-2008 jhb

Support for CPU sets is going to appear in 7.1 before 8.0.

MFC after: 3 days


# 178329 20-Apr-2008 antoine

Document that you must include <sys/param.h> before <sys/cpuset.h>.

Approved by: rwatson (mentor)


# 177705 29-Mar-2008 jeff

- Add a man page for cpuset(), cpuset_setid(), and cpuset_getid() and hook
it up to the build.

Reviewed by: brueffer (skeleton and formatting assistance)