]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/log
FreeBSD/releng/10.2.git
8 years agoMFS r285863 (jhb):
gjb [Wed, 29 Jul 2015 00:57:54 +0000 (00:57 +0000)]
MFS r285863 (jhb):
 Partially revert r284034.  In particular, revert the final change in
 this MFC (281874).  It broke suspend and resume on several Thinkpads
 (though not all) in 10 even though it works fine on the same laptops
 in HEAD.

PR: 201239
Reported by: Kevin Oberman and several others
Approved by: re (kib)
Sponsored by: The FreeBSD Foundation

git-svn-id: https://svn.freebsd.org/base/releng/10.2@285991 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

8 years agoDocument SA-15:14 through SA-15:16.
gjb [Tue, 28 Jul 2015 20:42:36 +0000 (20:42 +0000)]
Document SA-15:14 through SA-15:16.

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

git-svn-id: https://svn.freebsd.org/base/releng/10.2@285983 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

8 years agoFix patch(1) shell injection vulnerability. [SA-15:14]
delphij [Tue, 28 Jul 2015 19:59:04 +0000 (19:59 +0000)]
Fix patch(1) shell injection vulnerability. [SA-15:14]

Fix resource exhaustion in TCP reassembly. [SA-15:15]

Fix OpenSSH multiple vulnerabilities. [SA-15:16]

Approved by: re (so blanket)

git-svn-id: https://svn.freebsd.org/base/releng/10.2@285978 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

8 years agoMFC r285134 (by mjg):
kib [Tue, 28 Jul 2015 17:00:03 +0000 (17:00 +0000)]
MFC r285134 (by mjg):
fd: de-k&r-ify functions + some whitespace fixes

MFC r285269:
Handle copyout for the fcntl(F_OGETLK) using oflock structure.

Approved by: re (gjb)

git-svn-id: https://svn.freebsd.org/base/releng/10.2@285964 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

8 years agoFix the description for r274486.
gjb [Tue, 28 Jul 2015 15:05:19 +0000 (15:05 +0000)]
Fix the description for r274486.

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

git-svn-id: https://svn.freebsd.org/base/releng/10.2@285962 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

8 years agoMFS r285951: Avoid creating invalid UEFI device path
emaste [Tue, 28 Jul 2015 13:11:31 +0000 (13:11 +0000)]
MFS r285951: Avoid creating invalid UEFI device path

The UEFI loader on the 10.1 release install disk (disc1) modifies an
existing EFI_DEVICE_PATH_PROTOCOL instance in an apparent attempt to
truncate the device path.  In doing so it creates an invalid device
path.

Perform the equivalent action without modification of structures
allocated by firmware.

PR: 197641
Submitted by: Chris Ruffin <chris.ruffin at intel.com>
Approved by: re (gjb)

git-svn-id: https://svn.freebsd.org/base/releng/10.2@285956 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

8 years agoMFS r285950: mfiutil: increase buffer size to accommodate sprintf string
emaste [Tue, 28 Jul 2015 12:52:22 +0000 (12:52 +0000)]
MFS r285950: mfiutil: increase buffer size to accommodate sprintf string

PR: 201289
Approved by: re (gjb)

git-svn-id: https://svn.freebsd.org/base/releng/10.2@285953 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

8 years agoMFS r285918:
jimharris [Mon, 27 Jul 2015 17:53:11 +0000 (17:53 +0000)]
MFS r285918:
MFC r285816:

  nvme: ensure csts.rdy bit is cleared before returning from nvme_ctrlr_disable

Approved by: re (gjb)
Sponsored by: Intel

git-svn-id: https://svn.freebsd.org/base/releng/10.2@285922 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

8 years agoMFS r285917:
jimharris [Mon, 27 Jul 2015 17:52:17 +0000 (17:52 +0000)]
MFS r285917:
MFC r285815:

  nvme: properly handle case where pci_alloc_msix does not alloc all vectors

Approved by: re (gjb)
Sponsored by: Intel

git-svn-id: https://svn.freebsd.org/base/releng/10.2@285921 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

8 years agoMFS r285916:
jimharris [Mon, 27 Jul 2015 17:51:12 +0000 (17:51 +0000)]
MFS r285916:
MFC r285796:

  nvmecontrol: read controller identify data before any log page operations

Approved by: re (gjb)
Sponsored by: Intel

git-svn-id: https://svn.freebsd.org/base/releng/10.2@285920 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

8 years agoMFS r285915:
jimharris [Mon, 27 Jul 2015 17:50:05 +0000 (17:50 +0000)]
MFS r285915:
MFC r285767:

  nvd: set d_delmaxsize to full capacity of NVMe namespace

  The NVMe specification has no ability to specify a maximum delete size
  that is less than the full capacity of the namespace - so just using the
  namespace size is the correct value here.

  This fixes reported issues where ZFS trim on init looked like it was
  hanging the system - previously the default I/O max size (128KB on
  Intel NVMe controllers) was used for delete operations which worked out
  to only about 8MB/s.  With this patch I can add an 800GB DC P3700
  drive to a ZFS pool in about 15-20 seconds.

