From owner-svn-doc-head@freebsd.org Sun Jan 31 21:51:41 2016 Return-Path: Delivered-To: svn-doc-head@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 A2B7DA749C5; Sun, 31 Jan 2016 21:51:41 +0000 (UTC) (envelope-from wblock@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 6EC26B4E; Sun, 31 Jan 2016 21:51:41 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0VLpe9E013448; Sun, 31 Jan 2016 21:51:40 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0VLpeKR013447; Sun, 31 Jan 2016 21:51:40 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201601312151.u0VLpeKR013447@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Sun, 31 Jan 2016 21:51:40 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r48132 - 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: Sun, 31 Jan 2016 21:51:41 -0000 Author: wblock Date: Sun Jan 31 21:51:40 2016 New Revision: 48132 URL: https://svnweb.freebsd.org/changeset/doc/48132 Log: Editing pass. Yes, I changed stuff. It got a bit weird with the time travel in the third act, and the whole car chase scene did not make sense. Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Sun Jan 31 16:30:18 2016 (r48131) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml Sun Jan 31 21:51:40 2016 (r48132) @@ -104,7 +104,7 @@

LKL ("Linux Kernel as a Library") is a special "architecture" of the full Linux kernel that builds as a userspace library on various platforms, including &os;. One - application of such a library is using Linux's filesystem drivers + application of such a library is using Linux filesystem drivers to implement a FUSE backend.

fusefs-lkl's lklfuse binary is such a FUSE @@ -112,14 +112,14 @@ BTRFS read-write, using the native drivers from Linux.

-

The sysutils/fusefs-lkl port may now be installed from +

sysutils/fusefs-lkl can now be installed either from packages or ports, providing access to these filesystems on &os; via FUSE.

- Style(9) enhanced to allow C99 'bool' + <tt>style(9)</tt> Enhanced to Allow C99 <tt>bool</tt> @@ -146,7 +146,7 @@

Use of bool is now allowed. It was allowed - previously, as well, but now it's really allowed. Party + previously, as well, but now it is really allowed. Party like it's 1999!

@@ -167,7 +167,7 @@
- Sysctl enhancements + <tt>sysctl</tt> Enhancements @@ -201,13 +201,13 @@ -

This quarter, support was added for fixed-width sysctls +

Support was added for fixed-width sysctls (signed and unsigned 8-bit, 16-bit, 32-bit, and 64-bit integers). The new KPIs are documented in the sysctl(9) manual page. The sysctl(8) command line tool supports all of the new types.

-

sysctl(8) gained the '-t' flag, which prints sysctl type +

sysctl(8) gained the -t flag, which prints sysctl type information (the original patch was submitted by Yoshihiro Ota). This support includes the newly added fixed-width types.

@@ -218,7 +218,7 @@
- ioat(4) driver enhancements + <tt>ioat(4)</tt> Driver Enhancements @@ -240,8 +240,8 @@ engines built into some Intel Server/Storage platform CPUs.

-

This quarter, several enhancements were made to the driver. - The driver now avoids memory allocation in locked paths, which +

Several enhancements were made to the driver. + It now avoids memory allocation in locked paths, which should avoid deadlocking in memory pressure scenarios. Support for Broadwell-EP devices has been added. The "blockfill" operation and a non-contiguous 8 KB copy @@ -261,7 +261,7 @@ - ntb_hw(4)/if_ntb(4) driver synced up to Linux + <tt>ntb_hw(4)</tt>/<tt>if_ntb(4)</tt> Driver Synced up to Linux @@ -311,7 +311,7 @@ - &os; on newer ARM boards + &os; on Newer ARM Boards @@ -337,9 +337,9 @@ -

This quarter, we made the changes necessary to support the +

We made the changes required to support the Amlogic Meson Ethernet controller on the Hardkernel ODROID-C1 - board which has an Amlogic aml8726-m8b SoC. The main effort + board, which has an Amlogic aml8726-m8b SoC. The main effort needed was to write a glue driver for the Ethernet controller — the Amlogic Meson Ethernet controller is compatible with Synopsys DesignWare 10/100/1000 Ethernet MAC @@ -387,7 +387,7 @@ - "FreeBSD Mastery: Specialty Filesystems" early access version now available + "FreeBSD Mastery: Specialty Filesystems" Early Access Version Now Available @@ -413,7 +413,7 @@ NFSv4 ACLs, iSCSI, CIFS, and more.

If you act really quickly, you can get the electronic early - access version at a 10% discount. You'll get the final ebook when + access version at a 10% discount. You will get the final ebook when it comes out as well. (This offer evaporates when the final version comes out.)

@@ -437,10 +437,10 @@ -

The KGDB option is now on by default in the devel/gdb +

The KGDB option is now on by default in the devel/gdb port.

-

The changes to support cross-debugging of crashdumps in +

Changes to support cross-debugging of crashdumps in libkvm were committed to HEAD in r291406.

A new thread target for &os; that is suitable for merging @@ -479,7 +479,7 @@ - iMX.6 video output support + iMX.6 Video Output Support @@ -521,7 +521,7 @@ - Touchscreen support for Raspberry Pi and Beaglebone Black + Touchscreen Support for Raspberry Pi and Beaglebone Black @@ -614,7 +614,7 @@ vnodes.

Vnode cache recycling was reworked to meet free and unused - vnodes targets. Free vnodes are rarely completely free; rather, + vnode targets. Free vnodes are rarely completely free; rather, they are just ones that are cheap to recycle. Usually they are for files which have been stat'd but not read; these usually have inode and namecache data attached to them. The free vnode target @@ -631,18 +631,18 @@ recycling from the free list and normal use maintains this state. Sometimes the free list is below vlowat or even empty, but this state is even better for immediate use, provided the cache is not - full. Otherwise, vnlru_proc() runs to reclaim enough vnodes + full. Otherwise, vnlru_proc() runs to reclaim enough vnodes (usually non-free ones) to reach one of these states. The watermarks are currently hard-coded as 4% and 9% of the available space. These, and the default of 25% for wantfreevnodes, are too - large if the memory size is large. E.g., 9% of 75% of MAXVNODES - is more than 566000 vnodes to reclaim whenever vnlru_proc() + large if the memory size is large. For example, 9% of 75% of MAXVNODES + is more than 566000 vnodes to reclaim whenever vnlru_proc() becomes active.

The vfs.vlru_alloc_cache_src sysctl is removed. New code frees namecache sources as the last chance to satisfy the highest watermark, instead of selecting source vnodes randomly. - This provides good enough behaviour to keep vn_fullpath() working + This provides good enough behavior to keep vn_fullpath() working in most situations. Filesystem layouts with deep trees, where the removed knob was required, is thus handled automatically.

@@ -661,14 +661,14 @@ times at system startup, and then only rarely again. The frees are done only if the vnode zone shrinks, which never happens in practice. For those curious about the avoided work, look at the - vnode_init() and vnode_fini() functions in sys/kern/vfs_subr.c to + vnode_init() and vnode_fini() functions in sys/kern/vfs_subr.c to see the code that has been removed from the main vnode allocation/free path.

- Improvements to QLogic HBA driver + Improvements to the QLogic HBA Driver @@ -681,8 +681,8 @@ -

The QLogic HBA driver isp(4) received a - substantial set of changes. Their primary goal was to make Fibre +

The QLogic HBA driver, isp(4), received a + substantial set of changes. The primary goal was to make the Fibre Channel target role work well with CTL, but many other things were also fixed/improved:

@@ -727,7 +727,7 @@
- Raspberry Pi: VideoCore userland application packaging + Raspberry Pi: VideoCore Userland Application Packaging @@ -757,7 +757,7 @@ misc/raspberrypi-userland for them. He also created a port for omxplayer (a low-level video player that utilizes VideoCore APIs) and is working on a port for Kodi - (ex-XBMC), a more user-firendly media player software with + (formerly XBMC), a more user-firendly media player software with Raspberry Pi support.

@@ -786,15 +786,15 @@ It is the product of the merge between the LXDE-Qt and the Razor-qt projects.

-

The porting effort remains heavily a work in progress: it - needs some components of Plasma 5 (the new major KDE's - workspace).

+

The porting effort remains very much a work in progress: it + needs some components of Plasma 5, the new major KDE + workspace.

Currently, only the 0.10 branch is functional. See our wiki page for a complete list of applications.

-

We also sent updates for some components of LXDE (required - for the LXQt desktop):

+

We also sent updates for some components of LXDE, required + for the LXQt desktop:

  • x11/menu-cache 1.0.1
  • @@ -851,9 +851,9 @@ new ports, in particular:

      -
    • Socket.IO (a library for realtime web applications)
    • +
    • Socket.IO, a library for realtime web applications
    • -
    • Jison (a JavaSript parser generator)
    • +
    • Jison, a JavaSript parser generator

    We have improved the USES framework:

    @@ -865,8 +865,8 @@
  • node-gyp is now well-integrated into the USES framework, via the build argument.
  • -
  • The pkg-plist is now automatically generated, - in order to make the portlint utility happy.
  • +
  • The pkg-plist is now automatically generated + to make portlint happy.

Each port is up-to-date.

@@ -923,7 +923,7 @@ -

Propose a patch to upstreamto fix Xfdashboard with our +

Propose a patch to upstream to fix Xfdashboard with our version of OpenGL (it currently coredumps).

@@ -950,7 +950,7 @@

I recently became involved with &os; (as in, the last 2-3 weeks), and found myself quickly involved with Ports development. - What quickly struck me was the difficulty in providing a Python + What struck me immediately was the difficulty in providing a Python package that was depended upon by multiple versions of Python. As it turns out, poudriere can currently only generate one package per port, meaning that a Python version-neutral (compatible with @@ -959,7 +959,7 @@

I discussed the issue with &a.koobs;, who suggested that I look into implementing a "variants protocol" within the - Ports framework and the necessary changes to poudriere in order to + Ports framework and the necessary changes to poudriere to allow a port to generate more than one package.

Support for variants is strongly needed in Ports and @@ -994,8 +994,8 @@ in my heels and have implemented a proof-of-concept implementation of variants in the Ports framework, including the necessary modifications to poudriere in order to support it. It was mildly - upsetting to find that poudriere is mostly written in Bourne shell - scripts, but press on I did nonetheless.

+ upsettling to find that poudriere is mostly written in Bourne shell + scripts, but I pressed on nonetheless.

I started with the @@ -1007,7 +1007,7 @@ changes.

This is a work in progress, and I would - love to hear your feedback. I've enjoyed my first few weeks + love to hear your feedback. I have enjoyed my first few weeks working on &os;, and I hope to stay here for quite some time.

@@ -1025,7 +1025,7 @@ - New tools to enhance the porting experience + New Tools to Enhance the Porting Experience @@ -1047,10 +1047,10 @@

When I starting working on ports for &os; in the last couple of weeks, I found that my workflow was not as efficient as - it could be, using just the available tools, so I made a few that + it could be using just the available tools, so I made a few that could be useful to the development community at large. All of - these have been added to the Ports tree, or otherwise will soon be - added, so you can play with them today!

+ these have been or will soon be added to the Ports tree, + so you can play with them today!

pytoport is a command-line application that generates a skeleton port for a given PyPI package name. It @@ -1073,27 +1073,27 @@ living in git and the larger upstream SVN tree I was using in poudriere. I built a tool called bandar that takes advantage of the FUSE version of unionfs to easily overlay my dev - tree on the upstream tree, run linting, poudriere and generate + tree on the upstream tree, run linting, poudriere, and generate archives with ease.

-

I'm very impressed with how easy it was to build more +

I am very impressed with how easy it was to build more tooling for &os;. I hope some of these tools will be of some use to you, and as always, I'd love to hear your feedback!

-

Improve skog to support searching a tree for a certain +

Improve skog to support searching a tree for a certain port.

-

Get the bandar port completed.

+

Get the bandar port completed.

-

Continue to improve pytoport, adding trove support and better - depedency handling.

+

Continue to improve pytoport, adding trove support and better + dependency handling.

@@ -1118,14 +1118,14 @@

The Out of Memory (OOM) code is intended to handle the situation where the system needs free memory to make progress, - while no memory can be reused. Most often, the situation is that + but no memory can be reused. Most often, the situation is that to free memory, the system needs more free memory. Consider a case where the system needs to page-out dirty pages, but needs to allocate structures to track the writes. OOM "solves" the problem by killing some selection of user processes. In other words, it trades away system deadlock by suffering a partial loss of user data. The assumption is that it is better to kill a - process and recover data in other processes, than lose + process and recover data in other processes than to lose everything.

Free memory in the &os; Virtual Memory (VM) system appears @@ -1133,16 +1133,16 @@ by a process, for example unmapping private anonymous regions, or the last unlink of an otherwise unreferenced file with cached pages. Another source is the pagedaemon, which forcefully frees - pages which carry data, of course, after the data is moved to some + pages which carry data, of course after the data is moved to some other storage, like swap or file blocks. OOM is triggered when the pagedaemon definitely cannot free memory to satisfy the requests.

-

The old criteria to trigger OOM action was a combination of - low free swap space and a low count of free pages (the later is +

The old criteria to trigger the OOM action was a combination of + low free swap space and a low count of free pages (the latter is expressed precisely with the paging targets constants, but this is - not relevant to the discussion). That test is mostly incorrect, - e.g., a low free page state might be caused by a greedy consumer + not relevant to the discussion). That test is mostly incorrect. + For example, a low free page state might be caused by a greedy consumer allocating all pages freed by the page daemon in the current pass, but this does not preclude the page daemon from producing more pages. Also, since page-outs are asynchronous, the previous page @@ -1150,15 +1150,15 @@ they would appear some short time later.

More seriously, low swap space does not necessarily indicate - that we are in trouble: lots of pages may not require swap - allocations to freed, e.g., clean pages or pages backed by files. + that we are in trouble: lots of pages might not require swap + allocations to be freed, like clean pages or pages backed by files. The last notion is serious, since swap-less systems were considered as having full swap.

Instead of trying to deduce the deadlock from looking at the current VM state, the new OOM handler tracks the history of - page daemon passes. Only if several consequtive passes failed to - meet the paging target is an OOM kill considered neccessary. The + page daemon passes. Only when several consequtive passes failed to + meet the paging target is an OOM kill considered necessary. The count of consequent failed passes was selected empirically, by testing on small (32M) and large (512G) machines. Auto-tuning of the counter is possible, but requires some more architectural @@ -1169,15 +1169,15 @@ pages mapping entries (PTEs) installed into the machine paging structures. For different reasons, machine-dependent VM code (pmap) may remove the pte for a memory-resident page. Under some - circumstances, related to other measures to prevent low memory - deadlock, very large processes which consume all system memory, - could have few or no ptes, and the old OOM selector ignored the + circumstances related to other measures to prevent low memory + deadlock, very large processes which consume all system memory + could have few or no ptes. The old OOM selector ignored the process which caused the deadlock, killing unrelated processes.

-

A new function vm_pageout_oom_pagecount() was written which +

A new function, vm_pageout_oom_pagecount(), was written which applies a reasonable heuristic to estimate the number of pages - which would be freed by killing the given process. This + freed by killing the given process. This eliminates the effect of selecting small unrelated processes for OOM kill.

@@ -1205,7 +1205,7 @@ -

A new driver, cxgbei, that enables hardware +

A new driver, cxgbei, enabling hardware accelerated iSCSI with Chelsio's T5- and T4-based offload-capable cards, has been committed to HEAD. Both Initiator and Target are supported. The wire traffic is standard iSCSI (SCSI over TCP as @@ -1298,7 +1298,7 @@

Test the new release on different versions of &os;, Mac - OS X and Linux. In particular, testing on Mac OS X 10.9 (Mavericks) + OS X, and Linux. In particular, testing on Mac OS X 10.9 (Mavericks) and newer would be greatly appreciated.

@@ -1426,7 +1426,7 @@

GitLab is a web-based Git repository manager with many - features that is used by more than 100.000 organizations including + features that is used by more than 100,000 organizations including NASA and Alibaba. It also is a very long-standing entry on the "Wanted Ports" list of the &os; Wiki.

@@ -1437,9 +1437,9 @@ committed!

While the new version of GitLab 8.3 eases the porting, - there are big changes between the last working port of GitLab + there are big changes since the last working port of GitLab 7.14. Nonetheless, it could be expected to see the next working - port in the first quarter of 2016

+ port in the first quarter of 2016.

@@ -1484,12 +1484,12 @@ was regularly hit by missing IPv6 support when building ports.

I did some research into the impact of missing IPv6 support - on the ports tree. The results are that 10.308 of 25.522 ports - are not fetchable when using IPv6. This renders — through - dependencies — a total of 17.715 ports unbuildable from - IPv6-only systems. All you can do than is wait and hope that - distcache.FreeBSD.org caches the distfile. But this will take - some time, which may not be a luxury available when a piece of + on the ports tree. The results are that 10,308 of 25,522 ports + are not fetchable when using IPv6. This renders, through + dependencies, a total of 17,715 ports unbuildable from + IPv6-only systems. All you can do then is wait and hope that + distcache.FreeBSD.org caches the distfile. But this will take + some time, which might not be a luxury available when a piece of software in use is hit by a security issue.

Based on the research, a promotion campaign for IPv6 was @@ -1528,12 +1528,12 @@ are being worked on in our experimental repository.

As in previous quarters, we would like to thank several - people who have contributed with machines, patches and general + people who have contributed with machines, patches, and general help. Tobias Berner, &a.madpilot; (madpilot@), Adriaan de Groot, Ralf Nolden, &a.swills; (swills@), and &a.jpaetzel; (jpaetzel@) have been essential to our work.

-

The following big updates were landed in the ports tree +

The following big updates landed in the ports tree this quarter. In many cases, we have also contributed patches to the upstream projects.

@@ -1542,14 +1542,14 @@
  • Calligra 2.9.1, the latest release of the integrated work applications suite. Calligra had last been updated in the - ports tree in the end of 2013!
  • + ports tree at the end of 2013!
  • PyQt4 4.11.4, QScintilla2 2.9.1 and SIP 4.17.
  • PyQt5 5.5.1. Thanks to the work spearheaded by Guido Falsi and Tobias Berner in the previous quarter, the PyQt5 ports have finally been committed to the ports tree. Not only was this - long-awaited on its own, but it also allows other ports to be + long-awaited on its own, it allows other ports to be updated to their latest versions.
  • QtCreator 3.5.1 and 3.6.0.
  • @@ -1562,7 +1562,7 @@

    Work on updating the Qt5 ports to their latest version, as well as porting KDE Frameworks 5 and Plasma 5 to &os;, is well - underway in our experimental area51 repository. At the moment, it + under way in our experimental area51 repository. At the moment, it contains Qt5 5.5.1, KDE Frameworks 5.17.0, Plasma 5.5.1 and KDE Applications 15.12.0.

    @@ -1580,7 +1580,7 @@ -

    Land the KDE Frameworks 5 and Plasma 5 ports to the +

    Land the KDE Frameworks 5 and Plasma 5 ports in the tree.

    @@ -1626,7 +1626,7 @@ -

    As of the end of Q4 the ports tree holds a bit more +

    As of the end of the fourth quarter, the ports tree holds a bit more than 25,000 ports, and the PR count is around 2,000. The activity on the ports tree remains steady, with about 7,000 commits performed by almost 120 active @@ -1638,7 +1638,7 @@ reports were fixed, which makes an increase of about 20% compared to Q3.

    -

    In Q4 8 commit bits were taken in for safekeeping, +

    In Q4, eight commit bits were taken in for safekeeping, following an inactivity period of more than 18 months (lioux, lippe, simon, jhay, max, sumikawa, alexey, sperber). Three new developers were granted a ports commit bit (Kenji @@ -1647,7 +1647,7 @@

    Also related to the management of ports commit bits, nox's grants were revoked, since the &os; developers - learnt that Juergen Lock passed away.

    + learned that Juergen Lock had passed away.

    On the management side, no changes were made to the portmgr team during Q4.

    @@ -1656,9 +1656,9 @@ updates or cleanups. Amongst those noticeable changes are the update to GCC 4.9, CMake to 3.4.1, PostgreSQL to 9.4, and ruby-gems to 2.5.0. Some infrastructure changes included the - usage of a WRKSRC different from WRKDIR when NO_WRKSUBDIR - is set, the removal of bsd.cpu.mk from sys.mk, and the - move of QT_NONSTANDARD to bsd.qt.mk.

    + usage of a WRKSRC different from WRKDIR when NO_WRKSUBDIR + is set, the removal of bsd.cpu.mk from sys.mk, and the + move of QT_NONSTANDARD to bsd.qt.mk.

    @@ -1706,14 +1706,14 @@ -

    This quarter, the bugmeister team has gained a new member, +

    The bugmeister team has gained a new member, Mahdi Mokhtari (mokhi64@gmail.com). Mahdi has been contributing to the &os; Project for just over one month. After getting started by creating ports for Chef-Server and MySQL 5.7 (With Bernard Spil's help), an introduction to &a.koobs; led to guidance on appropriate projects, such as Bugzilla development, helping Bugmeister, the Bugzilla Triage team, Developers, and the - Community by making issue tracking better. This is how things are + community by making issue tracking better. This is how things are going so far:

    Issue Tracking can be either "Defect Tracking for @@ -1727,8 +1727,8 @@

    • We have made improvements to the AutoAssigner module - (not yet deployed) that was previousely developed by Marcus to - assign ports' bugs to their maintainers by default, such as: + (not yet deployed) that was previously developed by Marcus to + assign port bugs to their maintainers by default, such as:
      • Improvements and bugfixes to port detection in @@ -1743,7 +1743,7 @@
      • We have developed a new module (FBSDAttachment), which automates setting maintainer-approval flag values on attachments under most conditions. This will improve time to resolution, - consistency of triage, and save manual effort on behalf of + consistency of triage, and reduce manual effort by triagers and maintainers.
      • We reported and upstreamed a number of bugs in Bugzilla, working @@ -1777,6 +1777,11 @@ + + Commit to Head + reboot(8) Manual Page Changes + +

        One of the long-missing features of &os; was the ability to boot up with a temporary rootfs, configure the kernel to be able @@ -1790,7 +1795,7 @@ init, and running the startup scripts as usual.

        The project is finished. All the relevant code has been committed - to &os; 11-CURRENT, and is expected to ship with &os; 11.0.

        + to &os; 11-CURRENT and is expected to ship with &os; 11.0.

        @@ -1817,10 +1822,10 @@ aims to fill that hole by making it possible to add RCTL rules for read bytes per second (BPS), write BPS, read I/O operations per second (IOPS), and write IOPS. It also adds a new throttling - mechanism, to delay process execution when a limit gets hit.

        + mechanism to delay process execution when a limit is reached.

        The project is at the late implementation stage. The major - piece of work left, apart from testing, is to integrate it with + piece of work left apart from testing is to integrate it with ZFS. The project is expected to ship with &os; 11.0.

        @@ -1847,7 +1852,7 @@

        The &os; Release Engineering Team is responsible for setting and publishing release schedules for official project releases - of &os;, announcing code freezes and maintaining the + of &os;, announcing code freezes, and maintaining the respective branches, among other things.

        During the last quarter of 2015, the Release Engineering team @@ -1863,7 +1868,7 @@

        Toward the end of the year, much of the primary focus was centered around the upcoming &os; 10.3 release cycle, - which will begin during January 2016.

        + which will begin in January 2016.

        As always, help testing development snapshot builds is crucial to producing quality releases, and we encourage @@ -1895,17 +1900,17 @@ -

        The goal of this project is to reimplement the exisitng +

        The goal of this project is to reimplement the existing MMC/SD stack using the CAM framework. This will permit utilizing the well-tested CAM locking model and debug features. - Additionally, it will be possible to process interrupts generated + It will also be possible to process interrupts generated by the inserted card, which is a prerequisite for implementing the SDIO interface.

        The first version of the code was uploaded to Phabricator for review. The new stack is able to attach to the SD - card and bring it to an operational state, so it is possible to - read and write to/from the card.

        + card and bring it to an operational state so it is possible to + read and write to the card.

        The only supported SD controller driver is ti_sdhci, which is used on the BeagleBone Black. @@ -1915,14 +1920,14 @@ -

        Rework bus/target/LUN enumeration and the locking model - — I don't really understand the CAM locking and am likely to +

        Rework bus/target/LUN enumeration and the locking model. + I do not really understand the CAM locking and am likely to do it incorrectly.

        -

        Modify the SDHCI driver on at least one x86 platform - — this will make development and collaboration easier.

        +

        Modify the SDHCI driver on at least one x86 platform. + This will make development and collaboration easier.

        @@ -1932,7 +1937,7 @@ - The Graphics stack on &os; + The Graphics Stack on &os; @@ -2005,7 +2010,7 @@ passwords kept in memory by a browser when a kernel panic occurred. An entity that can read data from a dump device or a crash directory can also extract this information from a core - dump. In order to prevent this situation, the core dump should be + dump. To prevent this situation, the core dump should be encrypted before it is stored on the dump device.

        This project allows a kernel to encrypt a core dump during @@ -2072,14 +2077,14 @@ involved with the &os; Project. This experimental pilot project has the task of setting up procedures for enhanced Issue (Problem Report) management that include better - classification/prioritization, eventually leading to faster - resolution of the issues.

        + classification and prioritization, eventually leading to faster + resolution of issues.

        We are now happy to report on the progress of this experimental team:

          -
        • We have set up the #FreeBSD-bugs IRC channel on +
        • The #FreeBSD-bugs IRC channel has been set up on Freenode and we are successfully using it to exchange information about triage processes, ask for help, propose changes and discuss related topics.
        • @@ -2098,9 +2103,9 @@
        • This experiment is benefiting from the introduction of newcomers to issue tracking. It naturally resulted in a entire - review of the tracking proccess from its very elementary aspects. + review of the tracking process from its very elementary aspects. This "fresh eyes" participation spotted minor details - along the proccess, giving the opportunity to scrutinize actual + along the process, giving the opportunity to scrutinize actual procedures on a number of smaller points, followed by proposals on how to improve the overall Issue Tracking and Management. The new ideas include both organizational and technical ideas and @@ -2108,10 +2113,11 @@ classification, the triage workflow, and Bugzilla technical improvements among others.
        • -
        • An important goal is producing documentation not only - aimed at people directly engaged on issue triage tasks, but also - documentation aimed at general users, about best practices for - using Bugzilla and the issue management workflow. Another +
        • An important goal is producing documentation about best + practices for using Bugzilla and issue management workflow. + This documentation should be aimed not only at people directly + engaged in issue triage tasks, but also at general users. + Another relevant point is that feedback from triage team can be used to improve Bugzilla in terms of adjusting existing features to best fit &os;'s needs, and development of new features (please see @@ -2126,7 +2132,7 @@ report.

        Since the Issue Triage Team is very young, we expect more - information be available and more actions be reported upon in the + information be available and more actions be reported in the next Status report.

        @@ -2152,7 +2158,7 @@
        - relaunchd + <tt>relaunchd</tt> @@ -2201,7 +2207,7 @@

        Add support for monitoring files and directories for - changes, and launching jobs when changes are detected.

        + changes and launching jobs when changes are detected.

        @@ -2210,14 +2216,14 @@ -

        Improve the documentation and providing more examples of - how to use it.

        +

        Improve the documentation and provide more examples of + usage.

        - &os; Integration Services (BIS) + &os; Integration Services (BIS) @@ -2243,21 +2249,22 @@ -

        When &os; virtual machines (VMs) run on Hyper-V, in order +

        When &os; virtual machines (VMs) run on Hyper-V, using + Hyper-V synthetic devices is recommended to get the best network and storage performance and make full use - of all the benefits that Hyper-V provides, it is recommended to - use Hyper-V synthetic devices. The collection of drivers that are + of all the benefits that Hyper-V provides. + The collection of drivers that are required to run Hyper-V synthetic devices in &os; are known as &os; Integration Services (BIS). Some of the BIS drivers (like network and storage drivers) have existed in &os; 9.x and 10.x for years, but there are still some performance and stability issues - and bugs. Additionally, compared with Windows and Linux VMs, the - current BIS lacks some important features, such as the virtual + and bugs. Compared with Windows and Linux VMs, the + current BIS lacks some important features, such as virtual Receive Side Scaling (vRSS) support in the Hyper-V network driver - and the support for UEFI VM (boot from UEFI), among others.

        + and support for UEFI VM (boot from UEFI), among others.

        We are now working more on the issues and performance - tuning to make &os; VM run better on Hyper-V and the Hyper-V based + tuning to make &os; VMs run better on Hyper-V and the Hyper-V based cloud platform Azure.

        Our work during 2015Q4 is documented below:

        @@ -2301,7 +2308,7 @@
      • Added ioctl support for SIOCGIFMEDIA for the Hyper-V network driver, fixing PR 187006 ([Hyper-V] dynamic - address (DHCP) obtaining doesn't work on HYPER-V OS + address (DHCP) obtaining does not work on HYPER-V OS 2012 R2).
      • Sent out patches to add an interrupt counter for @@ -2322,18 +2329,18 @@
    • -
    • We plan to add support for UEFI VMs (a.k.a., Hyper-V +
    • We plan to add support for UEFI VMs (Hyper-V Generation-2 VMs). Currently some issues and to-do items were - identified: e.g., we cannot use the i8254 PIT to calibrate the + identified. For example, we cannot use the i8254 PIT to calibrate the TSC because the i8254 PIT does not exist in a UEFI VM, and we need to add support for the Hyper-V synthetic keyboard/mouse/framebuffer device.
    • We are working on a disk detection issue: when a &os; VM runs on a Windows Server 2016 Technical Preview host, the VM - will detect 16 disks whereas only 1 disk is configured for the - VM. Due to this issue, VMs running on these hosts can fail to - boot. A workaround patch was made and we are trying to make a + will detect 16 disks when only one disk is configured for the + VM. VMs running on these hosts can fail to + boot. A workaround patch was created and we are trying to make a formal fix.
    • We are tidying up some internal BIS test cases and plan @@ -2347,7 +2354,7 @@ - Mellanox iSCSI Extensions For RDMA (iSER) Support + Mellanox iSCSI Extensions for RDMA (iSER) Support @@ -2404,7 +2411,7 @@ - Improvements for ARMv6/v7 support + Improvements for ARMv6/v7 Support @@ -2677,15 +2684,15 @@ scalability and the ability to add advanced features to the routing stack.

      -

      Currently, the packet output path suffers from excessive - locking, acquiring and releasing 4 distinct contested locks is - required in order to convert a packet to a frame suitable to put +

      The current packet output path suffers from excessive + locking. Acquiring and releasing four distinct contested locks is + required to convert a packet to a frame suitable to put on the wire. The first project goal is to reduce the number of locks needed to just two rmlock(9)s for the output path, which permits close-to-linear scaling.

      Since September, one of the locks (used to protect - link-level entries) is completely eliminated from the packet data + link-level entries) has been completely eliminated from the packet data path. A new routing API was introduced, featuring better scalability and hiding routing internals. Most of the consumers of the old routing API were converted to use the new API.

      @@ -2714,13 +2721,13 @@

      &a.bdrewery; (bdrewery@) has been working to improve the - build framework as well as buildworld build times. The build - system has largely been untouched by large-scale changes for many + build framework as well as buildworld build times. The build + system has been largely untouched by large-scale changes for many years. Most of the effort has been on improving the recent META_MODE merge that was presented at BSDCan 2014. This is a new build system that is not currently enabled by default but brings many benefits. Beyond that, some highlights of the work - changing buildworld are:

      + changing buildworld are:

      • WITH_FAST_DEPEND, which avoids calling @@ -2729,15 +2736,15 @@ scheme was pre-processing all source files twice. The new version saves 16-35% in build times.
      • -
      • WITH_CCACHE_BUILD adds built-in ccache support, +
      • WITH_CCACHE_BUILD adds built-in ccache support, avoiding many of the historical pitfalls of changing CC - in make.conf to use ccache.
      • + in make.conf to use ccache.
      • Many improvements for parallelization of the build.
      • LIBADD improvements to ensure proper usage of this tool to replace duplicate LDADD and DPADD - statements. Further work is underway to reduce overlinking.
      • + statements. Further work is under way to reduce overlinking.
      • A lot of cleanup of improper framework usage.
      • @@ -2760,7 +2767,7 @@ - ELF Tool Chain tools + ELF Tool Chain Tools *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***