Re: svn commit: r254590 - head/sys/dev/uart

2013-08-20 Thread Aleksandr Rybalko
Ian Lepore написав(ла): >Author: ian >Date: Wed Aug 21 04:08:58 2013 >New Revision: 254590 >URL: http://svnweb.freebsd.org/changeset/base/254590 > >Log: > Use an if/else sequence rather than unrelated if statements, so that a >device compatible with multiple drivers matches the more specific >driv

svn commit: r254593 - head/sys/arm/ti/am335x

2013-08-20 Thread Ian Lepore
Author: ian Date: Wed Aug 21 04:49:58 2013 New Revision: 254593 URL: http://svnweb.freebsd.org/changeset/base/254593 Log: Make the noop clock successfully do nothing, because doing nothing and returning an error status (which the NULL method pointers caused) isn't nearly as useful. Modified

svn commit: r254592 - in head/sys/arm/ti: . am335x

2013-08-20 Thread Ian Lepore
Author: ian Date: Wed Aug 21 04:20:17 2013 New Revision: 254592 URL: http://svnweb.freebsd.org/changeset/base/254592 Log: Define the uart clocks so that they can be en/disabled at runtime. Modified: head/sys/arm/ti/am335x/am335x_prcm.c head/sys/arm/ti/ti_prcm.h Modified: head/sys/arm/ti/am

svn commit: r254591 - in head: cddl/contrib/opensolaris/cmd/zpool cddl/contrib/opensolaris/lib/libzfs/common cddl/contrib/opensolaris/lib/libzpool/common cddl/contrib/opensolaris/lib/libzpool/commo...

2013-08-20 Thread Justin T. Gibbs
Author: gibbs Date: Wed Aug 21 04:10:24 2013 New Revision: 254591 URL: http://svnweb.freebsd.org/changeset/base/254591 Log: Enhance the ZFS vdev layer to maintain both a logical and a physical minimum allocation size for devices. Use this information to automatically increase ZFS's minimum

svn commit: r254590 - head/sys/dev/uart

2013-08-20 Thread Ian Lepore
Author: ian Date: Wed Aug 21 04:08:58 2013 New Revision: 254590 URL: http://svnweb.freebsd.org/changeset/base/254590 Log: Use an if/else sequence rather than unrelated if statements, so that a device compatible with multiple drivers matches the more specific driver first and doesn't overwrit

svn commit: r254589 - head/sys/dev/uart

2013-08-20 Thread Ian Lepore
Author: ian Date: Wed Aug 21 04:05:06 2013 New Revision: 254589 URL: http://svnweb.freebsd.org/changeset/base/254589 Log: Check for generic ns16550 after all other types. A device may be compatible with 16550 but also have a more specific/capable driver earlier in the list. Modified: head/

svn commit: r254587 - in head: cddl/contrib/opensolaris/lib/libzfs/common cddl/contrib/opensolaris/lib/libzfs_core/common sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolaris...

2013-08-20 Thread Xin LI
Author: delphij Date: Wed Aug 21 00:04:31 2013 New Revision: 254587 URL: http://svnweb.freebsd.org/changeset/base/254587 Log: MFV r254421: Illumos ZFS issues: 3996 want a libzfs_core API to rollback to latest snapshot Modified: head/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_d

svn commit: r254585 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2013-08-20 Thread Xin LI
Author: delphij Date: Tue Aug 20 22:31:13 2013 New Revision: 254585 URL: http://svnweb.freebsd.org/changeset/base/254585 Log: MFV r254220: Illumos ZFS issues: 4039 zfs_rename()/zfs_link() needs stronger test for XDEV Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_v

Re: svn commit: r254138 - in head: share/man/man9 sys/amd64/amd64 sys/arm/arm sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/dev/agp sys/dev/drm2/i915 sys/dev/drm2/ttm sys/dev/md sys/fs/fuse sys/f

