]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/log
FreeBSD/stable/9.git
10 years agoMFC r258221:
tuexen [Wed, 14 May 2014 18:01:44 +0000 (18:01 +0000)]
MFC r258221:

Cleanups which result in fixes which have been made upstream
and where partially suggested by Andrew Galante.
There is no functional change in FreeBSD.

git-svn-id: svn://svn.freebsd.org/base/stable/9@266061 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r257804:
tuexen [Wed, 14 May 2014 17:45:10 +0000 (17:45 +0000)]
MFC r257804:

Get rid of the artification limitation enforced by
SCTP_AUTH_RANDOM_SIZE_MAX.
This was suggested by Andrew Galante.

git-svn-id: svn://svn.freebsd.org/base/stable/9@266060 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r257803:
tuexen [Wed, 14 May 2014 17:28:49 +0000 (17:28 +0000)]
MFC r257803:

Make sure that we don't try to build an ASCONF-ACK chunk
larger than what fits in the the mbuf cluster.
This issue was reported by Andrew Galante.

git-svn-id: svn://svn.freebsd.org/base/stable/9@266057 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r257800:
tuexen [Wed, 14 May 2014 17:26:06 +0000 (17:26 +0000)]
MFC r257800:

Use htons()/ntohs() appropriately.
These issues were reported by Andrew Galante.

git-svn-id: svn://svn.freebsd.org/base/stable/9@266056 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r257574:
tuexen [Wed, 14 May 2014 17:19:42 +0000 (17:19 +0000)]
MFC r257574:

Unlock the lock before destroying it.
This issue was reported by Andrew Galante.

git-svn-id: svn://svn.freebsd.org/base/stable/9@266055 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r257555:
tuexen [Wed, 14 May 2014 17:16:49 +0000 (17:16 +0000)]
MFC r257555:

Changes from upstream to improve compilation when INET or INET6
or none of them is defined.

git-svn-id: svn://svn.freebsd.org/base/stable/9@266054 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r257359:
tuexen [Wed, 14 May 2014 17:07:14 +0000 (17:07 +0000)]
MFC r257359:

Terminate a debug output with a \n.

git-svn-id: svn://svn.freebsd.org/base/stable/9@266052 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r257274:
tuexen [Wed, 14 May 2014 17:01:31 +0000 (17:01 +0000)]
MFC r257274:

Fis the value of *optlen when calling getsockopt() for
SCTP_REMOTE_UDP_ENCAPS_PORT.
This issue was reported by Andrew Galante.

git-svn-id: svn://svn.freebsd.org/base/stable/9@266049 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r257272:
tuexen [Wed, 14 May 2014 16:59:32 +0000 (16:59 +0000)]
MFC r257272:

Fix compilation if SCTP_DONT_DO_PRIVADDR_SCOPE is defined.
The issue was reported by Andrew Galante.

git-svn-id: svn://svn.freebsd.org/base/stable/9@266048 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r256556
tuexen [Wed, 14 May 2014 16:57:08 +0000 (16:57 +0000)]
MFC r256556

Remove a buggy comparision when setting manually the path MTU.
After fixing, the comparision would have become redundant.
Thanks to Andrew Galante for reporting the issue.

git-svn-id: svn://svn.freebsd.org/base/stable/9@266047 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC: r265535
marius [Wed, 14 May 2014 16:18:19 +0000 (16:18 +0000)]
MFC: r265535

- Sprinkle const and static as appropriate.
- Fix whitespace bugs.
- Remove pointless returns in void functions.
- Nuke pointless switch cases mirroring the default.

Sponsored by: Bally Wulff Games & Entertainment GmbH

git-svn-id: svn://svn.freebsd.org/base/stable/9@266044 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC: r256561
marius [Wed, 14 May 2014 15:52:26 +0000 (15:52 +0000)]
MFC: r256561

Prevent an unlikely, but real double free issue in gvinum(8).

Coverity ID: 1018965

git-svn-id: svn://svn.freebsd.org/base/stable/9@266040 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r265072:
bdrewery [Wed, 14 May 2014 15:35:51 +0000 (15:35 +0000)]
MFC r265072:

  Remove redundant include

git-svn-id: svn://svn.freebsd.org/base/stable/9@266037 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r264499:
bdrewery [Wed, 14 May 2014 15:32:50 +0000 (15:32 +0000)]
MFC r264499:

  Make g_access() KASSERT() more useful.

git-svn-id: svn://svn.freebsd.org/base/stable/9@266034 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r264385:
bdrewery [Wed, 14 May 2014 15:17:12 +0000 (15:17 +0000)]
MFC r264385:

  Use proper MFSNAMELEN for fs type.

git-svn-id: svn://svn.freebsd.org/base/stable/9@266024 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC: r265362
brueffer [Wed, 14 May 2014 13:55:14 +0000 (13:55 +0000)]
MFC: r265362

Mention the axge(4) driver in the hardware notes.

git-svn-id: svn://svn.freebsd.org/base/stable/9@266018 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC: r265454
marius [Wed, 14 May 2014 13:48:02 +0000 (13:48 +0000)]
MFC: r265454

- Allow foot shooting with the resetconfig command via the -f option.
- Fix typos preventing -f to actually work with the create command.
- Initialize flags to zero rather than using stack garbage when handling
  the grow command.

Sponsored by: Bally Wulff Games & Entertainment GmbH

