svn commit: r305647 - stable/8/sys/dev/usb/input

2016-09-08 Thread Hans Petter Selasky
Author: hselasky Date: Fri Sep 9 06:51:49 2016 New Revision: 305647 URL: https://svnweb.freebsd.org/changeset/base/305647 Log: MFC r303765 and r304571: Keep a reference count on USB keyboard polling to allow recursive cngrab() during a panic for example, similar to what the AT-keyboard dr

svn commit: r305646 - stable/9/sys/dev/usb/input

2016-09-08 Thread Hans Petter Selasky
Author: hselasky Date: Fri Sep 9 06:41:16 2016 New Revision: 305646 URL: https://svnweb.freebsd.org/changeset/base/305646 Log: MFC r304571: Make the UKBD USB transfers double buffered and set them up one by one, so they are memory independent which allows for handling panics triggered by

svn commit: r305645 - stable/10/sys/dev/usb/input

2016-09-08 Thread Hans Petter Selasky
Author: hselasky Date: Fri Sep 9 06:38:13 2016 New Revision: 305645 URL: https://svnweb.freebsd.org/changeset/base/305645 Log: MFC r304571: Make the UKBD USB transfers double buffered and set them up one by one, so they are memory independent which allows for handling panics triggered by

svn commit: r305644 - stable/11/sys/dev/usb/input

2016-09-08 Thread Hans Petter Selasky
Author: hselasky Date: Fri Sep 9 06:36:43 2016 New Revision: 305644 URL: https://svnweb.freebsd.org/changeset/base/305644 Log: MFC r304571: Make the UKBD USB transfers double buffered and set them up one by one, so they are memory independent which allows for handling panics triggered by

svn commit: r305643 - stable/8/lib/libusb

2016-09-08 Thread Hans Petter Selasky
Author: hselasky Date: Fri Sep 9 06:33:56 2016 New Revision: 305643 URL: https://svnweb.freebsd.org/changeset/base/305643 Log: MFC r305284: Fix array size issue when using the pre-scaling feature for ISOCHRONOUS USB transfers. Make sure enough length and buffer pointers are allocated when

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

2016-09-08 Thread Hans Petter Selasky
Author: hselasky Date: Fri Sep 9 06:31:25 2016 New Revision: 305642 URL: https://svnweb.freebsd.org/changeset/base/305642 Log: MFC r305284: Fix array size issue when using the pre-scaling feature for ISOCHRONOUS USB transfers. Make sure enough length and buffer pointers are allocated when

svn commit: r305641 - stable/10/lib/libusb

2016-09-08 Thread Hans Petter Selasky
Author: hselasky Date: Fri Sep 9 06:27:25 2016 New Revision: 305641 URL: https://svnweb.freebsd.org/changeset/base/305641 Log: MFC r305284: Fix array size issue when using the pre-scaling feature for ISOCHRONOUS USB transfers. Make sure enough length and buffer pointers are allocated when

svn commit: r305640 - stable/11/lib/libusb

2016-09-08 Thread Hans Petter Selasky
Author: hselasky Date: Fri Sep 9 06:25:40 2016 New Revision: 305640 URL: https://svnweb.freebsd.org/changeset/base/305640 Log: MFC r305284: Fix array size issue when using the pre-scaling feature for ISOCHRONOUS USB transfers. Make sure enough length and buffer pointers are allocated when

Re: svn commit: r305636 - head/sys/ddb

2016-09-08 Thread Bruce Evans
On Fri, 9 Sep 2016, Justin Hibbits wrote: Log: Correct the type of db_cmd_loop_done. On big endian hardware that uses 1 byte bool a type mismatch of bool vs int will cause the least signifcant byte of db_cmd_loop_done to be set, but the MSB to be read, and read as 0. This causes ddb to s

svn commit: r305639 - head/sys/dev/gpio

