]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/log
FreeBSD/stable/10.git
8 years agoMFC r274841
hrs [Thu, 23 Jul 2015 19:55:46 +0000 (19:55 +0000)]
MFC r274841

Remove examples of gif_interfaces and gifconfig.  These have already been
marked as deprecated in rc.conf(5) manual page but these examples
were still here.

Approved by: re (gjb)

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

8 years agoMFC r273992:
hrs [Thu, 23 Jul 2015 19:54:42 +0000 (19:54 +0000)]
MFC r273992:

Fix a bug which prevented ND6_IFF_IFDISABLED flag from clearing when
the newly-added IPv6 address was /128.

Approved by: re (gjb)

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

8 years agoMFC r273201, r273301:
hrs [Thu, 23 Jul 2015 19:53:49 +0000 (19:53 +0000)]
MFC r273201, r273301:

Add support of "/{udp,tcp,proto}" suffix into $firewall_myservices, which
interpreted the listed items as port numbers of TCP services.

A service with no suffix still works and recognized as a TCP service for
backward compatibility.  It should be updated with /tcp suffix.

Approved by: re (gjb)

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

8 years agoMFC r271910, r273211:
hrs [Thu, 23 Jul 2015 19:52:03 +0000 (19:52 +0000)]
MFC r271910, r273211:

* Add -x waittime and -X timeout options for feature parity.  These are
  equivalent to -W and -t options of ping(8).  Different letters are used
  because both have already been used for another purposes in ping6(8).

* Fix a problem that reply packets are not received when -i T option is set
  and (T < RTT).

 - Use select(2) for timeout instead of interval timer. Remove poll(2) support.
 - Use sigaction(2) instead of signal(3).
 - Exit in SIGINT handler when two signals are received and doing reverse DNS
   lookup as ping(8) does.
 - Remove redundant variables used for getaddrinfo(3).

Approved by: re (gjb)

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

8 years agoRefine the PAE_TABLES entry based on feedback from kib
gjb [Thu, 23 Jul 2015 18:11:52 +0000 (18:11 +0000)]
Refine the PAE_TABLES entry based on feedback from kib
and jhb.

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

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

8 years agoMFC r285722, r285733:
gjb [Thu, 23 Jul 2015 15:32:58 +0000 (15:32 +0000)]
MFC r285722, r285733:

 r285722 (brd):
  Add support for building VirtualBox Vagrant images.
  Abstract the build, package and upload to handle building
  either type.

 r285733
  Fix an out-of-order execution issue regarding pkg(8):
  - pkg(8) cannot be removed before subsequent reinvocations
  - The PKG_CACHEDIR cannot be cleaned after the repo*.sqlite
    has been removed
  - pkg(8) cannot be removed as a precursor to any of the other
    steps involved here

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

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

8 years agoMFC r285798
arybchik [Thu, 23 Jul 2015 15:08:21 +0000 (15:08 +0000)]
MFC r285798

sfxge: added fallbacks for pre 4.2.1 firmware support

Driver must be able to start against older firmware that is missing
recently added MCDI calls, otherwise firmware upgrade will not be
possible.

Submitted by:   Richard Houldsworth <rhouldsworth at solarflare.com>
Sponsored by:   Solarflare Communications, Inc.
Approved by:    re (gjb)

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

8 years agoMFC: r285628
brueffer [Thu, 23 Jul 2015 13:22:13 +0000 (13:22 +0000)]
MFC: r285628

Actually recognize all Intel Lynx Point devices we have device IDs for.

PR: 195851
Submitted by: ftigeot@wolfpond.org
Approved by: re (gjb)

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

8 years agoMerge driver for PMC Sierra's range of SAS/SATA HBAs.
scottl [Thu, 23 Jul 2015 05:26:09 +0000 (05:26 +0000)]
Merge driver for PMC Sierra's range of SAS/SATA HBAs.

Submitted by:   Achim Leubner <Achim.Leubner@pmcs.com>
Approved by: re

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

8 years agoDocument FreeBSD-SA-15:13.
gjb [Wed, 22 Jul 2015 16:38:07 +0000 (16:38 +0000)]
Document FreeBSD-SA-15:13.

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

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

8 years agoMFC: r285543
brueffer [Wed, 22 Jul 2015 15:39:41 +0000 (15:39 +0000)]
MFC: r285543