Approved by: re (gjb)
Sponsored by: Intel

git-svn-id: https://svn.freebsd.org/base/releng/10.2@285919 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

8 years agoDocument r285721, bsdinstall aligns zfs partitions on 1Mb boundaries.
gjb [Sun, 26 Jul 2015 19:47:46 +0000 (19:47 +0000)]
Document r285721, bsdinstall aligns zfs partitions on 1Mb boundaries.

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

git-svn-id: https://svn.freebsd.org/base/releng/10.2@285902 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

8 years agoDocument r285750, ssh(1) hostname canonicalization before looking
gjb [Sun, 26 Jul 2015 19:47:43 +0000 (19:47 +0000)]
Document r285750, ssh(1) hostname canonicalization before looking
for the host in known_hosts.
Add Dell, Inc. to sponsors.ent.

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

git-svn-id: https://svn.freebsd.org/base/releng/10.2@285901 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

8 years agoDocument r285769, bsdinstall(8) updates to workaround various
gjb [Sun, 26 Jul 2015 19:47:41 +0000 (19:47 +0000)]
Document r285769, bsdinstall(8) updates to workaround various
problematic BIOSes when booting from GPT, and partition scheme
selection in the UFS partition menu.

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

git-svn-id: https://svn.freebsd.org/base/releng/10.2@285900 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

8 years agoDocument r273838, PLPMTUD blackhole detection (RFC 4821).
gjb [Sun, 26 Jul 2015 19:47:38 +0000 (19:47 +0000)]
Document r273838, PLPMTUD blackhole detection (RFC 4821).

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

git-svn-id: https://svn.freebsd.org/base/releng/10.2@285899 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

8 years agoFurther refine the PAE_TABLES entry, based on feedback from
gjb [Sun, 26 Jul 2015 17:57:53 +0000 (17:57 +0000)]
Further refine the PAE_TABLES entry, based on feedback from
alc.

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

git-svn-id: https://svn.freebsd.org/base/releng/10.2@285895 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

8 years agoMFS r285856:
delphij [Fri, 24 Jul 2015 22:08:57 +0000 (22:08 +0000)]
MFS r285856:

MFC r285701:

Use fixed date/time (the time choosen was the time the import was done
on -HEAD) in libntp so we can make reproducible build.

PR: bin/201661
Differential Revision: https://reviews.freebsd.org/D3122

While I'm there also remove libmd from linkage as reported in bin/201738

PR: bin/201738
Submitted by: John Marshall
Approved by: re (gjb)

git-svn-id: https://svn.freebsd.org/base/releng/10.2@285861 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

8 years agoAdd a local entity for the pms(4) driver.
gjb [Fri, 24 Jul 2015 22:00:44 +0000 (22:00 +0000)]
Add a local entity for the pms(4) driver.

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

git-svn-id: https://svn.freebsd.org/base/releng/10.2@285860 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

8 years agoFix rendering of a URL.
gjb [Fri, 24 Jul 2015 19:50:55 +0000 (19:50 +0000)]
Fix rendering of a URL.
Update entities to reflect 10.2-RELEASE in preparation for
adding the hardware, relnotes, and installation pages to the
website.

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

git-svn-id: https://svn.freebsd.org/base/releng/10.2@285855 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

8 years agoMFS r285849: Fix minor errors found by coverity.
emaste [Fri, 24 Jul 2015 19:37:30 +0000 (19:37 +0000)]
MFS r285849: Fix minor errors found by coverity.

PR: 201594
Approved by: re (gjb)
Sponsored by: The FreeBSD Foundation

git-svn-id: https://svn.freebsd.org/base/releng/10.2@285853 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

8 years agoUpdate the pkg.conf(5) for the dvd1.iso packages to use the
gjb [Fri, 24 Jul 2015 19:16:16 +0000 (19:16 +0000)]
Update the pkg.conf(5) for the dvd1.iso packages to use the
'quarterly' branch, which was missed in r285830.

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

git-svn-id: https://svn.freebsd.org/base/releng/10.2@285850 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

8 years agoPrune svn:mergeinfo after branching stable/10 -> releng/10.2
gjb [Thu, 23 Jul 2015 23:37:03 +0000 (23:37 +0000)]
Prune svn:mergeinfo after branching stable/10 -> releng/10.2

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

git-svn-id: https://svn.freebsd.org/base/releng/10.2@285832 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f

8 years ago- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
gjb [Thu, 23 Jul 2015 23:31:40 +0000 (23:31 +0000)]
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
  builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.2.
- Update default pkg(8) configuration to use the quarterly branch.[1]

Discussed with: re, portmgr [1]
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

git-svn-id: https://svn.freebsd.org/base/releng/10.2@285830 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f