2016-09-08 Thread Adrian Chadd
Author: adrian Date: Fri Sep 9 04:54:41 2016 New Revision: 305639 URL: https://svnweb.freebsd.org/changeset/base/305639 Log: [gpio] include intr.h when building with INTRNG. Trying to build a MIPS platform that uses INTRNG needs this for this to work right in gpiobusvar.h : #ifdef I

svn commit: r305638 - head/sys/net80211

2016-09-08 Thread Adrian Chadd
Author: adrian Date: Fri Sep 9 04:47:48 2016 New Revision: 305638 URL: https://svnweb.freebsd.org/changeset/base/305638 Log: [net80211] add in ToA/ToD based location mbuf tags for some experimenting. Modified: head/sys/net80211/ieee80211_freebsd.c head/sys/net80211/ieee80211_freebsd.h Mod

svn commit: r305637 - in head/sys/dev/ath/ath_hal: . ar5416

2016-09-08 Thread Adrian Chadd
Author: adrian Date: Fri Sep 9 04:45:25 2016 New Revision: 305637 URL: https://svnweb.freebsd.org/changeset/base/305637 Log: [ath_hal] fixes for finer grain timestamping, some 11n macros * change the HT_RC_2_MCS to do MCS0..23 * Use it when looking up the ht20/ht40 array for bits-per-sym

svn commit: r305636 - head/sys/ddb

2016-09-08 Thread Justin Hibbits
Author: jhibbits Date: Fri Sep 9 04:16:53 2016 New Revision: 305636 URL: https://svnweb.freebsd.org/changeset/base/305636 Log: Correct the type of db_cmd_loop_done. On big endian hardware that uses 1 byte bool a type mismatch of bool vs int will cause the least signifcant byte of db_cmd

svn commit: r305635 - head/share/mk

2016-09-08 Thread Simon J. Gerraty
Author: sjg Date: Fri Sep 9 02:02:13 2016 New Revision: 305635 URL: https://svnweb.freebsd.org/changeset/base/305635 Log: Missed part of patch Modified: head/share/mk/meta.sys.mk Modified: head/share/mk/meta.sys.mk

Re: svn commit: r305629 - head/etc/mtree

2016-09-08 Thread Ngie Cooper
> On Sep 8, 2016, at 15:33, Mariusz Zaborski wrote: > > Thanks for that! +1 >> On 8 September 2016 at 23:59, Jung-uk Kim wrote: >> Author: jkim >> Date: Thu Sep 8 21:59:34 2016 >> New Revision: 305629 >> URL: https://svnweb.freebsd.org/changeset/base/305629 >> >> Log: >> Add new directorie

svn commit: r305634 - head/share/mk

2016-09-08 Thread Simon J. Gerraty
Author: sjg Date: Fri Sep 9 01:21:35 2016 New Revision: 305634 URL: https://svnweb.freebsd.org/changeset/base/305634 Log: Update to latest dirdeps.mk Take advantage of new bmake feature to only consider Makefile.depend as invalidating DIRDEPS_CACHE. When bootstrapping allow more fil

svn commit: r305633 - in head: contrib/bmake contrib/bmake/mk usr.bin/bmake

2016-09-08 Thread Simon J. Gerraty
Author: sjg Date: Fri Sep 9 01:09:39 2016 New Revision: 305633 URL: https://svnweb.freebsd.org/changeset/base/305633 Log: Update to bmake-20170818 This version has some new knobs for dealing with troublesome targets in meta mode. Modified: head/contrib/bmake/ChangeLog head/contrib/b

svn commit: r305632 - vendor/NetBSD/bmake/20160818

2016-09-08 Thread Simon J. Gerraty
Author: sjg Date: Thu Sep 8 23:49:47 2016 New Revision: 305632 URL: https://svnweb.freebsd.org/changeset/base/305632 Log: tag bmake-20160818 Added: vendor/NetBSD/bmake/20160818/ - copied from r305631, vendor/NetBSD/bmake/dist/ ___ svn-src-all@