Add a missing break statement, which made the code default to IPv6.

PR: 201285
Submitted by: David Binderman
Approved by: re (gjb)

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

8 years agoMFC r284941:
hiren [Wed, 22 Jul 2015 15:05:45 +0000 (15:05 +0000)]
MFC r284941:
Avoid a situation where we do not set persist timer after a zero window
condition.
If you send a 0-length packet, but there is data is the socket buffer, and
neither the rexmt or persist timer is already set, then activate the persist
timer.

PR: 192599
Approved by: re (delphij)

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

8 years agoFix resource exhaustion due to sessions stuck in LAST_ACK state.
delphij [Tue, 21 Jul 2015 23:42:17 +0000 (23:42 +0000)]
Fix resource exhaustion due to sessions stuck in LAST_ACK state.

Security: CVE-2015-5358
Security: SA-15:13.tcp
Submitted by: Jonathan Looney (Juniper SIRT)
Approved by: re (so blanket)

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

8 years agoMFC: r285679
allanjude [Tue, 21 Jul 2015 21:12:28 +0000 (21:12 +0000)]
MFC: r285679
Add auto-detecting workaround for Lenovo GPT boot issue
Add auto-detecting workaround for "GPT Active" boot issue
Allow user to select partitioning scheme in the ufs wizard

PR: 184910
PR: 194359
Approved by: re (gjb), marcel
Relnotes: yes
Sponsored by: ScaleEngine Inc.
Differential Revision: https://reviews.freebsd.org/D3144

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

8 years agoPartial MFC of r285528 as full RSS support is not available in FreeBSD 10.
hiren [Tue, 21 Jul 2015 19:41:39 +0000 (19:41 +0000)]
Partial MFC of r285528 as full RSS support is not available in FreeBSD 10.
Expose full 32bit RSS hash from card regardless of whether RSS is defined or
not. When doing multiqueue, we are all setup to have full 32bit RSS hash from
the card. We do not need to hide that under "ifdef RSS" and should expose that
by default so others like lagg(4) can use that and avoid hashing the traffic by
themselves.

Approved by:     re (gjb)
Sponsored by:     Limelight Networks

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

8 years agoMFC r285567:
pkelsey [Tue, 21 Jul 2015 18:38:31 +0000 (18:38 +0000)]
MFC r285567:

Check TCP timestamp option flag so that the automatic receive buffer
scaling code does not use an uninitialized timestamp echo reply value
from the stack when timestamps are not enabled.

Approved by: re (gjb)

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

8 years agoMFC r285663, r285664, r285667:
markj [Tue, 21 Jul 2015 17:16:37 +0000 (17:16 +0000)]
MFC r285663, r285664, r285667:
Ensure that locstat_nsecs() has no effect when lockstat probes are not
enabled or when the profiled lock carries the LO_NOPROFILE flag.

PR: 201642, 201517
Approved by: re (gjb)
Tested by: Jason Unovitch

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

8 years agoMFC: r285594
allanjude [Tue, 21 Jul 2015 15:50:14 +0000 (15:50 +0000)]
MFC: r285594
New partition flag for gpart, writes the 0xee partition in the pmbr in the second slot, rather than the first.
Works around Lenovo legacy GPT boot issue

PR: 184910
Approved by: re (gjb), marcel
Relnotes: yes
Sponsored by: ScaleEngine Inc.
Differential Revision: https://reviews.freebsd.org/D3140

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

8 years agoRevert r284178 and r284256.
kib [Tue, 21 Jul 2015 15:06:22 +0000 (15:06 +0000)]
Revert r284178 and r284256.

Approved by: re (gjb)

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

8 years agoMFC r285642
vangyzen [Tue, 21 Jul 2015 14:36:33 +0000 (14:36 +0000)]
MFC r285642

ssh: canonicize the host name before looking it up in the host file

Re-apply r99054 by des in 2002. This was accidentally dropped
by the update to OpenSSH 6.5p1 (r261320).

This change is actually taken from r387082 of
ports/security/openssh-portable/files/patch-ssh.c

Differential Revision: https://reviews.freebsd.org/D3103
PR: 198043
Approved by: re (gjb), kib (mentor)
Sponsored by: Dell Inc.
Relnotes: yes

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

