The devfs sweep is as done as it's going to be for now.

This commit is contained in:
Scott Long 2003-01-10 05:45:49 +00:00
parent 5793aa4a86
commit 79d24523bb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15597

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.128 2003/01/07 17:16:33 scottl Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.129 2003/01/10 00:25:16 scottl Exp $">
<!ENTITY title "FreeBSD 5.0 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -33,17 +33,6 @@
the change appear to continue.</td>
</tr>
<tr>
<td>Audit of devfs device permissions</td>
<td>In progress</td>
<td>&a.kris;,&a.rwatson;</td>
<td>With the move to devfs, the permissions specified in kernel device
creation lines using make_dev() are now used as the default permissions
for /dev entries. Some of these entries are more lax than is desired,
or than the MAKEDEV defaults in 4.x. These need to be carefully
reviewed and fixed.</td>
</tr>
<tr>
<td>mly driver hangs during install</td>
<td>--</td>