svn commit: r305631 - in vendor/NetBSD/bmake/dist: . mk

2016-09-08 Thread Simon J. Gerraty
Author: sjg Date: Thu Sep 8 23:49:33 2016 New Revision: 305631 URL: https://svnweb.freebsd.org/changeset/base/305631 Log: Import bmake-20160818 Interesting changes: o meta.c: move handling of .MAKE.META.IGNORE_* to meta_ignore() so we can call it before adding entr

svn commit: r305630 - in head/lib/libc: aarch64/sys amd64/sys arm/sys i386/sys mips/sys powerpc/sys powerpc64/sys riscv/sys sparc64/sys sys

2016-09-08 Thread Brooks Davis
Author: brooks Date: Thu Sep 8 22:38:20 2016 New Revision: 305630 URL: https://svnweb.freebsd.org/changeset/base/305630 Log: Reduce duplicate NOASM and PSEUDO definitions The initial value of NOASM is nearly the same in all cases and the initial value of PSEUDO is the same in all cases s

Re: svn commit: r305629 - head/etc/mtree

2016-09-08 Thread Mariusz Zaborski
Thanks for that! On 8 September 2016 at 23:59, Jung-uk Kim wrote: > Author: jkim > Date: Thu Sep 8 21:59:34 2016 > New Revision: 305629 > URL: https://svnweb.freebsd.org/changeset/base/305629 > > Log: > Add new directories added in r305626 to fix "make installworld". > > Modified: > head/etc

svn commit: r305629 - head/etc/mtree

2016-09-08 Thread Jung-uk Kim
Author: jkim Date: Thu Sep 8 21:59:34 2016 New Revision: 305629 URL: https://svnweb.freebsd.org/changeset/base/305629 Log: Add new directories added in r305626 to fix "make installworld". Modified: head/etc/mtree/BSD.tests.dist Modified: head/etc/mtree/BSD.tests.dist ===

svn commit: r305628 - head/lib/libc/sys

2016-09-08 Thread Jilles Tjoelker
Author: jilles Date: Thu Sep 8 21:50:03 2016 New Revision: 305628 URL: https://svnweb.freebsd.org/changeset/base/305628 Log: intro(2),_exit(2): Update for reaper (procctl(PROC_REAP_ACQUIRE)). MFC after:1 week Modified: head/lib/libc/sys/_exit.2 head/lib/libc/sys/intro.2 Modified:

svn commit: r305627 - in head: . share/man/man3 sys/sys

2016-09-08 Thread Conrad E. Meyer
disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20160908: + The queue(3) debugging macro, QUEUE_MACRO_DEBUG, has been split into + two separate components, QUEUE_M

svn commit: r305626 - in head: lib/libcasper/services/cap_dns lib/libcasper/services/cap_dns/tests lib/libcasper/services/cap_grp lib/libcasper/services/cap_grp/tests lib/libcasper/services/cap_pwd...

2016-09-08 Thread Mariusz Zaborski
Author: oshogbo Date: Thu Sep 8 20:01:26 2016 New Revision: 305626 URL: https://svnweb.freebsd.org/changeset/base/305626 Log: Move libcasper tests from regression/capsicum/libcasper/ to lib/libcasper/service/${service_name}/tests. Reviewed by: emaste, ngie Differential Revision:

svn commit: r305625 - head/sys/security/audit

2016-09-08 Thread John Baldwin
Author: jhb Date: Thu Sep 8 19:47:57 2016 New Revision: 305625 URL: https://svnweb.freebsd.org/changeset/base/305625 Log: Don't check aq64_minfree which is unsigned for negative values. This fixes a tautological comparison warning. Reviewed by: rwatson Differential Revision:

svn commit: r305624 - head/share/man/man4

2016-09-08 Thread John Baldwin
Author: jhb Date: Thu Sep 8 19:42:49 2016 New Revision: 305624 URL: https://svnweb.freebsd.org/changeset/base/305624 Log: Document PCI_HP and PCI_IOV kernel options and various tunables in pci(4). Describe PCI-related kernel options for HotPlug and SR-IOV support in the pci(4) manual pag

