CVS commit: src

2009-09-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Sep 8 07:08:03 UTC 2009 Modified Files: src/distrib/sets: sets.subr src/distrib/sets/lists/base: md.amd64 mi shl.elf shl.mi src/distrib/sets/lists/comp: md.amd64 md.sparc64 mi shl.mi

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2009-09-08 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Sep 8 07:46:14 UTC 2009 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: mips_machdep.c vm_machdep.c Log Message: To be consistent, always cast pointers to (intptr_t) even if the address is in userspace. Reviewed

CVS commit: [matt-nb5-mips64] src/sys/arch/mips/mips

2009-09-08 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Sep 8 08:11:30 UTC 2009 Modified Files: src/sys/arch/mips/mips [matt-nb5-mips64]: bus_dma.c bus_space_alignstride_chipdep.c mem.c mips_machdep.c pmap.c Log Message: For LP64 kernels, only use KSEG0 for

CVS commit: src/etc/rc.d

2009-09-08 Thread Christoph Egger
Module Name:src Committed By: cegger Date: Tue Sep 8 08:56:34 UTC 2009 Modified Files: src/etc/rc.d: network Log Message: Do not flush routes if root file system is nfs mounted. Fixes boot problem when the nfs server is in a different subnet. To generate a diff of this

CVS commit: src/sys/dev/pad

2009-09-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Sep 8 09:47:43 UTC 2009 Modified Files: src/sys/dev/pad: files.pad Log Message: PR# kern/39899: audio attach with pad(4) segfaults Make sure pad pulls in auconv mulaw support. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/pci/hdaudio

2009-09-08 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Sep 8 09:50:56 UTC 2009 Modified Files: src/sys/dev/pci/hdaudio: files.hdaudio Log Message: PR# kern/42007: hdaudio panics on P5W DH Deluxe (amd64) Make sure hdafg pulls in auconv mulaw support. To generate a diff of

CVS commit: src/etc/mtree

2009-09-08 Thread Havard Eidnes
Module Name:src Committed By: he Date: Tue Sep 8 09:57:32 UTC 2009 Modified Files: src/etc/mtree: Makefile Log Message: Allow builds without X11 to succeed. The previous change when used in this situation caused the contents of ${.CURDIR} to be cat'ed into the generated

CVS commit: src/games/tetris

2009-09-08 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Sep 8 13:38:01 UTC 2009 Modified Files: src/games/tetris: scores.c Log Message: Disable writing scores when built for /rescue. PR 42009 To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/dev/ic

2009-09-08 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Sep 8 17:16:33 UTC 2009 Modified Files: src/sys/dev/ic: hme.c hmevar.h Log Message: - split out chip reset ops from hme_stop() into a new function hme_chipreset() to make hme_stop() match struct ifnet API - set

CVS commit: [matt-nb5-mips64] src/sys/arch/pmax

2009-09-08 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Sep 8 17:24:09 UTC 2009 Modified Files: src/sys/arch/pmax/include [matt-nb5-mips64]: loadfile_machdep.h tc_machdep.h src/sys/arch/pmax/pmax [matt-nb5-mips64]: dec_3maxplus.c dec_3min.c

CVS commit: src/sys/kern

2009-09-08 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Sep 8 18:01:34 UTC 2009 Modified Files: src/sys/kern: uipc_domain.c Log Message: Delete whitespace at ends of lines. To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 src/sys/kern/uipc_domain.c Please note

CVS commit: src/usr.bin/make

2009-09-08 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Tue Sep 8 17:29:20 UTC 2009 Modified Files: src/usr.bin/make: main.c make.1 make.h var.c Log Message: Reviewed by: apb Use .MAKE.LEVEL to track recursion. The first instance of make will have .MAKE.LEVEL 0, which can be handy for

CVS commit: src/sys/dev/sbus

2009-09-08 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Sep 8 18:15:17 UTC 2009 Modified Files: src/sys/dev/sbus: esp_sbus.c if_hme_sbus.c if_le.c if_le_lebuffer.c if_le_ledma.c Log Message: Fix botch on device_t/softc split caused by awful casts around registration

CVS commit: src/sys/dev/sbus

2009-09-08 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Sep 8 18:31:36 UTC 2009 Modified Files: src/sys/dev/sbus: esp_sbus.c if_le_lebuffer.c if_le_ledma.c Log Message: sbus_establish() should take device_t self for the device itself, not device_t parent even if sbus is

CVS commit: src/sys/dev/pci/hdaudio

2009-09-08 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Sep 8 18:33:24 UTC 2009 Modified Files: src/sys/dev/pci/hdaudio: hdaudio_afg.c Log Message: fix scaling of mixer gain values: the register can be smaller than 7 bits, this is told by some step parameter read from the

CVS commit: src/sys/dev/ic

2009-09-08 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Tue Sep 8 18:35:42 UTC 2009 Modified Files: src/sys/dev/ic: hme.c Log Message: Make local functions static and remove a declaration that is also in hmevar.h. Also comment out or remove declarations for #if 0'ed or nonexistent

CVS commit: src

2009-09-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Sep 8 20:37:46 UTC 2009 Modified Files: src/distrib/sets/lists/tests: mi src/tests/kernel: Makefile Added Files: src/tests/kernel: t_rnd.c Log Message: Add test case for PR kern/42020: t_rnd (1/1): 1 test

CVS commit: src/sys/dev

2009-09-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Sep 8 20:57:59 UTC 2009 Modified Files: src/sys/dev: rnd.c Log Message: rnd_wakeup_readers() uses rndpool_mtx for its own consistency management, so it cannot be called with the mutex held. There is no consistency

