CVS commit: src

2009-12-15 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Dec 15 11:39:05 UTC 2009 Modified Files: src/gnu/dist/gdb6/sim/mips: Makefile.in src/gnu/dist/gdb6/sim/mn10300: Makefile.in src/gnu/dist/gdb6/sim/v850: Makefile.in src/tools/gdb: Makefile Log

CVS commit: src/sys/rump/dev/wip/librumpusbhc

2009-12-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Dec 15 15:50:38 UTC 2009 Modified Files: src/sys/rump/dev/wip/librumpusbhc: rumpusbhc.c Log Message: Support more stuff, e.g. mapping alternate interface setting to the correct ugen ioctl. To generate a diff of this commit:

CVS commit: src/share/examples/rump/ulptprint

2009-12-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Dec 15 16:01:51 UTC 2009 Added Files: src/share/examples/rump/ulptprint: Makefile ulptprint.c Log Message: Add an example to show how to print with a rump ulpt driver. To generate a diff of this commit: cvs rdiff -u -r0

CVS commit: src/gnu/usr.bin/gdb6/arch

2009-12-15 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Dec 15 16:31:55 UTC 2009 Modified Files: src/gnu/usr.bin/gdb6/arch/mips64eb: config.h defs.mk init.c src/gnu/usr.bin/gdb6/arch/mips64el: config.h defs.mk init.c Log Message: XXX: turn off sim support by hand. yay, now

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

2009-12-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Dec 15 18:24:47 UTC 2009 Modified Files: src/sys/arch/mips/mips: mips_machdep.c Log Message: Make sure the pcb and initial frame area of lwp0 are zeroed since these will be the basis for all future lwps. To generate a diff of

CVS commit: src/sys/kern

2009-12-15 Thread David Laight
Module Name:src Committed By: dsl Date: Tue Dec 15 18:35:18 UTC 2009 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. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/arm/footbridge

2009-12-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 15 21:38:20 UTC 2009 Modified Files: src/sys/arch/arm/footbridge: footbridge_io.c Log Message: Fix ancient bug. footbridge_mem_bs_mmap should return a page number. To generate a diff of this commit: cvs rdiff -u -r1.15

CVS commit: src/sys

2009-12-15 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Dec 15 22:17:12 UTC 2009 Modified Files: src/sys/arch/amd64/amd64: rbus_machdep.c src/sys/arch/amd64/include: rbus_machdep.h src/sys/arch/i386/i386: rbus_machdep.c src/sys/arch/i386/include: rbus_machdep.h

CVS commit: src/distrib/notes/common

2009-12-15 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Tue Dec 15 22:30:58 UTC 2009 Modified Files: src/distrib/notes/common: legal.common Log Message: Remove HAYAKAWA Koichi's acknowledgement. To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89

CVS commit: src/sys/arch/hppa/hppa

2009-12-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 15 22:44:26 UTC 2009 Modified Files: src/sys/arch/hppa/hppa: trap.S Log Message: Remove #if 0 / #endif section To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/hppa/hppa/trap.S Please note that

CVS commit: src/sys/arch/hppa/hppa

2009-12-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 15 22:47:21 UTC 2009 Modified Files: src/sys/arch/hppa/hppa: trap.S Log Message: Consistent comment format. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/hppa/hppa/trap.S Please note that

CVS commit: src/share/man/man4

2009-12-15 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Wed Dec 16 01:42:41 UTC 2009 Modified Files: src/share/man/man4: ucom.4 Log Message: add dialout devices to FILES To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/share/man/man4/ucom.4 Please note that diffs

CVS commit: src/sys/dev

2009-12-15 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Dec 16 04:50:36 UTC 2009 Modified Files: src/sys/dev/mii: igphy.c src/sys/dev/pci: if_wm.c Added Files: src/sys/dev/pci: if_wmvar.h Log Message: Ee-enable igphy's 82566 support. - Patch for the DSP code is

CVS commit: [matt-nb5-mips64] src/gnu/dist/gdb6/bfd

2009-12-15 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Dec 16 06:22:02 UTC 2009 Modified Files: src/gnu/dist/gdb6/bfd [matt-nb5-mips64]: sysdep.h Log Message: Some config.h contain HAVE_STPCPY but sysdep.h wants HAVE_DECL_STPCPY so check for both. To generate a diff of this

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

2009-12-15 Thread Matt Thomas
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 ${MAKE} with ( ) To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.1.1.2.32.1