git-svn-id: svn://svn.freebsd.org/base/stable/9@266015 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC: r255977 (partial)
marius [Wed, 14 May 2014 13:45:51 +0000 (13:45 +0000)]
MFC: r255977 (partial)

Sweep man pages replacing ad -> ada.

git-svn-id: svn://svn.freebsd.org/base/stable/9@266013 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r265149
smh [Wed, 14 May 2014 09:13:33 +0000 (09:13 +0000)]
MFC r265149

Make uninteresting PCI devices with no attached drivers only print out
on a verbose boot.

Sponsored by: Multiplay

git-svn-id: svn://svn.freebsd.org/base/stable/9@266009 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC of 265978, tzdata2014c
edwin [Tue, 13 May 2014 21:31:13 +0000 (21:31 +0000)]
MFC of 265978, tzdata2014c

- Egypt will go into DST on 15 May 2014.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265982 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r255434:
tuexen [Tue, 13 May 2014 17:51:15 +0000 (17:51 +0000)]
MFC r255434:

Fix the aborting of association with the iterator using an empty
user initiated error cause (using SCTP_ABORT|SCTP_SENDALL).

git-svn-id: svn://svn.freebsd.org/base/stable/9@265966 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r255695:
tuexen [Tue, 13 May 2014 17:41:39 +0000 (17:41 +0000)]
MFC r255695:

Remove an unused variable and fix a memory leak in sctp_connectx().

git-svn-id: svn://svn.freebsd.org/base/stable/9@265965 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r255337:
tuexen [Tue, 13 May 2014 17:25:39 +0000 (17:25 +0000)]
MFC r255337:

When computing the partial delivery point, take the
receiver socket buffer size correctly into account.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265964 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r255190:
tuexen [Tue, 13 May 2014 17:23:39 +0000 (17:23 +0000)]
MFC r255190:

Remove redundant field pr_sctp_on.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265963 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r255162:
tuexen [Tue, 13 May 2014 17:21:45 +0000 (17:21 +0000)]
MFC r255162:

Use uint16_t instead of in_port_t for consistency with the SCTP code.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265962 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r255160:
tuexen [Tue, 13 May 2014 17:18:59 +0000 (17:18 +0000)]
MFC r255160:

All changes affect only SCTP-AUTH:
* Remove non working code related to SHA224.
* Remove support for non-standardised HMAC-IDs using SHA384 and SHA512.
* Prefer SHA256 over SHA1.
* Minor cleanup.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265961 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r254248, r254670:
tuexen [Tue, 13 May 2014 17:09:50 +0000 (17:09 +0000)]
MFC r254248, r254670:

Make the features a 64-bit value instead of 32-bit.
This will allow an easier integration of the support
for NDATA.
While there, do also some minor cleanups.
Obtained from: rrs@

Make also the features of the association 64-bit.
When exporting to xinpcb, just export the lower
32-bit. Using there also 64-bits will break the
ABI and will be committed separetly.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265958 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r253858:
tuexen [Tue, 13 May 2014 17:05:38 +0000 (17:05 +0000)]
MFC r253858:

Micro-optimization suggested in
https://bugzilla.mozilla.org/show_bug.cgi?id=898234
by pchang9. While there simplify the code.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265957 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r253493:
tuexen [Tue, 13 May 2014 17:03:43 +0000 (17:03 +0000)]
MFC r253493:

Allow the code to be compiled without warnings for any combination
of INET, INET6 and SCTP_DEBUG defines.
The issue was reported by Lally Singh.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265956 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r253472:
tuexen [Tue, 13 May 2014 17:01:22 +0000 (17:01 +0000)]
MFC r253472:

Get the code compiling without INET and INET6 being defined.
This is not possible in FreeBSD, but in the upstream code.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265955 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r265285,r265320:
pluknet [Mon, 12 May 2014 20:19:40 +0000 (20:19 +0000)]
MFC r265285,r265320:

Documented the pget(9) system kernel interface.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265930 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r227784,r227786:
pluknet [Mon, 12 May 2014 20:16:48 +0000 (20:16 +0000)]
MFC r227784,r227786:

Use the acquired reference to the vmspace, remove XXXRW comments.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265929 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r265703
davidcs [Mon, 12 May 2014 15:56:11 +0000 (15:56 +0000)]
MFC r265703
Modify Copyright information and other strings to reflect
Qlogic Corporation's purchase of Broadcom's NetXtreme business.
Added clean option to Makefile

Submitted by:David C Somayajulu (davidcs@freebsd.org) QLogic Corporation

git-svn-id: svn://svn.freebsd.org/base/stable/9@265918 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r265318:
ae [Mon, 12 May 2014 11:14:07 +0000 (11:14 +0000)]
MFC r265318:
  For schemes that do an automatic partition aligning move this code to
  separate function.

MFC r265331:
  Prevent an unexpected shrinking on resizing due to alignment for MBR,
  PC98 and VTOC8 schemes.

MFC r265333:
  Add better error description for case when we are doing resize and
  scheme-specific method returns EBUSY.

MFC r265539:
  It is safe to allow shrinking, when aligned size is bigger than current.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265911 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r265363
truckman [Mon, 12 May 2014 04:30:53 +0000 (04:30 +0000)]
MFC r265363

Avoid unsigned integer overflow which can cause
rman_reserve_resource_bound() to return incorrect results.

Continue the initial search until the first viable region is found.

Add a comment to explain the search termination test.

PR: kern/188534
Reviewed by: jhb (previous version)

