Re: CVS commit: src/lib/libc/arch/i386/gen

2012-08-31 Thread Joerg Sonnenberger
On Fri, Aug 31, 2012 at 08:57:24PM +, Matthias Drochner wrote:
> Module Name:  src
> Committed By: drochner
> Date: Fri Aug 31 20:57:24 UTC 2012
> 
> Modified Files:
>   src/lib/libc/arch/i386/gen: _lwp.c
> 
> Log Message:
> Align the stack to a 16-byte boundary on LWP creation.
> This is more than required by the ABI, but it makes programs using SSE
> in a thread work without extra compiler flags or performance hit.

Please revert this. It is pointless and broken.

Joerg


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

2012-08-31 Thread Masao Uebayashi
On Fri, Aug 31, 2012 at 11:31 PM, Chuck Silvers  wrote:
> Log Message:
> fix some confusion about PG_FAKE.

The name is so confusing.  How about changing it to e.g. PG_UNINITED?


Re: CVS commit: src

2012-08-31 Thread Nick Hudson
On Friday 31 August 2012 12:52:39 Nick Hudson wrote:
> Module Name:  src
> Committed By: skrll
> Date: Fri Aug 31 11:52:39 UTC 2012
> 
> Modified Files:
>   src/sys/arch/arm/arm32: db_machdep.c
>   src/usr.sbin/crash: Makefile
> 
> Log Message:
> Don't advertise the svc/und/irq stack pointers as accessible to crash(8)
> when they're not

s/svc/abt/

I'll fix it in cvs when I remember how to.

Nick


Re: CVS commit: src/usr.bin/make

2012-08-31 Thread Christos Zoulas
In article <20120831070037.6fb7a17...@cvs.netbsd.org>,
Simon J. Gerraty  wrote:
>-=-=-=-=-=-
>
>Module Name:   src
>Committed By:  sjg
>Date:  Fri Aug 31 07:00:36 UTC 2012
>
>Modified Files:
>   src/usr.bin/make: main.c
>
>Log Message:
>Cast sizeof() to int, which is sufficent and consistent with other use
>within make.

snprintf() can return -1 so the second part is wrong.

christos