Re: sysctl variable question

2011-12-18 Thread mdf
2011/12/18 Fernando Apesteguía : > El 18/12/2011 22:12, "Julian Elischer" escribió: >> >> On 12/18/11 12:18 PM, Fernando Apesteguía wrote: >>> >>> Hi all, >>> >>> I'm writing a small module just for fun. I would like to have two > variables: >>> >>> - "pid" of type unsigned int and RW so the user

Re: sysctl variable question

2011-12-18 Thread Fernando Apesteguía
El 18/12/2011 22:12, "Julian Elischer" escribió: > > On 12/18/11 12:18 PM, Fernando Apesteguía wrote: >> >> Hi all, >> >> I'm writing a small module just for fun. I would like to have two variables: >> >> - "pid" of type unsigned int and RW so the user can set a pid >> - "process_name" as a string

Re: mfi (Dell H700) + hot swapping doesn't appear to work with RC1

2011-12-18 Thread Jan Mikkelsen
On 15/12/2011, at 2:16 AM, Borja Marcos wrote: > > On Dec 14, 2011, at 2:09 PM, Hugo Silva wrote: > >> Hello, >> >> First of all apologies if this has been fixed in RC3. I set this server >> up with mfsbsd, which is RC1, and didn't get to update the system yet. >> >> This box has 6 hdds, a 2-m

Re: sysctl variable question

2011-12-18 Thread Julian Elischer
On 12/18/11 12:18 PM, Fernando Apesteguía wrote: Hi all, I'm writing a small module just for fun. I would like to have two variables: - "pid" of type unsigned int and RW so the user can set a pid - "process_name" as a string RD that will display the process name associated to that pid (or a mes

sysctl variable question

2011-12-18 Thread Fernando Apesteguía
Hi all, I'm writing a small module just for fun. I would like to have two variables: - "pid" of type unsigned int and RW so the user can set a pid - "process_name" as a string RD that will display the process name associated to that pid (or a message if the pid doesn't exist anymore) My problem

Re: kern_yield vs ukbd_yield

2011-12-18 Thread Andriy Gapon
on 18/12/2011 19:39 Hans Petter Selasky said the following: > On Sunday 18 December 2011 11:58:57 Andriy Gapon wrote: >> on 17/12/2011 19:06 Hans Petter Selasky said the following: >>> If the problem is only in UKBD driver, I don't think this is a big >>> problem to solve. The reason for the auto-m

Re: kern_yield vs ukbd_yield

2011-12-18 Thread Hans Petter Selasky
On Sunday 18 December 2011 11:58:57 Andriy Gapon wrote: > on 17/12/2011 19:06 Hans Petter Selasky said the following: > > If the problem is only in UKBD driver, I don't think this is a big > > problem to solve. The reason for the auto-magic locking, is that I've > > sometimes seen callers in non-po

Re: kern_yield vs ukbd_yield

2011-12-18 Thread Andriy Gapon
on 17/12/2011 19:06 Hans Petter Selasky said the following: > If the problem is only in UKBD driver, I don't think this is a big problem to > solve. The reason for the auto-magic locking, is that I've sometimes seen > callers in non-polling mode call into UKBD without Giant locked. And this > ca