From owner-svn-doc-all@FreeBSD.ORG Sat Oct 11 03:47:09 2014
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
(No client certificate requested)
by hub.freebsd.org (Postfix) with ESMTPS id 82F8E43F;
Sat, 11 Oct 2014 03:47:09 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::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 54C65C9E;
Sat, 11 Oct 2014 03:47:09 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9B3l9w8094125;
Sat, 11 Oct 2014 03:47:09 GMT (envelope-from wblock@FreeBSD.org)
Received: (from wblock@localhost)
by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9B3l93k094124;
Sat, 11 Oct 2014 03:47:09 GMT (envelope-from wblock@FreeBSD.org)
Message-Id: <201410110347.s9B3l93k094124@svn.freebsd.org>
X-Authentication-Warning: svn.freebsd.org: wblock set sender to
wblock@FreeBSD.org using -f
From: Warren Block
Date: Sat, 11 Oct 2014 03:47:09 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r45789 - 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.18-1
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 Oct 2014 03:47:09 -0000
Author: wblock
Date: Sat Oct 11 03:47:08 2014
New Revision: 45789
URL: https://svnweb.freebsd.org/changeset/doc/45789
Log:
Use &os; instead of FreeBSD.
Modified:
head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml
Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml Sat Oct 11 03:42:57 2014 (r45788)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-07-2014-09.xml Sat Oct 11 03:47:08 2014 (r45789)
@@ -1687,7 +1687,7 @@
Port remote debug stub (lldb-gdbserver) from Linux to
- FreeBSD.
+ &os;.
@@ -1896,7 +1896,7 @@
packages were designed to work with. The "k" was later added
to the name to reflect that it takes just the kernel from
&os;, with most everything else from the Debian archive. We
- do also package some FreeBSD utilities as needed to boot it
+ do also package some &os; utilities as needed to boot it
and take advantage of certain features.
&os; support within GNU libc is now mostly maintained by Petr
@@ -2024,8 +2024,8 @@
Samba shares is not implemented and handled by initiators in
the legacy way.
- The code is committed to FreeBSD head and stable/10 branches,
- and will be present in FreeBSD 10.1 and FreeNAS 9.2.1.8 /
+
The code is committed to &os; head and stable/10 branches,
+ and will be present in &os; 10.1 and FreeNAS 9.2.1.8 /
9.3 releases.
- Add FreeBSD kernel support for Xen Paravirtualised kernels.
+
Add &os; kernel support for Xen Paravirtualised kernels.
This project has finally reached a "Proof of Concept" stage
on the branch
@@ -2139,7 +2139,7 @@
exploitable vulnerability lies in memory, ASLR randomizes
the memory layout of running applications.
- FreeBSD lacks behind the industry in exploit mitigation
+
&os; lacks behind the industry in exploit mitigation
technologies. ASLR is a great first step in implementing
such technologies. Future exploit mitigation technologies
will rely on ASLR.
@@ -2149,7 +2149,7 @@
presentations were met with a lot of support and backing.
At the end of EuroBSDCon, an awesome developer named Ilya
Bakulin fixed our ARM bug. Shawn Webb and Oliver Pinter
- have submitted our patch to Phabricator, FreeBSD's new
+ have submitted our patch to Phabricator, &os;'s new
code review utility. Shawn Webb added an API for allowing
a debugger to disable ASLR in order to support
deterministic debugging with applications such as lldb or
@@ -2163,7 +2163,7 @@
other security-related projects, Shawn Webb and Oliver Pinter
founded The HardenedBSD project. It exists primarily to
serve as a staging area for bleeding-edge development of
- security-related projects for FreeBSD prior to being merged
+ security-related projects for &os; prior to being merged
upstream.