2013-08-20 Thread Justin T. Gibbs
On Aug 13, 2013, at 8:59 AM, Attilio Rao wrote: > On Tue, Aug 13, 2013 at 4:22 PM, Ulrich Spörlein wrote: >> On Fri, 2013-08-09 at 11:11:12 +, Attilio Rao wrote: >>> Author: attilio >>> Date: Fri Aug 9 11:11:11 2013 >>> New Revision: 254138 >>> URL: http://svnweb.freebsd.org/changeset/base/

svn commit: r254582 - head/contrib/llvm/tools/clang/lib/Sema

2013-08-20 Thread Dimitry Andric
Author: dim Date: Tue Aug 20 20:51:32 2013 New Revision: 254582 URL: http://svnweb.freebsd.org/changeset/base/254582 Log: Pull in r182983 from upstream clang trunk: Fix handling of braced-init-list as reference initializer within aggregate initialization. Previously we would incorrect

svn commit: r254581 - head/contrib/llvm/tools/clang/lib/Sema

2013-08-20 Thread Dimitry Andric
Author: dim Date: Tue Aug 20 20:46:29 2013 New Revision: 254581 URL: http://svnweb.freebsd.org/changeset/base/254581 Log: Pull in r188716 from upstream clang trunk: PR16727: don't try to evaluate a potentially value-dependent expression when checking for missing parens in &&/|| expres

svn commit: r254580 - head/sys/arm/conf

2013-08-20 Thread Andrew Turner
Author: andrew Date: Tue Aug 20 20:40:20 2013 New Revision: 254580 URL: http://svnweb.freebsd.org/changeset/base/254580 Log: Enable VFP on ARMADA XP. Modified: head/sys/arm/conf/ARMADAXP Modified: head/sys/arm/conf/ARMADAXP

svn commit: r254579 - stable/8/sys/kern

2013-08-20 Thread Bryan Venteicher
Author: bryanv Date: Tue Aug 20 19:17:01 2013 New Revision: 254579 URL: http://svnweb.freebsd.org/changeset/base/254579 Log: MFC r254457 Do not use potentially stale thread in kthread_add() When an existing process is provided, the thread selected to use to initialize the new thre

svn commit: r254578 - stable/9/sys/kern

2013-08-20 Thread Bryan Venteicher
Author: bryanv Date: Tue Aug 20 19:13:13 2013 New Revision: 254578 URL: http://svnweb.freebsd.org/changeset/base/254578 Log: MFC r254457 Do not use potentially stale thread in kthread_add() When an existing process is provided, the thread selected to use to initialize the new thre

svn commit: r254577 - head/sys/dev/cxgbe

2013-08-20 Thread Navdeep Parhar
Author: np Date: Tue Aug 20 18:22:04 2013 New Revision: 254577 URL: http://svnweb.freebsd.org/changeset/base/254577 Log: Display P/N information in the description. Submitted by: gnn MFC after:3 days Modified: head/sys/dev/cxgbe/t4_main.c Modified: head/sys/dev/cxgbe/t4_main.c ===

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

2013-08-20 Thread Davide Italiano
On Tue, Aug 20, 2013 at 7:42 PM, Andre Oppermann wrote: > On 19.08.2013 19:37, Navdeep Parhar wrote: >> >> On 08/19/13 06:56, Andre Oppermann wrote: >>> >>> Author: andre >>> Date: Mon Aug 19 13:56:14 2013 >>> New Revision: 254524 >>> URL: http://svnweb.freebsd.org/changeset/base/254524 >>> >>> Lo

svn commit: r254576 - head/sys/ofed/drivers/infiniband/ulp/ipoib

2013-08-20 Thread John Baldwin
Author: jhb Date: Tue Aug 20 18:08:06 2013 New Revision: 254576 URL: http://svnweb.freebsd.org/changeset/base/254576 Log: Stop an ipoib interface before detaching it. PR: kern/181225 Submitted by: Shahar Klein Obtained from:Mellanox MFC after:1 week Modified:

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