git-svn-id: svn://svn.freebsd.org/base/stable/9@265902 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC rev. 265260:
thomas [Sun, 11 May 2014 20:44:58 +0000 (20:44 +0000)]
MFC rev. 265260:
Add appropriate quoting to allow building with a KERNCONFDIR containing
spaces.

PR: kern/162736

git-svn-id: svn://svn.freebsd.org/base/stable/9@265894 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r236566 (by zml):
markj [Sun, 11 May 2014 16:48:36 +0000 (16:48 +0000)]
MFC r236566 (by zml):
Fix DTrace TSC skew calculation:

The skew calculation here is exactly backwards. We were able to repro
it on a multi-package ESX server running a FreeBSD VM, where the TSCs
can be pretty evil.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265882 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFH (r233462, r236438): mdoc fixes
des [Sun, 11 May 2014 15:03:24 +0000 (15:03 +0000)]
MFH (r233462, r236438): mdoc fixes
MFH (r261913): switch default to sha512
MFH (r264964): rewrite so DES still works when not the default
MFH (r262945): clean up man page

git-svn-id: svn://svn.freebsd.org/base/stable/9@265880 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r265275:
kib [Sat, 10 May 2014 07:56:01 +0000 (07:56 +0000)]
MFC r265275:
Overwrite the de_Name for the directories on rename to correct the dot
name.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265808 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r265411
davidcs [Sat, 10 May 2014 02:09:09 +0000 (02:09 +0000)]
MFC r265411
Modify Copyright information to reflect Qlogic Corporation's purchase
of Broadcom's NetXtreme business

Submitted by:David C Somayajulu (davidcs@freebsd.org) QLogic Corporation

git-svn-id: svn://svn.freebsd.org/base/stable/9@265796 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC: r265244
brueffer [Fri, 9 May 2014 13:21:14 +0000 (13:21 +0000)]
MFC: r265244

Free resources in an error case.

CID: 1018947
Found with: Coverity Prevent(tm)

git-svn-id: svn://svn.freebsd.org/base/stable/9@265769 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r265464:
delphij [Fri, 9 May 2014 08:18:57 +0000 (08:18 +0000)]
MFC r265464:

Sort .ALLSRC before concatenating files together.  This makes sure that the
file are always built the same.

(Note that Header and Localstuff must appear first and in that order, the
sorting does not affect as a coincident effect).

Submitted by: sjg

git-svn-id: svn://svn.freebsd.org/base/stable/9@265757 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r265458:
delphij [Fri, 9 May 2014 08:15:35 +0000 (08:15 +0000)]
MFC r265458:

Import George Wilson's change for Illumos #4730:

4730 metaslab group taskq should be destroyed in metaslab_group_destroy()
Reviewed by: Alex Reece <alex.reece@delphix.com>
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Sebastien Roy <sebastien.roy@delphix.com>

Original author: George Wilson

git-svn-id: svn://svn.freebsd.org/base/stable/9@265756 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r264836: MFV r264830:
delphij [Fri, 9 May 2014 08:13:11 +0000 (08:13 +0000)]
MFC r264836: MFV r264830:

4745 fix AVL code misspellings

git-svn-id: svn://svn.freebsd.org/base/stable/9@265755 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r264835: MFV r264829:
delphij [Fri, 9 May 2014 08:10:33 +0000 (08:10 +0000)]
MFC r264835: MFV r264829:

3897 zfs filesystem and snapshot limits

git-svn-id: svn://svn.freebsd.org/base/stable/9@265754 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r264740:
delphij [Fri, 9 May 2014 08:07:05 +0000 (08:07 +0000)]
MFC r264740:

Use case insensitive match in portsnap.

PR: bin/186510
Submitted by: olli

git-svn-id: svn://svn.freebsd.org/base/stable/9@265753 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r264671:
delphij [Fri, 9 May 2014 08:02:52 +0000 (08:02 +0000)]
MFC r264671:

MFV r264668:

4754 io issued to near-full luns even after setting noalloc threshold
4755 mg_alloc_failures is no longer needed

git-svn-id: svn://svn.freebsd.org/base/stable/9@265752 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r264669: MFV r264666:
delphij [Fri, 9 May 2014 07:54:59 +0000 (07:54 +0000)]
MFC r264669: MFV r264666:

4374 dn_free_ranges should use range_tree_t

git-svn-id: svn://svn.freebsd.org/base/stable/9@265751 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC: nc(1) from OpenBSD 5.5.
delphij [Fri, 9 May 2014 07:38:22 +0000 (07:38 +0000)]
MFC: nc(1) from OpenBSD 5.5.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265750 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r263889: MFV r263887:
delphij [Fri, 9 May 2014 07:35:39 +0000 (07:35 +0000)]
MFC r263889: MFV r263887:

3993 zpool(1M) and zfs(1M) should support -p for "list" and "get"
4700 "zpool get" doesn't support -H or -o options

git-svn-id: svn://svn.freebsd.org/base/stable/9@265749 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r263459 (MFV 263436-263438):
delphij [Fri, 9 May 2014 07:34:38 +0000 (07:34 +0000)]
MFC r263459 (MFV 263436-263438):

  3947 zpool(1M) references nonexistent zfs-features(5)
  4540 zpool(1M) man page doesn't describe "readonly" property
  3948 zfs sync=default is not accepted
  4611 zfs(1M) still mentions 'send -r' in synopsis
  4415 zpool(1M) man page missing "import -m" description
  4570 Document dedupditto pool property
  4572 Dedup-related documentation additions for zpool and zdb.
  1371 Add -D option description to zpool(1M) manpage
  4571 Add documentation for -T and interval to "zpool list"

