svn commit: r284497 - stable/9/sys/netinet

2015-06-17 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 17 07:28:51 2015 New Revision: 284497 URL: https://svnweb.freebsd.org/changeset/base/284497 Log: MFC r280991: Extend fixes made in r278103 and r38754 by copying the complete packet header and not only partial flags and fields. Firewalls can attach classificat

svn commit: r284498 - in stable/9/sys/dev/usb: . quirk

2015-06-17 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 17 07:30:53 2015 New Revision: 284498 URL: https://svnweb.freebsd.org/changeset/base/284498 Log: MFC r284125: Add new USB quirk. PR: 200693 Modified: stable/9/sys/dev/usb/quirk/usb_quirk.c stable/9/sys/dev/usb/usbdevs Directory Properties: s

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

2015-06-17 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 17 07:37:11 2015 New Revision: 284501 URL: https://svnweb.freebsd.org/changeset/base/284501 Log: MFC r284011: Don't wait forever for USB data to be flushed. Modified: stable/9/sys/dev/usb/usb_dev.c Directory Properties: stable/9/sys/ (props changed) stab

svn commit: r284510 - stable/9/sys/boot/zfs

2015-06-17 Thread Andriy Gapon
Author: avg Date: Wed Jun 17 11:48:00 2015 New Revision: 284510 URL: https://svnweb.freebsd.org/changeset/base/284510 Log: MFC r284025,284032: dnode_read: handle hole blocks in zfs boot code PR: 199804 Modified: stable/9/sys/boot/zfs/zfsimpl.c Directory Properties: stable/9/s

svn commit: r284504 - stable/9/sys/dev/pci

2015-06-17 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jun 17 07:43:20 2015 New Revision: 284504 URL: https://svnweb.freebsd.org/changeset/base/284504 Log: MFC r284012: Disable VGA PCI interrupts until a chipset driver is loaded for VGA PCI devices. Else unhandled display adapter interrupts might freeze the CPU or co

svn commit: r284525 - stable/9/lib/libc/locale

2015-06-17 Thread Xin LI
Author: delphij Date: Wed Jun 17 19:13:13 2015 New Revision: 284525 URL: https://svnweb.freebsd.org/changeset/base/284525 Log: MFC r264038 (theraven) Fix an issue where the locale and rune locale could become out of sync, causing mb* functions (and similar) to be called with the wrong dat