Re: svn commit: r305607 - head/sys/arm64/arm64

2016-09-08 Thread Ed Schouten
2016-09-08 17:05 GMT+02:00 Andrew Turner : > On Thu, 8 Sep 2016 16:48:45 +0200 > Ed Schouten wrote: >> It depends on which system register is being used, right? System >> registers like TPIDR_EL0 are accessed by userspace all the time. > > Correct, the trap is only hit when userspace doesn't have

svn commit: r305622 - in head/sys/ufs: ffs ufs

2016-09-08 Thread Bruce Evans
Author: bde Date: Thu Sep 8 17:40:40 2016 New Revision: 305622 URL: https://svnweb.freebsd.org/changeset/base/305622 Log: Sprinkle DOINGASYNC() checks so as to do delayed writes for async mounts in almost all cases instead of in most cases. Don't override DOINGASYNC() by any condition exce

svn commit: r305621 - in head/sys/mips: cavium gxemul include mips nlm rmi sibyte

2016-09-08 Thread Ruslan Bukin
Author: br Date: Thu Sep 8 17:37:13 2016 New Revision: 305621 URL: https://svnweb.freebsd.org/changeset/base/305621 Log: Allow the use of soft-interrupts for sending IPIs. This will be required for SMP support on MIPS Malta platform. Reviewed by: adrian Sponsored by: DARPA, AFRL Spo

svn commit: r305620 - head/usr.sbin/etcupdate

2016-09-08 Thread Eric van Gyzen
Author: vangyzen Date: Thu Sep 8 15:53:49 2016 New Revision: 305620 URL: https://svnweb.freebsd.org/changeset/base/305620 Log: etcupdate: preserve the metadata of the destination file When using diff3 to perform a three-way merge, etcupdate lost the destination file's metadata. The metad

svn commit: r305619 - in stable/10: lib/libpcap usr.sbin/ancontrol

2016-09-08 Thread Pedro F. Giffuni
Author: pfg Date: Thu Sep 8 15:27:42 2016 New Revision: 305619 URL: https://svnweb.freebsd.org/changeset/base/305619 Log: MFC r303893, r303894: misc replacements of comma with semicolon when pertinent. Uses of commas instead of a semicolons can easily go undetected. The comma can serve

svn commit: r305618 - in stable/11: lib/libpcap usr.sbin/ancontrol

2016-09-08 Thread Pedro F. Giffuni
Author: pfg Date: Thu Sep 8 15:25:41 2016 New Revision: 305618 URL: https://svnweb.freebsd.org/changeset/base/305618 Log: MFC r303893, r303894: misc replacements of comma with semicolon when pertinent. Uses of commas instead of a semicolons can easily go undetected. The comma can serve

svn commit: r305617 - stable/10/lib/libc/rpc

2016-09-08 Thread Pedro F. Giffuni
Author: pfg Date: Thu Sep 8 15:12:55 2016 New Revision: 305617 URL: https://svnweb.freebsd.org/changeset/base/305617 Log: MFC r303889: libc/rpc: replace comma with semicolon when pertinent. Uses of commas instead of a semicolons can easily go undetected. The comma can serve as a statem

svn commit: r305616 - stable/11/lib/libc/rpc

2016-09-08 Thread Pedro F. Giffuni
Author: pfg Date: Thu Sep 8 15:12:20 2016 New Revision: 305616 URL: https://svnweb.freebsd.org/changeset/base/305616 Log: MFC r303889: libc/rpc: replace comma with semicolon when pertinent. Uses of commas instead of a semicolons can easily go undetected. The comma can serve as a statem

svn commit: r305615 - in stable/10/sys: arm/xscale/ixp425 boot/i386/zfsboot cam/scsi dev/aic7xxx dev/ath/ath_hal/ar5212 dev/ath/ath_hal/ar5416 dev/bxe dev/etherswitch/ip17x dev/usb/controller net80...

