From owner-svn-doc-all@FreeBSD.ORG Fri Apr 11 01:25:23 2014 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5F28BEFB; Fri, 11 Apr 2014 01:25:23 +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 3E20F1C73; Fri, 11 Apr 2014 01:25:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3B1PNLX047593; Fri, 11 Apr 2014 01:25:23 GMT (envelope-from wblock@svn.freebsd.org) Received: (from wblock@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3B1PNsR047592; Fri, 11 Apr 2014 01:25:23 GMT (envelope-from wblock@svn.freebsd.org) Message-Id: <201404110125.s3B1PNsR047592@svn.freebsd.org> From: Warren Block Date: Fri, 11 Apr 2014 01:25:23 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44527 - 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.17 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: Fri, 11 Apr 2014 01:25:23 -0000 Author: wblock Date: Fri Apr 11 01:25:22 2014 New Revision: 44527 URL: http://svnweb.freebsd.org/changeset/doc/44527 Log: Clarity, punctuation, and spelling fixes. Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml Thu Apr 10 22:40:41 2014 (r44526) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml Fri Apr 11 01:25:22 2014 (r44527) @@ -131,8 +131,8 @@ If you feel comfortable with large source trees, you can try to build the Git version of Chromium on &os;. If you are also - comfortable with signing Googles Contributor License Agreement, - you can join testing and submitting patches upstream. + comfortable with signing Google's Contributor License Agreement, + you can join in testing and submitting patches upstream. @@ -195,7 +195,7 @@

The remaining section is the FAQ. To help users address the most common problems they might run into with ZFS. It would be useful to hear experiences, questions, misconceptions, gotchas, - stumbling blocks and suggestions for the FAQ section from other + stumbling blocks, and suggestions for the FAQ section from other users. Also, a use cases section that highlights some of the cases where ZFS provides advantages over traditional file systems.

@@ -358,8 +358,8 @@

Xfce is a free software desktop environment for Unix and Unix-like platforms, such as &os;. It aims to be fast and lightweight, while still being visually appealing and easy to - use. The Xfce team continues to keep up-to-date each piece of - the Xfce Desktop.

+ use. The Xfce team continues to keep each piece of + the Xfce Desktop up to date.

The latest commits concerned:

@@ -407,7 +407,7 @@ Add support of DragonFly for xfce4-taskmanger. - Finish to replace Tango icons theme by GNOME, in order to + Finish replacing Tango icon theme with GNOME, in order to close ports/183690 (see links, it remains Midori). @@ -438,7 +438,7 @@ will present multiple Virtual PCI Functions (VF) on the PCI bus. These VFs are fully independent PCI devices that have access to the resources of the PF. For example, on a network - interface card VFs could transmit and receive packets + interface card, VFs could transmit and receive packets independent of the PF.

The most obvious use case for SR-IOV is virtualization. A @@ -465,7 +465,7 @@

At present, ixgbe(4) is able to create VFs and the ixgbevf driver is able to pass traffic. There is still - a fair amount of work to support VLAN tags, multicast addresses + a fair amount of work to support VLAN tags, multicast addresses, and other features on the VFs. Also, the VF configuration needs to be better integrated with the PF initialization path to ensure that resets of the PF do not interrupt operation of the @@ -633,7 +633,7 @@ in libvirt-ready applications without major efforts.

Currently, libvirt supports almost all essential features of - bhyve, such as Virtual Machince lifecycle (start, stop), bridged + bhyve, such as Virtual Machine lifecycle (start, stop), bridged networking, and virtio/SATA driver support. The work continues to implement more API calls and to cover more of features offered by bhyve.

@@ -716,9 +716,9 @@ default, &os; already uses the ARM EABI on all releases from 10.0.

-

This is important for users of &os;/arm with an ARMv6 or ARMv7 - SoC and who use code that makes use of floating-point - operations. It removes the need for the slow software +

This is important for &os;/arm users running code with + floating-point operations on ARMv6 or ARMv7 SoC systems. + It removes the need for the slow software floating-point support in libc. This is mostly compatible with the existing ABI, with the exception of how floating-point values are passed into functions. Because no @@ -726,8 +726,8 @@ armv6 and armv6hf kernels will work with either userland.

-

As part of this, some support functions have been updated to - use the VFP unit when available. It is intended the existing +

As part of this change, some support functions have been updated to + use the VFP unit when available. The existing armv6 target architecture will be kept for cases where the SoC lacks a VFP unit, or existing binaries that are incompatible with the new ABI.

@@ -758,22 +758,22 @@ -

The current Linux emulation layer relies on using a Linux base +

The Linux emulation layer relies on a Linux base distribution along with Linux ports of relevant non-base - software. Fedora 10 has been imported in 2006, and it shows + software. Fedora 10 was imported in 2006, and it shows — current Linux software like Skype 4, Sublime Text 2, or even modern games fail to run with the provided libraries.

-

CentOS 6.5 has been released in December 2013 and will be - supported until 2017, thus making it an ideal basis for an +

CentOS 6.5 was released in December 2013 and will be + supported until 2017, making it an ideal basis for an update to the ports infrastructure. Built upon the work of - Carlos Jacobo Puga Medina, all ports using Linux has been + Carlos Jacobo Puga Medina, all ports using Linux have been updated to work with either Fedora 10 or CentOS 6.5.

The goal of this project is to make CentOS 6.5 the default Linux distribution, so that &os; users can enjoy running modern - Linux binaries without having to resort to proper virtualization - à la VirtualBox, or even dual-booting.

+ Linux binaries without having to resort to virtualization + à la VirtualBox, or even dual-booting.

Goldener Grund OÜ @@ -991,7 +991,7 @@ They have been providing the KDE/&os; team with support for quite a long time and we are very grateful for that.

-

A major change has been the depreciation of the KDE3 ports and +

A major change has been the deprecation of the KDE3 ports and the move of the KDE4_PREFIX to LOCALBASE. Also, work on Qt5 continues to maturity. &a.rakuco; has been working with upstream to ensure Baloo (Nepomuk successor in KDE @@ -1144,7 +1144,7 @@ -

Jenkins is a framework that is used by many companies and open +

Jenkins is a framework used by many companies and open source projects for Continuous Integration (CI). CI allows developers to commit code to a Source Code Management (SCM) system such as Subversion, and then have automated programs @@ -1159,9 +1159,9 @@ jenkins-9.FreeBSD.org and jenkins-10.FreeBSD.org. He set up software builds of head and several stable branches on these - machines. The status of these builds is visible via a web - interface which is accessible via jenkins.FreeBSD.org. - When any of these builds fail, emails are sent to + machines. The status of these builds is visible on a web + interface accessible at jenkins.FreeBSD.org. + When any of the builds fail, emails are sent to freebsd-current or freebsd-stable. Emails are also sent directly to the list of people who recently committed code to Subversion since the last successful build.

@@ -1175,11 +1175,11 @@ randomly crash. Disabling the vm.pmap.pcid_enabled sysctl(3) variable seemed to fix the problem. In kern/187238, Henrik Gulbrandsen submitted fixes to the - &os; VM to address this problem. &a.kib; committed these fixes - to head. These fixes are being tested now.

+ &os; VM to address this problem. &a.kib; committed the fixes + to head, where they are being tested now.

-

During the setup of the bhyve VM's which run Jenkins processes, - &a.rodrigc; wrote scripts to start bhyve VM's from the +

During the setup of the bhyve VMs which run Jenkins processes, + &a.rodrigc; wrote scripts to start bhyve VMs from the rc.d bootup scripts, which were then published at GitHub.

@@ -1213,8 +1213,8 @@
  • &a.skreuzer; has experience administering Jenkins systems. He set up several builds on jenkins.FreeBSD.org, including a Jenkins build of the &os; documentation. He is - looking into automatic provisioning of VM's running Jenkins in - the &os; cluster using Ansible.
  • + looking into using Ansible for automatic provisioning of VMs running Jenkins in + the &os; cluster.
  • &a.rodrigc; will be running a Continuous Testing working group at the &os; Devsummit in Ottawa on May 15, 2014. @@ -1248,7 +1248,7 @@ Set up more Jenkins builds of the &os; ports repository on different &os; versions. - Integrate with Kyua, so that Jenkins can run Kyua tests, and + Integrate with Kyua, so that Jenkins can run Kyua tests and report the results directly in the native Jenkins web UI where test results are reported. @@ -1492,9 +1492,9 @@ device vt_efifb engine, which can be integrated with cloud orchestration systems like OpenStack or CloudStack.

    -

    This work goal is to enable &os; as a fully supported compute +

    The goal of this work is to make &os; a fully supported compute host for OpenStack using OpenContrail virtualized networking. The - main areas of development are the following:

    + main areas of development are:

    • Libvirt hypervisor driver for bhyve.
    • @@ -1511,7 +1511,7 @@ device vt_efifb
    • Integration, performance optimization.
    -

    The current state of the development allows for a working demo +

    The current state of development allows for a working demo of OpenStack with compute node component running on a &os; host:

    @@ -1524,7 +1524,7 @@ device vt_efifb
  • QEMU might also be used instead of bhyve this way.
  • -
  • The main goal on the networking side is to use OpenContrail +
  • The main goal on the networking side is to use the OpenContrail solution, compliant with the modern OpenStack networking API ("neutron").
  • @@ -1621,7 +1621,7 @@ device vt_efifb
  • Texas Instruments OMAP4
  • -

    We do plan to merge this work to stable/10 in time for +

    We plan to merge this work to stable/10 in time for 10.1-RELEASE.

    @@ -1676,7 +1676,7 @@ device vt_efifb The second was auditdistd(8) improvements for the &os; cluster.

    -

    Work continued on the following Foundation-sponsored projects: +

    Work continued on these Foundation-sponsored projects: Intel graphics driver update by &a.kib;, UEFI boot support for amd64 by &a.emaste;, autofs automounter and in-kernel iSCSI stack enhancements, bug fixes by &a.trasz;, updated @@ -1755,7 +1755,7 @@ device vt_efifb

    LLDB is the debugger project associated with - Clang/LLVM. It supports the Mac OS X, Linux, and &os; platforms, + Clang/LLVM. It supports Mac OS X, Linux, and &os; platforms, with ongoing work on Windows. It builds on existing components in the larger LLVM project, for example using Clang's expression parser and LLVM's disassembler.

    @@ -1828,7 +1828,7 @@ device vt_efifb

    The auditdistd(8) daemon is responsible for - distributing audit trail files over TCP/IP network securely and + distributing audit trail files over TCP/IP networks securely and reliably.

    The daemon now supports client-side certificates, which can be @@ -1871,9 +1871,9 @@ device vt_efifb

    SDIO is an interface designed as an extension of the existing - SD card standard, to allow connecting different peripherals to + SD card standard, allowing connection of different peripherals to the host with the standard SD controller. Peripherals currently - sold at the general market include WLAN/BT modules, cameras, + sold on the general market include WLAN/BT modules, cameras, fingerprint readers, and barcode scanners. The &os; driver is implemented as an extension to the existing MMC bus, adding a lot of new SDIO-specific bus methods. A prototype of the driver @@ -1884,7 +1884,7 @@ device vt_efifb

    SDIO card detection and initialization already work, most needed bus methods are implemented and tested.

    -

    The WiFi driver is able to load a firmware onto the card and +

    The WiFi driver is able to load firmware onto the card and initialize it. Migration of the MMC stack to the new locking model is necessary in order to work with SDIO cards effectively. The &os; CAM implementation is believed to be a good choice. @@ -1894,7 +1894,7 @@ device vt_efifb SDIO stack: finish CAM migration. The XPT layer is almost - ready, what is missing is a SIM module, for which a modified + ready. What is missing is a SIM module, for which a modified version of the SDHCI controller driver will be used, and a peripheral module, where porting the mmcsd(4) driver is required. @@ -1930,7 +1930,7 @@ device vt_efifb of the GNU Project and can be used with various Unix-like operating systems, including &os;.

    -

    Preperations for merging GNOME 3 are moving forward. The +

    Preparations for merging GNOME 3 are moving forward. The work on the documentation is falling behind a bit, but we got some solid feedback on the rough work to keep this moving forward as well. In the meantime, deprecation of ports that @@ -1941,11 +1941,11 @@ device vt_efifb

    Thanks to a combined effort by Ryan Lortie (GNOME developer), Ting-Wei Lan (upstream contributor), and &a.kwm;, we now have a &os;-powered JHbuild tinderbox. JHbuild is a build system that - lets building GNOME upstream code. It will attempt twice a day - to build gnome components from a specific branch, which is the - git master branch most of the time, in order to catch compile - issues. A positive side effect of this is that it lets upstream - know GNOME still lives on other systems than Linux. It also + allows building GNOME upstream code. Twice a day, it will attempt + to build Gnome components from a specific branch, usually the + git master branch, to catch compile + issues. A positive side effect is that it lets upstream + know GNOME still lives on non-Linux systems. It also exposes the GNOME code base to the Clang compiler and libc++. Since the start of this project over a hundred issues have been fixed.

    @@ -1997,8 +1997,8 @@ device vt_efifb

    While the age old version of the GNU Compiler Collection (GCC) in the base system is on its way out with &os; 10 and - later, there are many users who want (and some platforms which - need) to use GCC.

    + later, there are many users who want—and some platforms which + need—to use GCC.

    For that purpose there are various versions of GCC in the ports tree, including lang/gcc46, lang/gcc47, @@ -2035,7 +2035,7 @@ device vt_efifb - The Graphics stack on &os; + The Graphics Stack on &os; @@ -2157,19 +2157,19 @@ device vt_efifb four new committers, took in three commit bits for safe keeping, and reinstated one commit bit.

    -

    In January, longest serving port manager &a.marcus; stepped +

    In January, the longest serving port manager, &a.marcus;, stepped down from his active duties on the team. At a similar time &a.itetcu; also stepped down from his duties. Fortunately, as a result of the first portmgr-lurkers intake, we were able to replace them with &a.mat; and &a.antoine;.

    -

    Commencing March 1, the second intake portmgr-lurkers +

    Commencing March 1, the second intake of portmgr-lurkers started active duty on portmgr for a four month duration. The next two candidates are &a.danfe; and &a.culot;.

    This quarter also saw the release of the first quarterly - branch, namely 2014Q1. This branch is intended at - providing a stable and high-quality ports tree, with patches + branch, namely 2014Q1. This branch is intended to + provide a stable and high-quality ports tree, with patches related to security fixes as well as packaging and runtime fixes being backported from head.

    @@ -2178,7 +2178,7 @@ device vt_efifb - As previously noted, many PRs continue to languish, we would + As previously noted, many PRs continue to languish. We would like to see committers dedicate themselves to closing as many as possible. @@ -2241,7 +2241,7 @@ device vt_efifb

    Not all of the &os; changes to GCC have been reflected upstream. - A large amount of the platform support as well as a couple minor + A large amount of the platform support as well as a couple of minor improvements like the kernel formatting checker need to be forward ported (and if possible, moved upstream into GCC).

    @@ -2271,8 +2271,8 @@ device vt_efifb possible disruptions of project mail services, such as having troll-, spam- and virus-filters.

    -

    In the first quarter of 2014, the team has implemented the - following items that may be interest of the general public:

    +

    In the first quarter of 2014, the team has implemented these + items that may be interest of the general public:

    • Continued a discussion on current and possible future mail @@ -2333,12 +2333,12 @@ device vt_efifb standards-compliant implementations of the required numerical functions have been added.

      -

      The Core Team has conducted an annual review among the Project - teams and hats, where they had to declare if they are wishing to +

      The Core Team conducted an annual review among the Project + teams and hats, where team members had to declare whether they wished to continue their service. As a result, &a.flo; replaced &a.dhw; in the lead role of the Postmaster Team, and &a.gjb; assumed the head Release Engineer position from &a.kensmith;. The Core Team - congratulates to Florian and Glen, and thanks David and Ken for + congratulates Florian and Glen, and thanks David and Ken for their long-standing work.

      The Core Team approved chartering the Ports Security Team, @@ -2355,8 +2355,8 @@ device vt_efifb for freebsd-update(8) low. A related Errata Notice is about to be published soon.

      -

      There was only a single commit bit was taken for safekeeping, - we did not have new committers to the src/ repository in +

      Only a single commit bit was taken for safekeeping. + We did not have new committers to the src/ repository in this quarter.