Punt on process locking changes: if earlier in the release cycle,

would be fine, but they would consume too much re@ time to get in
now, with potential risk.
This commit is contained in:
Robert Watson 2002-12-06 20:20:11 +00:00
parent 585724ecc2
commit d7b6cd1bb9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15199

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY email 'freebsd-qa'>
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.95 2002/12/06 20:18:35 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.96 2002/12/06 20:19:32 rwatson Exp $">
<!ENTITY title "FreeBSD 5.0 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
@ -185,12 +185,6 @@
</td>
</tr>
<tr>
<td>Proc Locking</td><td>Patches available in Perforce</td>
<td>jhb@</td><td>Further locking cleanups relating to
p_ucred.</td>
</tr>
<tr>
<td>awk(1) locale support</td>
<td>Pending import of new one-true-awk</td>