2013-08-20 Thread Andre Oppermann
On 19.08.2013 19:37, Navdeep Parhar wrote: On 08/19/13 06:56, Andre Oppermann wrote: Author: andre Date: Mon Aug 19 13:56:14 2013 New Revision: 254524 URL: http://svnweb.freebsd.org/changeset/base/254524 Log: Add four additional M_PROTOFLAGS[9-12] for protocol specific use. Discussed wit

svn commit: r254573 - in releng/9.2/sys/dev: e1000 ixgbe

2013-08-20 Thread Jack F Vogel
Author: jfv Date: Tue Aug 20 17:50:30 2013 New Revision: 254573 URL: http://svnweb.freebsd.org/changeset/base/254573 Log: MFC r254008,254262: Improve the MSIX setup logic, making sure the requested number of vectors are actually obtained, and if not cleaning up before falling back to MSI. A

svn commit: r254572 - head/sys/dev/usb/input

2013-08-20 Thread Hans Petter Selasky
Author: hselasky Date: Tue Aug 20 16:21:05 2013 New Revision: 254572 URL: http://svnweb.freebsd.org/changeset/base/254572 Log: Force keyboards which don't have the required HID fields to use the USB BOOT protocol for now. PR: usb/181425 Submitted by: Andrey Zholos MFC after

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

2013-08-20 Thread Bjoern A. Zeeb
Author: bz Date: Tue Aug 20 14:59:31 2013 New Revision: 254571 URL: http://svnweb.freebsd.org/changeset/base/254571 Log: Correct a typo in the event mask mnemonic. Reviewed by: gnn MFC after:3 days Modified: head/sys/dev/hwpmc/pmc_events.h Modified: head/sys/dev/hwpmc/pmc_events.

svn commit: r254570 - head/tools/tools/ifinfo

2013-08-20 Thread Bjoern A. Zeeb
Author: bz Date: Tue Aug 20 14:37:06 2013 New Revision: 254570 URL: http://svnweb.freebsd.org/changeset/base/254570 Log: Catch up with various changes to if_data and make this compile again on HEAD. Seems to be one of the the only tools giving us access to ifi_baudrate and ifi_baudrate_pf v

svn commit: r254569 - head/sys/net

2013-08-20 Thread Bjoern A. Zeeb
Author: bz Date: Tue Aug 20 14:35:17 2013 New Revision: 254569 URL: http://svnweb.freebsd.org/changeset/base/254569 Log: After r241616 properly export ifi_baudrate_pf in the 32bit compat case. MFC after:3 days Modified: head/sys/net/rtsock.c Modified: head/sys/net/rtsock.c =

svn commit: r254568 - stable/9/lib/libusb

2013-08-20 Thread Ed Maste
Author: emaste Date: Tue Aug 20 14:29:43 2013 New Revision: 254568 URL: http://svnweb.freebsd.org/changeset/base/254568 Log: MFC r250342, r251495: Add libusb_get_port_path wrapper This follows the libusbx API reference at http://libusbx.sourceforge.net/api-1.0/group__dev.html

svn commit: r254567 - stable/9/lib/libusb

2013-08-20 Thread Ed Maste
Author: emaste Date: Tue Aug 20 14:25:44 2013 New Revision: 254567 URL: http://svnweb.freebsd.org/changeset/base/254567 Log: MFC r250335: Constify libusb_get_pollfds return The correct return type, per our libusb(3) man page and the libusb.org and libusbx projects (whose interface we

svn commit: r254566 - in stable/9: lib/libusb sys/dev/usb

2013-08-20 Thread Ed Maste
Author: emaste Date: Tue Aug 20 14:19:00 2013 New Revision: 254566 URL: http://svnweb.freebsd.org/changeset/base/254566 Log: MFC r250201 from hselasky: Add new USB API to get the port path of a USB device. Modified: stable/9/lib/libusb/Makefile stable/9/lib/libusb/libusb20.3 stable

