re: CVS commit: src/sys/arch/x86/x86

2011-03-03 Thread matthew green
> On Fri, Mar 04, 2011 at 04:04:53PM +1100, matthew green wrote: > > > Raise the return value of the match-function of est(4) and powernow(4). > > > The assigned priorities are now: 10 for acpicpu(4), 5 for est(4) and > > > powernow(4), and 1 for odcm(4). These are used to pick the preferred > >

Re: CVS commit: src/sys/arch/x86/x86

2011-03-03 Thread Jukka Ruohonen
On Fri, Mar 04, 2011 at 04:04:53PM +1100, matthew green wrote: > > Raise the return value of the match-function of est(4) and powernow(4). > > The assigned priorities are now: 10 for acpicpu(4), 5 for est(4) and > > powernow(4), and 1 for odcm(4). These are used to pick the preferred driver. > > t

re: CVS commit: src/sys/arch/x86/x86

2011-03-03 Thread matthew green
> Module Name: src > Committed By: jruoho > Date: Fri Mar 4 04:53:28 UTC 2011 > > Modified Files: > src/sys/arch/x86/x86: est.c powernow.c > > Log Message: > Raise the return value of the match-function of est(4) and powernow(4). > The assigned priorities are now: 10 for acpicpu(

Re: CVS commit: src/sys/arch/amd64/include

2011-03-03 Thread Christos Zoulas
In article <20110304033425.0e01017...@cvs.netbsd.org>, Joerg Sonnenberger wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: joerg >Date: Fri Mar 4 03:34:24 UTC 2011 > >Modified Files: > src/sys/arch/amd64/include: vmparam.h > >Log Message: >Reduce MAXSSIZ to 64MB, otherwise

Re: CVS commit: src/sys/fs/msdosfs

2011-03-03 Thread Matthias Scheler
On Thu, Mar 03, 2011 at 11:12:35AM +0200, Antti Kantee wrote: > > Is he perhaps using "USE_SSP=yes"? > > Isn't that the default? Only for kernels and certain directories e.g. "src/lib/libc". Maybe we should: 1.) Build all tests with "USE_SSP=yes". 2.) Run them with "MALLOC_OPTIONS" set to "AJ".

Re: CVS commit: src/regress/sys/net

2011-03-03 Thread David Holland
On Thu, Mar 03, 2011 at 08:09:49AM +, David Laight wrote: > > +awk < $1 ' > > +state == 0 && /^ether_aton_r/ { print prev; state = 1; } > > +state == 1 { print; } > > +state == 1 && /^}$/ { state = 2; } > > +{ prev = $0; } > > +' >> $2 > > Looks like that would be even

Re: CVS commit: src/sys/fs/msdosfs

2011-03-03 Thread Antti Kantee
On Thu Mar 03 2011 at 09:00:39 +, Matthias Scheler wrote: > On Thu, Mar 03, 2011 at 08:10:45AM +, Antti Kantee wrote: > > Module Name:src > > Committed By: pooka > > Date: Thu Mar 3 08:10:45 UTC 2011 > > > > Modified Files: > > src/sys/fs/msdosfs: msdosfs_v

Re: CVS commit: src/sys/fs/msdosfs

2011-03-03 Thread Matthias Scheler
On Thu, Mar 03, 2011 at 08:10:45AM +, Antti Kantee wrote: > Module Name: src > Committed By: pooka > Date: Thu Mar 3 08:10:45 UTC 2011 > > Modified Files: > src/sys/fs/msdosfs: msdosfs_vnops.c > > Log Message: > In rename, use char[12]?for new names instead of [11]. At least

Re: CVS commit: src/regress/sys/net

2011-03-03 Thread David Laight
On Thu, Mar 03, 2011 at 12:27:19AM +, David Holland wrote: > On Tue, Mar 01, 2011 at 08:02:40AM +, David Laight wrote: > > > autogen requires ed(1), which is not provided by our toolchain. > > > (In other words, this causes a odd build failure on some Linux build > > > hosts.) > > > >