Subject: Re: CVS commit: src/regress/sys/kern
To: Andrew Doran <ad@netbsd.org>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-kern
Date: 02/06/2007 08:45:05
On Feb 6, 2007, at 6:36 AM, Andrew Doran wrote:
> - change kthread_create() to take a priority argument
That would be great.
> - fork kernel threads off proc0 as new LWPs, not new processes
Yes! I've wanted to do that for a while now.
> - allow LWPs to take a short name string
> - change top & ps to report correctly for processes with multiple LWPs
> - give top an 'LWP mode' that will show per-LWP details, including
> the name
>
> Cheers,
> Andrew
-- thorpej