8 years agoMFC: r285529
brueffer [Tue, 21 Jul 2015 14:27:36 +0000 (14:27 +0000)]
MFC: r285529

If ggated's exports_find() fails, the connection is removed before
(trying to) report the problem to the client.

sendfail() is called with an already closed socket and thus it
fails to inform the client about the problem.

Fix this by calling sendfail() before connection_remove().

PR: 195944
Submitted by: Fabian Keil
Reviewed by: pjd
Approved by: re (gjb)

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

8 years agoMFC: r285531
brueffer [Tue, 21 Jul 2015 14:25:21 +0000 (14:25 +0000)]
MFC: r285531

Unbreak ggatec and ggatel on i386 after r238119, which added two more
'struct g_gate_ctl_create' fields.

While the behaviour was technically undefined on other architectures
as well, on the reporter's amd64 systems the uninitialized bytes the
kernel cares about were always zero so everything worked as expected.

PR: 197309, 199559
Submitted by: ota@j.email.ne.jp, Fabian Keil
Reviewed by: pjd
Approved by: re (gjb)

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

8 years agoMFC: r284296
royger [Tue, 21 Jul 2015 07:22:18 +0000 (07:22 +0000)]
MFC: r284296

xen-blk{front/back}: remove broken FreeBSD extensions

Approved by: re (gjb)

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

8 years agoMFC: r285089
royger [Tue, 21 Jul 2015 07:20:02 +0000 (07:20 +0000)]
MFC: r285089

netfront: preserve configuration across migrations

Approved by: re (gjb)

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

8 years agoFix a typo in r285668. Replace hw.ixgbe.* with correct hw.ix.* for a couple of
hiren [Tue, 21 Jul 2015 00:31:13 +0000 (00:31 +0000)]
Fix a typo in r285668. Replace hw.ixgbe.* with correct hw.ix.* for a couple of
sysctls.

Approved by: re (gjb)
Sponsored by: Limelight Networks

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

8 years agoMFC: r277949:
allanjude [Mon, 20 Jul 2015 22:14:55 +0000 (22:14 +0000)]
MFC: r277949:
New function smbios_match to detect BIOS versions during boot

MFC: r277957:
Fix order of functions in smbios.c (corrects r277949)

MFC: r281138:
SMBIOS support for EFI

