From owner-svn-doc-head@freebsd.org Mon Dec 24 11:17:39 2018 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ADF931340553; Mon, 24 Dec 2018 11:17:39 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 55717826E6; Mon, 24 Dec 2018 11:17:39 +0000 (UTC) (envelope-from trasz@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 314AB239F2; Mon, 24 Dec 2018 11:17:39 +0000 (UTC) (envelope-from trasz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wBOBHdND008401; Mon, 24 Dec 2018 11:17:39 GMT (envelope-from trasz@FreeBSD.org) Received: (from trasz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBOBHdwl008400; Mon, 24 Dec 2018 11:17:39 GMT (envelope-from trasz@FreeBSD.org) Message-Id: <201812241117.wBOBHdwl008400@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: trasz set sender to trasz@FreeBSD.org using -f From: Edward Tomasz Napierala Date: Mon, 24 Dec 2018 11:17:39 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r52718 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head X-SVN-Commit-Author: trasz X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/news/status X-SVN-Commit-Revision: 52718 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 55717826E6 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.96)[-0.957,0]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 24 Dec 2018 11:17:39 -0000 Author: trasz Date: Mon Dec 24 11:17:38 2018 New Revision: 52718 URL: https://svnweb.freebsd.org/changeset/doc/52718 Log: Some last-minute markup fixes. Reviewed by: bcr Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D18650 Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2018-01-2018-09.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2018-01-2018-09.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2018-01-2018-09.xml Mon Dec 24 10:07:27 2018 (r52717) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2018-01-2018-09.xml Mon Dec 24 11:17:38 2018 (r52718) @@ -130,12 +130,8 @@
  • setting and publishing release schedules for official - project releases
  • -
+ project releases of FreeBSD -

of FreeBSD

- -
  • announcing code slushes, freezes, and thaws
  • maintaining the respective branches for all supported @@ -432,8 +428,7 @@
  • Core approved the use of SPDX tags.
-

- 2018 Q1

+

2018 Q1

  • Jeb Cramer (jeb@) was awarded a src commit bit under the @@ -1216,9 +1211,7 @@
  • Intel is currently working on extending the driver to support UEFI namespaces.
  • -
-
  • A DAX-capable filesystem is needed, which solves the issue of double-buffering. Our tmpfs already provides VM facilities @@ -1471,9 +1464,6 @@
  • Improved ioctl and sysctl support to allow ifconfig and netstat to work in 32-bit compat mode.
  • -
- -
  • Migration from a model of translating ioctl commands and data structures at the kernel boundary to translating where the @@ -1485,9 +1475,6 @@ and improves code reusability (my out-of-tree work will soon include a 64-bit compatibility layer.)
  • -
- -
  • Simplifications of the generic ELF process execution path by Ed Maste, John Baldwin, and myself. A number of @@ -2013,18 +2000,12 @@ pmap_activate_sw(). Besides removing checks at runtime, it also makes the code much more cleanly structured and readable.
  • -
-
  • TLB and cache flush implementation.
  • -
-
  • memcpy/memmove, copyin/copyout variants selection for ERMS and SMAP.
  • -
-
  • FPU state save and restore, depending on the support for AVX or not, this is also used on i386.