Mark SMP as MPSAFE.

I forgot to mark one entry about TTYs as MPSAFE. I assume this page is
very inaccurate, but still...
This commit is contained in:
Ed Schouten 2009-04-26 11:51:20 +00:00
parent 2aed1598a4
commit 8aedc0af58
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=34140

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.177 2008/08/20 21:59:45 ed Exp $">
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.178 2009/01/25 21:08:22 danger Exp $">
<!ENTITY title "FreeBSD SMPng Project">
<!ENTITY email 'freebsd-smp'>
<!ENTITY % navinclude.developers "INCLUDE">
@ -1601,6 +1601,13 @@
<td> &status.done; </td>
</tr>
<tr>
<td> Lock down the TTY subsystem. </td>
<td> &a.ed; </td>
<td> 20 August 2008 </td>
<td> &status.done; </td>
</tr>
<!-- WIP -->
<tr>
@ -1610,13 +1617,6 @@
<td> &status.wip; </td>
</tr>
<tr>
<td> Lock down the tty subsystem. </td>
<td> Dick Garner, Jeremy Scofield, &a.tmm;, &a.phk; </td>
<td> 24 July 2004 </td>
<td> &status.wip; </td>
</tr>
<tr>
<td> Fix clock locking to be the same on all platforms. </td>
<td> &a.jhb; </td>