svn commit: r286821 - head/sys/powerpc/powerpc

2015-08-15 Thread Justin Hibbits
Author: jhibbits Date: Sun Aug 16 01:08:59 2015 New Revision: 286821 URL: https://svnweb.freebsd.org/changeset/base/286821 Log: SRR1 and DSISR aren't pointers, print them as integers. Modified: head/sys/powerpc/powerpc/trap.c Modified: head/sys/powerpc/powerpc/trap.c

svn commit: r286820 - stable/9/lib/libgeom

2015-08-15 Thread Alexander Motin
Author: mav Date: Sun Aug 16 00:39:44 2015 New Revision: 286820 URL: https://svnweb.freebsd.org/changeset/base/286820 Log: MFC r286719: Revert part of r280687, reporting 1 (true) for empty value. For example, it made gpart partitions without label report 1 as label. Modified:

svn commit: r286819 - stable/10/lib/libgeom

2015-08-15 Thread Alexander Motin
Author: mav Date: Sun Aug 16 00:37:47 2015 New Revision: 286819 URL: https://svnweb.freebsd.org/changeset/base/286819 Log: MFC r286719: Revert part of r280687, reporting 1 (true) for empty value. For example, it made gpart partitions without label report 1 as label. Modified:

svn commit: r286814 - head/sys/dev/ata

2015-08-15 Thread Alexander Motin
Author: mav Date: Sat Aug 15 21:46:02 2015 New Revision: 286814 URL: https://svnweb.freebsd.org/changeset/base/286814 Log: Remove UMA allocation of ATA requests. After CAM replaced old ATA stack, this driver processes no more then one request at a time per channel. Using UMA after that

svn commit: r286815 - head/sys/boot/uboot/fdt

2015-08-15 Thread Oleksandr Tymoshenko
Author: gonzo Date: Sat Aug 15 21:47:07 2015 New Revision: 286815 URL: https://svnweb.freebsd.org/changeset/base/286815 Log: Make dtb file configurable via loader(8) variable. ubldr already checks fdt_file and fdtfile U-Boot variables. Add one more check for fdt_file loader(8) variable.

Re: svn commit: r286814 - head/sys/dev/ata

2015-08-15 Thread Bjoern A. Zeeb
On 15 Aug 2015, at 21:46 , Alexander Motin m...@freebsd.org wrote: Author: mav Date: Sat Aug 15 21:46:02 2015 New Revision: 286814 URL: https://svnweb.freebsd.org/changeset/base/286814 Log: Remove UMA allocation of ATA requests. After CAM replaced old ATA stack, this driver

svn commit: r286817 - stable/10/sys/cam/ctl

2015-08-15 Thread Alexander Motin
Author: mav Date: Sun Aug 16 00:35:48 2015 New Revision: 286817 URL: https://svnweb.freebsd.org/changeset/base/286817 Log: MFC r286514: Remove verbose CTL messages. Reporting SCSI errors to console is often useless, pollutes logs and may affect performance. For debugging there is

svn commit: r286818 - stable/10/share/man/man4

2015-08-15 Thread Alexander Motin
Author: mav Date: Sun Aug 16 00:36:48 2015 New Revision: 286818 URL: https://svnweb.freebsd.org/changeset/base/286818 Log: MFC r286516: Document kern.cam.ctl.debug sysctl. Modified: stable/10/share/man/man4/ctl.4 Directory Properties: stable/10/ (props changed) Modified:

svn commit: r286816 - head/sys/dev/ata

2015-08-15 Thread Alexander Motin
Author: mav Date: Sat Aug 15 22:55:32 2015 New Revision: 286816 URL: https://svnweb.freebsd.org/changeset/base/286816 Log: Small addition to r286814. Submitted by: bz MFC after:2 weeks Modified: head/sys/dev/ata/ata-all.c Modified: head/sys/dev/ata/ata-all.c

svn commit: r286797 - head/sys/teken/demo

2015-08-15 Thread Ed Schouten
Author: ed Date: Sat Aug 15 08:29:13 2015 New Revision: 286797 URL: https://svnweb.freebsd.org/changeset/base/286797 Log: Add missing 'static' keyword to keep build at WARNS=6 happy. MFC after:1 month Modified: head/sys/teken/demo/teken_demo.c Modified:

