Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: rmind
Date: Tue Jan 15 03:41:50 UTC 2008
Added Files:
src/sys/kern: sys_pset.c
src/sys/sys: pset.h
Log Message:
Implementation of processor-sets, affinity and POSIX real-time extensions.
Add schedctl(8) - a program to control scheduling of processes and threads.
Notes:
- This is supported only by SCHED_M2;
- Migration of LWP mechanism will be revisited;
Proposed on: <tech-kern>. Reviewed by: <ad>.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/kern/sys_pset.c
cvs rdiff -r0 -r1.1 src/sys/sys/pset.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index