Some last-minute markup fixes.

Reviewed by:	bcr
Approved by:	bcr (mentor)
Differential Revision:	https://reviews.freebsd.org/D18650
This commit is contained in:
Edward Tomasz Napierala 2018-12-24 11:17:38 +00:00
parent 91211f621f
commit 89d325dc0f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52718

View file

@ -130,12 +130,8 @@
<ul>
<li>setting and publishing release schedules for official
project releases</li>
</ul>
project releases of FreeBSD</li>
<p>of FreeBSD</p>
<ul>
<li>announcing code slushes, freezes, and thaws</li>
<li>maintaining the respective branches for all supported
@ -432,8 +428,7 @@
<li>Core approved the use of SPDX tags.</li>
</ul>
<p>
2018 Q1</p>
<p>2018 Q1</p>
<ul>
<li>Jeb Cramer (jeb@) was awarded a src commit bit under the
@ -1216,9 +1211,7 @@
<li>Intel is currently working on extending the driver to
support
UEFI namespaces.</li>
</ul>
<ul>
<li>A DAX-capable filesystem is needed, which solves the issue
of
double-buffering. Our tmpfs already provides VM facilities
@ -1471,9 +1464,6 @@
<li>Improved <tt>ioctl</tt> and <tt>sysctl</tt> support to
allow <tt>ifconfig</tt> and
<tt>netstat</tt> to work in 32-bit compat mode.</li>
</ul>
<ul>
<li>Migration from a model of translating <tt>ioctl</tt>
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.)</li>
</ul>
<ul>
<li>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.</li>
</ul>
<ul>
<li>TLB and cache flush implementation.</li>
</ul>
<ul>
<li>memcpy/memmove, copyin/copyout variants selection for ERMS
and SMAP.</li>
</ul>
<ul>
<li>FPU state save and restore, depending on the support for
AVX or not,
this is also used on i386.</li>