svn commit: r286801 - stable/10/usr.sbin/ctld

2015-08-15 Thread Alexander Motin
Author: mav Date: Sat Aug 15 11:08:30 2015 New Revision: 286801 URL: https://svnweb.freebsd.org/changeset/base/286801 Log: MFC r286456: Remove some code duplication. Modified: stable/10/usr.sbin/ctld/login.c Directory Properties: stable/10/ (props changed) Modified:

svn commit: r286798 - head/sys/teken

2015-08-15 Thread Ed Schouten
Author: ed Date: Sat Aug 15 08:42:33 2015 New Revision: 286798 URL: https://svnweb.freebsd.org/changeset/base/286798 Log: Stop parsing digits if the value already exceeds USHRT_MAX. There is no need for us to support parsing values that are larger than the maximum terminal window size.

svn commit: r286799 - head/sys/dev/usb

2015-08-15 Thread Hans Petter Selasky
Author: hselasky Date: Sat Aug 15 09:00:36 2015 New Revision: 286799 URL: https://svnweb.freebsd.org/changeset/base/286799 Log: Fix race in USB PF which can happen if we stop tracing exactly when the kernel is tapping an USB transfer. This leads to a NULL pointer access. The solution is to

svn commit: r286800 - stable/10/sys/cam/ata

2015-08-15 Thread Alexander Motin
Author: mav Date: Sat Aug 15 11:05:44 2015 New Revision: 286800 URL: https://svnweb.freebsd.org/changeset/base/286800 Log: MFC r286447: Don't panic if disk lost TRIM support due to switching to PIO mode. Modified: stable/10/sys/cam/ata/ata_da.c Directory Properties: stable/10/ (props

svn commit: r286796 - in head: lib/libnv/tests share/man/man9 sys/cddl/compat/opensolaris/sys sys/contrib/libnv sys/sys

2015-08-15 Thread Mariusz Zaborski
Author: oshogbo Date: Sat Aug 15 06:34:49 2015 New Revision: 286796 URL: https://svnweb.freebsd.org/changeset/base/286796 Log: Add support for the arrays in nvlist library. - Add nvlist_{add,get,take,move,exists,free}_{number,bool,string,nvlist, descriptor} functions. - Add

svn commit: r286810 - in stable/10: sbin/ifconfig sys/dev/ixgbe sys/net sys/sys

2015-08-15 Thread Alexander V. Chernikov
Author: melifaro Date: Sat Aug 15 17:52:55 2015 New Revision: 286810 URL: https://svnweb.freebsd.org/changeset/base/286810 Log: MFC r270064,r270068,r270069,r270115,r270129,r270287,r270822,r271014, r271524,r273541,r282967,r283009,r283364. Add support for reading i2c SFP/SFP+ data from

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

2015-08-15 Thread Alexander Motin
Author: mav Date: Sat Aug 15 18:22:16 2015 New Revision: 286811 URL: https://svnweb.freebsd.org/changeset/base/286811 Log: Polish sizes processing. Modified: head/sys/cam/ctl/ctl_backend_block.c Modified: head/sys/cam/ctl/ctl_backend_block.c

svn commit: r286812 - head/lib/libusb

2015-08-15 Thread Antoine Brodin
Author: antoine Date: Sat Aug 15 19:00:38 2015 New Revision: 286812 URL: https://svnweb.freebsd.org/changeset/base/286812 Log: bsd.lib.mk has to be included after MLINKS assignment Modified: head/lib/libusb/Makefile Modified: head/lib/libusb/Makefile

svn commit: r286802 - head/sys/dev/usb/controller

2015-08-15 Thread Hans Petter Selasky
Author: hselasky Date: Sat Aug 15 12:06:15 2015 New Revision: 286802 URL: https://svnweb.freebsd.org/changeset/base/286802 Log: Fixes for HIGH speed ISOCHRONOUS traffic. HS ISOCHRONOUS traffic at intervals less than 250us was not handled properly. Add support for high-bandwidth ISOCHRONOUS

svn commit: r286805 - head/share/misc

