Re: CVS commit: src/gnu/dist/gdb6/gdb

2009-11-27 Thread enami tsugutomo
> > i wonder if we can re-add proc0paddr, defined to be = lwp0.l_addr > > at some point in main, to help this work with older gdb? > > > > this seems like a worth-while change since it's part of bsd-kvm.c. > > would need to be in md code since L_ADDR needs to come from assym.h. > > .glob

Re: CVS commit: src/usr.sbin/rpc.lockd

2009-11-27 Thread Manuel Bouyer
On Fri, Nov 27, 2009 at 03:24:51PM +, Matthias Scheler wrote: > On Fri, Nov 27, 2009 at 03:39:51PM +0100, Manuel Bouyer wrote: > > On Fri, Nov 27, 2009 at 10:30:32AM +, Matthias Scheler wrote: > > > If I understood the Isilon presentation during EuroBSDCon 2009 correctly > > > FreeBSD 8.0 h

Re: CVS commit: src/usr.sbin/rpc.lockd

2009-11-27 Thread Matthias Scheler
On Fri, Nov 27, 2009 at 03:39:51PM +0100, Manuel Bouyer wrote: > On Fri, Nov 27, 2009 at 10:30:32AM +, Matthias Scheler wrote: > > If I understood the Isilon presentation during EuroBSDCon 2009 correctly > > FreeBSD 8.0 has an in-kernel lockd. Porting their code might be > > an option to achiev

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

2009-11-27 Thread Mindaugas Rasiukevicius
y...@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote: > >> Log Message: > >> Don't call lwp_getpcb() when not KERNEL. > > > > Thanks for working this around, however it is not a right fix. With this > > patch, build.sh release passes: > > > > http://www.netbsd.org/~rmind/crash_pcb.diff > > Requestin

Re: CVS commit: src/usr.sbin/rpc.lockd

2009-11-27 Thread Manuel Bouyer
On Fri, Nov 27, 2009 at 10:30:32AM +, Matthias Scheler wrote: > If I understood the Isilon presentation during EuroBSDCon 2009 correctly > FreeBSD 8.0 has an in-kernel lockd. Porting their code might be > an option to achieve that. One nice thing about the userland lockd is that if you restart

Re: CVS commit: xsrc/external/mit/xf86-input-ws

2009-11-27 Thread Marc Balmer
> Module Name: xsrc > Committed By: mbalmer > Date: Fri Nov 27 14:17:20 UTC 2009 > > Update of /cvsroot/xsrc/external/mit/xf86-input-ws > In directory ivanova.netbsd.org:/tmp/cvs-serv3021 > > Log Message: > initial import of xf86-input-ws, from OpenBSD > > Status: > > Vendor Tag: mba

Re: CVS commit: src/usr.sbin/rpc.lockd

2009-11-27 Thread Christos Zoulas
On Nov 27, 6:22am, y...@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote: -- Subject: Re: CVS commit: src/usr.sbin/rpc.lockd | hi, | | > Module Name:src | > Committed By: christos | > Date: Thu Nov 19 22:27:26 UTC 2009 | > | > Modified Files: | > src/usr.sbin/rpc.lockd

Re: CVS commit: src/gnu/dist/gdb6/gdb

2009-11-27 Thread David Laight
On Fri, Nov 27, 2009 at 12:45:18AM -0800, Matt Thomas wrote: > > > i wonder if we can re-add proc0paddr, defined to be = lwp0.l_addr > > at some point in main, to help this work with older gdb? > > > > this seems like a worth-while change since it's part of bsd-kvm.c. > > would need to be in md

Re: CVS commit: src/usr.sbin/rpc.lockd

2009-11-27 Thread Matthias Scheler
On Fri, Nov 27, 2009 at 06:22:30AM +, YAMAMOTO Takashi wrote: > hi, > > > Module Name:src > > Committed By: christos > > Date: Thu Nov 19 22:27:26 UTC 2009 > > > > Modified Files: > > src/usr.sbin/rpc.lockd: lockd_lock.c > > > > Log Message: > > allow comparin

Re: CVS commit: src/gnu/dist/gdb6/gdb

2009-11-27 Thread Matt Thomas
On Nov 26, 2009, at 11:47 PM, matthew green wrote: > > Module Name:src > Committed By: enami > Date: Fri Nov 27 02:51:15 UTC 2009 > > Modified Files: > src/gnu/dist/gdb6/gdb: bsd-kvm.c > > Log Message: > Lookup lwp0.l_addr instead of proc0paddr to