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

2009-11-28 Thread Masao Uebayashi
> Module Name: src > Committed By: christos > Date: Sat Nov 28 23:46:39 UTC 2009 > > Modified Files: > src/lib/libc/arch/m68k/gen: Makefile.inc > Added Files: > src/lib/libc/arch/m68k/gen: fpfake.c > > Log Message: > Add no/op routines for m68000 for the sticky, mask, and rou

Re: CVS commit: src/sys/net

2009-11-28 Thread Tetsuya Isaki
At Sat, 28 Nov 2009 10:23:44 +0100, Marc Balmer wrote: > > + case ETHERTYPE_AARP: > > /* probably this should be done with a NETISR as well */ > > - aarpinput(ifp, m); /* XXX */ > > - return; > > + arpinput(ifp, m);

Re: CVS commit: src/sys/compat

2009-11-28 Thread David Laight
On Sat, Nov 28, 2009 at 11:21:30PM +0100, Joerg Sonnenberger wrote: > Are you sure about the PR? should have been 31368 :-( David -- David Laight: da...@l8s.co.uk

Re: CVS commit: src/sys/compat

2009-11-28 Thread Joerg Sonnenberger
Are you sure about the PR? Joerg On Sat, Nov 28, 2009 at 10:11:42PM +, David Laight wrote: > Module Name: src > Committed By: dsl > Date: Sat Nov 28 22:11:42 UTC 2009 > > Modified Files: > src/sys/compat/linux/common: linux_socket.c linux_socket.h > linux_sockio.h >

Re: CVS commit: src/sys

2009-11-28 Thread Tobias Nygren
On Wed, 25 Nov 2009 13:53:19 + Mindaugas Rasiukevicius wrote: > Modified Files: > src/sys/arch/i386/i386: db_trace.c > src/sys/sys: lwp.h > > Log Message: > Restore exporting of lwp_getpcb() to userland and fix DDB properly. > While the header might be abstracted better, it is a

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

2009-11-28 Thread Joerg Sonnenberger
As written on current-users@, this breaks comm(1) for trivial use cases like: printf "a" > test1 printf "a\n" > test2 comm test1 test2 Joerg On Sat, Nov 28, 2009 at 03:56:38AM +, D'Arcy J.M. Cain wrote: > Module Name: src > Committed By: darcy > Date: Sat Nov

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

2009-11-28 Thread enami tsugutomo
> The above is defining a global symbol that referes to the middle of > a struct, not setting a memory location to the address of the it. Do you mean lwp0.l_addr may vary during execution? enami.

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

2009-11-28 Thread David Laight
On Sat, Nov 28, 2009 at 08:29:43AM +0900, enami tsugutomo 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

Re: CVS commit: src/sys/net

2009-11-28 Thread Marc Balmer
> Module Name: src > Committed By: isaki > Date: Sat Nov 28 02:58:22 UTC 2009 > > Modified Files: > src/sys/net: if_ethersubr.c > > Log Message: > white space -> tab. > > > To generate a diff of this commit: > cvs rdiff -u -r1.173 -r1.174 src/sys/net/if_ethersubr.c > > Please no