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> <ul>
<li>setting and publishing release schedules for official <li>setting and publishing release schedules for official
project releases</li> project releases of FreeBSD</li>
</ul>
<p>of FreeBSD</p>
<ul>
<li>announcing code slushes, freezes, and thaws</li> <li>announcing code slushes, freezes, and thaws</li>
<li>maintaining the respective branches for all supported <li>maintaining the respective branches for all supported
@ -432,8 +428,7 @@
<li>Core approved the use of SPDX tags.</li> <li>Core approved the use of SPDX tags.</li>
</ul> </ul>
<p> <p>2018 Q1</p>
2018 Q1</p>
<ul> <ul>
<li>Jeb Cramer (jeb@) was awarded a src commit bit under the <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 <li>Intel is currently working on extending the driver to
support support
UEFI namespaces.</li> UEFI namespaces.</li>
</ul>
<ul>
<li>A DAX-capable filesystem is needed, which solves the issue <li>A DAX-capable filesystem is needed, which solves the issue
of of
double-buffering. Our tmpfs already provides VM facilities double-buffering. Our tmpfs already provides VM facilities
@ -1471,9 +1464,6 @@
<li>Improved <tt>ioctl</tt> and <tt>sysctl</tt> support to <li>Improved <tt>ioctl</tt> and <tt>sysctl</tt> support to
allow <tt>ifconfig</tt> and allow <tt>ifconfig</tt> and
<tt>netstat</tt> to work in 32-bit compat mode.</li> <tt>netstat</tt> to work in 32-bit compat mode.</li>
</ul>
<ul>
<li>Migration from a model of translating <tt>ioctl</tt> <li>Migration from a model of translating <tt>ioctl</tt>
commands and data commands and data
structures at the kernel boundary to translating where the structures at the kernel boundary to translating where the
@ -1485,9 +1475,6 @@
and improves code reusability (my out-of-tree work will and improves code reusability (my out-of-tree work will
soon include soon include
a 64-bit compatibility layer.)</li> a 64-bit compatibility layer.)</li>
</ul>
<ul>
<li>Simplifications of the generic ELF process execution path <li>Simplifications of the generic ELF process execution path
by Ed by Ed
Maste, John Baldwin, and myself. A number of Maste, John Baldwin, and myself. A number of
@ -2013,18 +2000,12 @@
pmap_activate_sw(). Besides removing checks at runtime, it pmap_activate_sw(). Besides removing checks at runtime, it
also also
makes the code much more cleanly structured and readable.</li> makes the code much more cleanly structured and readable.</li>
</ul>
<ul>
<li>TLB and cache flush implementation.</li> <li>TLB and cache flush implementation.</li>
</ul>
<ul>
<li>memcpy/memmove, copyin/copyout variants selection for ERMS <li>memcpy/memmove, copyin/copyout variants selection for ERMS
and SMAP.</li> and SMAP.</li>
</ul>
<ul>
<li>FPU state save and restore, depending on the support for <li>FPU state save and restore, depending on the support for
AVX or not, AVX or not,
this is also used on i386.</li> this is also used on i386.</li>