2016-09-08 Thread Pedro F. Giffuni
Author: pfg Date: Thu Sep 8 15:06:28 2016 New Revision: 305615 URL: https://svnweb.freebsd.org/changeset/base/305615 Log: MFC r303891, r303892: sys: replace comma with semicolon when pertinent. Uses of commas instead of a semicolons can easily go undetected. The comma can serve as a st

svn commit: r305614 - in stable/11/sys: arm/xscale/ixp425 boot/i386/zfsboot cam/ata cam/scsi dev/aic7xxx dev/ath/ath_hal/ar5212 dev/ath/ath_hal/ar5416 dev/bxe dev/etherswitch/ip17x dev/usb/controll...

2016-09-08 Thread Pedro F. Giffuni
Author: pfg Date: Thu Sep 8 15:05:25 2016 New Revision: 305614 URL: https://svnweb.freebsd.org/changeset/base/305614 Log: MFC r303891, r303892: sys: replace comma with semicolon when pertinent. Uses of commas instead of a semicolons can easily go undetected. The comma can serve as a st

Re: svn commit: r305607 - head/sys/arm64/arm64

2016-09-08 Thread Andrew Turner
On Thu, 8 Sep 2016 16:48:45 +0200 Ed Schouten wrote: > Hi Andrew, > > 2016-09-08 14:53 GMT+02:00 Andrew Turner : > > Trap msr/mrs instructions. These are privileged arm64 > > instructions and shouldn't normally be used. > > It depends on which system register is being used, right? System >

svn commit: r305613 - head/usr.bin/sort

2016-09-08 Thread Gabor Kovesdan
Author: gabor Date: Thu Sep 8 14:50:23 2016 New Revision: 305613 URL: https://svnweb.freebsd.org/changeset/base/305613 Log: - Fix typo PR: 211245 Submitted by: Christoph Schonweiler MFC after:5 days Modified: head/usr.bin/sort/sort.1.in Modified: head/usr.bin/sort/so

Re: svn commit: r305607 - head/sys/arm64/arm64

2016-09-08 Thread Ed Schouten
Hi Andrew, 2016-09-08 14:53 GMT+02:00 Andrew Turner : > Trap msr/mrs instructions. These are privileged arm64 instructions and > shouldn't normally be used. It depends on which system register is being used, right? System registers like TPIDR_EL0 are accessed by userspace all the time. -- E

svn commit: r305612 - head/sys/i386/i386

2016-09-08 Thread Bruce Evans
Author: bde Date: Thu Sep 8 14:43:39 2016 New Revision: 305612 URL: https://svnweb.freebsd.org/changeset/base/305612 Log: Fix single-stepping of instructions emulated by vm86. In vm86.c, fix 2 (rarely used) cases where the return code lost the single-step indicator. While here, fix 2 mi

svn commit: r305611 - head/sys/kern

2016-09-08 Thread Ed Maste
Author: emaste Date: Thu Sep 8 14:04:04 2016 New Revision: 305611 URL: https://svnweb.freebsd.org/changeset/base/305611 Log: Update capabilities.conf comment getdtablesize is per-process state, not global state Modified: head/sys/kern/capabilities.conf Modified: head/sys/kern/capabilit

svn commit: r305610 - head/sys/cam

2016-09-08 Thread Alexander Motin
Author: mav Date: Thu Sep 8 13:33:33 2016 New Revision: 305610 URL: https://svnweb.freebsd.org/changeset/base/305610 Log: Don't report to devd statuses that CAM doesn't consider errors. Some statuses, such as "ATA pass through information available", are part part of absolutely normal op

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

2016-09-08 Thread Alexander Motin
Author: mav Date: Thu Sep 8 13:03:49 2016 New Revision: 305609 URL: https://svnweb.freebsd.org/changeset/base/305609 Log: "Extended copy information available" is not an error either. MFC after:2 weeks Modified: head/sys/cam/scsi/scsi_all.c Modified: head/sys/cam/scsi/scsi_all.c ==

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