git-svn-id: svn://svn.freebsd.org/base/stable/9@265748 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoNow that stable/9 is in 9.3 mode, switch default manual page
gjb [Fri, 9 May 2014 04:25:17 +0000 (04:25 +0000)]
Now that stable/9 is in 9.3 mode, switch default manual page
version to 9.3.

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

git-svn-id: svn://svn.freebsd.org/base/stable/9@265736 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMark stable/9 as 9.3-PRERELEASE to indicate the code slush
gjb [Fri, 9 May 2014 04:21:46 +0000 (04:21 +0000)]
Mark stable/9 as 9.3-PRERELEASE to indicate the code slush
is now in effect for the 9.3-RELEASE cycle.

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

git-svn-id: svn://svn.freebsd.org/base/stable/9@265735 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r265732:
gjb [Fri, 9 May 2014 04:18:32 +0000 (04:18 +0000)]
MFC r265732:
  Add 9.3 to mdoc.local.

Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/9@265734 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoDocument r265729, addition of mpr(4).
gjb [Fri, 9 May 2014 04:08:40 +0000 (04:08 +0000)]
Document r265729, addition of mpr(4).

Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/9@265731 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC the mpr(4) driver for LSI's 12Gb SAS cards.
ken [Fri, 9 May 2014 03:52:10 +0000 (03:52 +0000)]
MFC the mpr(4) driver for LSI's 12Gb SAS cards.