svn commit: r254565 - vendor-sys/ipfilter/5-1-2/netinet

2013-08-20 Thread Cy Schubert
Author: cy Date: Tue Aug 20 13:55:49 2013 New Revision: 254565 URL: http://svnweb.freebsd.org/changeset/base/254565 Log: Tag the revert of IP-Filter 5.1.2 licence to the old licence currently used under FreeBSD. Approved by: Darren Reed (IP-Filter author) glebius (mentor

Re: svn commit: r254309 - in head: share/man/man9 sys/cddl/contrib/opensolaris/uts/common/dtrace sys/cddl/dev/dtrace sys/cddl/dev/sdt sys/kern sys/sys

2013-08-20 Thread John Baldwin
On Monday, August 19, 2013 4:14:45 pm Mark Johnston wrote: > On Mon, Aug 19, 2013 at 03:42:30PM -0400, John Baldwin wrote: > > On Friday, August 16, 2013 1:41:31 pm Mark Johnston wrote: > > > On Fri, Aug 16, 2013 at 07:13:16PM +0200, Davide Italiano wrote: > > > > [trim old mails] > > > > > > > >

svn commit: r254564 - vendor-sys/ipfilter/5-1-2/netinet

2013-08-20 Thread Cy Schubert
Author: cy Date: Tue Aug 20 13:50:36 2013 New Revision: 254564 URL: http://svnweb.freebsd.org/changeset/base/254564 Log: Tag authorization to use IP-Filter under old license. Tag additional kernel sources from IP-Filter 5.1.2 tarball. Approved by: glebius Added: vendor-sys/ipfilter

svn commit: r254563 - vendor/ipfilter/5.1.2

2013-08-20 Thread Cy Schubert
Author: cy Date: Tue Aug 20 13:38:40 2013 New Revision: 254563 URL: http://svnweb.freebsd.org/changeset/base/254563 Log: Tag authorization to use IP-Filter under old license. Approved by: glebius (mentor) Added: vendor/ipfilter/5.1.2/IPFILTER.LICENCE.FreeBSD - copied unchanged from

svn commit: r254562 - vendor-sys/ipfilter/dist/netinet

2013-08-20 Thread Cy Schubert
Author: cy Date: Tue Aug 20 13:24:44 2013 New Revision: 254562 URL: http://svnweb.freebsd.org/changeset/base/254562 Log: Add kernel sources from IP-Filter 5.1.2 to vendor-sys/ branch. Approved by: glebius (mentor) Added: vendor-sys/ipfilter/dist/netinet/ip_dstlist.c (contents, props c

svn commit: r254561 - vendor-sys/ipfilter/dist/netinet

2013-08-20 Thread Cy Schubert
Author: cy Date: Tue Aug 20 13:22:21 2013 New Revision: 254561 URL: http://svnweb.freebsd.org/changeset/base/254561 Log: Revert to the previous IP-Filter license which was inadvertently overwritten by the new GPL license for IP-Filter. ` Document the FreeBSD use of IP-FIlter under the prev

svn commit: r254560 - vendor/ipfilter/dist

2013-08-20 Thread Cy Schubert
Author: cy Date: Tue Aug 20 13:19:35 2013 New Revision: 254560 URL: http://svnweb.freebsd.org/changeset/base/254560 Log: Document the FreeBSD use of IP-FIlter under the previously existing non-GPL license. Approved by: Darren Reed (IP-Filter author) glebius (mentor) Add

svn commit: r254559 - in head/sys: arm/conf arm/ti arm/ti/am335x boot/fdt/dts dev/mmc

