Re: CVS commit: [matt-nb5-mips64] src/gnu/dist/gdb6/sim/mips

2009-12-15 Thread Masao Uebayashi
I should have done this. Thanks. uebay...@iphone On 2009/12/16, at 15:24, Matt Thomas wrote: Module Name:src Committed By:matt Date:Wed Dec 16 06:24:33 UTC 2009 Modified Files: src/gnu/dist/gdb6/sim/mips [matt-nb5-mips64]: Makefile.in Log Message: wrap cd ../igen && ${M

Re: CVS commit: src/sys/kern

2009-12-15 Thread David Holland
On Tue, Dec 15, 2009 at 06:35:18PM +, David Laight wrote: > Modified Files: > src/sys/kern: sys_pipe.c > > Log Message: > Don't ERESTART write() calls for now. > I suspect some programs don't allow for the partial transfer. More likely, the pipe is stuttering and repeating itself.

Re: CVS commit: src/sys/kern

2009-12-15 Thread Michael
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On Dec 13, 2009, at 3:02 PM, David Laight wrote: Module Name:src Committed By: dsl Date: Sun Dec 13 20:02:23 UTC 2009 Modified Files: src/sys/kern: sys_pipe.c Log Message: Another, better, fix for PR/26567. Only sle

re: CVS commit: src/distrib/sets/lists/comp

2009-12-15 Thread matthew green
Module Name: src Committed By:jmmv Date:Tue Dec 15 21:54:23 UTC 2009 Modified Files: src/distrib/sets/lists/comp: md.amd64 Log Message: Add missing entries for libiscsi compat library. Hi m...@! foo :) i have a plan to make these somewh

Re: CVS commit: src/sys/kern

2009-12-15 Thread David Laight
On Mon, Dec 14, 2009 at 10:12:24PM +, 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

Re: CVS commit: src/tools/gdb

2009-12-15 Thread Christos Zoulas
On Dec 15, 5:03pm, uebay...@tombi.co.jp (Masao Uebayashi) wrote: -- Subject: Re: CVS commit: src/tools/gdb | I changed other instances too. OK to check in? | I think so. christos

Re: CVS commit: src/tools/gdb

2009-12-15 Thread Masao Uebayashi
> Hm, it may be simpler to remove `cd ../igen && $(MAKE)' except the > ../igen/igen target. Ah, now I see this is also a simple race... This works for me. Masao Index: gnu/dist/gdb6/sim/mips/Makefile.in === RCS file: /cvsroot/src/g

Re: CVS commit: src/tools/gdb

2009-12-15 Thread enami tsugutomo
> 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/dist/gdb6/sim/mips/Makefile.in2 Jul 2006 20

Re: CVS commit: src/tools/gdb

2009-12-15 Thread Masao Uebayashi
I changed other instances too. OK to check in? Masao 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/dist/gd