2016-09-08 Thread Alexander Motin
Author: mav Date: Thu Sep 8 12:58:33 2016 New Revision: 305608 URL: https://svnweb.freebsd.org/changeset/base/305608 Log: "ATA pass through information available" is not an error. MFC after:2 weeks Modified: head/sys/cam/scsi/scsi_all.c Modified: head/sys/cam/scsi/scsi_all.c ==

svn commit: r305607 - head/sys/arm64/arm64

2016-09-08 Thread Andrew Turner
Author: andrew Date: Thu Sep 8 12:53:01 2016 New Revision: 305607 URL: https://svnweb.freebsd.org/changeset/base/305607 Log: Trap msr/mrs instructions. These are privileged arm64 instructions and shouldn't normally be used. Obtained from:ABT Systems Ltd MFC after:1 week S

svn commit: r305606 - head/sys/dev/intpm

2016-09-08 Thread Andriy Gapon
Author: avg Date: Thu Sep 8 12:43:24 2016 New Revision: 305606 URL: https://svnweb.freebsd.org/changeset/base/305606 Log: intpm: make sure to register smbus driver before intpm driver Otherwise we can fail to create an smbus child of intpm. MFC after:1 week Modified: head/sys/d

svn commit: r305605 - head/sys/arm64/arm64

2016-09-08 Thread Andrew Turner
Author: andrew Date: Thu Sep 8 12:39:03 2016 New Revision: 305605 URL: https://svnweb.freebsd.org/changeset/base/305605 Log: Don't panic when we don't handle a userland exception, not all we may see are currently handled. Obtained from:ABT Systems Ltd MFC after:3 days Spo

svn commit: r305604 - head/sys/dev/intpm

2016-09-08 Thread Andriy Gapon
Author: avg Date: Thu Sep 8 12:27:34 2016 New Revision: 305604 URL: https://svnweb.freebsd.org/changeset/base/305604 Log: intpm: better clean up resources after a failed attachment bus_generic_detach() fails when called from attach method thus preventing further clean up actions. MF

svn commit: r305603 - head/sys/dev/intpm

2016-09-08 Thread Andriy Gapon
Author: avg Date: Thu Sep 8 12:24:46 2016 New Revision: 305603 URL: https://svnweb.freebsd.org/changeset/base/305603 Log: intpm: do not try attaching to unsupported controller revisions While there set a different device description for the controllers found in various FCHs (Hudson, Bolt

svn commit: r305602 - head/sys/dev/intpm

2016-09-08 Thread Andriy Gapon
Author: avg Date: Thu Sep 8 12:12:39 2016 New Revision: 305602 URL: https://svnweb.freebsd.org/changeset/base/305602 Log: intpm: fix attachment to supported AMD FCHs Modified: head/sys/dev/intpm/intpm.c Modified: head/sys/dev/intpm/intpm.c ===

svn commit: r305599 - head/sys/ufs/ffs

2016-09-08 Thread Konstantin Belousov
Author: kib Date: Thu Sep 8 12:08:54 2016 New Revision: 305599 URL: https://svnweb.freebsd.org/changeset/base/305599 Log: Do not leak transient ENOLCK error from flush_newblk_dep() loop. The buffer lock is retried on failed LK_SLEEPFAIL attempt, and error from the failed attempt is irrel

svn commit: r305601 - head/sys/ufs/ufs

2016-09-08 Thread Konstantin Belousov
Author: kib Date: Thu Sep 8 12:09:34 2016 New Revision: 305601 URL: https://svnweb.freebsd.org/changeset/base/305601 Log: On rename, do not perform truncation of dirhash if the vnode truncation failed. Doing so resulted in inconsistent state of the ufs dirhash with regard to the actual

svn commit: r305600 - head/share/man/man4

