Subject: Re: CVS commit: src
To: None <rmind@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 01/30/2008 10:20:33
> 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>.

> cvs rdiff -r1.44 -r1.45 src/sys/sys/sched.h

the change of struct sched_param broke the ABI.  please revert.

i think _sched_{get,set}param should take another argument as
pthread_{get,set}schedparam do.

YAMAMOTO Takashi