Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Mindaugas Rasiukevicius <rmind@netbsd.org>
List: source-changes
Date: 01/15/2008 03:41:50
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.