2016-09-08 Thread Andriy Gapon
Author: avg Date: Thu Sep 8 12:09:13 2016 New Revision: 305600 URL: https://svnweb.freebsd.org/changeset/base/305600 Log: amdsbwd.4: update supported hardware list And place it into its own section. MFC after:1 week Modified: head/share/man/man4/amdsbwd.4 Modified: head/share/

svn commit: r305598 - head/sys/ufs/ufs

2016-09-08 Thread Konstantin Belousov
Author: kib Date: Thu Sep 8 12:08:08 2016 New Revision: 305598 URL: https://svnweb.freebsd.org/changeset/base/305598 Log: When logging unlikely UFS_TRUNCATE() failure in ufs_direnter(), include error code. Reported and tested by: pho Reviewed by: mckusick Sponsored by: The Fre

svn commit: r305596 - head/share/man/man4

2016-09-08 Thread Andriy Gapon
Author: avg Date: Thu Sep 8 12:07:25 2016 New Revision: 305596 URL: https://svnweb.freebsd.org/changeset/base/305596 Log: intpm.4 update supported hardware list MFC after:1 week Modified: head/share/man/man4/intpm.4 Modified: head/share/man/man4/intpm.4

svn commit: r305597 - head/sys/ufs/ufs

2016-09-08 Thread Konstantin Belousov
Author: kib Date: Thu Sep 8 12:07:25 2016 New Revision: 305597 URL: https://svnweb.freebsd.org/changeset/base/305597 Log: When externding directory inode in ufs_direnter(), adjust i_endoff. This change is formally not needed, since i_endoff not used in all code paths after the call to uf

svn commit: r305595 - head/sys/ufs/ufs

2016-09-08 Thread Konstantin Belousov
Author: kib Date: Thu Sep 8 12:06:43 2016 New Revision: 305595 URL: https://svnweb.freebsd.org/changeset/base/305595 Log: In dqsync(), when called from quotactl(), um_quotas entry might appear cleared since nothing prevents completion of the parallel quotaoff. There is nothing to sync in th

svn commit: r305594 - head/sys/ufs/ffs

2016-09-08 Thread Konstantin Belousov
Author: kib Date: Thu Sep 8 12:05:13 2016 New Revision: 305594 URL: https://svnweb.freebsd.org/changeset/base/305594 Log: In softdep_prealloc(), return early not only for snapshots, but for the quota files as well. Reported and tested by: pho Reviewed by: mckusick Sponsored by

svn commit: r305593 - head/sys/ufs/ufs

2016-09-08 Thread Konstantin Belousov
Author: kib Date: Thu Sep 8 12:04:45 2016 New Revision: 305593 URL: https://svnweb.freebsd.org/changeset/base/305593 Log: There is no need to upgrade the last dvp lock on lookups for modifying operations. Instead of upgrading, assert that the lock is exclusive. Explain the cause in comment

svn commit: r305592 - head/sys/ufs/ffs

2016-09-08 Thread Konstantin Belousov
Author: kib Date: Thu Sep 8 12:01:28 2016 New Revision: 305592 URL: https://svnweb.freebsd.org/changeset/base/305592 Log: Partially lift suspension when ffs_reload() finished with cgs and going to re-read inodes. Secondary write initiators, e.g. ufs_inactive(), might need to start a wr

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

2016-09-08 Thread Alexander Motin
Author: mav Date: Thu Sep 8 12:00:02 2016 New Revision: 305591 URL: https://svnweb.freebsd.org/changeset/base/305591 Log: Decode ATA Status Return descriptor. MFC after:2 weeks Modified: head/sys/cam/scsi/scsi_all.c head/sys/cam/scsi/scsi_all.h Modified: head/sys/cam/scsi/scsi_al

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

2016-09-08 Thread Hans Petter Selasky
Author: hselasky Date: Thu Sep 8 10:10:05 2016 New Revision: 305590 URL: https://svnweb.freebsd.org/changeset/base/305590 Log: Correctly map the USB mouse tilt delta values into buttons 5 and 6 instead of 3 and 4 which is used for the scroll wheel, according to X.org. PR: 170

