svn commit: r255139 - head/sys/x86/xen

2013-09-01 Thread Justin T. Gibbs
Author: gibbs Date: Sun Sep 1 23:49:36 2013 New Revision: 255139 URL: http://svnweb.freebsd.org/changeset/base/255139 Log: Conform to style(9). No functional changes. sys/x86/xen/hvm.c: Do not rely on implicit conversion to boolean in expressions (e.g. use "if (rc != 0)" i

svn commit: r255138 - in head/sys: kern sys

2013-09-01 Thread Davide Italiano
Author: davide Date: Sun Sep 1 23:34:53 2013 New Revision: 255138 URL: http://svnweb.freebsd.org/changeset/base/255138 Log: Fix socket buffer timeouts precision using the new sbintime_t KPI instead of relying on the tvtohz() workaround. The latter has been introduced lately by jhb@ (r254699

svn commit: r255136 - in head/sys: fs/nfsclient kern sys

2013-09-01 Thread Rick Macklem
Author: rmacklem Date: Sun Sep 1 23:02:59 2013 New Revision: 255136 URL: http://svnweb.freebsd.org/changeset/base/255136 Log: Forced dismounts of NFS mounts can fail when thread(s) are stuck waiting for an RPC reply from the server while holding the mount point busy (mnt_lockref incremented

Re: svn commit: r255128 - head/sys/netgraph/bluetooth/drivers/ubt

2013-09-01 Thread Raphael Kubo da Costa
Eitan Adler writes: > Author: eadler > Date: Sun Sep 1 19:27:32 2013 > New Revision: 255128 > URL: http://svnweb.freebsd.org/changeset/base/255128 > > Log: > Add support for the BCM20702A0 chipset, ASUS USB-BT400. > > PR: kern/181728 > Submitted by: rakuco MFC after:

Re: svn commit: r255135 - head/sys/sys

2013-09-01 Thread Davide Italiano
On Mon, Sep 2, 2013 at 12:30 AM, Davide Italiano wrote: > Author: davide > Date: Sun Sep 1 22:30:24 2013 > New Revision: 255135 > URL: http://svnweb.freebsd.org/changeset/base/255135 > > Log: > Use single underscore for all parameters name and local variables in > bintime_* related functions.

svn commit: r255135 - head/sys/sys

2013-09-01 Thread Davide Italiano
Author: davide Date: Sun Sep 1 22:30:24 2013 New Revision: 255135 URL: http://svnweb.freebsd.org/changeset/base/255135 Log: Use single underscore for all parameters name and local variables in bintime_* related functions. This commit completes what was already done by theraven@ for bintime_

svn commit: r255133 - head/sys/dev/hwpmc

2013-09-01 Thread Davide Italiano
Author: davide Date: Sun Sep 1 21:44:43 2013 New Revision: 255133 URL: http://svnweb.freebsd.org/changeset/base/255133 Log: Complete r250105. Do not zero fields if M_ZERO flag is specified to malloc(9). Reported by: pluknet, glebius Modified: head/sys/dev/hwpmc/hwpmc_mod.c Modified:

svn commit: r255131 - head/sys/dev/virtio/network

2013-09-01 Thread Eitan Adler
Author: eadler Date: Sun Sep 1 20:22:52 2013 New Revision: 255131 URL: http://svnweb.freebsd.org/changeset/base/255131 Log: Fix build with gcc Reported by: Michael Butler Reviewed by: jilles Modified: head/sys/dev/virtio/network/if_vtnet.c Modified: head/sys/dev/virtio/network/if_

svn commit: r255130 - in head/sys: arm/conf arm/freescale/imx boot/fdt/dts

2013-09-01 Thread Rui Paulo
Author: rpaulo Date: Sun Sep 1 20:15:35 2013 New Revision: 255130 URL: http://svnweb.freebsd.org/changeset/base/255130 Log: Initial support for the Digi ConnectCore(c) i.MX53 / Wi-i.MX53 boards. There are many drivers missing, but we can reach single user mode now. Hardware graciously

svn commit: r255129 - head/lib/libc/stdlib

2013-09-01 Thread Jilles Tjoelker
Author: jilles Date: Sun Sep 1 19:59:54 2013 New Revision: 255129 URL: http://svnweb.freebsd.org/changeset/base/255129 Log: system(): Restore behaviour for SIGINT and SIGQUIT. As mentioned in r16117 and the book "Advanced Programming in the Unix Environment" by W. Richard Stevens, we sho

svn commit: r255128 - head/sys/netgraph/bluetooth/drivers/ubt

2013-09-01 Thread Eitan Adler
Author: eadler Date: Sun Sep 1 19:27:32 2013 New Revision: 255128 URL: http://svnweb.freebsd.org/changeset/base/255128 Log: Add support for the BCM20702A0 chipset, ASUS USB-BT400. PR: kern/181728 Submitted by: rakuco Modified: head/sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c

svn commit: r255127 - head/contrib/bmake

