aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/htdocs/releases/5.1R/todo.xml
blob: 7108606e93f00dedd364ed9cbe9af77af63b4c09 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
<!ENTITY email 'freebsd-qa'>
<!ENTITY title "FreeBSD 5.1 Open Issues">
]>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
      <title>&title;</title>

      <cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
    </head>

    <body class="navinclude.download">

<h1>Open Issues</h1>

<p>This is a list of open issues that need to be resolved for FreeBSD
  5.1.  If you have any updates for this list, please e-mail
  re@FreeBSD.org.</p>

<h3>Must Resolve Issues for 5.1-RELEASE</h3>

<table class="tblbasic">
  <tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
      </tr>

</table>

<h3>Desired Features for 5.1-RELEASE</h3>

<table class="tblbasic">
  <tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
      </tr>

</table>

<h3>Documentation items that must be resolved for 5.1</h3>

<table class="tblbasic">
  <tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
      </tr>

</table>

<h3>Areas requiring immediate testing</h3>

<table class="tblbasic">
  <tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
      </tr>

  <tr>
  <td>Fresh ACPI-CA import</td>
  <td>--</td>
  <td>--</td>
  <td>The 20030228 vendor sources have been imported.  Further testing is
    appreciated.</td>
  </tr>

  <tr>
  <td>PAE support for i386</td>
  <td>--</td>
  <td>--</td>
  <td>PAE support allows the use of up to 64GB of RAM on Pentium Pro and above
    systems.  Virtual addresses are still constrained to 32-bits.</td>
  </tr>

  <tr>
  <td>if_wi problems on Lucent hardware</td>
  <td>--</td>
  <td>--</td>
  <td>The recently upgraded if_wi driver is more tuned to Prism hardware
    than to Lucent hardware, resulting in system lockups and poor performance
    when using Lucent hardware.  These problems are believed to be fixed
    but more testing is welcome.</td>
  </tr>

  <tr>
  <td>UFS2 as installation, newfs default</td>
  <td>--</td>
  <td>&a.rwatson;</td>
  <td>For 5.1-RELEASE, the default file system type for newly created
    file systems is UFS2 rather than UFS1.  newfs(8) and sysinstall(8)
    have been updated to use this new default.  Testing to make sure all
    goes well after the change (committed on April 20, 2003) is
    vital.</td>
  </tr>

  <tr>
  <td>NSSwitch support</td>
  <td>--</td>
  <td>&a.nectar;</td>
  <td>Support for pluggable directory services using NSS, including
    adaptations of current directory services (local databases, NIS),
    and support for new services (LDAP, Active Directory, etc).
    This change has been committed, and requires broader testing.</td>
  </tr>

  <tr>
  <td>Spurious alpha panics</td>
  <td>--</td>
  <td>--</td>
  <td>&a.kris; reports that he has seen several unique panics on the
    alpha machines, but since gdb -k doesn't work on alpha I haven't
    been able to get more than a DDB traceback.  No-one has looked
    into them.</td>
  </tr>

</table>


  </body>
</html>