Re: CVS commit: src/tools/gdb

2009-12-14 Thread Masao Uebayashi
> Since not a parallel make problem. > > enami. > > Index: gnu/dist/gdb6/sim/mips/Makefile.in > === > RCS file: /cvsroot/src/gnu/dist/gdb6/sim/mips/Makefile.in,v > retrieving revision 1.1.1.2 > diff -u -r1.1.1.2 Makefile.in > --- gnu

Re: CVS commit: src/tools/gdb

2009-12-14 Thread enami tsugutomo
> So problems are: > - why .NOTPARALLEL doesn't work? Since not a parallel make problem. enami. Index: gnu/dist/gdb6/sim/mips/Makefile.in === RCS file: /cvsroot/src/gnu/dist/gdb6/sim/mips/Makefile.in,v retrieving revision 1.1.1.2 di

Re: CVS commit: src/lib/libc/time

2009-12-14 Thread David Holland
On Mon, Dec 14, 2009 at 03:56:14PM +0100, Joerg Sonnenberger wrote: > > - } while ((sse * 10 <= TIME_MAX) && > > + } while (((uint64_t)(sse * 10) <= > > TIME_MAX) && > > > > Don't you want ((uint64_t)sse * 10 <= TIME_MAX), that is,

Re: CVS commit: src/external/bsd/ntp

2009-12-14 Thread Christos Zoulas
On Dec 15, 6:16am, jo...@britannica.bec.de (Joerg Sonnenberger) wrote: -- Subject: Re: CVS commit: src/external/bsd/ntp | Could you please add some logical abstraction for this? I am planning to get rid of it completely and turn WARNS on... Soon after Frank finishes the build. I just don't want

Re: CVS commit: src/external/bsd/ntp

2009-12-14 Thread Joerg Sonnenberger
Could you please add some logical abstraction for this? Joerg On Sun, Dec 13, 2009 at 09:09:39PM -0500, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Mon Dec 14 02:09:39 UTC 2009 > > Modified Files: > src/external/bsd/ntp: Makefile.inc > > Log Message

Re: CVS commit: src/tools/gdb

2009-12-14 Thread Masao Uebayashi
> I made it work using Makefile.gmakehost too. I don't know what those > NetBSD_DISABLED_* mean. I found it's clearly mentioned in cvs log: revision 1.3 date: 2007/01/12 13:24:30; author: skrll; state: Exp; lines: +4 -0 branches: 1.3.4; Deal with lex and yacc gen

Re: CVS commit: src/tools/gdb

2009-12-14 Thread Masao Uebayashi
> Log Message: > disable only parallel make. > @@ -11,7 +11,7 @@ > > MAKE_ARGS= MACHINE= MAKEINFO=${TOOL_MAKEINFO:Q} > > -.MAKEFLAGS: -B # XXX otherwise fails with itable.c / interp.c build > +.NOTPARALLEL:# XXX otherwise fails with itable.c / interp.c build > ALL_TARGET= al

Re: CVS commit: src/sys

2009-12-14 Thread Mindaugas Rasiukevicius
David Young wrote: > > - Can you tell what relevant code requires alldevs_mtx to be at IPL_HIGH? > > This question is still standing. > > - You have added config_collect_garbage(), which is mostly called before > > config_alldevs_lock(). How about changing it to be used as/with last > > un

Re: CVS commit: src/sys/arch/i386/stand/pxeboot

2009-12-14 Thread Daniel Carosone
On Mon, Dec 14, 2009 at 08:05:42PM +, David Laight wrote: > > Shut down the PXE network stack when we are done with it. > > I seem to remember some issues where certain bios locked up if/when > that was called. Which is why it was commented out. But not, apparently, commented. -- Dan. pgpMp

Re: CVS commit: src/sys/kern

2009-12-14 Thread Matt Thomas
On Dec 14, 2009, at 2:12 PM, Mindaugas Rasiukevicius wrote: > Hello, > >> Module Name:src >> Committed By: dsl >> Date: Sat Dec 12 17:47:05 UTC 2009 >> >> Modified Files: >>src/sys/kern: sys_select.c >> >> Log Message: >> Bounding the 'nfds' arg to poll() at the current

Re: CVS commit: src/sys/kern

2009-12-14 Thread Mindaugas Rasiukevicius
Hello, > Module Name:src > Committed By: dsl > Date: Sat Dec 12 17:47:05 UTC 2009 > > Modified Files: > src/sys/kern: sys_select.c > > Log Message: > Bounding the 'nfds' arg to poll() at the current process limit for actual > open files is rather gross - the poll map isn'

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

2009-12-14 Thread Mindaugas Rasiukevicius
Hello, > Module Name:src > Committed By: martin > Date: Sat Dec 12 12:23:29 UTC 2009 > > Modified Files: > src/sys/arch/vax/vax: vm_machdep.c > > Log Message: > Clear new pcb in cpu_lwp_fork, now that this seems to no longer be > guaranteed to be zeroed memory after the u

re: CVS commit: src

2009-12-14 Thread matthew green
.mrg. On Dec 14, 2009, at 4:43 AM, Masao Uebayashi wrote: > Module Name: src > Committed By: uebayasi > Date: Mon Dec 14 12:43:48 UTC 2009 > > Modified Files: >src/games: Makefile >src/gnu/lib: Makefile >src/regress/usr.bin:

Re: CVS commit: src

2009-12-14 Thread Matt Thomas
On Dec 14, 2009, at 4:43 AM, Masao Uebayashi wrote: > Module Name: src > Committed By: uebayasi > Date: Mon Dec 14 12:43:48 UTC 2009 > > Modified Files: > src/games: Makefile > src/gnu/lib: Makefile > src/regress/usr.bin: Makefile > src/regress/usr.bin/rtld: Make

Re: CVS commit: src/sys/kern

2009-12-14 Thread David Laight
On Mon, Dec 14, 2009 at 06:21:55AM +, David Holland wrote: > On Sun, Dec 13, 2009 at 08:02:24PM +, David Laight wrote: > > Log Message: > > Another, better, fix for PR/26567. > > Only sleep once within each pipe_read/pipe_write call. > > If there is no data/space available after we wake

Re: CVS commit: src/sys/arch/i386/stand/pxeboot

2009-12-14 Thread David Laight
On Sun, Dec 13, 2009 at 11:01:42PM +, Jonathan A. Kollasch wrote: > Module Name: src > Committed By: jakllsch > Date: Sun Dec 13 23:01:42 UTC 2009 > > Modified Files: > src/sys/arch/i386/stand/pxeboot: dev_net.c main.c pxe.c pxe_netif.h > > Log Message: > Shut down the PXE netw

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

2009-12-14 Thread Matt Thomas
On Dec 14, 2009, at 10:44 AM, Masao Uebayashi wrote: > This solves. I'm not sure how to deal with other warning options. > > Masao I suppose you should sync that with conf/Makefile.kern.inc And now you can back out those changes to mips/compat*.c

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

2009-12-14 Thread Masao Uebayashi
This solves. I'm not sure how to deal with other warning options. Masao Index: sys/modules/Makefile.inc === RCS file: /cvsroot/src/sys/modules/Makefile.inc,v retrieving revision 1.1 diff -u -r1.1 Makefile.inc --- sys/modules/Makefil

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

2009-12-14 Thread Matt Thomas
On Dec 14, 2009, at 8:13 AM, Masao Uebayashi wrote: >>> Log Message: >>> We don't declare variables in for () statement. >> >> The kernel is a C99 environment which makes that legal. Limiting the scope >> of variables is always a good thing. > > I agree that it's a good thing. Its build faile

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

2009-12-14 Thread Masao Uebayashi
> > Log Message: > > We don't declare variables in for () statement. > > The kernel is a C99 environment which makes that legal. Limiting the scope > of variables is always a good thing. I agree that it's a good thing. Its build failed in modules. Masao -- Masao Uebayashi / Tombi Inc. / Tel:

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

2009-12-14 Thread Martin Husemann
On Mon, Dec 14, 2009 at 06:55:19AM -0800, Matt Thomas wrote: > The kernel is a C99 environment which makes that legal. Limiting the scope > of variables is always a good thing. I agree, but we need to fix /usr/share/misc/style for this. Martin

Re: CVS commit: src/lib/libc/time

2009-12-14 Thread Joerg Sonnenberger
On Mon, Dec 14, 2009 at 06:15:21AM +, David Holland wrote: > On Mon, Dec 14, 2009 at 05:51:57AM +, Matt Thomas wrote: > > Suppress a warning if time_t is __int64_t > > - } while ((sse * 10 <= TIME_MAX) && > + } while (((uint64_t)

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

2009-12-14 Thread Matt Thomas
On Dec 14, 2009, at 4:53 AM, Masao Uebayashi wrote: > Module Name: src > Committed By: uebayasi > Date: Mon Dec 14 12:53:18 UTC 2009 > > Modified Files: > src/sys/arch/mips/mips: compat_13_machdep.c compat_16_machdep.c > > Log Message: > We don't declare variables in for () state

Re: CVS commit: src/etc/mtree

2009-12-14 Thread Masao Uebayashi
> Log Message: > NetBSD/mips64e[bl] userland is default to N32 ABI. It needs /usr/lib/o32 > for O32 ABI and /usr/lib/64 for N32 ABI. ^^^ Of course I meant N64. Masao -- Masao Uebayashi / Tombi Inc. / Tel: +81-90-9141-4635