This includes r265236, r265237, r265241, r265261, r265386, r265424, and
r265473.

  ------------------------------------------------------------------------
  r265236 | ken | 2014-05-02 14:25:09 -0600 (Fri, 02 May 2014) | 51 lines

  Bring in the mpr(4) driver for LSI's MPT3 12Gb SAS controllers.

  This is derived from the mps(4) driver, but it supports only the 12Gb
  IT and IR hardware including the SAS 3004, SAS 3008 and SAS 3108.

  Some notes about this driver:
   o The 12Gb hardware can do "FastPath" I/O, and that capability is included in
     this driver.

   o WarpDrive functionality has been removed, since it isn't supported in
     the 12Gb driver interface.

   o The Scatter/Gather list handling code is significantly different between
     the 6Gb and 12Gb hardware.  The 12Gb boards support IEEE Scatter/Gather
     lists.

  Thanks to LSI for developing and testing this driver for FreeBSD.

  share/man/man4/mpr.4:
   mpr(4) man page.

  sys/dev/mpr/*:
   mpr(4) driver files.

  sys/modules/Makefile,
  sys/modules/mpr/Makefile:
   Add a module Makefile for the mpr(4) driver.

  sys/conf/files:
   Add the mpr(4) driver.

  sys/amd64/conf/GENERIC,
  sys/i386/conf/GENERIC,
  sys/mips/conf/OCTEON1,
  sys/sparc64/conf/GENERIC:
   Add the mpr(4) driver to all config files that currently
   have the mps(4) driver.

  sys/ia64/conf/GENERIC:
   Add the mps(4) and mpr(4) drivers to the ia64 GENERIC
   config file.

  sys/i386/conf/XEN:
   Exclude the mpr module from building here.

  Submitted by: Steve McConnell <Stephen.McConnell@avagotech.com>
  Tested by: Chris Reeves <chrisr@spectralogic.com>
  Sponsored by: LSI, Spectra Logic
  Relnotes: LSI 12Gb SAS driver mpr(4) added

  ------------------------------------------------------------------------
  ------------------------------------------------------------------------
  r265237 | ken | 2014-05-02 14:36:20 -0600 (Fri, 02 May 2014) | 8 lines

  Add the mpr(4) man page to the man4 Makefile.

  This should have been included in r265236.

  Submitted by: Steve McConnell <Stephen.McConnell@avagotech.com>
  Sponsored by: LSI, Spectra Logic

  ------------------------------------------------------------------------
  ------------------------------------------------------------------------
  r265241 | brueffer | 2014-05-02 15:14:28 -0600 (Fri, 02 May 2014) | 2 lines

  Use our standard SYNOPSIS wording; perform some cleanup while here.

  ------------------------------------------------------------------------
  ------------------------------------------------------------------------
  r265261 | brueffer | 2014-05-03 05:15:28 -0600 (Sat, 03 May 2014) | 2 lines

  Add a missing colon.

  ------------------------------------------------------------------------
  ------------------------------------------------------------------------
  r265386 | ken | 2014-05-05 13:53:03 -0600 (Mon, 05 May 2014) | 15 lines

  Adjust #if statements inside mprsas_send_smpcmd() to more accurately
  reflect when unmapped I/O support was added.

  For FreeBSD 10, it arrived just prior to __FreeBSD_version 1000028.
  For FreeBSD 9, it arrived just prior to __FreeBSD_version 902001.

  Also, fix compiler warnings in mprsas_send_smpcmd() that happen in the
  i386 PAE build for non-unmapped I/O builds.  These were fixed in mps(4)
  in revision 241145, but didn't make it into the mpr(4) driver.  This
  change should only affect FreeBSD versions outside the above revisions,
  and thus doesn't affect head.

  Sponsored by: Spectra Logic Corporation

  ------------------------------------------------------------------------
  ------------------------------------------------------------------------
  r265424 | ken | 2014-05-06 00:18:43 -0600 (Tue, 06 May 2014) | 33 lines

  Fix a problem with async notifications in the mpr(4) driver.

  This problem only occurs on versions of FreeBSD prior to the recent CAM
  locking changes.  (i.e. stable/9 and older versions of stable/10)  This
  change should be a no-op for head and stable/10.

  If a path isn't specified, xpt_register_async() will create a fully
  wildcarded path and acquire a lock (the XPT lock in older versions,
  and via xpt_path_lock() in newer versions) to call xpt_action() for the
  XPT_SASYNC_CB CCB.  It will then drop the lock and if the requested event
  includes AC_FOUND_DEVICE or AC_PATH_REGISTERED, it will get the caller up
  to date with any device arrivals or path registrations.

  The issue is that before the locking changes, each SIM lock would get
  acquired in turn during the EDT tree traversal process.  If a path is
  specified for xpt_register_async(), it won't acquire and drop its own lock,
  but instead expects the caller to hold its own SIM lock.  That works for
  the first part of xpt_register_async(), but causes a recursive lock
  acquisition once the EDT traversal happens and it comes to the SIM in
  question.  And it isn't possible to call xpt_action() without holding a SIM
  lock.

  The locking changes fix this by using the XPT topology lock for EDT
  traversal, so it is no longer an issue to hold the SIM lock while calling
  xpt_register_async().

  The solution for FreeBSD versions before the locking changes is to request
  notification of all device arrivals (so we pass a NULL path into
  xpt_register_async()) and then filter out the arrivals that are not ours.

  Sponsored by: Spectra Logic Corporation

  ------------------------------------------------------------------------
  ------------------------------------------------------------------------
  r265473 | ken | 2014-05-06 16:13:38 -0600 (Tue, 06 May 2014) | 7 lines

  Change the device name for mpr(4) from /dev/mpr_N to /dev/mprN.

  This is more consistent with the existing mps(4) behavior.

  Reviewed by: Steve McConnell <stephen.mcconnell@avagotech.com>

  ------------------------------------------------------------------------

Submitted by: Steve McConnell <Stephen.McConnell@avagotech.com>
Tested by: Chris Reeves <chrisr@spectralogic.com>
Sponsored by: LSI, Spectra Logic
Relnotes: LSI 12Gb SAS driver mpr(4) added

git-svn-id: svn://svn.freebsd.org/base/stable/9@265729 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r265202:
pfg [Fri, 9 May 2014 01:25:25 +0000 (01:25 +0000)]
MFC r265202:
Remove some unreachable breaks in regex.

This is based on a much bigger cleanup done in Illumos.

Reference:
https://www.illumos.org/issues/2077

git-svn-id: svn://svn.freebsd.org/base/stable/9@265727 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC: r265252
rmacklem [Fri, 9 May 2014 00:34:29 +0000 (00:34 +0000)]
MFC: r265252
The new draft specification for NFSv4.0 specifies that a server
should either accept owner and owner_group strings that are just
the digits of the uid/gid or return NFS4ERR_BADOWNER.
This patch adds a sysctl vfs.nfsd.enable_stringtouid, which can
be set to enable the server w.r.t. accepting numeric string. It
also ensures that NFS4ERR_BADOWNER is returned if numeric uid/gid
strings are not enabled. This fixes the server for recent Linux
nfs4 clients that use numeric uid/gid strings by default.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265724 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC: r264888
rmacklem [Fri, 9 May 2014 00:28:07 +0000 (00:28 +0000)]
MFC: r264888
The PR reported that the old NFS server did not set uio_td == NULL
for the VOP_READ() call. This patch fixes both the old and new
server for this case.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265723 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC: r264845
rmacklem [Fri, 9 May 2014 00:24:11 +0000 (00:24 +0000)]
MFC: r264845
Remove an unnecessary level of indirection for an argument.
This simplifies the code and should avoid the clang sparc
port from generating an abort() call.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265722 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC: r264842
rmacklem [Fri, 9 May 2014 00:19:08 +0000 (00:19 +0000)]
MFC: r264842
Modify the NFSv4 client's Pathconf RPC (actually a Getattr Op.)
so that it only does the RPC for names that are answered by the RPC.
Doing the RPC for other names is harmless, but unnecessary.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265721 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMerge 260488, r260508.
melifaro [Thu, 8 May 2014 20:57:13 +0000 (20:57 +0000)]
Merge 260488, r260508.

r260488:
  Split rt_newaddrmsg_fib() into two different functions.
  Adding/deleting interface addresses involves access to 3 different subsystems,
  int different parts of code. Each call can fail, so reporting successful
  operation by rtsock in the middle of the process error-prone.

  Further split routing notification API and actual rtsock calls via creating
  public-available rt_addrmsg() / rt_routemsg() functions with "private"
  rtsock_* backend.

r260508:
  Simplify inet alias handling code: if we're adding/removing alias which
  has the same prefix as some other alias on the same interface, use
  newly-added rt_addrmsg() instead of hand-rolled in_addralias_rtmsg().

  This eliminates the following rtsock messages:

  Pinned RTM_ADD for prefix (for alias addition).
  Pinned RTM_DELETE for prefix (for alias withdrawal).

  Example (got 10.0.0.1/24 on vlan4, playing with 10.0.0.2/24):

  before commit, addition:

    got message of size 116 on Fri Jan 10 14:13:15 2014
    RTM_NEWADDR: address being added to iface: len 116, metric 0, flags:
    sockaddrs: <NETMASK,IFP,IFA,BRD>
     255.255.255.0 vlan4:8.0.27.c5.29.d4 10.0.0.2 10.0.0.255

    got message of size 192 on Fri Jan 10 14:13:15 2014
    RTM_ADD: Add Route: len 192, pid: 0, seq 0, errno 0, flags:<UP,PINNED>
    locks:  inits:
    sockaddrs: <DST,GATEWAY,NETMASK>
     10.0.0.0 10.0.0.2 (255) ffff ffff ff

  after commit, addition:

    got message of size 116 on Fri Jan 10 13:56:26 2014
    RTM_NEWADDR: address being added to iface: len 116, metric 0, flags:
    sockaddrs: <NETMASK,IFP,IFA,BRD>
     255.255.255.0 vlan4:8.0.27.c5.29.d4 14.0.0.2 14.0.0.255

  before commit, wihdrawal:

    got message of size 192 on Fri Jan 10 13:58:59 2014
    RTM_DELETE: Delete Route: len 192, pid: 0, seq 0, errno 0, flags:<UP,PINNED>
    locks:  inits:
    sockaddrs: <DST,GATEWAY,NETMASK>
     10.0.0.0 10.0.0.2 (255) ffff ffff ff

    got message of size 116 on Fri Jan 10 13:58:59 2014
    RTM_DELADDR: address being removed from iface: len 116, metric 0, flags:
    sockaddrs: <NETMASK,IFP,IFA,BRD>
     255.255.255.0 vlan4:8.0.27.c5.29.d4 10.0.0.2 10.0.0.255

  adter commit, withdrawal:

    got message of size 116 on Fri Jan 10 14:14:11 2014
    RTM_DELADDR: address being removed from iface: len 116, metric 0, flags:
    sockaddrs: <NETMASK,IFP,IFA,BRD>
     255.255.255.0 vlan4:8.0.27.c5.29.d4 10.0.0.2 10.0.0.255

  Sending both RTM_ADD/RTM_DELETE messages to rtsock is completely wrong
  (and requires some hacks to keep prefix in route table on RTM_DELETE).

  I've tested this change with quagga (no change) and bird (*).

  bird alias handling is already broken in *BSD sysdep code, so nothing
  changes here, too.

  I'm going to MFC this change if there will be no complains about behavior
  change.

  While here, fix some style(9) bugs introduced by r260488
  (pointed by glebius and bde).

git-svn-id: svn://svn.freebsd.org/base/stable/9@265715 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMerge r260379, r260460.
melifaro [Thu, 8 May 2014 20:33:47 +0000 (20:33 +0000)]
Merge r260379, r260460.

r260379:
  Partially fix IPv4 interface routes deletion in RADIX_MPATH.

  Noticed by:   Nikolay Denev <ndenev at gmail.com>

r260460:
  Constanly use RT_ALL_FIBS everywhere instead of -1.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265710 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMerge r259528, r259528, r260295.
melifaro [Thu, 8 May 2014 20:24:13 +0000 (20:24 +0000)]
Merge r259528, r259528, r260295.

r259528:
  Simplify contiguous mask checking.

  Suggested by: glebius

r260228:
  Remove useless register variable modifiers.
  Do some more style(9).

r260295:
  Change semantics for rnh_lookup() function: now
  it performs exact match search, regardless of netmask existance.
  This simplifies most of rnh_lookup() consumers.

  Fix panic triggered by deleting non-existent host route.

  PR:           kern/185092
  Submitted by: Nikolay Denev <ndenev at gmail.com>

git-svn-id: svn://svn.freebsd.org/base/stable/9@265707 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMerge r260524,r260540
melifaro [Thu, 8 May 2014 19:35:29 +0000 (19:35 +0000)]
Merge r260524,r260540

r260524:
  Add -4/-6 shorthand for -finet/-finet6 in route(8) and netstat(8).

r260540:
  Bump dates in nestat(1) and route(8) man pages.
  Fix several small errors introduced by r260524.

  Suggested by: glebius

git-svn-id: svn://svn.freebsd.org/base/stable/9@265702 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMerge r258708, r258711, r260247, r261117.
melifaro [Thu, 8 May 2014 19:11:14 +0000 (19:11 +0000)]
Merge r258708, r258711, r260247, r261117.

r258708:
Check ipfw table numbers in both user and kernel space before rule addition.
Found by:       Saychik Pavel <umka@localka.net>

r258711:
Simplify O_NAT opcode handling.

r260247:
Use rnh_matchaddr instead of rnh_lookup for longest-prefix match.
rnh_lookup is effectively the same as rnh_matchaddr if called with
empy network mask.

r261117:
Reorder struct ip_fw_chain:
* move rarely-used fields down
* move uh_lock to different cacheline
* remove some usused fields

git-svn-id: svn://svn.freebsd.org/base/stable/9@265699 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC: r265360
brueffer [Thu, 8 May 2014 19:04:54 +0000 (19:04 +0000)]
MFC: r265360

Remove stray comma.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265696 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMerge r258677.
melifaro [Thu, 8 May 2014 18:06:44 +0000 (18:06 +0000)]
Merge r258677.

Fix key lookup in ipfw(8) broken since r232865.
Print warning for IPv4 address strings which are valid in
inet_aton() but not valid in inet_pton(). (1)

Found by: Özkan KIRIK <ozkan.kirik@gmail.com>
Submitted by: Ian Smith <smithi@nimnet.asn.au> (1)

git-svn-id: svn://svn.freebsd.org/base/stable/9@265692 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r265201
brooks [Thu, 8 May 2014 16:26:36 +0000 (16:26 +0000)]
MFC r265201

Fix a 2038 bug.

If time_t is 64-bit (i.e. isn't 32-bit) allow any value of year, not
just years less than 2038.

Don't bother fixing the underflow in the case of years before 1903.

Sponsored by: DARPA, AFRL

git-svn-id: svn://svn.freebsd.org/base/stable/9@265688 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r264313:
mav [Thu, 8 May 2014 12:50:31 +0000 (12:50 +0000)]
MFC r264313:
Do not increment bio_data in case of BIO_DELETE.

This fixes KASSERT() panic in g_io_request().

git-svn-id: svn://svn.freebsd.org/base/stable/9@265676 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r265054:
mav [Thu, 8 May 2014 12:39:07 +0000 (12:39 +0000)]
MFC r265054:
Reduce number of opens by REOM RAID during provider taste.

Instead opening/closing provider by each of metadata classes, do it only
once in core code.  Since for SCSI disks open/close means sending some
SCSI commands to the device, this change reduces taste time.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265675 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r256607, r259247:
mav [Thu, 8 May 2014 12:35:37 +0000 (12:35 +0000)]
MFC r256607, r259247:
Fix passing uninitialized bio_resid argument to g_trace().

git-svn-id: svn://svn.freebsd.org/base/stable/9@265674 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r256610:
mav [Thu, 8 May 2014 12:28:24 +0000 (12:28 +0000)]
MFC r256610:
Add unmapped I/O support to GEOM RAID.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265673 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r256606:
mav [Thu, 8 May 2014 12:27:24 +0000 (12:27 +0000)]
MFC r256606:
Move g_io_deliver() out of the lock, as required for direct dispatch.
Move g_destroy_bio() out too to reduce lock scope even more.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265672 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r256603:
mav [Thu, 8 May 2014 12:26:08 +0000 (12:26 +0000)]
MFC r256603:
Introduce new function devstat_end_transaction_bio_bt(), adding new argument
to specify present time.  Use this function to move binuptime() out of lock,
substantially reducing lock congestion when slow timecounter is used.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265671 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r254252:
mav [Thu, 8 May 2014 12:23:30 +0000 (12:23 +0000)]
MFC r254252:
Fix the formatting of the error message.

The G_MIRROR_DEBUG() macro already appends a newline. Also, most of the
log messages emitted by gmirror start with an uppercase letter.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265670 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r264849 & r264883
smh [Thu, 8 May 2014 08:37:32 +0000 (08:37 +0000)]
MFC r264849 & r264883

Exposed debug.acpi.max_tasks and debug.acpi.max_threads via sysctls so their
values can be viewed.

Sponsored by: Multiplay

git-svn-id: svn://svn.freebsd.org/base/stable/9@265665 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r265159:
mav [Thu, 8 May 2014 08:35:24 +0000 (08:35 +0000)]
MFC r265159:
Respect MAXIMUM TRANSFER LENGTH field of Block Limits VPD page.

Nobody yet reported disk supporting I/Os less then our MAXPHYS value, but
since we any way have code to read Block Limits VPD page, that is easy.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265664 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r264878
smh [Thu, 8 May 2014 08:34:49 +0000 (08:34 +0000)]
MFC r264878

Increase ACPI_MAX_TASKS to be 4 x the number of CPU's as 2 x was still
insufficient on some machines.

Sponsored by: Multiplay

git-svn-id: svn://svn.freebsd.org/base/stable/9@265663 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r264863
smh [Thu, 8 May 2014 08:33:32 +0000 (08:33 +0000)]
MFC r264863

Add information about supported NCQ functionality to camcontrol identify.

Sponsored by: Multiplay

git-svn-id: svn://svn.freebsd.org/base/stable/9@265662 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r264853
smh [Thu, 8 May 2014 08:32:48 +0000 (08:32 +0000)]
MFC r264853

Add some new ATA defines for SATA 3.1 spec

Sponsored by: Multiplay

git-svn-id: svn://svn.freebsd.org/base/stable/9@265661 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r265150:
mav [Thu, 8 May 2014 08:31:53 +0000 (08:31 +0000)]
MFC r265150:
Do not reread SCSI disk VPD pages on every device open.

Instead of rereading VPD pages on every device open, do it only on initial
device probe, and in cases when device reported via UNIT ATTENTIONs that
something has changed.  Capacity is still rereaded on every open because
it is more critical for operation and more probable to change in run time.

On my tests with Intel 530 SSDs on mps(4) HBA this change reduces time
GEOM needs to retaste the device (that includes few open/close cycles)
from ~150ms to ~30ms.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265660 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r264851
smh [Thu, 8 May 2014 08:26:20 +0000 (08:26 +0000)]
MFC r264851

Eliminated optarg global being used outside of the function which called getopt

Sponsored by: Multiplay

git-svn-id: svn://svn.freebsd.org/base/stable/9@265658 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r264020 (by trasz):
mav [Thu, 8 May 2014 08:25:27 +0000 (08:25 +0000)]
MFC r264020 (by trasz):
Remove the homegrown ctl_be_block_io allocator, replacing it with UMA.
There is no performance difference.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265657 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r263979 (by trasz):
mav [Thu, 8 May 2014 08:24:08 +0000 (08:24 +0000)]
MFC r263979 (by trasz):
Hide CTL messages about SCSI error responses.  Too many users take
them for actual target errors.  They can be enabled back by setting
kern.cam.ctl.verbose=1, or booting with bootverbose.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265656 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r263811 (by trasz):
mav [Thu, 8 May 2014 08:21:52 +0000 (08:21 +0000)]
MFC r263811 (by trasz):
Remove ctl_mem_pool.{c,h}.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265654 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r262782 (by trasz):
mav [Thu, 8 May 2014 08:18:46 +0000 (08:18 +0000)]
MFC r262782 (by trasz):
Fix missing unlock in persistent reservations code, which resulted in panics
with Hyper-V Failover Cluster.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265651 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r258871:
mav [Thu, 8 May 2014 08:17:04 +0000 (08:17 +0000)]
MFC r258871:
Properly report an error instead of panicing when user tries to create
LUN backed by non-disk device, e.g. /dev/null.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265649 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r257946:
mav [Thu, 8 May 2014 08:15:42 +0000 (08:15 +0000)]
MFC r257946:
Introduce seperate mutex lock to protect protect CTL I/O pools, slightly
reducing global CTL lock scope and congestion.

While there, simplify CTL I/O pools KPI, hiding implementation details.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265648 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r256547 (by smh):
mav [Thu, 8 May 2014 08:11:44 +0000 (08:11 +0000)]
MFC r256547 (by smh):
Added 4K quirks for Corsair Neutron GTX SSD's

git-svn-id: svn://svn.freebsd.org/base/stable/9@265647 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r255043 (by ken):
mav [Thu, 8 May 2014 08:08:24 +0000 (08:08 +0000)]
MFC r255043 (by ken):
Bump up the default timeouts for move commands in the ch(4) driver
to 15 minutes, and 5 minutes for things like READ ELEMENT STATUS.

This is needed to account for the worst case scenarios on at least
some Spectra Logic tape libraries.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265646 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r244015 (by ken):
mav [Thu, 8 May 2014 07:56:05 +0000 (07:56 +0000)]
MFC r244015 (by ken):
Fix the CTL OOA queue dumping code so that it does not hold a mutex
while doing a copyout.  That can cause a panic, because copyout
can trigger VM faults, and we can't handle VM faults while holding
a mutex.

The solution here is to malloc a separate buffer to hold the OOA
queue entries, so that we don't risk a VM fault while filling up
the buffer and we don't have to drop the lock.  The other solution
would be to wire the user's memory while filling their buffer with
copyout, but that would have been a little more complex.

Also fix a debugging parenthesis issue in ctl_abort_task() pointed
out by Chuck Tuffli.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265645 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r264834:
mav [Thu, 8 May 2014 07:06:15 +0000 (07:06 +0000)]
MFC r264834:
Disable UNMAP support for STEC 842 SSDs.

In some unknown cases UNMAP commands make device firmware stuck.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265639 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r264406:
mav [Thu, 8 May 2014 07:02:46 +0000 (07:02 +0000)]
MFC r264406:
Report more readable state "-" for idle CAM scan thread.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265636 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r260509:
mav [Thu, 8 May 2014 06:56:59 +0000 (06:56 +0000)]
MFC r260509:
Replace several instances of -1 with appropriate CAM_*_WILDCARD and types.

It was equal before r259397, but for good or bad, not any more for LUNs.

This change fixes at least CAM debugging.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265633 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoAdd a missing comma, and add a missing space.
gjb [Wed, 7 May 2014 22:17:16 +0000 (22:17 +0000)]
Add a missing comma, and add a missing space.

Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/9@265619 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoDocument r264699, find(1) -ignore_readdir_race
gjb [Wed, 7 May 2014 21:46:06 +0000 (21:46 +0000)]
Document r264699, find(1) -ignore_readdir_race

Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/9@265617 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoDocument r264423, sh(1) changes in variable assignments
gjb [Wed, 7 May 2014 21:39:01 +0000 (21:39 +0000)]
Document r264423, sh(1) changes in variable assignments
with 'local', 'export', and 'readonly'.

Helped by: jilles (thanks!)
Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/9@265615 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMerge r259393 from head:
gavin [Wed, 7 May 2014 21:01:35 +0000 (21:01 +0000)]
Merge r259393 from head:

  Fix several panics when initialization of an ISA or PC-CARD device fails:

  o  Assign sc->an_dev in an_probe() (which isn't really a probe function in
     the standard newbus sense) as we may need it for printing errors.
  o  Use device_printf() rather than if_printf() in an_reset() - this is
     called from an_probe() long before the ifp structure is initialised
     in an_attach().
  o  Initialize the ifp structure early in an_attach() as we use if_printf()
     in cases where allocation of descriptors etc fails.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265612 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

10 years agoMFC r259569, r259770 (by joel@), and r263451.
np [Wed, 7 May 2014 20:40:23 +0000 (20:40 +0000)]
MFC r259569, r259770 (by joel@), and r263451.

r259569:
cxgbe.4: Belated update to the man page to reflect T5 support.

r259770:
mdoc: nuke whitespace.

r263451:
cxgbe(4): man page updates.

git-svn-id: svn://svn.freebsd.org/base/stable/9@265608 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f