2015-08-15 Thread Baptiste Daroussin
Author: bapt Date: Sat Aug 15 12:55:06 2015 New Revision: 286805 URL: https://svnweb.freebsd.org/changeset/base/286805 Log: Update to use the latest version of the PCI IDs Repository. MFC after:1 week Modified: head/share/misc/pci_vendors Modified: head/share/misc/pci_vendors

svn commit: r286804 - vendor/pciids/pciids-20150815

2015-08-15 Thread Baptiste Daroussin
Author: bapt Date: Sat Aug 15 12:44:34 2015 New Revision: 286804 URL: https://svnweb.freebsd.org/changeset/base/286804 Log: Tag import of pciids 20150815 Added: vendor/pciids/pciids-20150815/ - copied from r286801, vendor/pciids/dist/ Replaced: vendor/pciids/pciids-20150815/pci.ids

svn commit: r286803 - vendor/pciids/dist

2015-08-15 Thread Baptiste Daroussin
Author: bapt Date: Sat Aug 15 12:43:39 2015 New Revision: 286803 URL: https://svnweb.freebsd.org/changeset/base/286803 Log: Update PCIIDS database Modified: vendor/pciids/dist/pci.ids Modified: vendor/pciids/dist/pci.ids

svn commit: r286806 - in head: sys/cam/ctl sys/conf sys/modules/ctl usr.bin/ctlstat usr.sbin/ctladm usr.sbin/ctld

2015-08-15 Thread Alexander Motin
Author: mav Date: Sat Aug 15 13:34:38 2015 New Revision: 286806 URL: https://svnweb.freebsd.org/changeset/base/286806 Log: Drop internal CTL frontend. Its idea was to be a simple initiator and execute several commands from kernel level, but FreeBSD never had consumer for that

Re: svn commit: r286787 - head/sys/x86/x86

2015-08-15 Thread Roger Pau Monné
El 14/08/15 a les 22.08, Jason A. Harmening ha escrit: Author: jah Date: Fri Aug 14 20:08:16 2015 New Revision: 286787 URL: https://svnweb.freebsd.org/changeset/base/286787 Log: Use pmap_quick_enter_page() to handle bouncing of unmapped buffers in the x86 busdma_bounce implementation.

Re: svn commit: r286787 - head/sys/x86/x86

2015-08-15 Thread Jason Harmening
On 08/15/15 08:05, Roger Pau Monné wrote: El 14/08/15 a les 22.08, Jason A. Harmening ha escrit: Author: jah Date: Fri Aug 14 20:08:16 2015 New Revision: 286787 URL: https://svnweb.freebsd.org/changeset/base/286787 Log: Use pmap_quick_enter_page() to handle bouncing of unmapped buffers

svn commit: r286807 - in head/sys: cam/ctl conf modules/ctl

2015-08-15 Thread Alexander Motin
Author: mav Date: Sat Aug 15 15:42:21 2015 New Revision: 286807 URL: https://svnweb.freebsd.org/changeset/base/286807 Log: Move ioctl CAM frontend into separate file. It has nothing to share with too huge ctl.c other then device descriptor, but even that may be counted as design error

svn commit: r286808 - head/sys/dev/vt

2015-08-15 Thread Marcel Moolenaar
Author: marcel Date: Sat Aug 15 15:44:09 2015 New Revision: 286808 URL: https://svnweb.freebsd.org/changeset/base/286808 Log: Improve the VT initialization message: have it say what the resolution is. For text mode this is the number of columns by the number of rows. Include the name of the

svn commit: r286809 - head/sys/dev/vt/hw/efifb

2015-08-15 Thread Marcel Moolenaar
Author: marcel Date: Sat Aug 15 16:13:28 2015 New Revision: 286809 URL: https://svnweb.freebsd.org/changeset/base/286809 Log: Improve support for Macs that have a stride not equal to the horizonal resolution (width). In those cases fb_bpp ended up completely wrong -- as in 6 bytes per pixel

svn commit: r286813 - stable/10/bin/sh

2015-08-15 Thread Jilles Tjoelker
Author: jilles Date: Sat Aug 15 19:58:00 2015 New Revision: 286813 URL: https://svnweb.freebsd.org/changeset/base/286813 Log: MFC r284779: sh: Fix some arithmetic undefined behaviour. Fix shifts of possibly negative numbers found with ubsan and avoid signed integer overflow when hashing