CVS commit: src/sys/rump

2009-09-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Sep 8 20:24:08 UTC 2009 Modified Files: src/sys/rump: Makefile.rump Log Message: kernel code needs -Wno-format-zero-length To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/rump/Makefile.rump Please

CVS commit: src/sys/rump/dev/lib/librnd

2009-09-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Sep 8 20:12:52 UTC 2009 Added Files: src/sys/rump/dev/lib/librnd: Makefile component.c shlib_version Log Message: add rump rnd device component To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src

2009-09-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Sep 8 21:34:57 UTC 2009 Modified Files: src/include: util.h src/lib/libutil: opendisk.c Log Message: Add opendisk1(), which functions like opendisk(), but takes a function pointer to the routine to be used for open().

CVS commit: src/sbin/cgdconfig

2009-09-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Sep 8 21:36:35 UTC 2009 Modified Files: src/sbin/cgdconfig: Makefile cgdconfig.c Added Files: src/sbin/cgdconfig: Makefile.cgdconfig cgd_kernelops.c cgd_kernelops.h Log Message: * allow specification of kernel

CVS commit: src/sys/rump/librump/rumpkern

2009-09-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Sep 8 20:10:44 UTC 2009 Modified Files: src/sys/rump/librump/rumpkern: rump.c Log Message: Add a few weak symbols for places where the kernel module boundaries are not as perfect as theory. To generate a diff of this

CVS commit: src/sys/rump/librump/rumpuser

2009-09-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Sep 8 20:04:03 UTC 2009 Modified Files: src/sys/rump/librump/rumpuser: rumpuser_pth.c Log Message: Use PTHREAD_MUTEX_ERRORCHECK. This enables rump deadlock detection once again: panic: rumpuser fatal failure 11 (Resource

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

2009-09-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Sep 8 21:48:25 UTC 2009 Added Files: src/share/examples/rump/img2cgd: Makefile cgd.conf cgd_rumpops.c img2cgd.c Log Message: Add a simple proof-of-concept program which shows how to use the kernel cgd driver in an

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

2009-09-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Sep 8 21:51:33 UTC 2009 Modified Files: src/share/examples/rump/img2cgd: img2cgd.c Log Message: * fix error print * adjust resulting image minsize To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/rump/librump/rumpdev

2009-09-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Sep 8 20:15:51 UTC 2009 Modified Files: src/sys/rump/librump/rumpdev: rump_dev.c rump_dev_private.h Log Message: initialize rnd if present To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src

2009-09-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Sep 8 20:34:48 UTC 2009 Modified Files: src/distrib/sets/lists/base: shl.elf shl.mi src/distrib/sets/lists/comp: mi shl.mi src/sys/rump/dev: Makefile.rumpdev Log Message: Build and install cgd, disk and rnd

CVS commit: src/sys/dev

2009-09-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Sep 8 20:07:35 UTC 2009 Modified Files: src/sys/dev: rnd.c Log Message: Be naughty and avoid #ifdef __HAVE_CPU_COUNTER in rump -- it's a massively MD can of purpleworms. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/dkwedge

2009-09-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Sep 8 21:14:33 UTC 2009 Modified Files: src/sys/dev/dkwedge: dk.c Log Message: dkwedge_list() is currently called only from ioctl routines where l == curlwp. Since there is no perceived case where we'd ever want to copy the

CVS commit: src/sbin/cgdconfig

2009-09-08 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Tue Sep 8 22:16:57 UTC 2009 Added Files: src/sbin/cgdconfig: cgdconfig.h Log Message: Remember to add cgdconfig.h too. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sbin/cgdconfig/cgdconfig.h Please note that

CVS commit: [matt-nb5-mips64] src/etc

2009-09-08 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Sep 9 02:09:15 UTC 2009 Modified Files: src/etc [matt-nb5-mips64]: Makefile Log Message: Add MKCXX, MKATF, and MKGROFF To generate a diff of this commit: cvs rdiff -u -r1.359.2.3 -r1.359.2.3.4.1 src/etc/Makefile Please note

CVS commit: [matt-nb5-mips64] src

2009-09-08 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Sep 9 02:11:55 UTC 2009 Modified Files: src/distrib/common [matt-nb5-mips64]: Makefile.mdset src/distrib/pmax/instkernel [matt-nb5-mips64]: Makefile src/distrib/pmax/miniroot [matt-nb5-mips64]: Makefile.inc

CVS commit: [matt-nb5-mips64] src/distrib/pmax

2009-09-08 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Sep 9 02:12:26 UTC 2009 Added Files: src/distrib/pmax/instkernel [matt-nb5-mips64]: list64 src/distrib/pmax/miniroot [matt-nb5-mips64]: list64 Log Message: pmax64 specific lists To generate a diff of this commit: cvs

CVS commit: [matt-nb5-mips64] src

2009-09-08 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Sep 9 04:46:10 UTC 2009 Modified Files: src [matt-nb5-mips64]: build.sh Log Message: For pmap64, algor64, and sgimips64 use *64 as the makewrapper name To generate a diff of this commit: cvs rdiff -u -r1.198.2.3.4.1

CVS commit: [matt-nb5-mips64] src/sys/arch/pmax/conf

2009-09-08 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Sep 9 04:52:47 UTC 2009 Modified Files: src/sys/arch/pmax/conf [matt-nb5-mips64]: Makefile.pmax.inc Log Message: Don't convert to ECOFF if LP64 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.5.132.1