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

2009-11-26 Thread matthew green
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 locate PCB. hmmm.. i wonder if we can re-add proc0paddr, defin

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

2009-11-26 Thread enami tsugutomo
> 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 locate PCB. I wonder if it is better to keep proc0paddr in kernel as a pointer to PCB

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

2009-11-26 Thread YAMAMOTO Takashi
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 comparing v2 and v3 filehandles. this seems loose to me. how about normalizing file handles? (ideally lockd sh

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

2009-11-26 Thread YAMAMOTO Takashi
hi, > Hello, > > David Laight wrote: >> Module Name: src >> Committed By:dsl >> Date:Sat Nov 21 19:59:51 UTC 2009 >> >> Modified Files: >> src/sys/arch/i386/i386: db_trace.c >> >> Log Message: >> Don't call lwp_getpcb() when not KERNEL. > > Thanks for working this