From owner-svn-doc-all@freebsd.org Sat Feb 11 20:04:54 2017
Return-Path:
Delivered-To: svn-doc-all@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
[IPv6:2001:1900:2254:206a::19:1])
by mailman.ysv.freebsd.org (Postfix) with ESMTP id 167A0CDBA11;
Sat, 11 Feb 2017 20:04:54 +0000 (UTC) (envelope-from bjk@FreeBSD.org)
Received: from repo.freebsd.org (repo.freebsd.org
[IPv6:2610:1c1:1:6068::e6a:0])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client did not present a certificate)
by mx1.freebsd.org (Postfix) with ESMTPS id DB61994D;
Sat, 11 Feb 2017 20:04:53 +0000 (UTC) (envelope-from bjk@FreeBSD.org)
Received: from repo.freebsd.org ([127.0.1.37])
by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1BK4qr2046051;
Sat, 11 Feb 2017 20:04:52 GMT (envelope-from bjk@FreeBSD.org)
Received: (from bjk@localhost)
by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1BK4qTq046050;
Sat, 11 Feb 2017 20:04:52 GMT (envelope-from bjk@FreeBSD.org)
Message-Id: <201702112004.v1BK4qTq046050@repo.freebsd.org>
X-Authentication-Warning: repo.freebsd.org: bjk set sender to bjk@FreeBSD.org
using -f
From: Benjamin Kaduk
Date: Sat, 11 Feb 2017 20:04:52 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r49973 - head/en_US.ISO8859-1/htdocs/news/status
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Sat, 11 Feb 2017 20:04:54 -0000
Author: bjk
Date: Sat Feb 11 20:04:52 2017
New Revision: 49973
URL: https://svnweb.freebsd.org/changeset/doc/49973
Log:
Finish second editing pass over the 2016Q4 report
Modified:
head/en_US.ISO8859-1/htdocs/news/status/report-2016-10-2016-12.xml
Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2016-10-2016-12.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2016-10-2016-12.xml Sat Feb 11 19:49:07 2017 (r49972)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2016-10-2016-12.xml Sat Feb 11 20:04:52 2017 (r49973)
@@ -1155,8 +1155,8 @@
Good progress on graphics support was made during the weeks
- around Christmas and the new year with the import of Linux's
- 4.9 DRM for i915 and amdgpu into the
+ around Christmas and the new year with the import of Linux
+ 4.9's DRM for i915 and amdgpu into the
drm-next branch of the github repository. The amdgpu
KMS driver is already somewhat usable, with a few major known
issues remaining. It now supports GPUs as far back as
@@ -1280,7 +1280,7 @@
LLD developers made significant progress over the last
quarter. With changes committed to both LLD and &os; we
reached a major milestone: it is now possible to link the
- entire &os;/amd64 base system (kernel and userland world)
+ entire &os;/amd64 base system (kernel and userland)
with LLD.
Now that the base system links with LLD, we have started
@@ -1291,7 +1291,9 @@
ports collection with LLD on amd64.
- The &os; Foundation
+
+ The &os; Foundation
+
Fix libtool to detect LLD and pass the same
@@ -1339,7 +1341,7 @@
practices which create a verifiable path from human readable
source code to the binary code used by computers. A build is
reproducible if given the same source code, build environment
- and build instructions, any party can recreate bit-by-bit
+ and build instructions, any party can recreate bit-for-bit
identical copies of all specified artifacts.
Baptiste Daroussin and Ed Maste attended the second
@@ -1354,14 +1356,18 @@
although it currently requires a few non-default settings.
Approximately 80% of the ports tree builds reproducibly,
- with a few work in progress patches. Now that the base system
- can be built reproducibly, focus will move to the ports
+ with a few work-in-progress patches. Now that the base system
+ can be built reproducibly, focus will move on to the ports
tree.