From owner-svn-doc-head@FreeBSD.ORG Wed Apr 15 08:32:09 2015 Return-Path: Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0BD3EF47; Wed, 15 Apr 2015 08:32: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 E9DD2683; Wed, 15 Apr 2015 08:32:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3F8W8jU032938; Wed, 15 Apr 2015 08:32:08 GMT (envelope-from pluknet@FreeBSD.org) Received: (from pluknet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3F8W89Q032936; Wed, 15 Apr 2015 08:32:08 GMT (envelope-from pluknet@FreeBSD.org) Message-Id: <201504150832.t3F8W89Q032936@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pluknet set sender to pluknet@FreeBSD.org using -f From: Sergey Kandaurov Date: Wed, 15 Apr 2015 08:32:08 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46561 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2015 08:32:09 -0000 Author: pluknet Date: Wed Apr 15 08:32:07 2015 New Revision: 46561 URL: https://svnweb.freebsd.org/changeset/doc/46561 Log: Fixed typos. Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml Wed Apr 15 04:55:19 2015 (r46560) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-01-2015-03.xml Wed Apr 15 08:32:07 2015 (r46561) @@ -651,7 +651,7 @@ WITHOUT_FORTH=y
  • Ahmed Kamal agreed to join the jenkins-admin team. Even though he is not a &os; committer, he is subscribed the the jenkins-admin alias, and is contributing - code via GitHub. Ahmed has contributed mutiple SaltStack + code via GitHub. Ahmed has contributed multiple SaltStack scripts which are in the freebsd-ci GitHub repository. Ahmed has also found multiple bugs in SaltStack's &os; support. He has fixed these bugs and pushed them back to SaltStack via @@ -679,7 +679,7 @@ WITHOUT_FORTH=y

  • &a.rodrigc; worked with &a.dim; in the freebsd-toolchain team to help identify and fix several compilation problems in the &os; src tree when using GCC 4.9. - This work will help with the External Toolcain project.
  • + This work will help with the External Toolchain project. @@ -1123,7 +1123,7 @@ WITHOUT_FORTH=y (i.e., the ability to run 64-bit Windows applications). This is currently available through the wine-devel port. At this stage it is currently mutually exclusive with the - i386-wine-devel port, however we have plans to intregate these + i386-wine-devel port, however we have plans to integrate these ports to offer a full Wine experience on amd64. The i386-wine-devel port has packages built for amd64 for &os; 8.4, 9.1+, 10.1+ and CURRENT.

    @@ -1142,7 +1142,7 @@ WITHOUT_FORTH=y
  • Fixing and tidying up the pkg-plist.
  • Wine64 support
  • Updating the patch-nvidia.sh script to support - arbitary suffixes.
  • + arbitrary suffixes.
  • Removing support for the old pkg_ tools from patch-nvidia.sh.
  • Developing a patch to fix usage of getdirentries(2). @@ -1668,7 +1668,7 @@ WITHOUT_FORTH=y

    Over the last six months, a lot of missing features were brought into place to allow users and committers to focus on getting bugs solved. Categories, the status model and many - workflow-related knobs were continously reworked and improved to + workflow-related knobs were continuously reworked and improved to provide the necessary information without getting in the way.

    @@ -1733,12 +1733,12 @@ WITHOUT_FORTH=y &os;.

    Starting with SandyBridge CPUs, Intel introduced an - enchanced local interrupt controller (APIC) mode, called x2APIC. + enhanced local interrupt controller (APIC) mode, called x2APIC. Instead of using a mapped page, registers are now accessed using special Model-Specific Registers (MSR) read and write instructions. This is intended to support virtualization. The access overhead is also reduced by not requiring serialization, - and by simplification of Inter-Process Interrups (IPI) + and by simplification of Inter-Process Interrupts (IPI) generation. The main commit introducing the feature was r278473, with fixes following on.

    @@ -1779,7 +1779,7 @@ WITHOUT_FORTH=y contexts for DMA Remapper Unit (DMAR) driver. Right now, the DMAR driver is only used to implement busdma(9), which is done by assigning a dedicated domain to each translation context. - Some devices could issue PCIe Transaction Laeyer Packets (TLPs) + Some devices could issue PCIe Transaction Layer Packets (TLPs) with several originators IDs, e.g., PCIe/PCI bridges, or phantom functions of PCIe devices, or such TLPs could occur just due to hardware bugs. To handle them, a single domain (which @@ -1823,10 +1823,10 @@ WITHOUT_FORTH=y been to always link the main binary with -lpthread if there was any chance of a need for threading functionality. This project converted libthr.so into a plugin for libc, which fixed the - known issues preventing dynaic loading of libthr.so.

    + known issues preventing dynamic loading of libthr.so.

    After the fix, linking the main binary with -lpthread is - no longer requred, but is not harmful. I recommend thoroughly + no longer required, but is not harmful. I recommend thoroughly testing before removing libpthread from the libraries list in favor of dynamic loading, though. Note that potential problems will be subtle and their user-visible manifestations in the @@ -1841,7 +1841,7 @@ WITHOUT_FORTH=y

  • Broken libthr internal locks and critical sections ignored by signals.
  • Hung attempts to lock mutexes.
  • -
  • Thread cancellation not occuring at guaranteed cancellation +
  • Thread cancellation not occurring at guaranteed cancellation points.
  • @@ -1892,7 +1892,7 @@ WITHOUT_FORTH=y

    This work on a nested kernel architecture is part of Nathan's doctoral thesis work at the University of Illinois at Urbana-Champaign. It attempts to improve upon the traditional - monolithic operating sytsem kernel, where a single exploit + monolithic operating system kernel, where a single exploit anywhere in the kernel grants the attacker full superuser privileges. The nested kernel operating system architecture addresses this problem by "nesting" a small, isolated kernel @@ -2206,7 +2206,7 @@ WITHOUT_FORTH=y on bug fixing, improving documentation, and optimization. The biggest new feature was the addition of a "-media" map, designed to handle removable media, such as flash drives or DVDs, and the - neccessary elements of infrastructure to support it, namely + necessary elements of infrastructure to support it, namely fstyp(8) and GEOM devd notifications. Also, the "-noauto" map was added, for automatic mounting of filesystems marked "noauto" in fstab(5), instead of having to write autofs map for them.

    @@ -2263,7 +2263,7 @@ WITHOUT_FORTH=y functionality to Binutils' objcopy, and accepts the same command-line arguments. For it to be a viable replacement for all uses of objcopy in the base system, it must gain support for - writing portable exectuable (PE) format binaries, which are used + writing portable executable (PE) format binaries, which are used by UEFI boot code.

    The ELF Tool Chain project does not currently provide