r281138 makes changes to the new unified EFI loader (r280950), which has not been merged to stable/10 (and likely won't be).
These changes were manually applied to the amd64 EFI loader (sys/boot/amd64/efi).
The changes to sys/boot/amd64/efi are a direct commit.

Reviewed by: stas
Approved by: re (gjb), marcel
Sponsored by: ScaleEngine Inc.
Differential Revision: https://reviews.freebsd.org/D3129

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

8 years agoMFC r285253 (hrs):
gjb [Mon, 20 Jul 2015 21:52:05 +0000 (21:52 +0000)]
MFC r285253 (hrs):
 - Add IPv6 support in quota(1).  While rpc.rquotad has supported
   PF_INET6 for a long time, quota(1) utility supported only PF_INET.
 - Clean up confusing changes in f_mntfromname.
 - Add an entry for rquotad with rpc/udp6 to inetd.conf.

PR: 194084
Approved by: re (kib)
Sponsored by: The FreeBSD Foundation

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

8 years agoMFC: r285482
allanjude [Mon, 20 Jul 2015 16:17:43 +0000 (16:17 +0000)]
MFC: r285482
A variable was misspelled resulting in chmod executing on the installer instead of on the target chroot

PR: 191402

MFC: r285553
make /var/audit its own dataset so it is not part of the OS boot environment

PR: 199864

MFC: r285554
Set a mountpoint on the root of the pool so user-created datasets have a mountpoint to inherit

MFC: r285557
Make bsdinstall's zfsboot script align partitions to 4k/1m when the user requests it

PR: 195174

Approved by: re (gjb), brueffer
Relnotes: yes
Sponsored by: ScaleEngine Inc.

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

8 years agoMFC: r285457
brueffer [Mon, 20 Jul 2015 14:40:34 +0000 (14:40 +0000)]
MFC: r285457

Don't claim c99 is a wrapper around gcc; it's a wrapper around the system
cc.

PR:             201303
Submitted by:   Bruce Cran
Approved by:    re (gjb)

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

8 years agoMFC 278040:
jpaetzel [Mon, 20 Jul 2015 14:38:40 +0000 (14:38 +0000)]
MFC 278040:

Prevent inlining txg_quiesce

This allows dtrace to monitor the calls to txg_quiesce which can be
really helpful.

Also standardize __noinline order for arc_kmem_reap_now.

Sponsored by: Multiplay

Approved by: re

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

8 years agoLoader tunable fetching has been broken on stable/10 since ix(4) rewrite
hiren [Sat, 18 Jul 2015 04:49:36 +0000 (04:49 +0000)]
Loader tunable fetching has been broken on stable/10 since ix(4) rewrite
introduced by r280182. FreeBSD-head doesn't need TUNABLE_INT() now with
SYSCTL_INT() but stable/10 still does.
Note: This is a direct commit to stable/10.

PR: 201644
Reviewed by: erj
Approved by: re (gjb)
Sponsored by: Limelight Networks

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

8 years agoMFC r285275 (only the part that fixes PR 199568):
pkelsey [Sat, 18 Jul 2015 01:29:27 +0000 (01:29 +0000)]
MFC r285275 (only the part that fixes PR 199568):

Obtain proper capsicum rights for dump files so rotation of such files works when requested.  This is equivalent to cherry picking the following upstream commits:

commit c6d472bf63488b0c2ab7ab9f4b32c68dd2c8ea2b
commit f08eb851eedf9775e6485ab75c0d8cf8d1306be6
commit d83a284abc80d3d09f6bddd087760bb1b01d9cc7

PR:  199568
Approved by: re

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

8 years agoUpdate stable/10 to BETA2 in preparation for 10.2-BETA2 builds.
gjb [Fri, 17 Jul 2015 00:00:04 +0000 (00:00 +0000)]
Update stable/10 to BETA2 in preparation for 10.2-BETA2 builds.

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

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

8 years agoMFC r284207 (by alc):
kib [Thu, 16 Jul 2015 15:13:17 +0000 (15:13 +0000)]
MFC r284207 (by alc):
Correct a type error in kmem_unback().

Requested by: alc
Approved by: re (gjb)

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

8 years agoMFC r276439 (by alc):
kib [Thu, 16 Jul 2015 14:41:58 +0000 (14:41 +0000)]
MFC r276439 (by alc):
Make the creation of the free lists dynamic, i.e., it is based on the
available physical memory at boot time. For amd64 systems with 64 GB
or more of physical memory, create free lists for managing pages with
physical addresses below 4 GB.

PR: 185727
Requested by: alc
Approved by: re (gjb)

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

8 years agoMFC r285204:
ae [Wed, 15 Jul 2015 21:09:38 +0000 (21:09 +0000)]
MFC r285204:
  Fill the port and protocol information in the SADB_ACQUIRE message
  in case when security policy has it as required by RFC 2367.

  PR: 192774

Approved by: re (delphij)

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

8 years agoDocument r285612, MFC of ntp 4.2.8p3.
delphij [Wed, 15 Jul 2015 19:38:14 +0000 (19:38 +0000)]
Document r285612, MFC of ntp 4.2.8p3.

Approved by: re (gjb)

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

8 years agoMFC r280849,280915-280916,281015-281016,282097,282408,282415,283542,
delphij [Wed, 15 Jul 2015 19:21:26 +0000 (19:21 +0000)]
MFC r280849,280915-280916,281015-281016,282097,282408,282415,283542,
     284864,285169-285170,285435:

ntp 4.2.8p3.

Relnotes: yes
Approved by: re (?)

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

8 years agoMFC r285424 (ian):
delphij [Wed, 15 Jul 2015 19:11:43 +0000 (19:11 +0000)]
MFC r285424 (ian):

Use the monotonic (uptime) counter rather than time-of-day to measure
elapsed time between ntp_adjtime() clock offset adjustments.  This
eliminates spurious frequency steering after a large clock step (such
as a 1970->2015 step on a system with no battery-backed clock hardware).

This problem was discovered after the import of ntpd 4.2.8, which does
things in a slightly different (but still correct) order than the 4.2.4
we had previously.  In particular, 4.2.4 would step the clock then
immediately after use ntp_adjtime() to set the frequency and offset to
zero, which captured the post-step time-of-day as a side effect.  In
4.2.8, ntpd sets frequency and offset to zero before any initial clock
step, capturing the time as 1970-ish, then when it next calls
ntp_adjtime() it's with a non-zero offset measurement. This non-zero
value gets multiplied by the apparent 45-year interval, which blows up
into a completely bogus frequency steer.  That gets clamped to 500ppm,
but that's still enough to make the clock drift so fast that ntpd has
to keep stepping it every few minutes to compensate.

Approved by: re (gjb)

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

8 years agoMFC r285427:
gjb [Wed, 15 Jul 2015 18:18:07 +0000 (18:18 +0000)]
MFC r285427:
 Do not mount /var/log and /var/tmp as md(4)-backed devices.

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

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

8 years agoMFC: r261495 by ed
brueffer [Wed, 15 Jul 2015 17:43:13 +0000 (17:43 +0000)]
MFC: r261495 by ed

Use right buffer to print to.

PR: kern/176597
Submitted by: Christoph Mallon <christoph mallon gmx de>
Approved by: re (gjb)

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

8 years agoMFC r285190:
pkelsey [Wed, 15 Jul 2015 16:57:40 +0000 (16:57 +0000)]
MFC r285190:

Fix if_loop so bpfwrite() can use it regardless of the state of
bd_hdrcmplt.  As if_loop does not use link-level headers, its behavior
when used by bpfwrite() should be the same regardless of the state of
bd_hdrcmplt.  Without this change, libpcap (and other BPF users that
work like it) fail when writing to loopback interfaces.

Approved by: re

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

8 years agoMFC r285188:
pkelsey [Wed, 15 Jul 2015 16:55:56 +0000 (16:55 +0000)]
MFC r285188:

Fix sysctl(3) so it returns the intended values for all mib names in
the 'user' sysctl tree, which have all been coming back 0 or empty
since r240176.

Approved by: re

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

8 years agoMFC: r277218, r277219, r280572, r280573, r280574
brueffer [Wed, 15 Jul 2015 16:47:13 +0000 (16:47 +0000)]
MFC: r277218, r277219, r280572, r280573, r280574

Add manpages for the ixl and ixlv drivers.

PR: 194313
Approved by: re (marius)

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

8 years agoMFC: r285006
brueffer [Wed, 15 Jul 2015 11:58:30 +0000 (11:58 +0000)]
MFC: r285006

Use the correct le*dec function to decode a 16bit type.

PR: 194228
Submitted by: David Horwitt
Approved by: re (marius)

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

8 years agoRemove the r283505 entry for now, pending refinement based
gjb [Tue, 14 Jul 2015 23:41:19 +0000 (23:41 +0000)]
Remove the r283505 entry for now, pending refinement based
on feedback from andrew@ and ian@.

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

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

8 years agoDocument r284096, dtb module for AM335x systems
gjb [Tue, 14 Jul 2015 21:46:12 +0000 (21:46 +0000)]
Document r284096, dtb module for AM335x systems

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

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

8 years agoDocument r284094, rpi.dtb module and installation default.
gjb [Tue, 14 Jul 2015 21:46:09 +0000 (21:46 +0000)]
Document r284094, rpi.dtb module and installation default.

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

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

8 years agoDocument r284555, sfxge(4) 7XXX-series NIC support.
gjb [Tue, 14 Jul 2015 21:46:06 +0000 (21:46 +0000)]
Document r284555, sfxge(4) 7XXX-series NIC support.
Add Solarflare Communications to sponsors.ent.

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

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

8 years agoDocument r282826, SIFTR kernel configuration option.
gjb [Tue, 14 Jul 2015 21:46:03 +0000 (21:46 +0000)]
Document r282826, SIFTR kernel configuration option.

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

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

8 years agoDocument r282065, PAE_TABLES option.
gjb [Tue, 14 Jul 2015 21:46:00 +0000 (21:46 +0000)]
Document r282065, PAE_TABLES option.

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

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

8 years agoDocument r275249, timeo, actimeo, noac, proto mount_nfs(8) options.
gjb [Tue, 14 Jul 2015 21:45:58 +0000 (21:45 +0000)]
Document r275249, timeo, actimeo, noac, proto mount_nfs(8) options.

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

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

8 years agoReword the r283505 entry.
gjb [Tue, 14 Jul 2015 20:10:41 +0000 (20:10 +0000)]
Reword the r283505 entry.

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

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

8 years agoDocument r281323, bzipfs support in EFI loader.
gjb [Tue, 14 Jul 2015 20:10:39 +0000 (20:10 +0000)]
Document r281323, bzipfs support in EFI loader.

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

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

8 years agoDocument r283505, relocatable kernel and ubldr.
gjb [Tue, 14 Jul 2015 20:10:36 +0000 (20:10 +0000)]
Document r283505, relocatable kernel and ubldr.

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

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

8 years agoDocument r283500: Toradex Apalis support, and AUDMUX, SDMA, and
gjb [Tue, 14 Jul 2015 20:10:34 +0000 (20:10 +0000)]
Document r283500: Toradex Apalis support, and AUDMUX, SDMA, and
SSI support.

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

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

8 years agoDocument r278599, support for Exynos 5420 and SMP enabled
gjb [Tue, 14 Jul 2015 20:10:31 +0000 (20:10 +0000)]
Document r278599, support for Exynos 5420 and SMP enabled
by default.

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

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

8 years agoDocument r278079, support to poweroff the BeagleBone Black via
gjb [Tue, 14 Jul 2015 20:10:29 +0000 (20:10 +0000)]
Document r278079, support to poweroff the BeagleBone Black via
shutdown(8) and poweroff(8) added.

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

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

8 years agoFix another typo. Sigh.
gjb [Tue, 14 Jul 2015 17:01:55 +0000 (17:01 +0000)]
Fix another typo.  Sigh.

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

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

8 years agoDocument r284499, cdce(4) support for RTL8153 chipset.
gjb [Tue, 14 Jul 2015 16:57:14 +0000 (16:57 +0000)]
Document r284499, cdce(4) support for RTL8153 chipset.

Submitted by: Ben Woods
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

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

8 years agoFix typo.
gjb [Tue, 14 Jul 2015 15:38:45 +0000 (15:38 +0000)]
Fix typo.

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

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

8 years agoMFC: r285414, r285440, r285441, r285443
bapt [Tue, 14 Jul 2015 12:21:47 +0000 (12:21 +0000)]
MFC: r285414, r285440, r285441, r285443

- allow to create users with uid 0
- fix check duplicates logic
- fix gid policy to be in sync with uid if possible

Reported by: Jan Mikkelsen <janm@transactionware.com>
Approved by: re (marius)

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

8 years agoMFC: r285037
brueffer [Tue, 14 Jul 2015 11:37:26 +0000 (11:37 +0000)]
MFC: r285037

Add -b to the devlist usage info, forgotten in r260059.

PR: 195094
Submitted by: robin.hahling@gw-computing.net
Approved by: re (marius)

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

8 years agoDocument r281708, psm(4) enhancements.
gjb [Tue, 14 Jul 2015 01:32:25 +0000 (01:32 +0000)]
Document r281708, psm(4) enhancements.

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

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

8 years agoDocument r276686, reaper facility.
gjb [Tue, 14 Jul 2015 01:32:23 +0000 (01:32 +0000)]
Document r276686, reaper facility.

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

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

8 years agoDocument r284018, fix for panic when destroying vnet jail with
gjb [Tue, 14 Jul 2015 01:32:20 +0000 (01:32 +0000)]
Document r284018, fix for panic when destroying vnet jail with
gre(4).

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

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

8 years agoDocument r276068, fix for panic when destroying vnet jail with
gjb [Tue, 14 Jul 2015 01:32:18 +0000 (01:32 +0000)]
Document r276068, fix for panic when destroying vnet jail with
gif(4).

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

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

8 years agoDocument r275807, compat.linux.osrelease updated after
gjb [Mon, 13 Jul 2015 20:07:36 +0000 (20:07 +0000)]
Document r275807, compat.linux.osrelease updated after
support for CentOS 6 ports has been added.

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

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

8 years agoDocument r274486, pfil(9) default hash change.
gjb [Mon, 13 Jul 2015 20:07:34 +0000 (20:07 +0000)]
Document r274486, pfil(9) default hash change.

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

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

8 years agoDocument r279157, ral(4) support for Ralink RT5390 and RT5392
gjb [Mon, 13 Jul 2015 20:07:32 +0000 (20:07 +0000)]
Document r279157, ral(4) support for Ralink RT5390 and RT5392
chipsets.

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

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

8 years agoDocument r283076, nvd(4) and nvme(4) included in GENERIC.
gjb [Mon, 13 Jul 2015 20:07:29 +0000 (20:07 +0000)]
Document r283076, nvd(4) and nvme(4) included in GENERIC.
Add Intel to sponsors.ent (note, &intel; cannot be used here).

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

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

8 years agoDocument r276403, bhyve support for AMD processors with SVM/AMD-V.
gjb [Mon, 13 Jul 2015 20:07:26 +0000 (20:07 +0000)]
Document r276403, bhyve support for AMD processors with SVM/AMD-V.

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

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

8 years agoDocument r275273, virtio_console(4) addition.
gjb [Mon, 13 Jul 2015 20:07:24 +0000 (20:07 +0000)]
Document r275273, virtio_console(4) addition.

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

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

8 years agoSort by svn revision.
gjb [Mon, 13 Jul 2015 18:54:10 +0000 (18:54 +0000)]
Sort by svn revision.

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

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

8 years agoReword previous mkimg(1) update.
gjb [Mon, 13 Jul 2015 18:54:08 +0000 (18:54 +0000)]
Reword previous mkimg(1) update.

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

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

8 years agoDocument r284523, mkimg(1) '-c' option.
gjb [Mon, 13 Jul 2015 18:54:06 +0000 (18:54 +0000)]
Document r284523, mkimg(1) '-c' option.

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

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

8 years agoDocument r278968, EFI support added to mkimg(1).
gjb [Mon, 13 Jul 2015 18:54:03 +0000 (18:54 +0000)]
Document r278968, EFI support added to mkimg(1).

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

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

8 years agoDocument r284365, vxlan(4) addition.
gjb [Mon, 13 Jul 2015 18:54:01 +0000 (18:54 +0000)]
Document r284365, vxlan(4) addition.

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

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

8 years agoDocument r284066, gre(4) overhaul.
gjb [Mon, 13 Jul 2015 18:53:58 +0000 (18:53 +0000)]
Document r284066, gre(4) overhaul.
Add Yandex LLC to sponsors.ent.

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

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

8 years agoDocument r282861, apple-boot, apple-hfs, apple-ufs support in gpart(8).
gjb [Mon, 13 Jul 2015 18:53:55 +0000 (18:53 +0000)]
Document r282861, apple-boot, apple-hfs, apple-ufs support in gpart(8).

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

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

8 years agoDocument r283548, mkimg(1) now used for i386 memstick images.
gjb [Mon, 13 Jul 2015 15:46:01 +0000 (15:46 +0000)]
Document r283548, mkimg(1) now used for i386 memstick images.

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

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

8 years agoDocument r277520, 510.status-world-kernel addition.
gjb [Mon, 13 Jul 2015 15:45:58 +0000 (15:45 +0000)]
Document r277520, 510.status-world-kernel addition.

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

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

8 years agoDocument r283161, native FreeBSD/arm build support in release tools.
gjb [Mon, 13 Jul 2015 15:45:56 +0000 (15:45 +0000)]
Document r283161, native FreeBSD/arm build support in release tools.

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

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

8 years agoDocument r283972, 3wire ttys class.
gjb [Mon, 13 Jul 2015 15:45:54 +0000 (15:45 +0000)]
Document r283972, 3wire ttys class.

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

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

8 years agoDocument r284009, growfs rc(8) script addition.
gjb [Mon, 13 Jul 2015 15:45:51 +0000 (15:45 +0000)]
Document r284009, growfs rc(8) script addition.

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

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

8 years agoDocument r284775, ttyu{1,2,3} enabled by default on arm.
gjb [Mon, 13 Jul 2015 15:45:49 +0000 (15:45 +0000)]
Document r284775, ttyu{1,2,3} enabled by default on arm.

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

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

8 years agoDocument r283270, nc(1) update to OpenBSD 5.7's version.
gjb [Mon, 13 Jul 2015 15:45:46 +0000 (15:45 +0000)]
Document r283270, nc(1) update to OpenBSD 5.7's version.

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

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

8 years agoDocument r284398, tzdata update to 2015e.
gjb [Mon, 13 Jul 2015 15:45:44 +0000 (15:45 +0000)]
Document r284398, tzdata update to 2015e.

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

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

8 years agoDocument r283258, date(1) '-r' compatibility with the GNU version.
gjb [Mon, 13 Jul 2015 15:45:42 +0000 (15:45 +0000)]
Document r283258, date(1) '-r' compatibility with the GNU version.

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

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

8 years agoMFC: r285028
brueffer [Mon, 13 Jul 2015 13:42:05 +0000 (13:42 +0000)]
MFC: r285028

Add the year to the VAX-11/780 announcement entry.

PR: 200961
Submitted by: John Marshall
Approved by: re (gjb)

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

8 years agoMFC: r284290, r284323
brueffer [Mon, 13 Jul 2015 13:14:51 +0000 (13:14 +0000)]
MFC: r284290, r284323

Improve grammar.

PR: 200673
Submitted by: Fabian Keil
Obtained from: ElectroBSD
Approved by: re (gjb)

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

8 years agoMFC: r285029
brueffer [Mon, 13 Jul 2015 13:02:04 +0000 (13:02 +0000)]
MFC: r285029

Fix an obviously wrong boolean operator.

PR: 200983
Submitted by: David Bindeman
Approved by: re (gjb)

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

8 years agoMFC: r284930
brueffer [Mon, 13 Jul 2015 12:28:18 +0000 (12:28 +0000)]
MFC: r284930

Add CouchDB ports (5984 TCP/UDP).

PR: 193268
Submitted by: yuri@rawbw.com
Approved by: re (gjb)

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

8 years agoMFC: r285010
brueffer [Mon, 13 Jul 2015 12:19:01 +0000 (12:19 +0000)]
MFC: r285010

Add one more file missed in the BIND-removal entries.

PR: 196515
Submitted by: Trond Endrestol
Approved by: re (gjb)

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

8 years agoMFC: r284929
brueffer [Mon, 13 Jul 2015 12:04:40 +0000 (12:04 +0000)]
MFC: r284929

Fix issues that kept some of the examples from actually working.

PR: 144534
Submitted by: Nicolas Edel
Approved by: re (gjb)

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

8 years agoMFC: r284931
brueffer [Mon, 13 Jul 2015 11:58:08 +0000 (11:58 +0000)]
MFC: r284931

Set the initial system time to a sane (as in: not end of 21st century)
value when booting on a PC with CMOS clock set to a year before 2000.

This uses 1980 (instead of 1970 as in the initial patch) as pivot year as
suggested by imp in the PR followup.

PR: 195703
Submitted by: cs@soi.spb.ru
Reviewed by: imp
Approved by: re (gjb)

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

8 years agoMFC r285088:
hselasky [Sat, 11 Jul 2015 21:59:15 +0000 (21:59 +0000)]
MFC r285088:
Fix broken implementation of "kvasprintf()" function by adding missing
kmalloc() call. Make function global instead of static inline to fix
compiler warnings about passing variable argument lists to inline
functions.

Sponsored by:   Mellanox Technologies
Approved by: re, gjb

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

8 years agoMFC r284887:
kib [Sat, 11 Jul 2015 19:11:40 +0000 (19:11 +0000)]
MFC r284887:
Handle errors from background write of the cylinder group blocks.

MFC r284927:
Simplify code.

Approved by: re (gjb)

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

8 years agoFix two remaining issues with the arm UFS mount issue:
gjb [Fri, 10 Jul 2015 22:10:00 +0000 (22:10 +0000)]
Fix two remaining issues with the arm UFS mount issue:

- Add the GEOM_PART_GPT option and enable MSDOSFS in the GUMSTIX
  kernel. [1]

- Add GEOM_LABEL to the PANDABOARD kernel, that should have been
  included included in r285132.  I confused the kernel configuration
  used for the WANDBOARD and PANDABOARD, which the former uses the
  IMX6 kernel configuration, along with the CUBOX-HUMMINGBOARD.

This is a direct commit to stable/10, as was r285132.

[1] I do not actually have the GUMSTIX board, but I suspect it will
    fail to boot in the same way as the others have been.

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

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

8 years agoUpdate stable/10 to BETA1 in preparation for 10.2-BETA1 builds.
gjb [Fri, 10 Jul 2015 00:01:33 +0000 (00:01 +0000)]
Update stable/10 to BETA1 in preparation for 10.2-BETA1 builds.

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

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