Re: svn commit: r305539 - head/sys/amd64/amd64

2016-09-08 Thread Andriy Gapon
On 07/09/2016 19:39, John Baldwin wrote: > On Wednesday, September 07, 2016 02:24:29 PM Andriy Gapon wrote: >> Author: avg >> Date: Wed Sep 7 14:24:29 2016 >> New Revision: 305539 >> URL: https://svnweb.freebsd.org/changeset/base/305539 >> >> Log: >> work around AMD erratum 793 for family 16h, m

svn commit: r305589 - stable/10/sys/dev/usb/controller

2016-09-08 Thread Hans Petter Selasky
Author: hselasky Date: Thu Sep 8 09:50:03 2016 New Revision: 305589 URL: https://svnweb.freebsd.org/changeset/base/305589 Log: MFC r281499: Modify the return value of the uhci/ehci/xhci PCI probe routines to 'BUS_PROBE_DEFAULT'. This allows bhyve's 'ppt' driver to claim ownership of the d

svn commit: r305588 - in head: lib/libstand sys/boot/i386/pxeldr

2016-09-08 Thread Sepherosa Ziehau
Author: sephe Date: Thu Sep 8 09:11:13 2016 New Revision: 305588 URL: https://svnweb.freebsd.org/changeset/base/305588 Log: pxeboot: Add nfs.read_size tunable. Increase this tunable improves kernel loading speed. Submitted by: Jun Su Reviewed by: rpokala, wblock (previous version)

svn commit: r305587 - head/sys/dev/hyperv/netvsc

2016-09-08 Thread Sepherosa Ziehau
Author: sephe Date: Thu Sep 8 07:45:20 2016 New Revision: 305587 URL: https://svnweb.freebsd.org/changeset/base/305587 Log: hyperv/hn: Factor out NVS NDIS initialization MFC after:1 week Sponsored by: Microsoft Differential Revision:https://reviews.freebsd.org/D7811 Modifi

svn commit: r305586 - head/sys/dev/hyperv/netvsc

2016-09-08 Thread Sepherosa Ziehau
Author: sephe Date: Thu Sep 8 07:34:31 2016 New Revision: 305586 URL: https://svnweb.freebsd.org/changeset/base/305586 Log: hyperv/hn: Function renaming. While I'm here, remove obvious comment. MFC after:1 week Sponsored by: Microsoft Differential Revision:https://revi

svn commit: r305585 - head/sys/dev/hyperv/utilities

2016-09-08 Thread Sepherosa Ziehau
Author: sephe Date: Thu Sep 8 07:16:56 2016 New Revision: 305585 URL: https://svnweb.freebsd.org/changeset/base/305585 Log: hyperv/kvp: Fix IPv4/IPv6 address injection support. The GUID string provided by hypervisor has leading and trailing braces, while our GUID string does not have bra

svn commit: r305584 - stable/11/lib/libc/stdio

2016-09-08 Thread Andrey A. Chernov
Author: ache Date: Thu Sep 8 07:16:15 2016 New Revision: 305584 URL: https://svnweb.freebsd.org/changeset/base/305584 Log: MFC r305413 Fix error handling. Modified: stable/11/lib/libc/stdio/fgets.c Directory Properties: stable/11/ (props changed) Modified: stable/11/lib/libc/stdio/

svn commit: r305583 - stable/10/lib/libc/stdio

2016-09-08 Thread Andrey A. Chernov
Author: ache Date: Thu Sep 8 07:14:48 2016 New Revision: 305583 URL: https://svnweb.freebsd.org/changeset/base/305583 Log: MFC r305413 Fix error handling. Modified: stable/10/lib/libc/stdio/fgets.c Directory Properties: stable/10/ (props changed) Modified: stable/10/lib/libc/stdio/