Update a couple of "my" items.

This commit is contained in:
Poul-Henning Kamp 2002-10-22 07:30:42 +00:00
parent 8ca0019030
commit 99b1e62893
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14738

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY email 'freebsd-qa'> <!ENTITY email 'freebsd-qa'>
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.12 2002/10/21 01:06:21 rwatson Exp $"> <!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.13 2002/10/21 01:54:22 keramida Exp $">
<!ENTITY title "FreeBSD 5.0 Open Issues"> <!ENTITY title "FreeBSD 5.0 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]> ]>
@ -94,7 +94,7 @@
<tr> <tr>
<td>Switch to GEOM as default storage management framework</td> <td>Switch to GEOM as default storage management framework</td>
<td>FreeBSD CVS HEAD: default now switched</td> <td>Belived to be OK.</td>
<td>phk@FreeBSD.org,sam@FreeBSD.org</td><td>Move to using GEOM in the <td>phk@FreeBSD.org,sam@FreeBSD.org</td><td>Move to using GEOM in the
GENERIC kernel as the default storage management framework, GENERIC kernel as the default storage management framework,
supporting out-of-the-box use of new partiton types, data transforms supporting out-of-the-box use of new partiton types, data transforms
@ -124,16 +124,17 @@
<tr> <tr>
<td>UFS2 bootable on i386</td> <td>UFS2 bootable on i386</td>
<td>In progress</td> <td>In progress. We might want to miss on this one.</td>
<td>green@FreeBSD.org, phk@FreeBSD.org</td> <td>phk@FreeBSD.org</td>
<td>UFS2 can be successfully booted on sparc64, but on i386 the <td>UFS2 can be successfully booted on sparc64, but on i386
emulated 64-bit instructions grow boot2 beyond the 8k traditionally boot2 cannot fit in the space reserved in front of a UFS1 filesystem.
allocated for that boot loader. There appear to be some combination disklabel, libdisk, sysinstall and newfs needs to learn about this
of books in various bits of the boot loading mechanism relating wrinkle, and we need some makefile magic to build both UFS1 and
to this (possibly including in the i386 emulated 64-bit instructions) UFS1/2 boot2 boot files.
that must be resolved. In addition, the installation code now needs The potential for foot-shooting is very large, and phk@ currently
to start leaving room for the larger boot blocks so that freshly leans towards defaulting to UFS1 for root and boot, and UFS2 for
installed systems can be UFS2-bootable.</td> all other filesystems.
</td>
</tr> </tr>
<tr> <tr>