CVS commit: src/sys/sys

2011-12-13 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Tue Dec 13 08:00:36 UTC 2011 Modified Files: src/sys/sys: cprng.h Log Message: Use cprng stub functions also for _RUMP_NATIVE_ABI which is used for archs that use native kernel modules with rump. To generate a diff of this comm

CVS commit: src/sys/arch/macppc/dev

2011-12-13 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Tue Dec 13 08:16:41 UTC 2011 Modified Files: src/sys/arch/macppc/dev: dbcool_ki2c.c Log Message: Match adm1030 too in dbcool_ki2c_match. PR port-macppc/41916: dbcool at ki2c should support adm1030 ok macallan To generate a

CVS commit: src/sys/arch/powerpc/ibm4xx

2011-12-13 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Tue Dec 13 10:55:46 UTC 2011 Modified Files: src/sys/arch/powerpc/ibm4xx: pic_uic.c Log Message: Fix the mistake in level and type. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/powerpc/ibm4xx/pic_ui

CVS commit: src/sys/arch/powerpc

2011-12-13 Thread KIYOHARA Takashi
Module Name:src Committed By: kiyohara Date: Tue Dec 13 11:03:53 UTC 2011 Modified Files: src/sys/arch/powerpc/ibm4xx: trap.c src/sys/arch/powerpc/include: cpu.h src/sys/arch/powerpc/powerpc: compat_13_machdep.c db_interface.c db_trace.c locore_s

CVS commit: src/sys/arch/usermode/usermode

2011-12-13 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Dec 13 11:11:03 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: pmap.c Log Message: Fix typo TBL->TLB To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 src/sys/arch/usermode/usermode/pmap.c Please note

CVS commit: src/sys/arch/usermode/conf

2011-12-13 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Dec 13 12:24:15 UTC 2011 Modified Files: src/sys/arch/usermode/conf: GENERIC Log Message: Diable DEBUG_EXEC to remove the spam :) To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/usermode/conf/GENE

CVS commit: src/sys/arch/usermode/dev

2011-12-13 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Dec 13 12:25:42 UTC 2011 Modified Files: src/sys/arch/usermode/dev: cpu.c Log Message: Just in case ease up the stack space a bit more To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/arch/usermode/dev/

CVS commit: src/sys/dev

2011-12-13 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Dec 13 12:26:32 UTC 2011 Modified Files: src/sys/dev: audio.c src/sys/dev/usb: uaudio.c Log Message: - convert the audio softintr's to SOFTINT_SERIAL. right now they're on the same priority level as USB and if an audio

CVS commit: src/sys/arch/usermode/usermode

2011-12-13 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Dec 13 12:27:06 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: intr.c Log Message: Disable spl_intr() spamming when debug printing is enabled. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/ar

CVS commit: src/sys/arch/usermode/usermode

2011-12-13 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Dec 13 12:29:19 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: pmap.c Log Message: Implement a new TLB system. This fixes the TLB issues that has been plaguing the pmap. To generate a diff of this commit: cvs rdif

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

2011-12-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 13 12:55:51 UTC 2011 Modified Files: src/sys/arch/hppa/hppa: kobj_machdep.c Log Message: Fix DIR21L relocations where we missed a bit of 'b' Add support for DPREL relocations. Modulo debug information in modules /usr/test

CVS commit: src/sys/arch/usermode/dev

2011-12-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Dec 13 13:32:16 UTC 2011 Modified Files: src/sys/arch/usermode/dev: ld_thunkbus.c Log Message: - gc old aio implementation - set busy before scheduling softint not after - try not to write past end of backing file - if B_PHY

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

2011-12-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Dec 13 14:23:43 UTC 2011 Modified Files: src/sys/arch/mips/mips: mips3_clockintr.c Log Message: add a hook to mips3_initclocks() to allow for time counters other than the cp0 cycle counter To generate a diff of this commit

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

2011-12-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Dec 13 14:39:37 UTC 2011 Modified Files: src/sys/dev/pci/voyager: files.voyager Added Files: src/sys/dev/pci/voyager: pwmclock.c Log Message: an alternative clock implementation for Loongson2F and SM502, mostly Gdium

CVS commit: src/sys/dev/pci

2011-12-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Dec 13 14:41:55 UTC 2011 Modified Files: src/sys/dev/pci: voyager.c Log Message: only try to attach child drivers if they're actually present To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/pci/voya

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

2011-12-13 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Dec 13 14:46:07 UTC 2011 Modified Files: src/sys/dev/pci/voyager: files.voyager pwmclock.c Log Message: define and use PWMCLOCK_DEBUG To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/pci/voyager/file

CVS commit: src/sys/arch/usermode/usermode

2011-12-13 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Dec 13 15:43:55 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: pmap.c Log Message: Don't allow unmapping of WIRED pages! Also on unwire, call pmap_update_page() though this propably is not needed. To generate a d

CVS commit: src/sys/arch/usermode/dev

2011-12-13 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Dec 13 15:50:17 UTC 2011 Modified Files: src/sys/arch/usermode/dev: ld_thunkbus.c Log Message: No need for the bounce-buffer anymore since pmap bahaves like it ought to To generate a diff of this commit: cvs rdiff -u -r1.21

CVS commit: src/sys/arch/usermode/dev

2011-12-13 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Dec 13 15:53:47 UTC 2011 Modified Files: src/sys/arch/usermode/dev: ld_thunkbus.c Log Message: Remove dead code. The error variable was no longer used. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/a

CVS commit: src/sys/arch/usermode/conf

2011-12-13 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Dec 13 17:48:31 UTC 2011 Modified Files: src/sys/arch/usermode/conf: GENERIC Log Message: Bump KVM size and add inet6 to surpress warnings from say postfix To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/s

CVS commit: src/sys/arch/usermode/usermode

2011-12-13 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Dec 13 17:54:01 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: trap.c Log Message: Remove old debugging cruft To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/arch/usermode/usermode/trap.c Pl

CVS commit: src/sys/arch/usermode/conf

2011-12-13 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Dec 13 20:58:48 UTC 2011 Modified Files: src/sys/arch/usermode/conf: std.usermode Log Message: Update kmempages; how does this relate to kvmspace though? To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/a

CVS commit: src/sys/arch/usermode/usermode

2011-12-13 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Tue Dec 13 20:59:20 UTC 2011 Modified Files: src/sys/arch/usermode/usermode: machdep.c Log Message: Print the signal we are supposed to deliver! To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/arch/usermod

CVS commit: src/sys/arch/usermode

2011-12-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Dec 13 22:22:09 UTC 2011 Modified Files: src/sys/arch/usermode/dev: clock.c src/sys/arch/usermode/usermode: thunk.c Log Message: fix timecounter To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys

CVS commit: src/sys/arch/usermode

2011-12-13 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Dec 14 04:12:22 UTC 2011 Modified Files: src/sys/arch/usermode/dev: cpu.c src/sys/arch/usermode/include: machdep.h src/sys/arch/usermode/usermode: trap.c Log Message: need to sigaltstack for each lwp To gen

CVS commit: src/external/bsd/iscsi/dist/include

2011-12-13 Thread Alistair G. Crooks
Module Name:src Committed By: agc Date: Wed Dec 14 07:20:31 UTC 2011 Modified Files: src/external/bsd/iscsi/dist/include: iscsi.h Log Message: include inttypes.h to get the fixed size integer types - from Gregor Riepl To generate a diff of this commit: cvs rdiff -u -r1.3