2013-09-01 Thread Simon J. Gerraty
Author: sjg Date: Sun Sep 1 18:59:09 2013 New Revision: 255127 URL: http://svnweb.freebsd.org/changeset/base/255127 Log: Pay attention to errCheck! PR: 181715 Modified: head/contrib/bmake/compat.c Modified: head/contrib/bmake/compat.c =

svn commit: r255126 - head/sys/cam

2013-09-01 Thread Alexander Motin
Author: mav Date: Sun Sep 1 17:37:19 2013 New Revision: 255126 URL: http://svnweb.freebsd.org/changeset/base/255126 Log: Add debug trace points for freeze/release device queue. Modified: head/sys/cam/cam_debug.h head/sys/cam/cam_periph.c head/sys/cam/cam_xpt.c head/sys/cam/cam_xpt.h M

svn commit: r255125 - head/sys/mips/mips

2013-09-01 Thread Alan Cox
Author: alc Date: Sun Sep 1 17:06:14 2013 New Revision: 255125 URL: http://svnweb.freebsd.org/changeset/base/255125 Log: pmap_protect() on MIPS does not need to acquire the pvh global lock. Modified: head/sys/mips/mips/pmap.c Modified: head/sys/mips/mips/pmap.c =

Re: svn commit: r255109 - head/sys/dev/virtio

2013-09-01 Thread Dimitry Andric
On Sep 1, 2013, at 06:16, Bryan Venteicher wrote: > Author: bryanv > Date: Sun Sep 1 04:16:43 2013 > New Revision: 255109 > URL: http://svnweb.freebsd.org/changeset/base/255109 > > Log: > Add support for postponing VirtIO virtqueue interrupts > > Partial support for the EVENT_IDX feature was

svn commit: r255124 - head/etc/devd

2013-09-01 Thread Ian Lepore
Author: ian Date: Sun Sep 1 14:28:12 2013 New Revision: 255124 URL: http://svnweb.freebsd.org/changeset/base/255124 Log: Regenerate after recent addition of FTDI and bluetooth device IDs. Modified: head/etc/devd/usb.conf Modified: head/etc/devd/usb.conf =

svn commit: r255123 - in head/sys/dev/usb: . serial

2013-09-01 Thread Ian Lepore
Author: ian Date: Sun Sep 1 14:15:31 2013 New Revision: 255123 URL: http://svnweb.freebsd.org/changeset/base/255123 Log: Add the device ID for a new flavor of FTDI serial adapter (model 232EX). Modified: head/sys/dev/usb/serial/uftdi.c head/sys/dev/usb/usbdevs Modified: head/sys/dev/usb/s

svn commit: r255122 - head/tools/tools/bus_autoconf

2013-09-01 Thread Ian Lepore
Author: ian Date: Sun Sep 1 14:06:57 2013 New Revision: 255122 URL: http://svnweb.freebsd.org/changeset/base/255122 Log: Fix a compiler warning about signed vs unsigned compare. Modified: head/tools/tools/bus_autoconf/bus_load_file.c Modified: head/tools/tools/bus_autoconf/bus_load_file.c =

svn commit: r255120 - in head: share/examples/scsi_target sys/cam/scsi

2013-09-01 Thread Alexander Motin
Author: mav Date: Sun Sep 1 13:01:59 2013 New Revision: 255120 URL: http://svnweb.freebsd.org/changeset/base/255120 Log: Bring legacy CAM target implementation back into API/KPI-coherent and even functional state. While CTL is much more superior target from all points, there is no reason w

svn commit: r255119 - head/sys/cam/scsi

2013-09-01 Thread Alexander Motin
Author: mav Date: Sun Sep 1 12:18:44 2013 New Revision: 255119 URL: http://svnweb.freebsd.org/changeset/base/255119 Log: Fix SES_ENABLE_PASSTHROUGH kernel option, unexpectedly broken during driver overhaul. MFC after:3 days Modified: head/sys/cam/scsi/scsi_enc.c Modified: head/sy

svn commit: r255118 - head/sys/cam/scsi

2013-09-01 Thread Alexander Motin
Author: mav Date: Sun Sep 1 11:50:37 2013 New Revision: 255118 URL: http://svnweb.freebsd.org/changeset/base/255118 Log: Fix targbh crash on XPT_IMMED_NOTIFY error during attach. Modified: head/sys/cam/scsi/scsi_targ_bh.c Modified: head/sys/cam/scsi/scsi_targ_bh.c ==

svn commit: r255117 - head/sys/cam/ctl

2013-09-01 Thread Alexander Motin
Author: mav Date: Sun Sep 1 10:11:00 2013 New Revision: 255117 URL: http://svnweb.freebsd.org/changeset/base/255117 Log: Fix the build with CTLFEDEBUG, broken by unmapped I/O support changes. Modified: head/sys/cam/ctl/scsi_ctl.c Modified: head/sys/cam/ctl/scsi_ctl.c ===