2013-08-20 Thread Ian Lepore
Author: ian Date: Tue Aug 20 12:33:35 2013 New Revision: 254559 URL: http://svnweb.freebsd.org/changeset/base/254559 Log: Make the standard sdhci(4) driver work for the TI OMAP family SoCs. The MMCHS hardware is pretty much a standard SDHCI v2.0 controller with a couple quirks, which are now

svn commit: r254558 - head/sys/kern

2013-08-20 Thread Peter Holm
Author: pho Date: Tue Aug 20 11:06:56 2013 New Revision: 254558 URL: http://svnweb.freebsd.org/changeset/base/254558 Log: Added sysctl to turn off calls to vmem_check(). Sponsored by: EMC / Isilon storage division Discussed with:jeff Modified: head/sys/kern/subr_vmem.c Modifie

svn commit: r254556 - stable/8/sys/dev/usb

2013-08-20 Thread Hans Petter Selasky
Author: hselasky Date: Tue Aug 20 07:40:40 2013 New Revision: 254556 URL: http://svnweb.freebsd.org/changeset/base/254556 Log: MFC r254243: - Try to fix build of 32-bit compatibility USB support for FreeBSD and Linux targets without breaking the existing IOCTL API. - Remove some not-

svn commit: r254555 - stable/9/sys/dev/usb

2013-08-20 Thread Hans Petter Selasky
Author: hselasky Date: Tue Aug 20 07:28:24 2013 New Revision: 254555 URL: http://svnweb.freebsd.org/changeset/base/254555 Log: MFC r254243: - Try to fix build of 32-bit compatibility USB support for FreeBSD and Linux targets without breaking the existing IOCTL API. - Remove some not-n

svn commit: r254554 - stable/9/crypto/openssh

2013-08-20 Thread Dag-Erling Smørgrav
Author: des Date: Tue Aug 20 07:22:20 2013 New Revision: 254554 URL: http://svnweb.freebsd.org/changeset/base/254554 Log: MFH (r254278): fix relative symlinks Modified: stable/9/crypto/openssh/sftp.c Directory Properties: stable/9/crypto/openssh/ (props changed) Modified: stable/9/crypto

svn commit: r254553 - head/sbin/fsck_ffs

2013-08-20 Thread Dag-Erling Smørgrav
Author: des Date: Tue Aug 20 07:19:58 2013 New Revision: 254553 URL: http://svnweb.freebsd.org/changeset/base/254553 Log: Fix the zeroing loop. I must have been drunk when I wrote this... MFC after:3 days Modified: head/sbin/fsck_ffs/fsutil.c Modified: head/sbin/fsck_ffs/fsutil.c =

svn commit: r254552 - stable/8/sys/dev/usb/controller

2013-08-20 Thread Hans Petter Selasky
Author: hselasky Date: Tue Aug 20 07:15:16 2013 New Revision: 254552 URL: http://svnweb.freebsd.org/changeset/base/254552 Log: MFC r254238: Correct an EHCI register write. Reported by:aseem.jo...@gmail.com Modified: stable/8/sys/dev/usb/controller/ehci.c Directory Properties: sta

svn commit: r254551 - stable/9/sys/dev/usb/controller

2013-08-20 Thread Hans Petter Selasky
Author: hselasky Date: Tue Aug 20 07:13:01 2013 New Revision: 254551 URL: http://svnweb.freebsd.org/changeset/base/254551 Log: MFC r254238: Correct an EHCI register write. Reported by:aseem.jo...@gmail.com Modified: stable/9/sys/dev/usb/controller/ehci.c Directory Properties: sta

svn commit: r254550 - stable/9/sys/fs/tmpfs

2013-08-20 Thread Konstantin Belousov
Author: kib Date: Tue Aug 20 07:11:53 2013 New Revision: 254550 URL: http://svnweb.freebsd.org/changeset/base/254550 Log: MFC r253967: Wait for the doomed vnode to be detached from the tmpfs node if sleepable allocation is requested. Modified: stable/9/sys/fs/tmpfs/tmpfs.h stable/9/sys/