]> CyberLeo.Net >> Repos - FreeBSD/releng/10.1.git/log
FreeBSD/releng/10.1.git
9 years agoUpdate releng/10.1 to -RC2 as part of the 10.1-RELEASE cycle.
gjb [Fri, 10 Oct 2014 00:24:45 +0000 (00:24 +0000)]
Update releng/10.1 to -RC2 as part of the 10.1-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/releng/10.1@272876 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMF10 r272773: Add QCOW v1 & v2 support
marcel [Thu, 9 Oct 2014 13:36:37 +0000 (13:36 +0000)]
MF10 r272773: Add QCOW v1 & v2 support

Requested by: gjb@
Approved by: re (marius)
Relnotes: yes

git-svn-id: svn://svn.freebsd.org/base/releng/10.1@272819 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r272270:
neel [Wed, 8 Oct 2014 15:39:24 +0000 (15:39 +0000)]
MFC r272270:

tty_rel_free() can be called more than once for the same tty so make sure
that the tty is dequeued from 'tty_list' only the first time.

Approved by: re (glebius)

git-svn-id: svn://svn.freebsd.org/base/releng/10.1@272752 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r272224: Fix page length reported for Block Limits VPD page.
mav [Tue, 7 Oct 2014 10:36:06 +0000 (10:36 +0000)]
MFC r272224:  Fix page length reported for Block Limits VPD page.

Approved by: re (marius)

git-svn-id: svn://svn.freebsd.org/base/releng/10.1@272684 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r272549:
rodrigc [Tue, 7 Oct 2014 08:23:37 +0000 (08:23 +0000)]
MFC r272549:

Fix pkill unit test

Approved by: re (gjb)

git-svn-id: svn://svn.freebsd.org/base/releng/10.1@272682 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r272308: Fix old iSCSI initiator to work with new CAM locking.
mav [Mon, 6 Oct 2014 20:38:55 +0000 (20:38 +0000)]
MFC r272308: Fix old iSCSI initiator to work with new CAM locking.

This switches code to using xpt_rescan() routine, irrelevant to locking.
Using xpt_action() directly requires knowledge about higher level locks,
that SIM does not need to have.

This code is obsolete, but that is not a reason to crash.

Approved by: re (marius)

git-svn-id: svn://svn.freebsd.org/base/releng/10.1@272669 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r272480:
hselasky [Mon, 6 Oct 2014 12:08:47 +0000 (12:08 +0000)]
MFC r272480:
When we fail to get a USB reference we should just return, because
there are no more references held.

Approved by: re, marius

git-svn-id: svn://svn.freebsd.org/base/releng/10.1@272612 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC: r272398
bapt [Mon, 6 Oct 2014 12:08:14 +0000 (12:08 +0000)]
MFC: r272398

Make sure to not skip any argument when converting from deprecated
+POS1, -POS2 to -kPOS1,POS2, so that sort +0n gets translated to sort -k1,1n
as it is expected

PR: 193994
Submitted by: rodrigo
Approved by: re (marius)

git-svn-id: svn://svn.freebsd.org/base/releng/10.1@272611 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoMFC r272349, r272422 and r272479:
hselasky [Mon, 6 Oct 2014 11:05:56 +0000 (11:05 +0000)]
MFC r272349, r272422 and r272479:
- Fix XHCI driver for devices which have more than 15 physical root HUB
  ports. The current bitmap array was too small to hold more than 16
  bits and would at some point toggle the context size, which then would
  trigger an enumeration fault and cause a fallback to the EHCI
  companion controller, if any.
- Make sure we always set the maximum number of valid contexts.
- Set default cycle state in case of early interrupts.

Approved by: re, marius

git-svn-id: svn://svn.freebsd.org/base/releng/10.1@272608 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoBump __FreeBSD_version after releng/10.1 branch.
gjb [Fri, 3 Oct 2014 00:58:34 +0000 (00:58 +0000)]
Bump __FreeBSD_version after releng/10.1 branch.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/releng/10.1@272463 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoClean vestigial svn:mergeinfo from stable/10 -> releng/10.1
gjb [Fri, 3 Oct 2014 00:52:20 +0000 (00:52 +0000)]
Clean vestigial svn:mergeinfo from stable/10 -> releng/10.1
branch.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/releng/10.1@272462 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

9 years agoCopy stable/10@r272459 to releng/10.1 as part of
gjb [Fri, 3 Oct 2014 00:49:11 +0000 (00:49 +0000)]
Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/releng/10.1@272461 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f