cvs commit: src/lib/libc/sys Makefile.inc cpuset_getaffinity.2

Kris Kennaway kris at FreeBSD.org
Sun Mar 30 04:53:56 PDT 2008


Kevin Oberman wrote:
>> From: Jeff Roberson <jeff at FreeBSD.org>
>> Date: Sat, 29 Mar 2008 10:26:30 +0000 (UTC)
>> Sender: owner-cvs-all at freebsd.org
>>
>> jeff        2008-03-29 10:26:30 UTC
>>
>>   FreeBSD src repository
>>
>>   Modified files:
>>     lib/libc/sys         Makefile.inc 
>>   Added files:
>>     lib/libc/sys         cpuset_getaffinity.2 
>>   Log:
>>    - Add a man page for cpuset_getaffinity() and cpuset_setaffinity() and
>>      hook it up to the build.
>>   
>>   Reviewed by:    brueffer (skeleton and formatting assistance)
>>   
>>   Revision  Changes    Path
>>   1.132     +3 -2      src/lib/libc/sys/Makefile.inc
>>   1.1       +156 -0    src/lib/libc/sys/cpuset_getaffinity.2 (new)
> 
> Thanks so much for the CPU affinity calls. I am looking forward to a
> command line tool to allow me to tie a process to a single CPU.

You mean like cpuset(1)? ;)

Kris


More information about the cvs-all mailing list