CVS commit: src/sys/ddb

2015-05-21 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu May 21 08:23:22 UTC 2015

Modified Files:
src/sys/ddb: db_command.c

Log Message:
only call the on-enter commands if we're not recursing.
avoids having a fault in the on-enter commands repeating.


To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 src/sys/ddb/db_command.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netinet

2015-05-21 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Thu May 21 09:26:19 UTC 2015

Modified Files:
src/sys/netinet: if_arp.c if_inarp.h

Log Message:
Make arp_init, in_revarpinput and revarprequest static


To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 src/sys/netinet/if_arp.c
cvs rdiff -u -r1.46 -r1.47 src/sys/netinet/if_inarp.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netinet

2015-05-21 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Thu May 21 09:27:10 UTC 2015

Modified Files:
src/sys/netinet: if_arp.c

Log Message:
Use NULL instead of 0 for pointers


To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 src/sys/netinet/if_arp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netinet

2015-05-21 Thread Ryota Ozaki
Module Name:src
Committed By:   ozaki-r
Date:   Thu May 21 09:29:51 UTC 2015

Modified Files:
src/sys/netinet: if_arp.c

Log Message:
Use LIST_FOREACH{,_SAFE}

The first loop doesn't remove any items in it, so we can use
LIST_FOREACH instead of LIST_FOREACH_SAFE.


To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 src/sys/netinet/if_arp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2015-05-21 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Thu May 21 09:53:05 UTC 2015

Modified Files:
src/sys/arch/evbmips/conf: ERLITE

Log Message:
add drvctl


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbmips/conf/ERLITE

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2015-05-21 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Thu May 21 10:35:08 UTC 2015

Modified Files:
src/sys/arch/evbarm/rpi: rpi_machdep.c

Log Message:
re-enable multiprocessor support now that sdmmc has been fixed


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/arch/evbarm/rpi/rpi_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/filemon

2015-05-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu May 21 12:00:59 UTC 2015

Modified Files:
src/sys/dev/filemon: filemon.c

Log Message:
Avoid dereferencing NULL tp crashing the kernel (brad harder)
XXX: pullup 7


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/filemon/filemon.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2015-05-21 Thread Hisashi T Fujinaka
Module Name:src
Committed By:   htodd
Date:   Thu May 21 18:03:09 UTC 2015

Modified Files:
src/distrib/sets/lists/xdebug: md.amd64

Log Message:
Fix debug build lists.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/distrib/sets/lists/xdebug/md.amd64

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2015-05-21 Thread Hisashi T Fujinaka
Module Name:src
Committed By:   htodd
Date:   Thu May 21 19:53:11 UTC 2015

Modified Files:
src/distrib/sets/lists/xdebug: md.i386

Log Message:
Fix debug build lists.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/distrib/sets/lists/xdebug/md.i386

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2015-05-21 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Thu May 21 20:50:57 UTC 2015

Modified Files:
src/sys/arch/evbarm/rpi: rpi_machdep.c

Log Message:
Before spinning up the secondary cpus flush the dcache otherwise the
dcache invalidate in cortex_mpstart makes bad things happen.

I have no idea why.

RPI2 boots again


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/arch/evbarm/rpi/rpi_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2015-05-21 Thread Taylor R Campbell
Module Name:src
Committed By:   riastradh
Date:   Thu May 21 21:55:55 UTC 2015

Modified Files:
src/sys/external/bsd/drm2/include/linux: ww_mutex.h
src/sys/external/bsd/drm2/linux: linux_ww_mutex.c

Log Message:
Adapt ww_mutex to use LOCKDEBUG.

Should help track down PR 49862.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/external/bsd/drm2/include/linux/ww_mutex.h
cvs rdiff -u -r1.1 -r1.2 src/sys/external/bsd/drm2/linux/linux_ww_mutex.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2015-05-21 Thread Tyler R. Retzlaff
Module Name:src
Committed By:   rtr
Date:   Thu May 21 22:24:24 UTC 2015

Modified Files:
src/sys/sys: param.h

Log Message:
bump to 7.99.18 for change to nfs_boot_sendrecv


To generate a diff of this commit:
cvs rdiff -u -r1.479 -r1.480 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/sdmmc

2015-05-21 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Thu May 21 23:40:02 UTC 2015

Modified Files:
src/sys/dev/sdmmc: sdmmc.c

Log Message:
sdmmc_task_thread isn't MPSAFE so instead of just wrapping the callback
in KERNEL_LOCK/KERNEL_UNLOCK_ONE, remove KTHREAD_MPSAFE. While here, use
PRI_BIO instead of PRI_NONE for the task thread priority. Since this is
how all transfers are queued, and we have a 1 second timeout on the task
being picked up off the queue (!), better not to rely on a PRI_NONE thread.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/sdmmc/sdmmc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/etc/etc.evbarm

2015-05-21 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Fri May 22 01:18:05 UTC 2015

Modified Files:
src/etc/etc.evbarm: Makefile.inc

Log Message:
define TOOL_MKUBOOTIMAGE for mkimage


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 src/etc/etc.evbarm/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/distrib/utils/embedded/conf

2015-05-21 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Fri May 22 01:18:22 UTC 2015

Modified Files:
src/distrib/utils/embedded/conf: armv7.conf

Log Message:
add JETSONTK1 to armv7.img


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/utils/embedded/conf/armv7.conf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2015-05-21 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Fri May 22 03:15:43 UTC 2015

Modified Files:
src/sys/dev/pci: if_wm.c if_wmreg.h

Log Message:
- Currently, WM_F_EEE bit is not set on all chips. it's intened to not
  to use all of EEE fuction but wm_set_eee_i350() leaves IPCNFG_10BASE_TE
  bit and it causes link negotiation problem on some old switches. Disable
  10BASE-Te function, too.
- Call wm_set_eee_i350() on some chips, too.


To generate a diff of this commit:
cvs rdiff -u -r1.321 -r1.322 src/sys/dev/pci/if_wm.c
cvs rdiff -u -r1.71 -r1.72 src/sys/dev/pci/if_wmreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2015-05-21 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri May 22 06:27:17 UTC 2015

Modified Files:
src/sys/arch/arm/nvidia: tegra_ehci.c

Log Message:
Whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/nvidia/tegra_ehci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.