CVS commit: src/sys/dev/pci

2014-07-27 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Jul 28 06:36:09 UTC 2014 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Use two different mutexes for tx and rx This change splits the mutex of wm into two: one for tx and the other for rx. By doing so, lock contentio

CVS commit: src/sys/external/bsd/drm2/radeon

2014-07-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 28 00:02:50 UTC 2014 Modified Files: src/sys/external/bsd/drm2/radeon: files.radeon Log Message: radeon depends on firmload. Noted by rjs@. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/external

CVS commit: src/external/mit/xorg/server/drivers/xf86-video-radeon

2014-07-27 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 27 23:24:19 UTC 2014 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-radeon: Makefile Log Message: disable KMS for now; it breaks UMS + (old) radeondrm. To generate a diff of this commit: cvs rdiff -u -r1.15

CVS commit: src/share/man/man9

2014-07-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jul 27 21:35:07 UTC 2014 Modified Files: src/share/man/man9: callout.9 Log Message: callout_ack returns void, not bool. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/share/man/man9/callout.9 Please no

CVS commit: src/sys/arch/arm

2014-07-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jul 27 21:31:34 UTC 2014 Modified Files: src/sys/arch/arm/arm: cpufunc.c src/sys/arch/arm/include/arm32: pmap.h vmparam.h Log Message: More fixes as a step towards ARM_MMU_EXTENDED on RPI. - don't set CPU_CONTROL_SYST_

CVS commit: src/sys/arch/sparc64/doc

2014-07-27 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Sun Jul 27 17:46:43 UTC 2014 Modified Files: src/sys/arch/sparc64/doc: TODO Log Message: sun4v: Update TODO list with relevant sun4v stuff To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/sparc64/doc/TODO

CVS commit: src/sys/miscfs/procfs

2014-07-27 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Jul 27 16:47:26 UTC 2014 Modified Files: src/sys/miscfs/procfs: procfs.h procfs_subr.c procfs_vfsops.c procfs_vnops.c Log Message: Change procfs from hashlist to vcache. - Key is (type, pid, fd) - Remove argument

CVS commit: src/sys/arch/sparc64/sparc64

2014-07-27 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Sun Jul 27 16:37:47 UTC 2014 Modified Files: src/sys/arch/sparc64/sparc64: locore.s Log Message: sun4v: Introduce a new macro ALTERNATE_GLOBALS (matching NORMAL_GLOBALS). Two new helper macros ENABLE_INTERRUPTS and DISABLE_INTERRU

CVS commit: src/tests/bin/sh/dotcmd

2014-07-27 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jul 27 14:24:17 UTC 2014 Modified Files: src/tests/bin/sh/dotcmd: Makefile Log Message: Run scripts at build time via ${HOST_SH} To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/bin/sh/dotcmd/Makefile Plea

CVS commit: src/sys/external/bsd/drm2/linux

2014-07-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun Jul 27 14:02:48 UTC 2014 Modified Files: src/sys/external/bsd/drm2/linux: linux_work.c Log Message: Linux work is queued in intr context, so block intrs when locking. (Yes, this getting out of hand.) To generate a diff o

CVS commit: src/distrib/sets/lists/debug

2014-07-27 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Jul 27 10:19:12 UTC 2014 Modified Files: src/distrib/sets/lists/debug: mi Log Message: Add usr/sbin/sysinst To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/distrib/sets/lists/debug/mi Please note that diff

CVS commit: src/sys/arch/evbarm/rpi

2014-07-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jul 27 09:04:09 UTC 2014 Modified Files: src/sys/arch/evbarm/rpi: rpi_start.S Log Message: Prepare for ARM_MMU_EXTENDED To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbarm/rpi/rpi_start.S Please

CVS commit: src/sys/arch/zaurus/include

2014-07-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Jul 27 08:55:39 UTC 2014 Modified Files: src/sys/arch/zaurus/include: intr.h Log Message: unifdef -U__OLD_INTERRUPT_CODE To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/zaurus/include/intr.h Please n

CVS commit: src/etc

2014-07-27 Thread Alan Barrett
Module Name:src Committed By: apb Date: Sun Jul 27 07:46:46 UTC 2014 Modified Files: src/etc: rc rc.subr Log Message: In rc.subr, add _have_rc_postprocessor function and use it instead of inline tests like [ -n "${_rc_postprocessor_fd}" ]. The new function performs a few n